Home
last modified time | relevance | path

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

12

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DEnumMultisetTest.java50 BLUE, RED, YELLOW, GREEN, WHITE
60 ms.add(Color.YELLOW);
63 assertEquals(1, ms.count(Color.YELLOW));
69 asList(Color.RED, Color.YELLOW, Color.RED));
71 assertEquals(1, ms.count(Color.YELLOW));
99 ms.add(Color.YELLOW, 1);
107 ms.add(Color.YELLOW, 1);
DMultimapsTest.java454 private enum Color {BLUE, RED, YELLOW, GREEN} enumConstant
/external/guava/guava-tests/test/com/google/common/collect/
DEnumMultisetTest.java76 BLUE, RED, YELLOW, GREEN, WHITE
86 ms.add(Color.YELLOW);
89 assertEquals(1, ms.count(Color.YELLOW));
95 asList(Color.RED, Color.YELLOW, Color.RED));
97 assertEquals(1, ms.count(Color.YELLOW));
125 ms.add(Color.YELLOW, 1);
133 asList(Color.RED, Color.YELLOW, Color.RED));
140 ms.add(Color.YELLOW, 1);
DMultimapsTest.java555 private enum Color {BLUE, RED, YELLOW, GREEN} enumConstant
/external/avahi/initscript/debian/
Davahi-dnsconfd.in78 YELLOW=`$TPUT setaf 3`
80 echo "$YELLOW*$NORMAL $@"
Davahi-daemon.in78 YELLOW=`$TPUT setaf 3`
80 echo "$YELLOW*$NORMAL $@"
/external/llvm/tools/llvm-pdbdump/
DLinePrinter.cpp95 OS.changeColor(raw_ostream::YELLOW, /*bold=*/true); in applyColor()
102 OS.changeColor(raw_ostream::YELLOW, false); in applyColor()
/external/llvm/lib/DebugInfo/DWARF/
DSyntaxHighlighting.cpp25 case Address: OS.changeColor(llvm::raw_ostream::YELLOW); break; in WithColor()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DColorResourceLoader.java22 androidColors.put("yellow", Color.YELLOW);
/external/clang/tools/diagtool/
DTreeView.cpp61 setColor(llvm::raw_ostream::YELLOW); in printGroup()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DFingerPrintGraph.java69 static final Color YELLOW = DEFAULT_DISPLAY.getSystemColor(SWT.COLOR_YELLOW); field in FingerPrintGraph
261 this.gc.setBackground(YELLOW); in drawBars()
308 this.gc.setBackground(YELLOW); in drawBars()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DLayoutManager.java53 marginPaint.setColor(Color.YELLOW);
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXYGraphWidget.java154 domainCursorPaint.setColor(Color.YELLOW);
156 rangeCursorPaint.setColor(Color.YELLOW);
158 cursorLabelPaint.setColor(Color.YELLOW);
/external/llvm/utils/lit/lit/
DProgressBar.py75 BLACK = BLUE = GREEN = CYAN = RED = MAGENTA = YELLOW = WHITE = ''
/external/llvm/tools/llvm-cov/
DCoverageReport.cpp121 return Info.getPercentCovered() >= 80.0 ? raw_ostream::YELLOW in determineCoveragePercentageColor()
/external/llvm/include/llvm/Support/
Draw_ostream.h75 YELLOW, enumerator
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dmessages_test.py66 YELLOW = 40 variable in EnumTest.setUp.Color
87 Color.YELLOW,
99 Color.YELLOW,
220 self.assertEquals('Color(YELLOW, 40)', repr(Color.YELLOW))
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DBarPlotExampleActivity.java93 new MyBarFormatter(Color.YELLOW, Color.WHITE);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
DPerformancesView.java86 static final Color YELLOW = DEFAULT_DISPLAY.getSystemColor(SWT.COLOR_YELLOW); field in PerformancesView
/external/clang/lib/AST/
DASTDumper.cpp67 static const TerminalColor AddressColor = { raw_ostream::YELLOW, false };
69 static const TerminalColor LocationColor = { raw_ostream::YELLOW, false };
/external/v8/src/arm64/
Dsimulator-arm64.cc39 #define YELLOW "33" macro
53 TEXT_COLOUR clr_debug_number = FLAG_log_colour ? COLOUR_BOLD(YELLOW) : "";
54 TEXT_COLOUR clr_debug_message = FLAG_log_colour ? COLOUR(YELLOW) : "";
/external/vixl/src/vixl/a64/
Dsimulator-a64.cc227 #define YELLOW "33" macro
243 clr_warning = value ? COLOUR_BOLD(YELLOW) : ""; in set_coloured_trace()
244 clr_warning_message = value ? COLOUR(YELLOW) : ""; in set_coloured_trace()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images ...
/external/clang/lib/Analysis/
DCFG.cpp4311 OS.changeColor(raw_ostream::YELLOW, true); in print_block()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
Dconfusables.txt9206 2FC8 ; 9EC3 ; MA #* ( ⿈ → 黃 ) KANGXI RADICAL YELLOW → CJK UNIFIED IDEOGRAPH-9EC3 #
9208 2EE9 ; 9EC4 ; MA #* ( ⻩ → 黄 ) CJK RADICAL SIMPLIFIED YELLOW → CJK UNIFIED IDEOGRAPH-9EC4 #

12