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

1 2 3

  /frameworks/base/services/tests/
runtests.py 29 COLOR_RED = '\033[0;31m'
35 COLOR_RED,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
colordlg.h 13 #define COLOR_RED 706
color.dlg 46 EDITTEXT,COLOR_RED,269,124,18,12,WS_GROUP | WS_TABSTOP
  /external/google-benchmark/src/
colorprint.h 11 COLOR_RED,
colorprint.cc 45 case COLOR_RED:
63 case COLOR_RED:
console_reporter.cc 79 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'",
  /external/libcxx/utils/google-benchmark/src/
colorprint.h 11 COLOR_RED,
colorprint.cc 45 case COLOR_RED:
63 case COLOR_RED:
console_reporter.cc 79 printer(Out, COLOR_RED, "ERROR OCCURRED: \'%s\'",
  /packages/apps/TV/src/com/android/tv/tuner/util/
StatusTextUtils.java 29 private static final String COLOR_RED = "red";
52 audioPositionColor = COLOR_RED;
90 buffer.append(COLOR_RED);
111 buffer.append(COLOR_RED);
  /external/replicaisland/src/com/replica/replicaisland/
DebugSystem.java 21 public static final int COLOR_RED = 0;
87 case COLOR_RED:
99 case COLOR_RED:
  /external/toybox/kconfig/lxdialog/
util.c 76 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_WHITE, false);
101 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true);
104 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false);
107 DLG_COLOR(button_active, COLOR_YELLOW, COLOR_RED, false);
109 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_RED, true);
110 DLG_COLOR(button_key_inactive, COLOR_RED, COLOR_BLACK, false);
111 DLG_COLOR(button_label_active, COLOR_WHITE, COLOR_RED, false);
121 DLG_COLOR(position_indicator, COLOR_RED, COLOR_BLACK, false);
127 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_RED, false);
129 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false)
    [all...]
  /external/ltp/tools/top-LTP/
top.h 342 COLOR_RED, COLOR_RED, COLOR_YELLOW, COLOR_RED, \
  /bionic/tests/
gtest_main.cpp 77 COLOR_RED,
89 using testing::internal::COLOR_RED;
355 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
374 ColoredPrintf(COLOR_RED, "[ XPASS ] ");
378 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
383 ColoredPrintf(COLOR_RED, "[ TIMEOUT ] ");
461 ColoredPrintf(COLOR_RED, "[ TIMEOUT ] ");
464 ColoredPrintf(COLOR_RED, "[ TIMEOUT ] ");
485 ColoredPrintf(COLOR_RED, "[ FAIL ] ");
488 ColoredPrintf(COLOR_RED, "[ FAIL ] ")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
PermissionPage.java 57 IconFactory.COLOR_RED,
  /external/autotest/client/profilers/powertop/src/
display.c 128 init_pair(PT_COLOR_ERROR, COLOR_BLACK, COLOR_RED);
129 init_pair(PT_COLOR_RED, COLOR_WHITE, COLOR_RED);
  /test/vts/runners/target/gtest/
gtest_main.cpp 55 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW };
64 using testing::internal::COLOR_RED;
327 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
386 ColoredPrintf(COLOR_RED, "[ FAIL ] ");
390 ColoredPrintf(COLOR_RED, "[ FAIL ] ");
398 ColoredPrintf(COLOR_RED, "[ TIMEOUT ] ");
402 ColoredPrintf(COLOR_RED, "[ TIMEOUT ] ");
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SdkLocationChooserDialog.java 94 mStatusLabel.setForeground(getShell().getDisplay().getSystemColor(SWT.COLOR_RED));
  /external/syslinux/gpxe/src/hci/tui/
settings_ui.c 416 init_pair ( CPAIR_SELECT, COLOR_WHITE, COLOR_RED );
418 init_pair ( CPAIR_ALERT, COLOR_WHITE, COLOR_RED );
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 531 display.getSystemColor(SWT.COLOR_RED));
547 IconFactory.COLOR_RED,
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java 91 private static final int COLOR_RED = makeColor(100, 0, 0);
319 renderColorAndCheckResult(renderer, w, h, COLOR_RED);
452 virtualDisplays[l].doRendering(COLOR_RED);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
MarginChooser.java 169 mErrorLabel.setForeground(parent.getDisplay().getSystemColor(SWT.COLOR_RED));
  /system/bt/service/client/
main.cc 65 #define COLOR_RED "\x1B[0;91m"
124 cout << COLOR_RED << message << COLOR_OFF << endl;
129 << (status ? (COLOR_GREEN "success") : (COLOR_RED "failure"))
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc     [all...]
  /external/googletest/googletest/src/
gtest.cc     [all...]

Completed in 1012 milliseconds

1 2 3