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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
colordlg.h 14 #define COLOR_GREEN 707
color.dlg 49 EDITTEXT,COLOR_GREEN,269,138,18,12,WS_GROUP | WS_TABSTOP
  /external/google-benchmark/src/
colorprint.h 12 COLOR_GREEN,
colorprint.cc 47 case COLOR_GREEN:
65 case COLOR_GREEN:
console_reporter.cc 107 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN;
  /external/libcxx/utils/google-benchmark/src/
colorprint.h 12 COLOR_GREEN,
colorprint.cc 47 case COLOR_GREEN:
65 case COLOR_GREEN:
console_reporter.cc 107 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
colorprint.h 12 COLOR_GREEN,
colorprint.cc 47 case COLOR_GREEN:
65 case COLOR_GREEN:
console_reporter.cc 92 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN;
  /packages/apps/TV/tuner/src/com/android/tv/tuner/util/
StatusTextUtils.java 29 private static final String COLOR_GREEN = "green";
112 buffer.append(COLOR_GREEN);
125 buffer.append(COLOR_GREEN);
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/term/
_term.py 70 self['GREEN'] = make_color(_curses.COLOR_GREEN)
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/term/
_term.py 71 self['GREEN'] = make_color(_curses.COLOR_GREEN)
  /external/mesa3d/src/amd/common/
ac_debug.c 39 #define COLOR_GREEN "\033[1;32m"
166 fprintf(f, COLOR_GREEN "%s%s" COLOR_RESET ":\n",
358 fprintf(f, COLOR_GREEN "NOP (type 2)" COLOR_RESET "\n");
  /external/tensorflow/tensorflow/tools/ci_build/builds/
builds_common.sh 22 COLOR_GREEN='\033[0;32m'
pip.sh 539 printf " ${COLOR_GREEN}PASS${COLOR_NC}\n"
552 printf "PIP test ${COLOR_GREEN}PASSED${COLOR_NC}\n"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
InstrumentationPage.java 53 IconFactory.COLOR_GREEN,
  /external/tensorflow/tensorflow/tools/ci_build/
ci_sanity.sh 603 printf " ${COLOR_GREEN}PASS${COLOR_NC}\n"
616 printf "Sanity checks ${COLOR_GREEN}PASSED${COLOR_NC}\n"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 255 : IconFactory.COLOR_GREEN;
288 int color = hasChildren() ? IconFactory.COLOR_BLUE : IconFactory.COLOR_GREEN;
  /test/vts/runners/target/gtest/
gtest_main.cpp 55 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW };
65 using testing::internal::COLOR_GREEN;
301 ColoredPrintf(COLOR_GREEN, "[==========] ");
317 ColoredPrintf(COLOR_GREEN, "[ RUN ] ");
325 ColoredPrintf(COLOR_GREEN, "[ OK ] ");
371 ColoredPrintf(COLOR_GREEN, "[==========] ");
379 ColoredPrintf(COLOR_GREEN, "[ PASS ] ");
    [all...]
  /external/python/cpython2/Demo/curses/
tclock.py 80 curses.init_pair(3, curses.COLOR_GREEN, my_bg)
  /bionic/tests/
gtest_main.cpp 83 COLOR_GREEN,
94 using testing::internal::COLOR_GREEN;
340 ColoredPrintf(COLOR_GREEN, "[==========] ");
359 ColoredPrintf(COLOR_GREEN, "[ RUN ] ");
367 ColoredPrintf(COLOR_GREEN, "[ OK ] ");
384 ColoredPrintf(COLOR_GREEN, "[ OK ] ");
439 ColoredPrintf(COLOR_GREEN, "[==========] ");
446 ColoredPrintf(COLOR_GREEN, "[ PASS ] ");
    [all...]
  /system/bt/service/client/
main.cc 66 #define COLOR_GREEN "\x1B[0;92m"
129 << (status ? (COLOR_GREEN "success") : (COLOR_RED "failure"))
182 << COLOR_GREEN << client_id << COLOR_OFF;
228 << COLOR_GREEN << advertiser_id << COLOR_OFF;
265 << COLOR_GREEN << scanner_id << COLOR_OFF;
307 << COLOR_GREEN << client_id << COLOR_OFF;
    [all...]
  /external/autotest/client/profilers/powertop/src/
display.c 131 init_pair(PT_COLOR_GREEN, COLOR_WHITE, COLOR_GREEN);

Completed in 511 milliseconds

1 2 3