/external/clang/test/CodeGenCXX/ |
scoped-enums.cpp | 12 enum struct Colour { grey }; 16 h(Colour::grey);
|
scoped-enums-debug-info.cpp | 16 enum struct Colour { grey }; 20 h(Colour::grey);
|
/cts/apps/CameraITS/tests/inprog/scene2/ |
README | 3 Specific charts may also be required, for example grey cards, color
|
/development/ndk/platforms/android-5/samples/hello-gl2/jni/ |
gl_code.cpp | 150 static float grey; local 151 grey += 0.01f; 152 if (grey > 1.0f) { 153 grey = 0.0f; 155 glClearColor(grey, grey, grey, 1.0f);
|
/frameworks/native/opengl/tests/gl2_jni/jni/ |
gl_code.cpp | 130 static float grey; local 131 grey += 0.01f; 132 if (grey > 1.0f) { 133 grey = 0.0f; 135 glClearColor(grey, grey, grey, 1.0f);
|
/frameworks/native/opengl/tests/gldual/jni/ |
gl_code.cpp | 130 static float grey; local 131 grey += 0.01f; 132 if (grey > 1.0f) { 133 grey = 0.0f; 135 glClearColor(grey, grey, grey, 1.0f);
|
/cts/tests/tests/opengl/libopengltest/ |
color_one.cpp | 87 static float grey; local 88 grey = 0.01f; 90 glClearColor(grey, grey, grey, 1.0f);
|
/external/robolectric/v1/src/test/resources/res/layout/ |
text_views.xml | 29 android:text="Grey Text"
|
text_views_hints.xml | 28 android:hint="Grey Hint"
|
/developers/build/prebuilts/gradle/WearDrawers/Wearable/src/main/res/layout/ |
activity_main.xml | 37 android:background="@color/grey" /> 44 android:background="@color/grey"/>
|
/developers/samples/android/wearable/wear/WearDrawers/Wearable/src/main/res/layout/ |
activity_main.xml | 37 android:background="@color/grey" /> 44 android:background="@color/grey"/>
|
/development/samples/browseable/WearDrawers/res/layout/ |
activity_main.xml | 37 android:background="@color/grey" /> 44 android:background="@color/grey"/>
|
/external/skia/bench/ |
TableBench.cpp | 22 // Areas 1-4 are first all draw white. Areas 3&4 are then drawn grey. Areas 23 // 2&4 are then drawn grey. Areas 2&3 are thus double drawn while area 4 is
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
BitmapFilterTests.java | 54 150); // content will be entirely grey, for a fairly wide range of grey 57 300, 0.8f); // content will be mostly grey, for a wide range of grey 75 // and 2 black, and thus each be close to x7F7F7F grey 135 // will only be *mostly* grey.
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
gl_code.cpp | 170 static float grey; local 171 grey += 0.01f; 172 if (grey > 1.0f) { 173 grey = 0.0f; 175 glClearColor(background, grey, grey, 1.0f);
|
/external/opencv3/doc/tutorials/core/ |
mat_operations.markdown | 36 channels. Here is an example for a single channel grey scale image (type 8UC1) and pixel coordinates 134 Conversion from color to grey scale: 137 Mat grey; 138 cvtColor(img, grey, COLOR_BGR2GRAY); 161 Mat grey; 162 cvtColor(img, grey, COLOR_BGR2GRAY); 165 Sobel(grey, sobelx, CV_32F, 1, 0);
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
TextViewTest.java | 117 TextView grey = (TextView) activity.findViewById(R.id.grey_text_view); local 118 assertThat(grey.getText().toString(), equalTo("Grey Text")); 119 assertThat(shadowOf(grey).getTextColorHexValue(), equalTo(activity.getResources().getColor(R.color.grey42))); 135 TextView grey = (TextView) activity.findViewById(R.id.grey_text_view_hint); local 136 assertThat(grey.getHint().toString(), equalTo("Grey Hint")); 137 assertThat(shadowOf(grey).getHintColorHexValue(), equalTo(activity.getResources().getColor(R.color.grey42)));
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_colorsys.py | 39 ((0.5, 0.5, 0.5), ( 0 , 0.0, 0.5)), # grey 66 ((0.5, 0.5, 0.5), ( 0 , 0.5, 0.0)), # grey
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_colorsys.py | 39 ((0.5, 0.5, 0.5), ( 0 , 0.0, 0.5)), # grey 66 ((0.5, 0.5, 0.5), ( 0 , 0.5, 0.0)), # grey
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_colorsys.py | 39 ((0.5, 0.5, 0.5), ( 0 , 0.0, 0.5)), # grey 66 ((0.5, 0.5, 0.5), ( 0 , 0.5, 0.0)), # grey
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_colorsys.py | 39 ((0.5, 0.5, 0.5), ( 0 , 0.0, 0.5)), # grey 66 ((0.5, 0.5, 0.5), ( 0 , 0.5, 0.0)), # grey
|
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
bisect-status.html | 24 color: grey;
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/ |
page_with_swipeables.html | 25 background-color: grey;
|
/external/libdaemon/doc/ |
style.css | 30 .grey { color: #8f8f8f; font-size: 80%; }
|
/external/opencv3/3rdparty/libtiff/ |
tif_next.c | 32 * NeXT 2-bit Grey Scale Compression Algorithm Support 103 uint32 npixels = 0, grey; local 114 grey = (uint32)((n>>6) & 0x3); 122 SETPIXEL(op, grey);
|