Home
last modified time | relevance | path

Searched refs:YELLOW (Results 1 – 25 of 49) sorted by relevance

12

/third_party/libbpf/.github/actions/build-selftests/
Dhelpers.sh5 local YELLOW='\033[1;33m'
10 echo -e "${YELLOW}$3${NOCOLOR}"
17 line="$line - ${YELLOW}$3${NOCOLOR}"
/third_party/libbpf/ci/vmtest/
Dhelpers.sh7 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/
Draw_ostream.h80 YELLOW, enumerator
92 static const Colors YELLOW = Colors::YELLOW; variable
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgraphic.c26 const Color YELLOW = { 0xff, 0xff, 0x33 }; variable
Dgoom_graphic.h35 extern const Color YELLOW;
/third_party/gstreamer/gstplugins_good/gst/goom2k1/
Dgraphic.c12 const Color YELLOW = { 0xff, 0xff, 0x33 }; variable
Dgraphic.h19 extern const Color YELLOW;
Dgoom_core.c136 YELLOW, in goom_update()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
DGameConstants.h27 constexpr ScreenColor kLoadingColor = YELLOW;
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ui/
DOpenGLFunctions.h35 constexpr ScreenColor YELLOW { 1.0f, 1.0f, 0.0f, 1.0f };
/third_party/skia/docs/examples/
DColor_Constants_a.cpp24 {"yellow", SkColorSetRGB(255, 255, 0), SKIA_COLOR_PAIR(YELLOW) },
/third_party/flutter/skia/docs/examples/
DColor_Constants_a.cpp24 {"yellow", SkColorSetRGB(255, 255, 0), SKIA_COLOR_PAIR(YELLOW) },
/third_party/libinput/tools/
Dlibinput-measure-fuzz.py51 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/
DVeryLongTransitionSplashView.java71 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/
DNeverEndingSplashView.java56 setBackgroundColor(Color.YELLOW); in NeverEndingSplashView()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DWithColor.cpp27 OS.changeColor(raw_ostream::YELLOW); in WithColor()
/third_party/skia/modules/canvaskit/tests/
Dcanvas.spec.js694 CanvasKit.YELLOW, CanvasKit.CYAN];
713 ...CanvasKit.YELLOW, ...CanvasKit.CYAN);
883 paint.setColor(CanvasKit.YELLOW);
Dcore.spec.js368 const colors = [CanvasKit.RED, CanvasKit.BLUE, CanvasKit.YELLOW, CanvasKit.CYAN];
1236 paint.setColor(CanvasKit.YELLOW);
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/
Dcolors_demo.dart33 Palette(name: 'YELLOW', primary: Colors.yellow, accent: Colors.yellowAccent),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Draw_ostream.h78 YELLOW, enumerator
/third_party/flutter/skia/modules/canvaskit/
Dexterns.js336 YELLOW: {}, property
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c81 #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/
Denum.rst537 [('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/
Dexterns.js761 YELLOW: {}, property
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dink_decoration.dart63 /// child: Text('YELLOW'),

12