Searched refs:converted (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium/third_party/libjingle/source/talk/base/
H A Dmacconversion.cc64 bool converted = false; local
75 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8));
76 if (converted) *i = static_cast<int>(sint8);
80 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16));
81 if (converted) *i = static_cast<int>(sint16);
85 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32));
86 if (converted) *i = static_cast<int>(sint32);
90 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64));
91 if (converted) *i = static_cast<int>(sint64);
95 converted
167 bool converted = p_convertCFNumberToInt(cfn, &asInt); local
[all...]
H A Dproxydetect.cc973 bool converted = false; local
992 converted = p_convertHostCFStringRefToCPPString(hostCFStr, hostname);
993 if (converted) {
995 converted = p_convertCFNumberToInt(portCFNum, &port);
996 if (converted) {
/external/svox/pico/tts/
H A Dsvox_ssml_parser.cpp596 char* converted = NULL; local
599 converted = new char[4];
600 if (!converted)
605 strcpy(converted, SSML_PITCH_XLOW);
609 converted = new char[4];
610 if (!converted)
615 strcpy(converted, SSML_PITCH_LOW);
619 converted = new char[4];
620 if (!converted)
625 strcpy(converted, SSML_PITCH_MEDIU
666 char* converted = NULL; local
736 char* converted = NULL; local
816 char* converted = NULL; local
[all...]
/external/icu4c/io/
H A Dsscanf.c39 int32_t converted; local
42 converted = u_vsscanf(buffer, patternSpecification, ap);
45 return converted;
54 int32_t converted; local
57 converted = u_vsscanf_u(buffer, patternSpecification, ap);
60 return converted;
68 int32_t converted; local
86 converted = u_vsscanf_u(buffer, pattern, ap);
93 return converted;
101 int32_t converted; local
[all...]
H A Duscanf.c40 int32_t converted; local
43 converted = u_vfscanf(f, patternSpecification, ap);
46 return converted;
55 int32_t converted; local
58 converted = u_vfscanf_u(f, patternSpecification, ap);
61 return converted;
69 int32_t converted; local
87 converted = u_vfscanf_u(f, pattern, ap);
94 return converted;
H A Duscanf_p.c292 * @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
1306 int32_t count, converted, argConsumed, cpConsumed; local
[all...]
/external/chromium/base/
H A Dutf_string_conversions_unittest.cc60 // An empty std::wstring should be converted to an empty std::string,
98 std::wstring converted; local
102 &converted));
104 EXPECT_EQ(expected, converted);
108 std::wstring converted; local
109 EXPECT_TRUE(UTF8ToWide("\00Z\t", 3, &converted));
110 ASSERT_EQ(3U, converted.length());
111 EXPECT_EQ(static_cast<wchar_t>(0), converted[0]);
112 EXPECT_EQ('Z', converted[1]);
113 EXPECT_EQ('\t', converted[
143 std::string converted; local
176 std::string converted; local
206 const std::string& converted = WideToUTF8(wmultistring); local
[all...]
/external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
H A DMipMapGenerator.java94 Image converted = loader.load(current, false);
95 format = converted.getFormat();
96 output.add(converted.getData(0));
97 totalSize += converted.getData(0).capacity();
/external/chromium/chrome/browser/autofill/
H A Dcredit_card.cc124 bool converted = base::StringToInt(date, num); local
125 DCHECK(converted);
126 if (!converted)
312 bool converted = false; local
313 converted = base::StringToInt(year_month[0], &num);
314 DCHECK(converted);
316 converted = base::StringToInt(year_month[1], &num);
317 DCHECK(converted);
/external/chromium/testing/gtest/test/
H A Dgtest-port_test.cc93 Castable(bool* converted) : converted_(converted) {} argument
104 bool converted = false; local
105 Castable castable(&converted);
107 EXPECT_TRUE(converted);
112 ConstCastable(bool* converted) : converted_(converted) {} argument
123 bool converted = false; local
124 const ConstCastable const_castable(&converted);
126 EXPECT_TRUE(converted);
131 ConstAndNonConstCastable(bool* converted, bool* const_converted) argument
148 bool converted = false; local
165 To(bool* converted) argument
169 bool converted = false; local
[all...]
/external/gtest/test/
H A Dgtest-port_test.cc95 Castable(bool* converted) : converted_(converted) {} argument
106 bool converted = false; local
107 Castable castable(&converted);
109 EXPECT_TRUE(converted);
114 ConstCastable(bool* converted) : converted_(converted) {} argument
125 bool converted = false; local
126 const ConstCastable const_castable(&converted);
128 EXPECT_TRUE(converted);
133 ConstAndNonConstCastable(bool* converted, bool* const_converted) argument
150 bool converted = false; local
167 To(bool* converted) argument
171 bool converted = false; local
[all...]
/external/webkit/Source/WebCore/plugins/
H A DPluginPackage.cpp260 bool converted = false; local
261 unsigned major = majorMinorParts[0].toUInt(&converted);
262 if (converted)
266 bool converted = false; local
267 unsigned minor = majorMinorParts[1].toUInt(&converted);
268 if (converted)
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestalpha.c183 SDL_Surface *converted; local
199 converted = SDL_DisplayFormat(sprite);
201 if ( converted == NULL ) {
206 sprite = converted;
219 converted = SDL_DisplayFormat(backing);
221 if ( converted == NULL ) {
227 backing = converted;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.event_1.2.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DOutputStreamWriterTest.java587 String converted = new String(bout.toByteArray(), "ISO8859_1");
588 assertTrue("invalid conversion 1: " + converted, converted
597 converted = new String(bout.toByteArray(), "ISO8859_1");
598 assertTrue("invalid conversion 2: " + converted, converted
601 converted = new String(bout.toByteArray(), "ISO8859_1");
602 assertTrue("invalid conversion 3: " + converted, converted
/external/skia/src/animator/
H A DSkAnimateBase.cpp166 void SkAnimateBase::packARGB(SkScalar array[], int count, SkTDOperandArray* converted) argument
169 converted->setCount(1);
172 (*converted)[0].fS32 = color;
H A DSkDisplayApply.cpp134 SkTypedArray converted; local
138 animator->packARGB(&values->fScalar, count, &converted);
139 values = converted.begin();
140 count = converted.count();
/external/valgrind/main/coregrind/
H A Dm_libcbase.c69 Bool neg = False, converted = False; local
81 converted = True; // Ok, we've actually converted a digit.
86 if (!converted) str = str0; // If nothing converted, endptr points to
94 Bool converted = False; local
106 converted = True; // Ok, we've actually converted a digit.
111 if (!converted) str = str0; // If nothing converted, endpt
119 Bool neg = False, converted = False; local
152 Bool converted = False; local
[all...]
/external/doclava/src/com/google/doclava/
H A DConverter.java654 Object converted;
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/v8/src/
H A Dconversions-inl.h664 double converted = Strtod(Vector<const char>(buffer, buffer_pos), exponent);
665 return negative ? -converted : converted;
/external/srec/srec/EventLog/src/
H A Driff.c50 * - 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;
/external/chromium/testing/gmock/test/
H A Dgmock-actions_test.cc389 // 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:__anon3129::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 "
/external/e2fsprogs/intl/
H A Ddcigettext.c855 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. */
/external/mesa3d/docs/
H A DMESA_ycbcr_texture.spec36 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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DStrictMathTest.java1401 double converted = StrictMath.toDegrees(StrictMath.toRadians(d));
1403 converted >= d * 0.99999999 && converted <= d * 1.00000001);
1412 double converted = StrictMath.toRadians(StrictMath.toDegrees(d));
1414 converted >= d * 0.99999999 && converted <= d * 1.00000001);

Completed in 956 milliseconds

12