Lines Matching refs:C_OFF
98 C_OFF = "\033[0m" variable
142 '\t- required libraries in build system: %s[%s]%s\n' % (C_RED, ', '.join(required), C_OFF),
143 …\t vs. in the manifest: %s[%s]%s\n' % (C_RED, ', '.join(manifest_required), C_OFF),
144 '\t- optional libraries in build system: %s[%s]%s\n' % (C_RED, ', '.join(optional), C_OFF),
145 …'\t and missing ones in build system: %s[%s]%s\n' % (C_RED, ', '.join(missing_optional), C_OFF),
146 …\t vs. in the manifest: %s[%s]%s\n' % (C_RED, ', '.join(manifest_optional), C_OFF),
149 '%snote:%s the following options are available:\n' % (C_BLUE, C_OFF),
151 '%sRELAX_USES_LIBRARY_CHECK=true%s' % (C_BOLD, C_OFF),
154 … '%sPRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true%s in the product makefiles\n' % (C_BOLD, C_OFF),
156 '\t- for details, see %sbuild/make/Changes.md%s' % (C_GREEN, C_OFF),
157 …d %shttps://source.android.com/devices/tech/dalvik/art-class-loader-context%s\n' % (C_GREEN, C_OFF)
405 print('%serror:%s ' % (C_RED, C_OFF) + str(err), file=sys.stderr)