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

12

/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
H A Dconverted.pass.cpp14 // size_t converted() const;
25 assert(myconv.converted() == 0);
27 assert(myconv.converted() == 1);
29 assert(myconv.converted() == 2);
31 assert(myconv.converted() == 4);
H A Dctor_codecvt_state.pass.cpp26 assert(myconv.converted() == 0);
H A Dctor_codecvt.pass.cpp26 assert(myconv.converted() == 0);
32 assert(myconv.converted() == 0);
/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/icu/icu4c/source/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 */
790 /* we converted 1 arg */
873 /* we converted 1 arg */
942 /* we converted
1305 int32_t count, converted, argConsumed, cpConsumed; 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/google-breakpad/src/testing/gtest/test/
H A Dgtest-port_test.cc95 explicit Castable(bool* converted) : converted_(converted) {} argument
106 bool converted = false; local
107 Castable castable(&converted);
109 EXPECT_TRUE(converted);
114 explicit 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/gtest/test/
H A Dgtest-port_test.cc132 explicit Castable(bool* converted) : converted_(converted) {} argument
143 bool converted = false; local
144 Castable castable(&converted);
146 EXPECT_TRUE(converted);
151 explicit ConstCastable(bool* converted) : converted_(converted) {} argument
162 bool converted = false; local
163 const ConstCastable const_castable(&converted);
165 EXPECT_TRUE(converted);
170 ConstAndNonConstCastable(bool* converted, bool* const_converted) argument
187 bool converted = false; local
204 To(bool* converted) argument
208 bool converted = false; local
[all...]
/external/deqp/framework/delibs/deimage/
H A DdeImage.c100 deImage* converted = deImage_create(width, height, format); local
101 if (!converted)
105 memcpy(converted->pixels, image->pixels, width * height * deImageFormat_getBytesPerPixel(format));
111 deImage_setPixel(converted, x, y, deImage_getPixel(image, x, y));
114 return converted;
/external/libvpx/
H A Dlibvpx-asm-translation.mk14 # The ARM assembly sources must be converted from ADS to GAS compatible format.
/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/protobuf/python/google/protobuf/internal/
H A Dmessage_factory_test.py82 converted = factory_test2_pb2.Factory2Message.FromString(serialized)
83 reserialized = converted.SerializeToString()
/external/skia/src/animator/
H A DSkAnimateBase.cpp162 void SkAnimateBase::packARGB(SkScalar array[], int count, SkTDOperandArray* converted) argument
165 converted->setCount(1);
170 (*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/coregrind/
H A Dm_libcbase.c97 Bool neg = False, converted = False; local
109 converted = True; // Ok, we've actually converted a digit.
114 if (!converted) str = str0; // If nothing converted, endptr points to
123 Bool converted = False; local
135 converted = True; // Ok, we've actually converted a digit.
140 if (!converted) str = str0; // If nothing converted, endpt
149 Bool neg = False, converted = False; local
183 Bool converted = False; local
[all...]
/external/doclava/src/com/google/doclava/
H A DConverter.java717 Object converted;
720 converted = Converter.obtainType((Type) orig);
723 converted = Converter.obtainField((FieldDoc) orig);
726 converted = Converter.obtainAnnotationInstance((AnnotationDesc) orig);
733 converted = values;
735 converted = orig;
737 v.init(converted);
/external/v8/src/
H A Dconversions-inl.h688 double converted = Strtod(Vector<const char>(buffer, buffer_pos), exponent);
689 return (sign == NEGATIVE) ? -converted : converted;
/external/bison/lib/
H A Dvasnprintf.c1716 of the converted array, the converted array shall contain a
2094 DCHAR_T *converted = result + length; local
2098 converted =
2102 converted, &converted_len);
2105 converted =
2107 converted, &converted_len);
2109 if (converted == NULL)
2120 if (converted != result + length)
2123 DCHAR_CPY (result + length, converted, converted_le
2222 DCHAR_T *converted = result + length; local
2350 DCHAR_T *converted = result + length; local
[all...]
/external/google-breakpad/src/testing/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:__anon5283::FromType
533 ToType(const FromType& x) { *x.converted() = true; } // NOLINT
537 bool converted = false; local
538 FromType x(&converted);
540 EXPECT_TRUE(converted) << "Return must convert its argument in its own "
542 converted = false;
544 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/v8/test/cctest/
H A Dcctest.h333 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/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/llvm/test/MC/ARM/
H A Dldr-pseudo.s12 @ Check that large constants are converted to ldr from constant pool

Completed in 2641 milliseconds

12