| /third_party/icu/icu4c/source/test/iotest/ |
| D | iotest.cpp | 209 UnicodeString tempStr; in DataDrivenPrintf() local 245 tempStr=testCase->getString("format", errorCode); in DataDrivenPrintf() 246 tempStr.extract(format, UPRV_LENGTHOF(format), errorCode); in DataDrivenPrintf() 247 tempStr=testCase->getString("result", errorCode); in DataDrivenPrintf() 248 tempStr.extract(expectedResult, UPRV_LENGTHOF(expectedResult), errorCode); in DataDrivenPrintf() 249 tempStr=testCase->getString("argument", errorCode); in DataDrivenPrintf() 250 tempStr.extract(argument, UPRV_LENGTHOF(argument), errorCode); in DataDrivenPrintf() 411 UnicodeString tempStr; in DataDrivenScanf() local 447 tempStr=testCase->getString("format", errorCode); in DataDrivenScanf() 448 tempStr.extract(format, UPRV_LENGTHOF(format), errorCode); in DataDrivenScanf() [all …]
|
| D | stream.cpp | 99 string tempStr = outTestStream.str(); in TestStream() local 100 const char *testStreamBuf = tempStr.c_str(); in TestStream() 139 tempStr = outFormatStream.str(); in TestStream() 140 const char *testFormatStreamBuf = tempStr.c_str(); in TestStream()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
| D | IDNAConformanceTest.java | 256 String tempStr = null; in getInputData() local 261 while ((tempStr = in.readLine()) != null) { in getInputData() 264 if ("=====".equals(tempStr)) in getInputData() 270 if ("".equals(tempStr)) { in getInputData() 278 int postion = tempStr.indexOf(":"); in getInputData() 280 attr = tempStr.substring(0, postion).trim(); in getInputData() 281 body = tempStr.substring(postion + 1).trim(); in getInputData() 288 tempStr = in.readLine(); in getInputData() 289 body += tempStr; in getInputData() 296 if ("=====".equals(tempStr)) { in getInputData()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
| D | IDNAConformanceTest.java | 253 String tempStr = null; in getInputData() local 258 while ((tempStr = in.readLine()) != null) { in getInputData() 261 if ("=====".equals(tempStr)) in getInputData() 267 if ("".equals(tempStr)) { in getInputData() 275 int postion = tempStr.indexOf(":"); in getInputData() 277 attr = tempStr.substring(0, postion).trim(); in getInputData() 278 body = tempStr.substring(postion + 1).trim(); in getInputData() 285 tempStr = in.readLine(); in getInputData() 286 body += tempStr; in getInputData() 293 if ("=====".equals(tempStr)) { in getInputData()
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | tjbench.c | 147 char tempStr[1024], sizeStr[24] = "\0", qualStr[13] = "\0", *ptr; in decomp() local 239 tempStr, 1024), in decomp() 244 4, tempStr, 1024)); in decomp() 269 snprintf(tempStr, 1024, "%s_%s.%s", fileName, sizeStr, ext); in decomp() 271 snprintf(tempStr, 1024, "%s_%s%s_%s.%s", fileName, subName[subsamp], in decomp() 274 if (tjSaveImage(tempStr, dstBuf, scaledw, 0, scaledh, pf, flags) == -1) in decomp() 276 ptr = strrchr(tempStr, '.'); in decomp() 277 snprintf(ptr, 1024 - (ptr - tempStr), "-err.%s", ext); in decomp() 279 if (!quiet) fprintf(stderr, "Compression error written to %s.\n", tempStr); in decomp() 305 if (tjSaveImage(tempStr, dstBuf, w, 0, h, pf, flags) == -1) in decomp() [all …]
|
| D | tjunittest.c | 377 char tempStr[filePathSize]; in compTest() local 421 snprintf(tempStr, filePathSize, "%s_enc_%s_%s_%s_Q%d.jpg", basename, pfStr, in compTest() 423 writeJPEG(*dstBuf, *dstSize, tempStr); in compTest() 424 fprintf(stderr, "Done.\n Result in %s\n", tempStr); in compTest()
|
| /third_party/libjpeg-turbo/ |
| D | tjbench.c | 150 char tempStr[1024], sizeStr[24] = "\0", qualStr[13] = "\0", *ptr; in decomp() local 242 tempStr, 1024), in decomp() 247 4, tempStr, 1024)); in decomp() 270 SNPRINTF(tempStr, 1024, "%s_%s.%s", fileName, sizeStr, ext); in decomp() 272 SNPRINTF(tempStr, 1024, "%s_%s%s_%s.%s", fileName, subName[subsamp], in decomp() 275 if (tjSaveImage(tempStr, dstBuf, scaledw, 0, scaledh, pf, flags) == -1) in decomp() 277 ptr = strrchr(tempStr, '.'); in decomp() 278 SNPRINTF(ptr, 1024 - (ptr - tempStr), "-err.%s", ext); in decomp() 280 if (!quiet) printf("Compression error written to %s.\n", tempStr); in decomp() 307 if (tjSaveImage(tempStr, dstBuf, w, 0, h, pf, flags) == -1) in decomp() [all …]
|
| D | tjunittest.c | 369 char tempStr[1024]; in compTest() local 412 SNPRINTF(tempStr, 1024, "%s_enc_%s_%s_%s_Q%d.jpg", basename, pfStr, buStr, in compTest() 414 writeJPEG(*dstBuf, *dstSize, tempStr); in compTest() 415 printf("Done.\n Result in %s\n", tempStr); in compTest()
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
| D | tjbench.c | 142 char tempStr[1024], sizeStr[20] = "\0", qualStr[6] = "\0", *ptr; in decomp() local 229 tempStr, 1024), in decomp() 234 4, tempStr, 1024)); in decomp() 257 snprintf(tempStr, 1024, "%s_%s.%s", fileName, sizeStr, ext); in decomp() 259 snprintf(tempStr, 1024, "%s_%s%s_%s.%s", fileName, subName[subsamp], in decomp() 262 if (tjSaveImage(tempStr, dstBuf, scaledw, 0, scaledh, pf, flags) == -1) in decomp() 264 ptr = strrchr(tempStr, '.'); in decomp() 265 snprintf(ptr, 1024 - (ptr - tempStr), "-err.%s", ext); in decomp() 267 if (!quiet) printf("Compression error written to %s.\n", tempStr); in decomp() 293 if (tjSaveImage(tempStr, dstBuf, w, 0, h, pf, flags) == -1) in decomp() [all …]
|
| D | tjunittest.c | 363 char tempStr[1024]; in compTest() local 406 snprintf(tempStr, 1024, "%s_enc_%s_%s_%s_Q%d.jpg", basename, pfStr, buStr, in compTest() 408 writeJPEG(*dstBuf, *dstSize, tempStr); in compTest() 409 printf("Done.\n Result in %s\n", tempStr); in compTest()
|
| /third_party/libjpeg-turbo/java/ |
| D | TJBench.java | 167 String qualStr = new String(""), sizeStr, tempStr; in decomp() local 287 tempStr = new String(fileName + "_" + sizeStr + ".bmp"); in decomp() 289 tempStr = new String(fileName + "_" + SUBNAME[subsamp] + qualStr + in decomp() 292 saveImage(tempStr, dstBuf, scaledw, scaledh, pf); in decomp() 293 int ndx = tempStr.lastIndexOf('.'); in decomp() 294 tempStr = new String(tempStr.substring(0, ndx) + "-err.bmp"); in decomp() 297 System.out.println("Compression error written to " + tempStr + "."); in decomp() 322 saveImage(tempStr, dstBuf, w, h, pf); in decomp() 468 String tempStr = fileName + "_" + SUBNAME[subsamp] + "_" + "Q" + in fullTest() local 470 FileOutputStream fos = new FileOutputStream(tempStr); in fullTest() [all …]
|
| D | TJUnitTest.java | 632 String tempStr; in compTest() local 654 tempStr = baseName + "_enc_" + pfStr + "_" + buStr + "_" + in compTest() 656 File file = new File(tempStr); in compTest() 690 tempStr = baseName + "_enc_" + pfStr + "_" + buStr + "_" + in compTest() 692 writeJPEG(dstBuf, size, tempStr); in compTest() 693 System.out.println("Done.\n Result in " + tempStr); in compTest() 701 String pfStr, pfStrLong, tempStr; in decompTest() local 760 tempStr = baseName + "_dec_" + pfStr + "_" + in decompTest() 764 File file = new File(tempStr); in decompTest()
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/ |
| D | TJBench.java | 164 String qualStr = new String(""), sizeStr, tempStr; in decomp() local 279 tempStr = new String(fileName + "_" + sizeStr + ".bmp"); in decomp() 281 tempStr = new String(fileName + "_" + SUBNAME[subsamp] + qualStr + in decomp() 284 saveImage(tempStr, dstBuf, scaledw, scaledh, pf); in decomp() 285 int ndx = tempStr.lastIndexOf('.'); in decomp() 286 tempStr = new String(tempStr.substring(0, ndx) + "-err.bmp"); in decomp() 289 System.out.println("Compression error written to " + tempStr + "."); in decomp() 314 saveImage(tempStr, dstBuf, w, h, pf); in decomp() 458 String tempStr = fileName + "_" + SUBNAME[subsamp] + "_" + "Q" + in fullTest() local 460 FileOutputStream fos = new FileOutputStream(tempStr); in fullTest() [all …]
|
| D | TJUnitTest.java | 632 String tempStr; in compTest() local 654 tempStr = baseName + "_enc_" + pfStr + "_" + buStr + "_" + in compTest() 656 File file = new File(tempStr); in compTest() 690 tempStr = baseName + "_enc_" + pfStr + "_" + buStr + "_" + in compTest() 692 writeJPEG(dstBuf, size, tempStr); in compTest() 693 System.out.println("Done.\n Result in " + tempStr); in compTest() 701 String pfStr, pfStrLong, tempStr; in decompTest() local 760 tempStr = baseName + "_dec_" + pfStr + "_" + in decompTest() 764 File file = new File(tempStr); in decompTest()
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | loctest.cpp | 5015 UnicodeString tempStr, resultStr; in TestCurrencyByDate() local 5037 tempStr.setTo(TMP); in TestCurrencyByDate() 5039 if (resultStr != tempStr) { in TestCurrencyByDate() 5050 tempStr.setTo(TMP); in TestCurrencyByDate() 5052 if (resultStr != tempStr) { in TestCurrencyByDate() 5063 tempStr.setTo(TMP); in TestCurrencyByDate() 5065 if (resultStr != tempStr) { in TestCurrencyByDate() 5077 tempStr.setTo(TMP); in TestCurrencyByDate() 5079 if (resultStr != tempStr) { in TestCurrencyByDate() 5083 tempStr.setTo(TMP); in TestCurrencyByDate() [all …]
|
| /third_party/node/lib/internal/util/ |
| D | inspect.js | 1874 let tempStr; 1885 tempStr = formatNumber(stylizeNoColor, tempArg); 1887 tempStr = `${tempArg}n`; 1891 tempStr = String(tempArg); 1893 tempStr = inspect(tempArg, { 1902 tempStr = tryStringify(args[++a]); 1907 tempStr = `${tempNum}n`; 1909 tempStr = 'NaN'; 1911 tempStr = formatNumber(stylizeNoColor, Number(tempNum)); 1915 tempStr = inspect(args[++a], inspectOptions); [all …]
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | dcfmtsym.cpp | 460 UnicodeString tempStr; in initialize() local 527 UnicodeString tempStr; in setCurrency() local 528 uprv_getStaticCurrencyName(currency, locale.getName(), tempStr, status); in setCurrency() 531 fSymbols[kCurrencySymbol] = tempStr; in setCurrency()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | dcfmtsym.cpp | 461 UnicodeString tempStr; in initialize() local 529 UnicodeString tempStr; in setCurrency() local 530 uprv_getStaticCurrencyName(currency, locale.getName(), tempStr, status); in setCurrency() 533 fSymbols[kCurrencySymbol] = tempStr; in setCurrency()
|
| /third_party/icu/icu4c/source/i18n/ |
| D | dcfmtsym.cpp | 460 UnicodeString tempStr; in initialize() local 527 UnicodeString tempStr; in setCurrency() local 528 uprv_getStaticCurrencyName(currency, locale.getName(), tempStr, status); in setCurrency() 531 fSymbols[kCurrencySymbol] = tempStr; in setCurrency()
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | dcfmtsym.cpp | 461 UnicodeString tempStr; in initialize() local 464 uprv_getStaticCurrencyName(curriso, locStr, tempStr, internalStatus); in initialize() 467 fSymbols[kCurrencySymbol] = tempStr; in initialize()
|
| /third_party/gptfdisk/ |
| D | basicmbr.cc | 1584 string tempStr; in DoMenu() local 1639 tempStr = ReadString(); in DoMenu() 1640 if (IsHex(tempStr)) in DoMenu() 1641 sscanf(tempStr.c_str(), "%x", &hexCode); in DoMenu()
|