/external/llvm-project/lld/Common/ |
D | Filesystem.cpp | 68 SmallString<128> tmpName; in unlinkAsync() local 69 if (!sys::fs::createUniqueFile(path + "%%%%%%%%.tmp", tmpName)) { in unlinkAsync() 70 if (!sys::fs::rename(path, tmpName)) in unlinkAsync() 71 path = tmpName; in unlinkAsync() 73 sys::fs::remove(tmpName); in unlinkAsync()
|
/external/pdfium/xfa/fxfa/fm2js/ |
D | cxfa_fmexpression.cpp | 372 WideString tmpName = IdentifierToName(m_wsVariant); in ToJavaScript() local 373 *js << "var " << tmpName << " = null;\n"; in ToJavaScript() 375 *js << "for (" << tmpName << " = pfm_rt.get_val("; in ToJavaScript() 380 *js << tmpName << (m_bDirection ? kLessEqual : kGreaterEqual); in ToJavaScript() 386 *js << tmpName << (m_bDirection ? kPlusEqual : kMinusEqual); in ToJavaScript() 428 WideString tmpName = IdentifierToName(m_wsIdentifier); in ToJavaScript() local 429 *js << "var " << tmpName << " = null;\n"; in ToJavaScript() 441 *js << tmpName << " = pfm_ary[pfm_ary_idx++];\n"; in ToJavaScript()
|
/external/junit/src/main/java/org/junit/rules/ |
D | TemporaryFolder.java | 279 String tmpName = tmpFile.toString(); in createTemporaryFolderWithFileApi() local 281 String folderName = tmpName.substring(0, tmpName.length() - suffix.length()); in createTemporaryFolderWithFileApi()
|
/external/webrtc/modules/audio_device/linux/ |
D | audio_device_pulse_linux.cc | 1479 char tmpName[kAdmMaxDeviceNameSize] = {0}; in GetDefaultDeviceInfo() local 1493 _recDisplayDeviceName = tmpName; in GetDefaultDeviceInfo() 1495 _playDisplayDeviceName = tmpName; in GetDefaultDeviceInfo() 1517 _paContext, (char*)tmpName, PaSourceInfoCallback, this); in GetDefaultDeviceInfo() 1520 _paContext, (char*)tmpName, PaSinkInfoCallback, this); in GetDefaultDeviceInfo() 1532 strncpy(pName, tmpName, nameLen); in GetDefaultDeviceInfo()
|
/external/vogar/src/vogar/android/ |
D | AndroidSdk.java | 536 String tmpName = uniqueCounter + desugarInput.getName(); in desugar() local 539 String desugarOutputPath = desugarTempDir.getPath() + "/" + tmpName; in desugar()
|
/external/javaparser/javaparser-core/src/main/javacc/ |
D | java.jj | 2730 Name tmpName; 2744 …TS> {begin=token();} name=Name() [<TO> tmpName=Name() {names.add(tmpName);} ("," tmpName=Name(){na… 2746 …NS> {begin=token();} name=Name() [<TO> tmpName=Name() {names.add(tmpName);} ("," tmpName=Name(){na… 2750 …> { begin=token();} name=Name() <WITH> tmpName=Name() {names.add(tmpName);} ("," tmpName=Name() {n…
|
/external/testng/src/main/java/org/testng/ |
D | TestNG.java | 1016 String tmpName = name; in checkSuiteNamesInternal() local 1017 while (names.contains(tmpName)) { in checkSuiteNamesInternal() 1018 tmpName = name + " (" + count++ + ")"; in checkSuiteNamesInternal() 1022 suite.setName(tmpName); in checkSuiteNamesInternal() 1023 names.add(tmpName); in checkSuiteNamesInternal()
|
/external/bzip2/ |
D | bzip2.c | 207 Char tmpName[FILE_NAME_LEN]; variable 1764 for (j = 0; j < k; j++) tmpName[j] = p[j]; in addFlagsFromEnvVar() 1765 tmpName[k] = 0; in addFlagsFromEnvVar() 1766 APPEND_FLAG(*argList, tmpName); in addFlagsFromEnvVar()
|
/external/llvm-project/lld/COFF/ |
D | Driver.cpp | 813 SmallString<128> tmpName; in createImportLibrary() local 815 sys::fs::createUniqueFile(path + ".tmp-%%%%%%%%.lib", tmpName)) in createImportLibrary() 819 if (Error e = writeImportLibrary(libName, tmpName, exports, config->machine, in createImportLibrary() 826 tmpName, /*FileSize*/ -1, /*RequiresNullTerminator*/ false)); in createImportLibrary() 829 handleError(errorCodeToError(sys::fs::rename(tmpName, path))); in createImportLibrary() 831 sys::fs::remove(tmpName); in createImportLibrary()
|
/external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/ |
D | GeneratedJavaParser.java | 5502 Name tmpName; in ModuleDirective() local 5532 tmpName = Name(); in ModuleDirective() 5533 names.add(tmpName); in ModuleDirective() 5546 tmpName = Name(); in ModuleDirective() 5547 names.add(tmpName); in ModuleDirective() 5566 tmpName = Name(); in ModuleDirective() 5567 names.add(tmpName); in ModuleDirective() 5580 tmpName = Name(); in ModuleDirective() 5581 names.add(tmpName); in ModuleDirective() 5606 tmpName = Name(); in ModuleDirective() [all …]
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileFromAtoms.cpp | 1082 char tmpName[16]; in addSymbols() local 1083 sprintf(tmpName, "L%04u", tempNum++); in addSymbols() 1084 StringRef tempRef(tmpName); in addSymbols()
|
/external/llvm-project/llvm/utils/lit/lit/ |
D | TestRunner.py | 1086 tmpName = tmpBase + '.tmp' 1092 ('%t', tmpName),
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2482 std::string tmpName = InFileName; in RewriteObjCStringLiteral() local 2484 for (i=0; i < tmpName.length(); i++) { in RewriteObjCStringLiteral() 2485 char c = tmpName.at(i); in RewriteObjCStringLiteral() 2488 tmpName[i] = '_'; in RewriteObjCStringLiteral() 2490 S += tmpName; in RewriteObjCStringLiteral()
|
D | RewriteModernObjC.cpp | 2558 std::string tmpName = InFileName; in RewriteObjCStringLiteral() local 2560 for (i=0; i < tmpName.length(); i++) { in RewriteObjCStringLiteral() 2561 char c = tmpName.at(i); in RewriteObjCStringLiteral() 2564 tmpName[i] = '_'; in RewriteObjCStringLiteral() 2566 S += tmpName; in RewriteObjCStringLiteral()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2491 std::string tmpName = InFileName; in RewriteObjCStringLiteral() local 2493 for (i=0; i < tmpName.length(); i++) { in RewriteObjCStringLiteral() 2494 char c = tmpName.at(i); in RewriteObjCStringLiteral() 2497 tmpName[i] = '_'; in RewriteObjCStringLiteral() 2499 S += tmpName; in RewriteObjCStringLiteral()
|
D | RewriteModernObjC.cpp | 2564 std::string tmpName = InFileName; in RewriteObjCStringLiteral() local 2566 for (i=0; i < tmpName.length(); i++) { in RewriteObjCStringLiteral() 2567 char c = tmpName.at(i); in RewriteObjCStringLiteral() 2570 tmpName[i] = '_'; in RewriteObjCStringLiteral() 2572 S += tmpName; in RewriteObjCStringLiteral()
|
/external/libxml2/ |
D | xmlschemas.c | 7197 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; in xmlSchemaParseLocalAttribute() local 7213 NULL, attr, &tmpNs, &tmpName) != 0) { in xmlSchemaParseLocalAttribute() 7242 attr, &tmpNs, &tmpName); in xmlSchemaParseLocalAttribute() 7395 if (tmpName != NULL) { in xmlSchemaParseLocalAttribute() 7396 attrDecl->typeName = tmpName; in xmlSchemaParseLocalAttribute() 7426 tmpName, tmpNs); in xmlSchemaParseLocalAttribute() 7482 tmpName = name; in xmlSchemaParseLocalAttribute() 7494 (tmpName == (WXS_ATTR_PROHIB_CAST use)->name) && in xmlSchemaParseLocalAttribute() 7503 xmlSchemaFormatQName(&str, tmpNs, tmpName), in xmlSchemaParseLocalAttribute() 7517 prohib->name = tmpName; in xmlSchemaParseLocalAttribute()
|