Home
last modified time | relevance | path

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

1234

/external/pigweed/pw_assert_basic/
Dbasic_handler.cc41 #define YELLOW "\033[33m" macro
53 #define YELLOW "" macro
103 WriteLine(YELLOW " CRASH MESSAGE" RESET); in pw_assert_basic_HandleFailure()
117 WriteLine(YELLOW " CRASH FILE & LINE" RESET); in pw_assert_basic_HandleFailure()
127 WriteLine(YELLOW " CRASH FUNCTION" RESET); in pw_assert_basic_HandleFailure()
/external/guava/android/guava-tests/test/com/google/common/collect/
DEnumMultisetTest.java79 YELLOW,
92 ms.add(Color.YELLOW);
95 assertEquals(1, ms.count(Color.YELLOW));
100 Multiset<Color> ms = EnumMultiset.create(asList(Color.RED, Color.YELLOW, Color.RED));
102 assertEquals(1, ms.count(Color.YELLOW));
131 ms.add(Color.YELLOW, 1);
138 Multiset<Color> ms = EnumMultiset.create(asList(Color.RED, Color.YELLOW, Color.RED));
145 ms.add(Color.YELLOW, 1);
/external/guava/guava-tests/test/com/google/common/collect/
DEnumMultisetTest.java79 YELLOW,
92 ms.add(Color.YELLOW);
95 assertEquals(1, ms.count(Color.YELLOW));
100 Multiset<Color> ms = EnumMultiset.create(asList(Color.RED, Color.YELLOW, Color.RED));
102 assertEquals(1, ms.count(Color.YELLOW));
131 ms.add(Color.YELLOW, 1);
138 Multiset<Color> ms = EnumMultiset.create(asList(Color.RED, Color.YELLOW, Color.RED));
145 ms.add(Color.YELLOW, 1);
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlRenderUtilTest.java20 import static android.graphics.Color.YELLOW;
74 style.setBackgroundColor(Color.YELLOW); in resolveMergeSingleReferentialStyleIntoInlineStyle()
80 assertThat(resolved.getBackgroundColor()).isEqualTo(YELLOW); in resolveMergeSingleReferentialStyleIntoInlineStyle()
90 style.setBackgroundColor(Color.YELLOW); in resolveMergeMultipleReferentialStylesIntoInlineStyle()
96 assertThat(resolved.getBackgroundColor()).isEqualTo(YELLOW); in resolveMergeMultipleReferentialStylesIntoInlineStyle()
/external/libiio/src/examples/
Diio-monitor.c39 #define YELLOW 040 macro
178 YELLOW, get_channel_value(chn), unit, in read_thd()
179 YELLOW); in read_thd()
227 asprintf(&items[i], "</%d>%s<!%d> </%d>[%s]<!%d>", YELLOW, in show_contexts_screen()
229 YELLOW, BLUE, in show_contexts_screen()
/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso_bench.sh7 readonly YELLOW='\033[0;33m'
40 echo -e "$(basename $0): ${YELLOW}SKIP${NC}"
/external/llvm-project/clang/include/clang/AST/
DASTDumperUtils.h57 static const TerminalColor AddressColor = {llvm::raw_ostream::YELLOW, false};
59 static const TerminalColor LocationColor = {llvm::raw_ostream::YELLOW, false};
/external/linux-kselftest/tools/testing/selftests/futex/include/
Dlogging.h33 #define YELLOW '3', '3' macro
37 #define BRIGHT_YELLOW ESC, BRIGHT, ';', YELLOW, ESCEND
/external/pigweed/pw_log_basic/
Dlog_basic.cc29 #define YELLOW "\033[33m" macro
57 case PW_LOG_LEVEL_WARN : return YELLOW BOLD "WRN" RESET; in LogLevelToLogLevelName()
/external/llvm/tools/llvm-pdbdump/
DLinePrinter.cpp98 OS.changeColor(raw_ostream::YELLOW, /*bold=*/true); in applyColor()
105 OS.changeColor(raw_ostream::YELLOW, false); in applyColor()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dswr_assert.cpp53 YELLOW = static_cast<uint32_t>(RED) | static_cast<uint32_t>(GREEN), enumerator
144 SetTextColor(stderr, TextColor::YELLOW, TextStyle::INTENSITY); in SwrAssert()
/external/rust/crates/plotters/src/style/
Dmod.rs15 pub use colors::{BLACK, BLUE, CYAN, GREEN, MAGENTA, RED, TRANSPARENT, WHITE, YELLOW};
Dcolors.rs21 predefined_color!(YELLOW, 255, 255, 0, "The predefined yellow color");
/external/oboe/samples/RhythmGame/src/main/cpp/
DGameConstants.h27 constexpr ScreenColor kLoadingColor = YELLOW;
/external/oboe/samples/RhythmGame/src/main/cpp/ui/
DOpenGLFunctions.h35 constexpr ScreenColor YELLOW { 1.0f, 1.0f, 0.0f, 1.0f };
/external/autotest/utils/
Dterminal.py17 BLACK, RED, GREEN, YELLOW, BLUE, MAGENTA, CYAN, WHITE = range(8) variable in Color
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Draw_ostream.h80 YELLOW, enumerator
92 static const Colors YELLOW = Colors::YELLOW; variable
/external/llvm/lib/DebugInfo/DWARF/
DSyntaxHighlighting.cpp25 case Address: OS.changeColor(llvm::raw_ostream::YELLOW); break; in WithColor()
/external/llvm-project/llvm/include/llvm/Support/
Draw_ostream.h98 YELLOW, enumerator
110 static constexpr Colors YELLOW = Colors::YELLOW; variable
/external/skia/docs/examples/
DColor_Constants_a.cpp24 {"yellow", SkColorSetRGB(255, 255, 0), SKIA_COLOR_PAIR(YELLOW) },
/external/lottie/LottieSample/src/androidTest/java/com/airbnb/lottie/samples/
DLottieTest.kt453 LottieValueCallback(Color.YELLOW)) in <lambda>()
691 return arrayOf(Color.YELLOW, Color.GREEN) in <lambda>()
700 return arrayOf(Color.YELLOW, Color.GREEN) in <lambda>()
709 return arrayOf(Color.YELLOW, Color.GREEN) in <lambda>()
718 return arrayOf(Color.YELLOW, Color.GREEN) in <lambda>()
740 override fun getValue(frameInfo: LottieFrameInfo<Int>?) = Color.YELLOW in <lambda>()
/external/rust/crates/plotters/src/
Dlib.rs747 pub use crate::style::{BLACK, BLUE, CYAN, GREEN, MAGENTA, RED, TRANSPARENT, WHITE, YELLOW};
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DWithColor.cpp27 OS.changeColor(raw_ostream::YELLOW); in WithColor()
/external/llvm-project/llvm/unittests/Support/
Draw_ostream_test.cpp359 Sos.changeColor(raw_ostream::YELLOW); in TEST()
367 Sos.changeColor(raw_ostream::YELLOW); in TEST()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp307 OS.changeColor(raw_ostream::YELLOW, /*bold=*/true); in applyColor()
314 OS.changeColor(raw_ostream::YELLOW, false); in applyColor()

1234