/third_party/libbpf/.github/actions/build-selftests/ |
D | helpers.sh | 5 local YELLOW='\033[1;33m' 10 echo -e "${YELLOW}$3${NOCOLOR}" 17 line="$line - ${YELLOW}$3${NOCOLOR}"
|
/third_party/libbpf/ci/vmtest/ |
D | helpers.sh | 7 local YELLOW='\033[1;33m' 12 line="$line - ${YELLOW}$3${NOCOLOR}"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | raw_ostream.h | 80 YELLOW, enumerator 92 static const Colors YELLOW = Colors::YELLOW; variable
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | graphic.c | 26 const Color YELLOW = { 0xff, 0xff, 0x33 }; variable
|
D | goom_graphic.h | 35 extern const Color YELLOW;
|
/third_party/gstreamer/gstplugins_good/gst/goom2k1/ |
D | graphic.c | 12 const Color YELLOW = { 0xff, 0xff, 0x33 }; variable
|
D | graphic.h | 19 extern const Color YELLOW;
|
D | goom_core.c | 136 YELLOW, in goom_update()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ |
D | GameConstants.h | 27 constexpr ScreenColor kLoadingColor = YELLOW;
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ui/ |
D | OpenGLFunctions.h | 35 constexpr ScreenColor YELLOW { 1.0f, 1.0f, 0.0f, 1.0f };
|
/third_party/skia/docs/examples/ |
D | Color_Constants_a.cpp | 24 {"yellow", SkColorSetRGB(255, 255, 0), SKIA_COLOR_PAIR(YELLOW) },
|
/third_party/flutter/skia/docs/examples/ |
D | Color_Constants_a.cpp | 24 {"yellow", SkColorSetRGB(255, 255, 0), SKIA_COLOR_PAIR(YELLOW) },
|
/third_party/libinput/tools/ |
D | libinput-measure-fuzz.py | 51 YELLOW = "\033[93m" variable in tcolors 65 print(tcolors.BOLD + tcolors.YELLOW + msg + tcolors.NORMAL, **kwargs)
|
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_trans_rotate/android/app/src/main/java/io/flutter/splash_screen_trans_rotate/ |
D | VeryLongTransitionSplashView.java | 71 setBackgroundColor(Color.YELLOW); in VeryLongTransitionSplashView()
|
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_load_rotate/android/app/src/main/java/io/flutter/splash_screen_load_rotate/ |
D | NeverEndingSplashView.java | 56 setBackgroundColor(Color.YELLOW); in NeverEndingSplashView()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | WithColor.cpp | 27 OS.changeColor(raw_ostream::YELLOW); in WithColor()
|
/third_party/skia/modules/canvaskit/tests/ |
D | canvas.spec.js | 694 CanvasKit.YELLOW, CanvasKit.CYAN]; 713 ...CanvasKit.YELLOW, ...CanvasKit.CYAN); 883 paint.setColor(CanvasKit.YELLOW);
|
D | core.spec.js | 368 const colors = [CanvasKit.RED, CanvasKit.BLUE, CanvasKit.YELLOW, CanvasKit.CYAN]; 1236 paint.setColor(CanvasKit.YELLOW);
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/ |
D | colors_demo.dart | 33 Palette(name: 'YELLOW', primary: Colors.yellow, accent: Colors.yellowAccent),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | raw_ostream.h | 78 YELLOW, enumerator
|
/third_party/flutter/skia/modules/canvaskit/ |
D | externs.js | 336 YELLOW: {}, property
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-inspect.c | 81 #define YELLOW "\033[33m" macro 100 #define CAPS_TYPE_COLOR (colored_output? YELLOW : "") 101 #define STRUCT_NAME_COLOR (colored_output? YELLOW : "")
|
/third_party/python/Doc/library/ |
D | enum.rst | 537 [('CYAN', 4), ('MAGENTA', 5), ('YELLOW', 6)] 1199 ... YELLOW = RED | GREEN 1203 <Color.YELLOW: 3> 1205 <Color.CYAN|MAGENTA|BLUE|YELLOW|GREEN|RED: 7>
|
/third_party/skia/modules/canvaskit/ |
D | externs.js | 761 YELLOW: {}, property
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | ink_decoration.dart | 63 /// child: Text('YELLOW'),
|