/external/chromium_org/content/common/gpu/media/ |
android_video_encode_accelerator.cc | 307 bool converted = !libyuv::I420ToNV12(frame->data(VideoFrame::kYPlane), local 319 RETURN_ON_FAILURE(converted, "Failed to I420ToNV12!", kPlatformFailureError);
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
LocaleWinTest.cpp | 271 String converted = locale->convertFromLocalizedNumber(localized); local 272 EXPECT_STREQ(original, converted.utf8().data());
|
LocaleMacTest.cpp | 362 String converted = locale->convertFromLocalizedNumber(localized); local 363 EXPECT_STREQ(original, converted.utf8().data());
|
/external/chromium_org/v8/test/mjsunit/ |
array-length-number-conversion.js | 30 // it is converted to a number.
|
stack-traces-2.js | 31 // Poisonous object that throws a reference error if attempted converted to
|
/external/srec/srec/EventLog/src/ |
riff.c | 50 * - fills in *length with the number of samples converted 107 int converted = value; local 108 unsigned char *cp = (unsigned char *) & converted; 117 return converted; 122 short converted = value; local 123 unsigned char *cp = (unsigned char *) & converted; 129 return converted;
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldAndroidMathTest.java | 574 double converted = Math.toDegrees(Math.toRadians(d)); local 575 assertTrue("Converted number not equal to original. d = " + d, 576 converted >= d * 0.99999999 && converted <= d * 1.00000001); 582 double converted = Math.toRadians(Math.toDegrees(d)); local 583 assertTrue("Converted number not equal to original. d = " + d, 584 converted >= d * 0.99999999 && converted <= d * 1.00000001);
|
OldAndroidStrictMathTest.java | 597 double converted = StrictMath.toDegrees(StrictMath.toRadians(d)); local 598 assertTrue("Converted number not equal to original. d = " + d, 599 converted >= d * 0.99999999 && converted <= d * 1.00000001); 605 double converted = StrictMath.toRadians(StrictMath.toDegrees(d)); local 606 assertTrue("Converted number not equal to original. d = " + d, 607 converted >= d * 0.99999999 && converted <= d * 1.00000001);
|
/external/chromium_org/third_party/icu/source/io/ |
uscanf_p.c | 292 * @param argConverted The number of arguments converted and assigned, or -1 if an 398 /* will contain the # of items converted thus far */ 409 /* we converted 0 args */ 471 /* we converted 1 arg */ 570 /* we converted 1 arg */ 660 /* we converted 1 arg */ 721 /* we converted 1 arg */ 790 /* we converted 1 arg */ 873 /* we converted 1 arg */ 942 /* we converted 1 arg * 1305 int32_t count, converted, argConsumed, cpConsumed; local [all...] |
/external/chromium_org/third_party/webrtc/base/ |
proxydetect.cc | 958 bool converted = false; local 977 converted = p_convertHostCFStringRefToCPPString(hostCFStr, hostname); 978 if (converted) { 980 converted = p_convertCFNumberToInt(portCFNum, &port); 981 if (converted) { [all...] |
/external/e2fsprogs/intl/ |
dcigettext.c | 855 to the converted strings in. 871 goto converted; 920 goto converted; 946 goto converted; 982 goto converted; 1001 /* We have now in our buffer a converted string. Put this 1020 converted: 1021 /* The result string is converted. */ [all...] |
/external/icu/icu4c/source/io/ |
uscanf_p.c | 292 * @param argConverted The number of arguments converted and assigned, or -1 if an 398 /* will contain the # of items converted thus far */ 409 /* we converted 0 args */ 471 /* we converted 1 arg */ 570 /* we converted 1 arg */ 660 /* we converted 1 arg */ 721 /* we converted 1 arg */ 790 /* we converted 1 arg */ 873 /* we converted 1 arg */ 942 /* we converted 1 arg * 1305 int32_t count, converted, argConsumed, cpConsumed; local [all...] |
/external/chromium_org/v8/test/cctest/ |
cctest.h | 333 uint16_t* converted = i::NewArray<uint16_t>(array_length); local 334 for (int i = 0; i < array_length; i++) converted[i] = source[i]; 335 return converted;
|
/external/chromium_org/content/browser/resources/media/ |
stats_graph_helper.js | 51 // Specifies which stats should be converted before drawn and how. 52 // |convertedName| is the name of the converted value, |convertFunction| 53 // is the function used to calculate the new converted value based on the
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
CommonToken.js | 62 * was converted to a new string in the token object.
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
spannable.js | 336 * Registers a type that can be converted to a json serializable format. 337 * @param {!Function} constructor The type of object that can be converted. 354 * Registers an object type that can be converted to/from a json serializable 357 * @param {!Function} constructor The type of the object that can be converted.
|
/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
|
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/ |
control_panel.js | 30 * @param {number} time Time to be converted.
|
/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/chromium_org/mojo/android/javatests/src/org/chromium/mojo/system/impl/ |
CoreImplTest.java | 829 MessagePipeHandle converted = local 831 addHandleToClose(converted); 835 checkSendingMessage(converted, handles.second); 836 checkSendingMessage(handles.second, converted);
|
/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 | 193 addresses have already been converted to static offsets. 218 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...] |