| /third_party/icu/icu4c/source/io/ |
| H A D | sscanf.cpp | 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...] |
| H A D | uscanf.cpp | 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()
|
| /third_party/skia/third_party/externals/icu/source/io/ |
| H A D | sscanf.cpp | 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...] |
| H A D | uscanf.cpp | 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()
|
| /third_party/curl/src/ |
| H A D | tool_filetime.c | 56 curl_off_t converted = (curl_off_t)ft.dwLowDateTime in getfiletime() local 59 if(converted < CURL_OFF_T_C(116444736000000000)) in getfiletime() 62 *stamp = (converted - CURL_OFF_T_C(116444736000000000)) / 10000000; in getfiletime() 117 curl_off_t converted = ((curl_off_t)filetime * 10000000) + in setfiletime() local 120 ft.dwLowDateTime = (DWORD)(converted & 0xFFFFFFFF); in setfiletime() 121 ft.dwHighDateTime = (DWORD)(converted >> 32); in setfiletime()
|
| /third_party/node/test/parallel/ |
| H A D | test-webcrypto-webidl.js | 97 message: `${prefix}: ${context} is a Symbol and cannot be converted to a number.` 102 message: `${prefix}: ${context} is a BigInt and cannot be converted to a number.` 123 message: `${prefix}: ${context} is a Symbol and cannot be converted to a string.` 286 message: `${prefix}: ${context} can not be converted to 'Algorithm' because 'name' is required in 'Algorithm'.`, 311 message: `${prefix}: ${context} can not be converted to 'RsaHashedKeyGenParams' because '${required}' is required in 'RsaHashedKeyGenParams'.`, 327 message: `${prefix}: ${context} can not be converted to 'RsaHashedImportParams' because 'hash' is required in 'RsaHashedImportParams'.`, 340 message: `${prefix}: ${context} can not be converted to 'RsaPssParams' because 'saltLength' is required in 'RsaPssParams'.`, 362 message: `${prefix}: ${context} can not be converted to '${name}' because 'namedCurve' is required in '${name}'.`, 377 message: `${prefix}: ${context} can not be converted to 'EcdsaParams' because 'hash' is required in 'EcdsaParams'.`, 397 message: `${prefix}: ${context} can not be converted t [all...] |
| /third_party/node/deps/openssl/openssl/crypto/async/arch/ |
| H A D | async_win.c | 28 if (fibre != NULL && fibre->fibre != NULL && fibre->converted) { in async_local_cleanup() 43 fibre->converted = 0; in async_fibre_init_dispatcher() 48 fibre->converted = 1; in async_fibre_init_dispatcher()
|
| /third_party/openssl/crypto/async/arch/ |
| H A D | async_win.c | 28 if (fibre != NULL && fibre->fibre != NULL && fibre->converted) { in async_local_cleanup() 43 fibre->converted = 0; in async_fibre_init_dispatcher() 48 fibre->converted = 1; in async_fibre_init_dispatcher()
|
| /third_party/googletest/googletest/test/ |
| H A D | googletest-port-test.cc | 125 explicit Castable(bool* converted) : converted_(converted) {} in Castable() argument 136 bool converted = false; in TEST() local 137 Castable castable(&converted); in TEST() 139 EXPECT_TRUE(converted); in TEST() 144 explicit ConstCastable(bool* converted) : converted_(converted) {} in ConstCastable() argument 155 bool converted = false; in TEST() local 156 const ConstCastable const_castable(&converted); in TEST() 158 EXPECT_TRUE(converted); in TEST() 163 ConstAndNonConstCastable(bool* converted, bool* const_converted) ConstAndNonConstCastable() argument 180 bool converted = false; TEST() local 197 To(bool* converted) To() argument 201 bool converted = false; TEST() local [all...] |
| /third_party/node/tools/gyp/pylib/gyp/ |
| H A D | easy_xml_test.py | 38 converted = "<test>'"
&
foo" 39 converted_apos = converted.replace("'", "'") 43 % (converted, converted_apos),
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| H A D | easy_xml_test.py | 38 converted = "<test>'"
&
foo" 39 converted_apos = converted.replace("'", "'") 43 % (converted, converted_apos),
|
| /third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
| H A D | DescriptorsTest.cs | 68 var converted = FileDescriptor.BuildFromByteStrings(descriptorData); in FileDescriptor_BuildFromByteStrings() 69 Assert.AreEqual(3, converted.Count); in FileDescriptor_BuildFromByteStrings() 70 TestFileDescriptor(converted[2], converted[1], converted[0]); in FileDescriptor_BuildFromByteStrings() 233 var converted = FileDescriptor.BuildFromByteStrings(descriptorData); in FieldDescriptor_BuildFromByteStrings() 235 converted[2], in FieldDescriptor_BuildFromByteStrings() 236 converted[2].FindTypeByName<MessageDescriptor>("TestAllTypes"), in FieldDescriptor_BuildFromByteStrings() 237 converted[2].FindTypeByName<MessageDescriptor>("ForeignMessage"), in FieldDescriptor_BuildFromByteStrings() 238 converted[ in FieldDescriptor_BuildFromByteStrings() [all...] |
| /third_party/skia/src/sksl/dsl/ |
| H A D | DSLVar.cpp | 199 ExpressionArray converted; in eval() local 200 converted.push_back(x.release()); in eval() 201 return this->eval(std::move(converted), pos); in eval() 205 ExpressionArray converted; in eval() local 206 converted.push_back(x.release()); in eval() 207 converted.push_back(y.release()); in eval() 208 return this->eval(std::move(converted), pos); in eval()
|
| /third_party/vk-gl-cts/framework/delibs/deimage/ |
| H A 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()
|
| /third_party/musl/libc-test/src/functionalext/supplement/ctype/ctype_gtest/ |
| H A D | ctype_towctrans_l_test.cpp | 23 wchar_t converted = towctrans_l(wc, trans, loc); in HWTEST_F() local 24 EXPECT_EQ(65, static_cast<int>(converted)); in HWTEST_F()
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | shader_compiler.cc | 192 uint8_t converted = 0; in ParseHex() local 198 ++converted; in ParseHex() 201 tmp = tmp | (static_cast<uint32_t>(v) << (8 * (converted - 1))); in ParseHex() 202 if (converted == 4) { in ParseHex() 205 converted = 0; in ParseHex()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTDC.cpp | 91 // have been already converted. 94 // Marks an instruction as converted - adds it to ConvertedInsts and adds 96 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { in converted() function in __anon24845::SystemZTDCPass 137 // All comparisons with 0 can be converted. in convertFCmp() 229 converted(&I, Op0, Mask, Worthy); in convertFCmp() 258 converted(&I, V, Mask, true); in convertICmp() 283 converted(&I, V, Mask, false); in convertICmp() 309 converted(&I, Op0, Mask, true); in convertLogicOp() 367 // If unused, or used and converted, remove it. in runOnFunction()
|
| /third_party/python/Modules/_sqlite/ |
| H A D | cursor.c | 329 PyObject* converted; in _pysqlite_fetch_one_row() local 368 converted = Py_NewRef(Py_None); in _pysqlite_fetch_one_row() 376 converted = PyObject_CallOneArg(converter, item); in _pysqlite_fetch_one_row() 384 converted = Py_NewRef(Py_None); in _pysqlite_fetch_one_row() 386 converted = PyLong_FromLongLong(sqlite3_column_int64(self->statement->st, i)); in _pysqlite_fetch_one_row() 388 converted = PyFloat_FromDouble(sqlite3_column_double(self->statement->st, i)); in _pysqlite_fetch_one_row() 398 converted = PyUnicode_FromStringAndSize(text, nbytes); in _pysqlite_fetch_one_row() 399 if (!converted && PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in _pysqlite_fetch_one_row() 419 converted = PyBytes_FromStringAndSize(text, nbytes); in _pysqlite_fetch_one_row() 421 converted in _pysqlite_fetch_one_row() [all...] |
| /third_party/ffmpeg/libavresample/ |
| H A D | utils.c | 288 AudioData *output, AudioData *converted) in handle_buffered_output() 293 (converted && output->allocated_samples < converted->nb_samples)) { in handle_buffered_output() 294 if (converted) { in handle_buffered_output() 298 av_log(avr, AV_LOG_TRACE, "[FIFO] add %s to out_fifo\n", converted->name); in handle_buffered_output() 299 ret = ff_audio_data_add_to_fifo(avr->out_fifo, converted, 0, in handle_buffered_output() 300 converted->nb_samples); in handle_buffered_output() 313 } else if (converted) { in handle_buffered_output() 316 av_log(avr, AV_LOG_TRACE, "[copy] %s to output\n", converted->name); in handle_buffered_output() 318 ret = ff_audio_data_copy(output, converted, in handle_buffered_output() 287 handle_buffered_output(AVAudioResampleContext *avr, AudioData *output, AudioData *converted) handle_buffered_output() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | formattedvaluetest.cpp | 174 LocalArray<UFieldPositionWithCategory> converted(new UFieldPositionWithCategory[length]); in checkFormattedValue() 176 converted[i].category = expectedCategory; in checkFormattedValue() 177 converted[i].field = expectedFieldPositions[i].field; in checkFormattedValue() 178 converted[i].beginIndex = expectedFieldPositions[i].beginIndex; in checkFormattedValue() 179 converted[i].endIndex = expectedFieldPositions[i].endIndex; in checkFormattedValue() 181 checkMixedFormattedValue(message, fv, expectedString, converted.getAlias(), length); in checkFormattedValue()
|
| /third_party/PyYAML/lib/yaml/ |
| H A D | reader.py | 156 data, converted = self.raw_decode(self.raw_buffer, 168 converted = len(data) 171 self.raw_buffer = self.raw_buffer[converted:]
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_safe_arithmetic.h | 184 // Returns the result of converting val to an int32_t if it can be converted 190 // type TDest. If the value in 'src' cannot be converted to the type TDest 208 const TDest converted = static_cast<TDest>(src); in ConvertUnsigned() local 212 if (static_cast<TSrc>(converted) != src) { in ConvertUnsigned() 216 *dest = converted; in ConvertUnsigned()
|
| /third_party/elfutils/libelf/ |
| H A D | elf32_updatefile.c | 365 void *converted; in __elfw2() local 367 converted = malloc (size); in __elfw2() 371 res = posix_memalign (&converted, align, size); in __elfw2() 373 converted = NULL; in __elfw2() 376 if (converted == NULL) in __elfw2() 383 (*fctp) (converted, dl->data.d.d_buf, size, 1); in __elfw2() 386 memcpy (last_position, converted, size); in __elfw2() 387 free (converted); in __elfw2() 558 /* Write the converted ELF header in a temporary buffer. */ in __elfw2() 621 /* Write the converted EL in __elfw2() [all...] |
| /third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
| H A D | string-to-double.cc | 738 double converted; 740 converted = StrtodTrimmed(chars, exponent); 742 converted = StrtofTrimmed(chars, exponent); 745 return sign? -converted: converted;
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | double-conversion-string-to-double.cpp | 759 double converted; 761 converted = StrtodTrimmed(chars, exponent); 763 converted = StrtofTrimmed(chars, exponent); 766 return sign? -converted: converted;
|