Home
last modified time | relevance | path

Searched refs:YELLOW (Results 1 - 15 of 15) sorted by relevance

/third_party/libbpf/ci/vmtest/
H A Dhelpers.sh7 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 DGameConstants.h27 constexpr ScreenColor kLoadingColor = YELLOW;
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ui/
H A DOpenGLFunctions.h35 constexpr ScreenColor YELLOW { 1.0f, 1.0f, 0.0f, 1.0f };
/third_party/skia/docs/examples/
H A DColor_Constants_a.cpp24 {"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 Draw_ostream.h80 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 Dlibinput-measure-fuzz.py51 YELLOW = "\033[93m" variable in tcolors
65 print(tcolors.BOLD + tcolors.YELLOW + msg + tcolors.NORMAL, **kwargs)
/third_party/ffmpeg/libavfilter/
H A Dvf_huesaturation.c39 #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 DWithColor.cpp27 OS.changeColor(raw_ostream::YELLOW); in WithColor()
H A Draw_ostream.cpp71 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 Draw_ostream.h78 YELLOW, enumerator
/third_party/skia/modules/canvaskit/
H A Dexterns.js761 YELLOW: {},
/third_party/python/Lib/test/
H A Dtest_enum.py4317 | 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 Dsimulator-arm64.cc53 #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 Dcheckpatch.pl185 print(YELLOW . "WARNING" . RESET);
200 $type = YELLOW . $type . RESET;
2280 $output .= YELLOW;
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc863 #define YELLOW "33" in Simulator() macro
881 clr_warning = value ? COLOUR_BOLD(YELLOW) : ""; in Simulator()
882 clr_warning_message = value ? COLOUR(YELLOW) : ""; in Simulator()

Completed in 51 milliseconds