HomeSort by relevance Sort by last modified time
    Searched refs:COLOR_YELLOW (Results 1 - 25 of 43) sorted by null

1 2

  /external/google-benchmark/src/
colorprint.h 9 COLOR_YELLOW,
colorprint.cc 44 case COLOR_YELLOW:
62 case COLOR_YELLOW:
console_reporter.cc 99 ColorPrintf(COLOR_YELLOW, "%10.0f %10.0f ",
103 ColorPrintf(COLOR_YELLOW, "%10.0f %10.0f ",
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/util/
StatusTextUtils.java 28 private static final String COLOR_YELLOW = "yellow";
50 audioPositionColor = COLOR_YELLOW;
81 return String.format("<font color=%s>%s</font>\n", COLOR_YELLOW, msg);
90 buffer.append(COLOR_YELLOW);
107 buffer.append(COLOR_YELLOW);
  /external/toybox/kconfig/lxdialog/
util.c 71 DLG_COLOR(title, COLOR_YELLOW, COLOR_WHITE, true);
77 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true);
82 DLG_COLOR(searchbox_title, COLOR_YELLOW, COLOR_WHITE, true);
84 DLG_COLOR(position_indicator, COLOR_YELLOW, COLOR_WHITE, true);
89 DLG_COLOR(tag, COLOR_YELLOW, COLOR_WHITE, true);
90 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_BLUE, true);
91 DLG_COLOR(tag_key, COLOR_YELLOW, COLOR_WHITE, true);
92 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_BLUE, true);
107 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false);
108 DLG_COLOR(button_inactive, COLOR_YELLOW, COLOR_BLACK, false)
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/term/
_term.py 69 self['YELLOW'] = make_color(_curses.COLOR_YELLOW)
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/term/
_term.py 70 self['YELLOW'] = make_color(_curses.COLOR_YELLOW)
  /bionic/tests/
gtest_main.cpp 63 COLOR_YELLOW
75 using testing::internal::COLOR_YELLOW;
430 ColoredPrintf(COLOR_YELLOW, "[ SLOW ] ");
433 ColoredPrintf(COLOR_YELLOW, "[ SLOW ] ");
    [all...]
  /external/autotest/client/profilers/powertop/src/
display.c 130 init_pair(PT_COLOR_YELLOW, COLOR_WHITE, COLOR_YELLOW);
  /external/minijail/
common.mk 360 COLOR_YELLOW = \x1b[33;01m
402 @$(ECHO) " $(COLOR_YELLOW)-----$(COLOR_RESET)"
429 @$(ECHO) " $(COLOR_YELLOW)-----$(COLOR_RESET)"
439 $(ECHO) "$(COLOR_YELLOW)\
718 @$(ECHO) "COVERAGE [$(COLOR_YELLOW)STARTED$(COLOR_RESET)]"
733 @$(ECHO) "COVERAGE [$(COLOR_YELLOW)FINISHED$(COLOR_RESET)]"
817 @$(ECHO) "[$(COLOR_YELLOW)SETUP$(COLOR_RESET)]"
842 @$(ECHO) "[$(COLOR_YELLOW)TEARDOWN$(COLOR_RESET)]"
    [all...]
  /external/modp_b64/
common.mk 360 COLOR_YELLOW = \x1b[33;01m
402 @$(ECHO) " $(COLOR_YELLOW)-----$(COLOR_RESET)"
429 @$(ECHO) " $(COLOR_YELLOW)-----$(COLOR_RESET)"
439 $(ECHO) "$(COLOR_YELLOW)\
718 @$(ECHO) "COVERAGE [$(COLOR_YELLOW)STARTED$(COLOR_RESET)]"
733 @$(ECHO) "COVERAGE [$(COLOR_YELLOW)FINISHED$(COLOR_RESET)]"
817 @$(ECHO) "[$(COLOR_YELLOW)SETUP$(COLOR_RESET)]"
842 @$(ECHO) "[$(COLOR_YELLOW)TEARDOWN$(COLOR_RESET)]"
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 187 Color yellow= 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/
ant-jai.jar 
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc     [all...]
  /external/gtest/src/
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc     [all...]
  /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/
PerformancesView.java 86 static final Color YELLOW = DEFAULT_DISPLAY.getSystemColor(SWT.COLOR_YELLOW);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 553 SWT.COLOR_YELLOW,
  /system/bt/service/client/
main.cpp 59 #define COLOR_YELLOW "\x1B[0;93m"
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp     [all...]

Completed in 92 milliseconds

1 2