/external/chromium_org/third_party/mesa/src/docs/ |
MESA_ycbcr_texture.spec | 36 during pixel transfer. The texture's YCbCr colors are converted to 128 sizes will return zero. The YCbCr colors are converted to RGB during
|
MESA_texture_signed_rgba.spec | 118 a framebuffer clamped to [0,1] all converted numbers will be in the range
|
/external/chromium_org/v8/test/mjsunit/ |
stack-traces-2.js | 31 // Poisonous object that throws a reference error if attempted converted to
|
debug-receiver.js | 78 // converted to object for strict mode functions.
|
elements-transition.js | 43 // the previously patched IC, is then converted using the conversion stub.
|
/external/chromium_org/v8/test/webkit/fast/js/ |
read-modify-eval.js | 143 // In a strict mode function primitive this values are not converted, so
|
/external/mesa3d/docs/ |
MESA_ycbcr_texture.spec | 36 during pixel transfer. The texture's YCbCr colors are converted to 128 sizes will return zero. The YCbCr colors are converted to RGB during
|
/external/v8/test/mjsunit/ |
stack-traces-2.js | 31 // Poisonous object that throws a reference error if attempted converted to
|
debug-receiver.js | 78 // converted to object for strict mode functions.
|
elements-transition.js | 43 // the previously patched IC, is then converted using the conversion stub.
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayApply.cpp | 134 SkTypedArray converted; local 138 animator->packARGB(&values->fScalar, count, &converted); 139 values = converted.begin(); 140 count = converted.count();
|
/external/chromium_org/tools/cygprofile/ |
mergetraces.py | 146 addresses have already been converted to static offsets. 168 sys.stderr.write("Converted len: " + str(len(trace_calls)) + "\n")
|
/external/skia/src/animator/ |
SkDisplayApply.cpp | 134 SkTypedArray converted; local 138 animator->packARGB(&values->fScalar, count, &converted); 139 values = converted.begin(); 140 count = converted.count();
|
/external/pixman/pixman/ |
pixman-access.c | 383 uint32_t converted = convert_pixel_from_a8r8g8b8 ( local 389 STORE_1 (image, dest, offset, converted & 0x01); 393 STORE_4 (image, dest, offset, converted & 0xf); 397 WRITE (image, (dest + offset), converted & 0xff); 401 WRITE (image, ((uint16_t *)dest + offset), converted & 0xffff); 405 STORE_24 (image, dest, offset, converted); 409 WRITE (image, ((uint32_t *)dest + offset), converted); [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherProvider.java | 319 boolean converted = false; 335 converted = copyFromCursor(db, cursor) > 0; 340 if (converted) { 345 if (converted) { 347 if (LOGD) Log.d(TAG, "converted and now triggering widget upgrade"); 351 return converted; [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
StrictMathTest.java | 1401 double converted = StrictMath.toDegrees(StrictMath.toRadians(d)); local 1412 double converted = StrictMath.toRadians(StrictMath.toDegrees(d)); local [all...] |
MathTest.java | 1803 double converted = Math.toDegrees(Math.toRadians(d)); local 1814 double converted = Math.toRadians(Math.toDegrees(d)); local [all...] |
/external/chromium_org/third_party/lcov/bin/ |
lcov | [all...] |
genhtml | 214 our $highlight; # If set, highlight lines covered by converted data only 477 --highlight Highlight lines with converted-only data 863 # converted data sets. 870 my %converted; 879 # converted and original data sets 882 # Check to see if this is a converted data set 885 $hash = \%converted; 904 foreach $line (keys(%converted)) 969 my $converted; 986 $converted = get_converted_lines($testdata) [all...] |
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
type_checkers.py | 126 'encoding. Non-ASCII strings must be converted to '
|
/external/protobuf/python/google/protobuf/internal/ |
type_checkers.py | 126 'encoding. Non-ASCII strings must be converted to '
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherProvider.java | 436 boolean converted = false; 451 converted = copyFromCursor(db, cursor, cb) > 0; 452 if (converted && deleteRows) { 461 if (converted) { 463 if (LOGD) Log.d(TAG, "converted and now triggering widget upgrade"); 471 return converted; [all...] |
/external/chromium_org/third_party/lcov-1.9/bin/ |
genhtml | 271 our $highlight; # If set, highlight lines covered by converted data only 562 --highlight Highlight lines with converted-only data 996 # converted data sets. 1003 my %converted; 1012 # converted and original data sets 1015 # Check to see if this is a converted data set 1018 $hash = \%converted; 1037 foreach $line (keys(%converted)) 1108 my $converted; 1127 $converted = get_converted_lines($testdata) [all...] |
/external/chromium_org/remoting/webapp/ |
paired_client_manager.js | 93 * @return {Array.<remoting.PairedClient>} The converted result.
|
/external/chromium_org/third_party/simplejson/ |
__init__.py | 178 and is converted to a string with that many spaces. 275 and is converted to a string with that many spaces.
|