/external/svox/pico/tts/ |
D | svox_ssml_parser.cpp | 603 char* converted = NULL; in convertToSvoxPitch() local 606 converted = new char[4]; in convertToSvoxPitch() 607 if (!converted) in convertToSvoxPitch() 612 strcpy(converted, SSML_PITCH_XLOW); in convertToSvoxPitch() 616 converted = new char[4]; in convertToSvoxPitch() 617 if (!converted) in convertToSvoxPitch() 622 strcpy(converted, SSML_PITCH_LOW); in convertToSvoxPitch() 626 converted = new char[4]; in convertToSvoxPitch() 627 if (!converted) in convertToSvoxPitch() 632 strcpy(converted, SSML_PITCH_MEDIUM); in convertToSvoxPitch() [all …]
|
/external/webrtc/webrtc/base/ |
D | macconversion.cc | 47 bool converted = false; in p_convertCFNumberToInt() local 58 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8)); in p_convertCFNumberToInt() 59 if (converted) *i = static_cast<int>(sint8); in p_convertCFNumberToInt() 63 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16)); in p_convertCFNumberToInt() 64 if (converted) *i = static_cast<int>(sint16); in p_convertCFNumberToInt() 68 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32)); in p_convertCFNumberToInt() 69 if (converted) *i = static_cast<int>(sint32); in p_convertCFNumberToInt() 73 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64)); in p_convertCFNumberToInt() 74 if (converted) *i = static_cast<int>(sint64); in p_convertCFNumberToInt() 78 converted = CFNumberGetValue(cfn, ntype, in p_convertCFNumberToInt() [all …]
|
/external/libchrome/base/strings/ |
D | utf_string_conversions_unittest.cc | 101 std::wstring converted; in TEST() local 105 &converted)); in TEST() 107 EXPECT_EQ(expected, converted); in TEST() 111 std::wstring converted; in TEST() local 112 EXPECT_TRUE(UTF8ToWide("\00Z\t", 3, &converted)); in TEST() 113 ASSERT_EQ(3U, converted.length()); in TEST() 114 EXPECT_EQ(static_cast<wchar_t>(0), converted[0]); in TEST() 115 EXPECT_EQ('Z', converted[1]); in TEST() 116 EXPECT_EQ('\t', converted[2]); in TEST() 119 EXPECT_TRUE(UTF8ToWide("B", 1, &converted)); in TEST() [all …]
|
/external/icu/icu4c/source/io/ |
D | sscanf.c | 41 int32_t converted; in u_sscanf() local 44 converted = u_vsscanf(buffer, patternSpecification, ap); in u_sscanf() 47 return converted; in u_sscanf() 56 int32_t converted; in u_sscanf_u() local 59 converted = u_vsscanf_u(buffer, patternSpecification, ap); in u_sscanf_u() 62 return converted; in u_sscanf_u() 70 int32_t converted; in u_vsscanf() local 88 converted = u_vsscanf_u(buffer, pattern, ap); in u_vsscanf() 95 return converted; in u_vsscanf() 103 int32_t converted; in u_vsscanf_u() local [all …]
|
D | uscanf.c | 42 int32_t converted; in u_fscanf() local 45 converted = u_vfscanf(f, patternSpecification, ap); in u_fscanf() 48 return converted; in u_fscanf() 57 int32_t converted; in u_fscanf_u() local 60 converted = u_vfscanf_u(f, patternSpecification, ap); in u_fscanf_u() 63 return converted; in u_fscanf_u() 71 int32_t converted; in u_vfscanf() local 89 converted = u_vfscanf_u(f, pattern, ap); in u_vfscanf() 96 return converted; in u_vfscanf()
|
/external/clang/test/SemaObjCXX/ |
D | objcbridge-related-attribute.mm | 17 …; // expected-error {{'CGColorRef' (aka 'CGColor *') must be explicitly converted to 'NSColor *'; … 18 …; // expected-error {{'CGColorRef' (aka 'CGColor *') must be explicitly converted to 'NSColor *'; … 19 …return newColor; // expected-error {{'CGColorRef' (aka 'CGColor *') must be explicitly converted t… 23 …cgColor = newColor; // expected-error {{'NSColor *' must be explicitly converted to 'CGColorRef' (… 24 …CGColorRef cg = newColor; // expected-error {{'NSColor *' must be explicitly converted to 'CGColor… 25 …return newColor; // expected-error {{'NSColor *' must be explicitly converted to 'CGColorRef' (aka…
|
/external/syslinux/com32/lib/ |
D | vsscanf.c | 71 int converted = 0; /* Successful conversions */ in vsscanf() local 216 converted++; in vsscanf() 256 converted++; in vsscanf() 268 converted++; in vsscanf() 337 converted++; in vsscanf() 345 if (bail == bail_eof && !converted) in vsscanf() 346 converted = -1; /* Return EOF (-1) */ in vsscanf() 348 return converted; in vsscanf()
|
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/ |
D | converted.pass.cpp | 25 assert(myconv.converted() == 0); in main() 27 assert(myconv.converted() == 1); in main() 29 assert(myconv.converted() == 2); in main() 31 assert(myconv.converted() == 4); in main()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-port_test.cc | 95 explicit Castable(bool* converted) : converted_(converted) {} in Castable() argument 106 bool converted = false; in TEST() local 107 Castable castable(&converted); in TEST() 109 EXPECT_TRUE(converted); in TEST() 114 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable() argument 125 bool converted = false; in TEST() local 126 const ConstCastable const_castable(&converted); in TEST() 128 EXPECT_TRUE(converted); in TEST() 133 ConstAndNonConstCastable(bool* converted, bool* const_converted) in ConstAndNonConstCastable() argument 134 : converted_(converted), const_converted_(const_converted) {} in ConstAndNonConstCastable() [all …]
|
/external/pdfium/testing/resources/javascript/ |
D | util_printd_expected.txt | 31 Alert: mm/dd/yyyy: Caught error: util.printd: The second parameter can't be converted to a Date. 32 Alert: undefined: Caught error: util.printd: The second parameter can't be converted to a Date. 33 Alert: mm/dd/yyyy: Caught error: util.printd: The second parameter can't be converted to a Date. 34 Alert: mm/dd/yyyy: Caught error: util.printd: The second parameter can't be converted to a Date. 35 Alert: mm/dd/yyyy: Caught error: util.printd: The second parameter can't be converted to a Date. 36 Alert: mm/dd/yyyy: Caught error: util.printd: The second parameter can't be converted to a Date.
|
/external/libcxx/test/libcxx/localization/locales/locale.convenience/conversions/conversions.string/ |
D | ctor_move.pass.cpp | 30 const auto old_converted = myconv.converted(); in main() 31 assert(myconv.converted() == 4); in main() 34 assert(myconv2.converted() == old_converted); in main()
|
/external/v8/testing/gtest/test/ |
D | gtest-port_test.cc | 132 explicit Castable(bool* converted) : converted_(converted) {} in Castable() argument 143 bool converted = false; in TEST() local 144 Castable castable(&converted); in TEST() 146 EXPECT_TRUE(converted); in TEST() 151 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable() argument 162 bool converted = false; in TEST() local 163 const ConstCastable const_castable(&converted); in TEST() 165 EXPECT_TRUE(converted); in TEST() 170 ConstAndNonConstCastable(bool* converted, bool* const_converted) in ConstAndNonConstCastable() argument 171 : converted_(converted), const_converted_(const_converted) {} in ConstAndNonConstCastable() [all …]
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest-port_test.cc | 132 explicit Castable(bool* converted) : converted_(converted) {} in Castable() argument 143 bool converted = false; in TEST() local 144 Castable castable(&converted); in TEST() 146 EXPECT_TRUE(converted); in TEST() 151 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable() argument 162 bool converted = false; in TEST() local 163 const ConstCastable const_castable(&converted); in TEST() 165 EXPECT_TRUE(converted); in TEST() 170 ConstAndNonConstCastable(bool* converted, bool* const_converted) in ConstAndNonConstCastable() argument 171 : converted_(converted), const_converted_(const_converted) {} in ConstAndNonConstCastable() [all …]
|
/external/googletest/googletest/test/ |
D | gtest-port_test.cc | 132 explicit Castable(bool* converted) : converted_(converted) {} in Castable() argument 143 bool converted = false; in TEST() local 144 Castable castable(&converted); in TEST() 146 EXPECT_TRUE(converted); in TEST() 151 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable() argument 162 bool converted = false; in TEST() local 163 const ConstCastable const_castable(&converted); in TEST() 165 EXPECT_TRUE(converted); in TEST() 170 ConstAndNonConstCastable(bool* converted, bool* const_converted) in ConstAndNonConstCastable() argument 171 : converted_(converted), const_converted_(const_converted) {} in ConstAndNonConstCastable() [all …]
|
/external/clang/test/SemaObjC/ |
D | objcbridge-related-attribute.m | 22 …pected-error {{'CGColorRef' (aka 'struct CGColor *') must be explicitly converted to 'NSColor *'; … 23 …pected-error {{'CGColorRef' (aka 'struct CGColor *') must be explicitly converted to 'NSColor *'; … 24 …pected-error {{'CGColorRef' (aka 'struct CGColor *') must be explicitly converted to 'NSColor *'; … 34 …eld.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted to 'CGColorRef' … 35 …return textField.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted to …
|
D | arc-objcbridge-related-attribute.m | 22 …pected-error {{'CGColorRef' (aka 'struct CGColor *') must be explicitly converted to 'NSColor *'; … 23 …pected-error {{'CGColorRef' (aka 'struct CGColor *') must be explicitly converted to 'NSColor *__s… 24 …pected-error {{'CGColorRef' (aka 'struct CGColor *') must be explicitly converted to 'NSColor *'; … 34 …eld.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted to 'CGColorRef' … 35 …return textField.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted to …
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/reader/ |
D | StreamReader.java | 184 int converted = this.stream.read(data); in update() local 185 if (converted > 0) { in update() 192 checkPrintable(data, 0, converted); in update() 193 this.buffer = new StringBuilder(buffer.length() + converted).append(buffer) in update() 194 .append(data, 0, converted).toString(); in update()
|
/external/mockito/src/main/java/org/mockito/internal/util/collections/ |
D | ListUtil.java | 30 LinkedList<To> converted = new LinkedList<To>(); in convert() local 32 converted.add(converter.convert(f)); in convert() 34 return converted; in convert()
|
/external/flatbuffers/python/flatbuffers/ |
D | number_types.py | 153 (converted,) = struct.unpack("<1L", packed) 154 return converted 165 (converted,) = struct.unpack("<1Q", packed) 166 return converted
|
/external/python/cpython2/Modules/_sqlite/ |
D | cursor.c | 299 PyObject* converted; in _pysqlite_fetch_one_row() local 336 converted = Py_None; in _pysqlite_fetch_one_row() 342 converted = PyObject_CallFunction(converter, "O", item); in _pysqlite_fetch_one_row() 344 if (!converted) { in _pysqlite_fetch_one_row() 354 converted = Py_None; in _pysqlite_fetch_one_row() 356 converted = _pysqlite_long_from_int64(sqlite3_column_int64(self->statement->st, i)); in _pysqlite_fetch_one_row() 358 converted = PyFloat_FromDouble(sqlite3_column_double(self->statement->st, i)); in _pysqlite_fetch_one_row() 365 converted = pysqlite_unicode_from_string(val_str, nbytes, in _pysqlite_fetch_one_row() 368 if (!converted) { in _pysqlite_fetch_one_row() 378 converted = PyString_FromStringAndSize(val_str, nbytes); in _pysqlite_fetch_one_row() [all …]
|
/external/deqp/framework/delibs/deimage/ |
D | deImage.c | 100 deImage* converted = deImage_create(width, height, format); in deImage_convertFormat() local 101 if (!converted) in deImage_convertFormat() 105 memcpy(converted->pixels, image->pixels, width * height * deImageFormat_getBytesPerPixel(format)); in deImage_convertFormat() 111 deImage_setPixel(converted, x, y, deImage_getPixel(image, x, y)); in deImage_convertFormat() 114 return converted; in deImage_convertFormat()
|
/external/curl/m4/ |
D | xc-translit.m4 | 29 dnl converted to the underscore '_' character. 54 dnl converted to the underscore '_' character. 82 dnl converted to the underscore '_' character and alnum 83 dnl characters are converted to uppercase. 113 dnl converted to the underscore '_' character and alnum 114 dnl characters are converted to uppercase.
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
D | StringEndsWith.java | 13 return converted(s).endsWith(converted(substring)); in evalSubstringOf()
|
D | StringStartsWith.java | 12 …protected boolean evalSubstringOf(String s) { return converted(s).startsWith(converted(substring))… in evalSubstringOf()
|
D | StringContains.java | 15 return converted(s).contains(converted(substring)); in evalSubstringOf()
|