/third_party/libbpf/ci/vmtest/ |
H A D | helpers.sh | 7 local YELLOW='\033[1;33m' 12 line="$line - ${YELLOW}$3${NOCOLOR}"
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ |
H A D | GameConstants.h | 27 constexpr ScreenColor kLoadingColor = YELLOW;
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ui/ |
H A D | OpenGLFunctions.h | 35 constexpr ScreenColor YELLOW { 1.0f, 1.0f, 0.0f, 1.0f };
|
/third_party/skia/docs/examples/ |
H A D | Color_Constants_a.cpp | 24 {"yellow", SkColorSetRGB(255, 255, 0), SKIA_COLOR_PAIR(YELLOW) }, in REG_FIDDLE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | raw_ostream.h | 80 YELLOW, member in llvm::raw_ostream::Colors 92 static const Colors YELLOW = Colors::YELLOW; member in llvm::raw_ostream
|
/third_party/libinput/tools/ |
H A D | libinput-measure-fuzz.py | 51 YELLOW = "\033[93m" variable in tcolors 65 print(tcolors.BOLD + tcolors.YELLOW + msg + tcolors.NORMAL, **kwargs)
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_huesaturation.c | 39 #define YELLOW (1 << YELLOWS) macro 142 if (colors & YELLOW) \ 453 { "y", "set yellows", 0, AV_OPT_TYPE_CONST, {.i64=YELLOW}, 0, 0, VF, "colors" },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | WithColor.cpp | 27 OS.changeColor(raw_ostream::YELLOW); in WithColor()
|
H A D | raw_ostream.cpp | 71 const raw_ostream::Colors raw_ostream::YELLOW; member in raw_ostream
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | raw_ostream.h | 78 YELLOW, enumerator
|
/third_party/skia/modules/canvaskit/ |
H A D | externs.js | 761 YELLOW: {},
|
/third_party/python/Lib/test/ |
H A D | test_enum.py | 4317 | YELLOW = <Color.YELLOW: 3> 4369 | YELLOW = <Color.YELLOW: 3> 4394 YELLOW = 3 variable in TestStdLib.Color 4414 ('YELLOW', self.Color.YELLOW), 4468 Attribute(name='YELLOW', kind='data', 4469 defining_class=self.Color, object=self.Color.YELLOW), 4512 YELLOW variable in TestStdLib.test_test_simple_enum.SimpleColor 4519 YELLOW = 3 global() variable in TestStdLib.test_test_simple_enum.CheckedColor [all...] |
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 53 #define YELLOW "33" macro 68 TEXT_COLOUR clr_debug_number = FLAG_log_colour ? COLOUR_BOLD(YELLOW) : ""; 69 TEXT_COLOUR clr_debug_message = FLAG_log_colour ? COLOUR(YELLOW) : ""; 6354 #undef YELLOW macro
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 185 print(YELLOW . "WARNING" . RESET); 200 $type = YELLOW . $type . RESET; 2280 $output .= YELLOW;
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 863 #define YELLOW "33" in Simulator() macro 881 clr_warning = value ? COLOUR_BOLD(YELLOW) : ""; in Simulator() 882 clr_warning_message = value ? COLOUR(YELLOW) : ""; in Simulator()
|