/external/google-benchmark/src/ |
colorprint.h | 7 COLOR_RED,
|
colorprint.cc | 40 case COLOR_RED: 58 case COLOR_RED:
|
/external/clang/test/Index/ |
complete-enums.c | 5 Color_Red = 17, 17 // CHECK-CC1: EnumConstantDecl:{ResultType enum Color}{TypedText Color_Red} (65) (deprecated) 22 // CHECK-CC2-NEXT: EnumConstantDecl:{ResultType enum Color}{TypedText Color_Red} (7) (deprecated)
|
/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...] |
/packages/apps/TV/usbtuner/src/com/android/usbtuner/util/ |
StatusTextUtils.java | 27 private static final String COLOR_RED = "red"; 48 audioPositionColor = COLOR_RED; 88 buffer.append(COLOR_RED); 109 buffer.append(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
|
/developers/build/prebuilts/gradle/WatchFace/Application/src/main/res/values/ |
strings.xml | 35 <string name="color_red">Red</string> 44 <item>@string/color_red</item>
|
/developers/samples/android/wearable/wear/WatchFace/Application/src/main/res/values/ |
strings.xml | 35 <string name="color_red">Red</string> 44 <item>@string/color_red</item>
|
/development/samples/browseable/WatchFace/Application/res/values/ |
strings.xml | 35 <string name="color_red">Red</string> 44 <item>@string/color_red</item>
|
/external/replicaisland/src/com/replica/replicaisland/ |
DebugSystem.java | 21 public static final int COLOR_RED = 0; 87 case COLOR_RED: 99 case COLOR_RED:
|
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/res/values/ |
strings.xml | 55 <string name="color_red">Red</string> 64 <item>@string/color_red</item>
|
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/res/values/ |
strings.xml | 55 <string name="color_red">Red</string> 64 <item>@string/color_red</item>
|
/development/samples/browseable/WatchFace/Wearable/res/values/ |
strings.xml | 55 <string name="color_red">Red</string> 64 <item>@string/color_red</item>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
IconFactory.java | 49 public static final int COLOR_RED = SWT.COLOR_DARK_RED; 134 * one of COLOR_DEFAULT, COLOR_RED, COLOR_BLUE or COLOR_RED. 175 * one of COLOR_DEFAULT, COLOR_RED, COLOR_BLUE or COLOR_RED.
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/term/ |
_term.py | 68 self['RED'] = make_color(_curses.COLOR_RED)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/term/ |
_term.py | 69 self['RED'] = make_color(_curses.COLOR_RED)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
PermissionPage.java | 57 IconFactory.COLOR_RED,
|
/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/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);
|
/frameworks/base/core/tests/overlaytests/ |
testrunner.py | 101 self.color_RED = '\033[1;31m' 102 self.color_red = '\033[0;31m' 105 self.color_RED = '' 106 self.color_red = '' 131 sys.stdout.write('\r' + self.color_RED + self.text + '[FAIL]\n') 132 sys.stdout.write(self.color_red)
|
/bionic/tests/ |
gtest_main.cpp | 61 COLOR_RED, 73 using testing::internal::COLOR_RED; 326 ColoredPrintf(COLOR_RED, "[ FAILED ] "); 343 ColoredPrintf(COLOR_RED, "[ FAILED ] "); 345 ColoredPrintf(COLOR_RED, "[ TIMEOUT ] "); 407 ColoredPrintf(COLOR_RED, "[ FAIL ] "); 410 ColoredPrintf(COLOR_RED, "[ FAIL ] "); 418 ColoredPrintf(COLOR_RED, "[ TIMEOUT ] "); 421 ColoredPrintf(COLOR_RED, "[ TIMEOUT ] "); [all...] |
/packages/apps/TvSettings/Settings/res/values/ |
arrays.xml | 135 <item>@string/color_red</item>
|
/system/bt/service/client/ |
main.cpp | 57 #define COLOR_RED "\x1B[0;91m" 105 cout << COLOR_RED << message << COLOR_OFF << endl; 110 << (status ? (COLOR_GREEN "success") : (COLOR_RED "failure"))
|
/cts/tests/tests/media/src/android/media/cts/ |
EncodeVirtualDisplayWithCompositionTest.java | 87 private static final int COLOR_RED = makeColor(100, 0, 0); 315 renderColorAndCheckResult(renderer, w, h, COLOR_RED); 447 virtualDisplays[l].doRendering(COLOR_RED); [all...] |