Home
last modified time | relevance | path

Searched refs:COLOR_GREEN (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gtest/src/
Dgtest.cc2553 COLOR_GREEN, enumerator
2563 case COLOR_GREEN: return FOREGROUND_GREEN; in GetColorAttribute()
2576 case COLOR_GREEN: return "2"; in GetAnsiColorCode()
2743 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart()
2752 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart()
2761 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart()
2772 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart()
2792 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd()
2815 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseEnd()
2824 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsTearDownStart()
[all …]
/external/protobuf/gtest/src/
Dgtest.cc2524 COLOR_GREEN, enumerator
2534 case COLOR_GREEN: return FOREGROUND_GREEN; in GetColorAttribute()
2547 case COLOR_GREEN: return "2"; in GetAnsiColorCode()
2690 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart()
2699 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart()
2708 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart()
2719 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart()
2743 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd()
2763 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseEnd()
2772 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsTearDownStart()
[all …]
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc2525 COLOR_GREEN, enumerator
2535 case COLOR_GREEN: return FOREGROUND_GREEN; in GetColorAttribute()
2548 case COLOR_GREEN: return "2"; in GetAnsiColorCode()
2715 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart()
2724 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart()
2733 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart()
2744 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart()
2764 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd()
2787 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseEnd()
2796 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsTearDownStart()
[all …]
/external/mesa3d/src/gtest/src/
Dgtest.cc2553 COLOR_GREEN, enumerator
2563 case COLOR_GREEN: return FOREGROUND_GREEN; in GetColorAttribute()
2576 case COLOR_GREEN: return "2"; in GetAnsiColorCode()
2743 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart()
2752 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart()
2761 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart()
2772 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart()
2792 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd()
2815 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseEnd()
2824 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsTearDownStart()
[all …]
/external/gtest/src/
Dgtest.cc2553 COLOR_GREEN, enumerator
2563 case COLOR_GREEN: return FOREGROUND_GREEN; in GetColorAttribute()
2576 case COLOR_GREEN: return "2"; in GetAnsiColorCode()
2747 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart()
2756 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart()
2764 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart()
2775 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart()
2795 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd()
2817 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseEnd()
2826 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsTearDownStart()
[all …]
/external/chromium_org/testing/gtest/src/
Dgtest.cc2553 COLOR_GREEN, enumerator
2563 case COLOR_GREEN: return FOREGROUND_GREEN; in GetColorAttribute()
2576 case COLOR_GREEN: return "2"; in GetAnsiColorCode()
2747 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart()
2756 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart()
2764 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart()
2775 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart()
2795 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd()
2817 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseEnd()
2826 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsTearDownStart()
[all …]
/external/qemu/ui/
Dcurses.c288 COLOR_BLACK, COLOR_BLUE, COLOR_GREEN, COLOR_CYAN, in curses_setup()
Dconsole.c391 COLOR_GREEN = 2, enumerator
823 s->t_attrib.fgcol=COLOR_GREEN; in console_handle_escape()
848 s->t_attrib.bgcol=COLOR_GREEN; in console_handle_escape()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc4037 COLOR_GREEN, enumerator
4047 case COLOR_GREEN: return FOREGROUND_GREEN; in GetColorAttribute()
4060 case COLOR_GREEN: return "2"; in GetAnsiColorCode()
4231 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart()
4240 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart()
4248 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart()
4259 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart()
4279 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd()
4301 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseEnd()
4310 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsTearDownStart()
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
Dgtest-all.cc4037 COLOR_GREEN, enumerator
4047 case COLOR_GREEN: return FOREGROUND_GREEN; in GetColorAttribute()
4060 case COLOR_GREEN: return "2"; in GetAnsiColorCode()
4231 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart()
4240 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart()
4248 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart()
4259 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart()
4279 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd()
4301 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseEnd()
4310 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsTearDownStart()
[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/
DPerformancesView.java82 static final Color GREEN= DEFAULT_DISPLAY.getSystemColor(SWT.COLOR_GREEN);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DFingerPrintGraph.java65 static final Color GREEN= DEFAULT_DISPLAY.getSystemColor(SWT.COLOR_GREEN);