Home
last modified time | relevance | path

Searched refs:tmpName (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_pulse_linux.cc1941 char tmpName[kAdmMaxDeviceNameSize] = {0}; in GetDefaultDeviceInfo() local
1957 _recDisplayDeviceName = tmpName; in GetDefaultDeviceInfo()
1960 _playDisplayDeviceName = tmpName; in GetDefaultDeviceInfo()
1985 (char *) tmpName, in GetDefaultDeviceInfo()
1992 (char *) tmpName, in GetDefaultDeviceInfo()
2007 strncpy(pName, tmpName, nameLen); in GetDefaultDeviceInfo()
/external/vogar/src/vogar/android/
DAndroidSdk.java462 String tmpName = uniqueCounter + desugarInput.getName(); in desugar() local
465 String desugarOutputPath = desugarTempDir.getPath() + "/" + tmpName; in desugar()
/external/testng/src/main/java/org/testng/
DTestNG.java1016 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/
Dbzip2.c207 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/javaparser/javaparser-core/src/main/javacc/
Djava.jj2685 Name tmpName;
2702 …TS> {begin=token();} name=Name() [<TO> tmpName=Name() {names.add(tmpName);} ("," tmpName=Name(){na…
2704 …NS> {begin=token();} name=Name() [<TO> tmpName=Name() {names.add(tmpName);} ("," tmpName=Name(){na…
/external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/
DGeneratedJavaParser.java5329 Name tmpName; in ModuleStmt() local
5362 tmpName = Name(); in ModuleStmt()
5363 names.add(tmpName); in ModuleStmt()
5376 tmpName = Name(); in ModuleStmt()
5377 names.add(tmpName); in ModuleStmt()
5396 tmpName = Name(); in ModuleStmt()
5397 names.add(tmpName); in ModuleStmt()
5410 tmpName = Name(); in ModuleStmt()
5411 names.add(tmpName); in ModuleStmt()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
DTestRunner.py1213 tmpName = tmpBase + '.tmp'
1219 ('%t', tmpName),
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2482 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()
DRewriteModernObjC.cpp2558 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/libxml2/
Dxmlschemas.c7152 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; in xmlSchemaParseLocalAttribute() local
7168 NULL, attr, &tmpNs, &tmpName) != 0) { in xmlSchemaParseLocalAttribute()
7197 attr, &tmpNs, &tmpName); in xmlSchemaParseLocalAttribute()
7350 if (tmpName != NULL) { in xmlSchemaParseLocalAttribute()
7351 attrDecl->typeName = tmpName; in xmlSchemaParseLocalAttribute()
7381 tmpName, tmpNs); in xmlSchemaParseLocalAttribute()
7437 tmpName = name; in xmlSchemaParseLocalAttribute()
7449 (tmpName == (WXS_ATTR_PROHIB_CAST use)->name) && in xmlSchemaParseLocalAttribute()
7458 xmlSchemaFormatQName(&str, tmpNs, tmpName), in xmlSchemaParseLocalAttribute()
7472 prohib->name = tmpName; in xmlSchemaParseLocalAttribute()