/packages/services/Telephony/res/values/ |
colors.xml | 22 <color name="incall_secondary_info_background">#8033b5e5</color> <!-- semitransparent blueish grey -->
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/usb/ |
midi.h | 5 * Developed for Thumtronics by Grey Innovation
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/ |
midi.h | 5 * Developed for Thumtronics by Grey Innovation
|
/external/chromium_org/chrome/browser/resources/ |
flags.css | 117 /* Disabled and unsupported experiments display grey text on a grey background.
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
dfs-visit.h | 31 // aborted by first calling FinishState() on all currently grey states 46 // // Invoked when back arc examined (to grey/unfinished state)
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
PlanarYUVLuminanceSource.java | 119 int grey = yuv[inputOffset + x] & 0xff; local 120 pixels[outputOffset + x] = 0xFF000000 | (grey * 0x00010101);
|
/frameworks/base/packages/SystemUI/res/values/ |
colors.xml | 37 <color name="system_primary_color">#ff263238</color><!-- blue grey 900 --> 45 <color name="qs_detail_empty">#24B0BEC5</color><!-- 14% blue grey 200-->
|
/packages/apps/ContactsCommon/res/values/ |
colors.xml | 107 this is Blue Grey 500 --> 110 this is Blue Grey 700 -->
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
GroupsTest.java | 53 private static final String GROUP_GREY = "Grey"; 99 // Add contacts to various mixture of groups. Grey will have all 126 // Grey should have four aggregates, three with phones. 127 assertEquals("Incorrect Grey count", 4, summaryCount); 128 assertEquals("Incorrect Grey with phones count", 3, summaryWithPhones);
|
/cts/apps/CtsVerifier/jni/cameraanalyzer/ |
com_android_cts_verifier_camera_analyzer_MeteringTest.cpp | 107 ALOGV("Start finding grey coordinates");
|
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/ |
user_image_manager.h | 58 // has failed, a default grey avatar will be used until the user logs
|
/external/chromium_org/chrome/browser/profiles/ |
profile_avatar_icon_util.h | 38 // Gets the index for the (grey silhouette) avatar used as a placeholder.
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
ntp_user_data_logger.h | 84 // for this NTP session. When these errors occur a grey tile is shown instead
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
3d-raytrace.js | 355 var grey = createVector(0.4, 0.4, 0.4); 356 grey.reflection = 1.0; 366 //grey.reflection = angle; 367 return grey;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
3d-raytrace.js | 355 var grey = createVector(0.4, 0.4, 0.4); 356 grey.reflection = 1.0; 366 //grey.reflection = angle; 367 return grey;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
3d-raytrace.js | 355 var grey = createVector(0.4, 0.4, 0.4); 356 grey.reflection = 1.0; 366 //grey.reflection = angle; 367 return grey;
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
ColorData.gperf | 74 grey, 0xff808080
|
/external/chromium_org/third_party/skia/gm/ |
bitmappremul.cpp | 17 * greyscale gradients above a row of grey lines.
|
/external/kernel-headers/original/uapi/linux/ |
v4l2-mediabus.h | 55 /* YUV (including grey) - next is 0x2018 */
|
/external/skia/gm/ |
bitmappremul.cpp | 17 * greyscale gradients above a row of grey lines.
|
/frameworks/base/docs/html/training/notepad/ |
notepad-extra-credit.jd | 31 right click in the narrow grey border on the left of the edit window at the
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
v4l2-mediabus.h | 51 /* YUV (including grey) - next is 0x2014 */
|
/pdk/apps/CameraITS/pymodules/its/ |
dng.py | 26 Given a captured shot of a grey chart illuminated by either a D65 or a 127 shot taken of a grey chart under either A or D65 illuminants) and the
|
/external/zopfli/src/zopflipng/ |
zopflipng_lib.cc | 251 bool grey = true; local 255 grey = false; 259 if (grey) state.info_png.color.colortype = LCT_GREY_ALPHA;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cgitb.py | 59 def grey(text): function 150 rows.append('<tr><td>%s</td></tr>' % grey(line)) 168 rows.append('<tr><td>%s</td></tr>' % small(grey(', '.join(dump))))
|