HomeSort by relevance Sort by last modified time
    Searched refs:converted (Results 51 - 75 of 163) sorted by null

1 23 4 5 6 7

  /external/doclava/src/com/google/doclava/
Converter.java 654 Object converted; local
657 converted = Converter.obtainType((Type) orig);
660 converted = Converter.obtainField((FieldDoc) orig);
663 converted = Converter.obtainAnnotationInstance((AnnotationDesc) orig);
670 converted = values;
672 converted = orig;
674 v.init(converted);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
PopupZoomer.java 211 PointF converted = convertTouchPoint(x, y);
213 event.setLocation(converted.x, converted.y);
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
double-conversion.cc 599 double converted = Strtod(Vector<const char>(buffer, buffer_pos), exponent);
601 return sign? -converted: converted;
  /external/chromium_org/v8/src/
conversions-inl.h 698 double converted = Strtod(Vector<const char>(buffer, buffer_pos), exponent);
699 return (sign == NEGATIVE) ? -converted : converted;
  /external/v8/src/
conversions-inl.h 664 double converted = Strtod(Vector<const char>(buffer, buffer_pos), exponent);
665 return negative ? -converted : converted;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 100 * @param image the image to be converted
104 BufferedImage converted = new BufferedImage(image.getWidth(), image.getHeight(), local
106 Graphics graphics = converted.getGraphics();
110 return converted;
189 * @param swtImage the SWT image to be converted to AWT
  /external/bison/lib/
vasnprintf.c 2094 DCHAR_T *converted = result + length; local
2222 DCHAR_T *converted = result + length; local
2350 DCHAR_T *converted = result + length; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
LocaleWinTest.cpp 276 String converted = locale->convertFromLocalizedNumber(localized); local
277 EXPECT_STREQ(original, converted.utf8().data());
LocaleMacTest.cpp 366 String converted = locale->convertFromLocalizedNumber(localized); local
367 EXPECT_STREQ(original, converted.utf8().data());
  /external/chromium_org/v8/test/mjsunit/
array-length-number-conversion.js 30 // it is converted to a number.
  /external/v8/test/mjsunit/
array-length-number-conversion.js 30 // it is converted to a number.
  /external/chromium_org/content/browser/resources/media/
stats_graph_helper.js 46 // Specifies which stats should be converted before drawn and how.
47 // |convertedName| is the name of the converted value, |convertFunction|
48 // is the function used to calculate the new converted value based on the
  /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/testing/gmock/test/
gmock-actions_test.cc 389 // Tests that an Action<From> object can be converted to a
515 // Tests that the type of the value passed into Return is converted into T
522 bool* converted() const { return converted_; } function in class:__anon5699::FromType
532 ToType(const FromType& x) { *x.converted() = true; }
536 bool converted = false; local
537 FromType x(&converted);
539 EXPECT_TRUE(converted) << "Return must convert its argument in its own "
541 converted = false;
543 EXPECT_FALSE(converted) << "Action must NOT convert its argument "
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 973 bool converted = false; local
992 converted = p_convertHostCFStringRefToCPPString(hostCFStr, hostname);
993 if (converted) {
995 converted = p_convertCFNumberToInt(portCFNum, &port);
996 if (converted) {
    [all...]
  /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 */
791 /* we converted 1 arg */
874 /* we converted 1 arg */
943 /* we converted 1 arg *
1306 int32_t count, converted, argConsumed, cpConsumed; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
proxydetect.cc 975 bool converted = false; local
994 converted = p_convertHostCFStringRefToCPPString(hostCFStr, hostname);
995 if (converted) {
997 converted = p_convertCFNumberToInt(portCFNum, &port);
998 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/icu4c/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/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/ui/webui/task_manager/
task_manager_handler.cc 116 bool converted = base::StringToInt(string16_index, &index); local
117 DCHECK(converted);
  /external/chromium_org/content/browser/gpu/
gpu_pixel_browsertest.cc 420 bool converted = base::StringToInt64(revision_string, &revision); local
421 if (!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

Completed in 1647 milliseconds

1 23 4 5 6 7