/external/google-benchmark/src/ |
colorprint.h | 10 COLOR_BLUE,
|
colorprint.cc | 46 case COLOR_BLUE: 64 case COLOR_BLUE:
|
/external/clang/test/Index/ |
complete-enums.c | 7 Color_Blue 20 // CHECK-CC2: EnumConstantDecl:{ResultType enum Color}{TypedText Color_Blue} (7) (deprecated)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
colordlg.h | 15 #define COLOR_BLUE 708
|
color.dlg | 52 EDITTEXT,COLOR_BLUE,269,152,18,12,WS_GROUP | WS_TABSTOP
|
/developers/build/prebuilts/gradle/WatchFace/Application/src/main/res/values/ |
strings.xml | 31 <string name="color_blue">Blue</string> 40 <item>@string/color_blue</item>
|
/developers/samples/android/wearable/wear/WatchFace/Application/src/main/res/values/ |
strings.xml | 31 <string name="color_blue">Blue</string> 40 <item>@string/color_blue</item>
|
/development/samples/browseable/WatchFace/Application/res/values/ |
strings.xml | 31 <string name="color_blue">Blue</string> 40 <item>@string/color_blue</item>
|
/external/toybox/kconfig/lxdialog/ |
util.c | 68 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); 73 DLG_COLOR(button_active, COLOR_WHITE, COLOR_BLUE, true); 75 DLG_COLOR(button_key_active, COLOR_WHITE, COLOR_BLUE, true); 77 DLG_COLOR(button_label_active, COLOR_YELLOW, COLOR_BLUE, true); 88 DLG_COLOR(item_selected, COLOR_WHITE, COLOR_BLUE, true); 90 DLG_COLOR(tag_selected, COLOR_YELLOW, COLOR_BLUE, true); 92 DLG_COLOR(tag_key_selected, COLOR_YELLOW, COLOR_BLUE, true); 94 DLG_COLOR(check_selected, COLOR_WHITE, COLOR_BLUE, true); 144 DLG_COLOR(title, COLOR_BLUE, COLOR_WHITE, true); 145 DLG_COLOR(button_key_active, COLOR_YELLOW, COLOR_BLUE, true) [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
DebugSystem.java | 22 public static final int COLOR_BLUE = 1; 90 case COLOR_BLUE: 102 case COLOR_BLUE:
|
GameObjectCollisionSystem.java | 266 DebugSystem.COLOR_BLUE);
|
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/res/values/ |
strings.xml | 51 <string name="color_blue">Blue</string> 60 <item>@string/color_blue</item>
|
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/res/values/ |
strings.xml | 51 <string name="color_blue">Blue</string> 60 <item>@string/color_blue</item>
|
/development/samples/browseable/WatchFace/Wearable/res/values/ |
strings.xml | 51 <string name="color_blue">Blue</string> 60 <item>@string/color_blue</item>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLTraceCollectorDialog.java | 84 controlGroup.setForeground(Display.getDefault().getSystemColor(SWT.COLOR_BLUE)); 134 statusGroup.setForeground(Display.getDefault().getSystemColor(SWT.COLOR_BLUE));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
StateLabelProvider.java | 39 mHighlightForegroundColor = Display.getDefault().getSystemColor(SWT.COLOR_BLUE);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
IconFactory.java | 51 public static final int COLOR_BLUE = SWT.COLOR_DARK_BLUE; 134 * one of COLOR_DEFAULT, COLOR_RED, COLOR_BLUE or COLOR_RED. 175 * one of COLOR_DEFAULT, COLOR_RED, COLOR_BLUE or COLOR_RED.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
ApplicationPage.java | 66 IconFactory.COLOR_BLUE,
|
/external/autotest/client/profilers/powertop/src/ |
display.c | 132 init_pair(PT_COLOR_BLUE, COLOR_WHITE, COLOR_BLUE);
|
/packages/apps/TvSettings/Settings/res/values/ |
arrays.xml | 139 <item>@string/color_blue</item>
|
/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 | 180 Color blue= display.getSystemColor(SWT.COLOR_BLUE);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
ElementDescriptor.java | 254 int color = hasChildren() ? IconFactory.COLOR_BLUE 288 int color = hasChildren() ? IconFactory.COLOR_BLUE : IconFactory.COLOR_GREEN;
|
/system/bt/service/client/ |
main.cpp | 60 #define COLOR_BLUE "\x1B[0;94m" 101 cout << COLOR_BLUE "[FCLI] " COLOR_OFF << flush;
|
/cts/tests/tests/media/src/android/media/cts/ |
EncodeVirtualDisplayWithCompositionTest.java | 88 private static final int COLOR_BLUE = makeColor(0, 100, 0); 316 renderColorAndCheckResult(renderer, w, h, COLOR_BLUE); [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/ |
ConfigTab.java | 56 static final Color BLUE= DEFAULT_DISPLAY.getSystemColor(SWT.COLOR_BLUE);
|