/external/toybox/kconfig/lxdialog/ |
D | util.c | 71 DLG_COLOR(title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 77 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 82 DLG_COLOR(searchbox_title, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 84 DLG_COLOR(position_indicator, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 89 DLG_COLOR(tag, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 90 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 91 DLG_COLOR(tag_key, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 92 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_BLUE, true); in set_classic_theme() 107 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false); in set_blackbg_theme() 108 DLG_COLOR(button_inactive, COLOR_YELLOW, COLOR_BLACK, false); in set_blackbg_theme() [all …]
|
/external/google-benchmark/src/ |
D | colorprint.cc | 44 case COLOR_YELLOW: in GetPlatformColorCode() 62 case COLOR_YELLOW: in GetPlatformColorCode()
|
D | console_reporter.cc | 99 ColorPrintf(COLOR_YELLOW, "%10.0f %10.0f ", in PrintRunData() 103 ColorPrintf(COLOR_YELLOW, "%10.0f %10.0f ", in PrintRunData()
|
D | colorprint.h | 9 COLOR_YELLOW, enumerator
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/term/ |
D | _term.py | 69 self['YELLOW'] = make_color(_curses.COLOR_YELLOW)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/term/ |
D | _term.py | 70 self['YELLOW'] = make_color(_curses.COLOR_YELLOW)
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2526 COLOR_YELLOW enumerator 2536 case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; in GetColorAttribute() 2549 case COLOR_YELLOW: return "3"; in GetAnsiColorCode() 2697 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2703 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2710 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2855 ColoredPrintf(COLOR_YELLOW, in OnTestIterationEnd() 4667 color = COLOR_YELLOW; in PrintColorEncoded()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 2555 COLOR_YELLOW enumerator 2565 case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; in GetColorAttribute() 2578 case COLOR_YELLOW: return "3"; in GetAnsiColorCode() 2724 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2730 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2737 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2880 ColoredPrintf(COLOR_YELLOW, in OnTestIterationEnd() 4729 color = COLOR_YELLOW; in PrintColorEncoded()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 2554 COLOR_YELLOW enumerator 2564 case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; in GetColorAttribute() 2577 case COLOR_YELLOW: return "3"; in GetAnsiColorCode() 2725 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2731 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2738 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2883 ColoredPrintf(COLOR_YELLOW, in OnTestIterationEnd() 4697 color = COLOR_YELLOW; in PrintColorEncoded()
|
/external/protobuf/gtest/src/ |
D | gtest.cc | 2549 COLOR_YELLOW enumerator 2559 case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; in GetColorAttribute() 2572 case COLOR_YELLOW: return "3"; in GetAnsiColorCode() 2702 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2707 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2714 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2867 ColoredPrintf(COLOR_YELLOW, in OnTestIterationEnd() 4511 color = COLOR_YELLOW; in UnitTestImpl()
|
/external/autotest/client/profilers/powertop/src/ |
D | display.c | 130 init_pair(PT_COLOR_YELLOW, COLOR_WHITE, COLOR_YELLOW); in initialize_curses()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest.cc | 2554 COLOR_YELLOW enumerator 2564 case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; in GetColorAttribute() 2577 case COLOR_YELLOW: return "3"; in GetAnsiColorCode() 2729 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2735 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2742 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2885 ColoredPrintf(COLOR_YELLOW, in OnTestIterationEnd() 4810 color = COLOR_YELLOW; in PrintColorEncoded()
|
/external/gtest/src/ |
D | gtest.cc | 2554 COLOR_YELLOW enumerator 2564 case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; in GetColorAttribute() 2577 case COLOR_YELLOW: return "3"; in GetAnsiColorCode() 2729 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2735 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2742 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 2885 ColoredPrintf(COLOR_YELLOW, in OnTestIterationEnd() 4814 color = COLOR_YELLOW; in PrintColorEncoded()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | BarGraph.java | 187 Color yellow= display.getSystemColor(SWT.COLOR_YELLOW); in paint()
|
D | FingerPrintGraph.java | 69 static final Color YELLOW = DEFAULT_DISPLAY.getSystemColor(SWT.COLOR_YELLOW);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant-jai.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 3889 COLOR_YELLOW enumerator 3899 case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; in GetColorAttribute() 3912 case COLOR_YELLOW: return "3"; in GetAnsiColorCode() 4042 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 4047 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 4054 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 4207 ColoredPrintf(COLOR_YELLOW, in OnTestIterationEnd() 5851 color = COLOR_YELLOW; in UnitTestImpl()
|
/external/opencv3/modules/ts/src/ |
D | ts_gtest.cpp | 4054 COLOR_YELLOW enumerator 4064 case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; in GetColorAttribute() 4077 case COLOR_YELLOW: return "3"; in GetAnsiColorCode() 4229 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 4237 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 4243 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 4250 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 4393 ColoredPrintf(COLOR_YELLOW, in OnTestIterationEnd() 6328 color = COLOR_YELLOW; in PrintColorEncoded()
|
/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/ |
D | PerformancesView.java | 86 static final Color YELLOW = DEFAULT_DISPLAY.getSystemColor(SWT.COLOR_YELLOW);
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 4038 COLOR_YELLOW enumerator 4048 case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; in GetColorAttribute() 4061 case COLOR_YELLOW: return "3"; in GetAnsiColorCode() 4213 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 4219 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 4226 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 4369 ColoredPrintf(COLOR_YELLOW, in OnTestIterationEnd() 6298 color = COLOR_YELLOW; in PrintColorEncoded()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
D | gtest-all.cc | 4038 COLOR_YELLOW enumerator 4048 case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; in GetColorAttribute() 4061 case COLOR_YELLOW: return "3"; in GetAnsiColorCode() 4213 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 4219 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 4226 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 4369 ColoredPrintf(COLOR_YELLOW, in OnTestIterationEnd() 6298 color = COLOR_YELLOW; in PrintColorEncoded()
|
/external/minijail/ |
D | common.mk | 360 COLOR_YELLOW = \x1b[33;01m
|
/external/modp_b64/ |
D | common.mk | 360 COLOR_YELLOW = \x1b[33;01m
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |