Searched defs:tmpName (Results 1 - 5 of 5) sorted by relevance

/external/bzip2/
H A Dbzip2.c207 Char tmpName[FILE_NAME_LEN]; variable
1764 for (j = 0; j < k; j++) tmpName[j] = p[j];
1765 tmpName[k] = 0;
1766 APPEND_FLAG(*argList, tmpName);
/external/webrtc/webrtc/modules/audio_device/linux/
H A Daudio_device_pulse_linux.cc1941 char tmpName[kAdmMaxDeviceNameSize] = {0}; local
1957 _recDisplayDeviceName = tmpName;
1960 _playDisplayDeviceName = tmpName;
1985 (char *) tmpName,
1992 (char *) tmpName,
2007 strncpy(pName, tmpName, nameLen);
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2482 std::string tmpName = InFileName; local
2484 for (i=0; i < tmpName.length(); i++) {
2485 char c = tmpName.at(i);
2488 tmpName[i] = '_';
2490 S += tmpName;
H A DRewriteModernObjC.cpp2558 std::string tmpName = InFileName; local
2560 for (i=0; i < tmpName.length(); i++) {
2561 char c = tmpName.at(i);
2564 tmpName[i] = '_';
2566 S += tmpName;
/external/libxml2/
H A Dxmlschemas.c7125 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; local
7141 NULL, attr, &tmpNs, &tmpName) != 0) {
7170 attr, &tmpNs, &tmpName);
7323 if (tmpName != NULL) {
7324 attrDecl->typeName = tmpName;
7354 tmpName, tmpNs);
7410 tmpName = name;
7422 (tmpName == (WXS_ATTR_PROHIB_CAST use)->name) &&
7431 xmlSchemaFormatQName(&str, tmpNs, tmpName),
7445 prohib->name = tmpName;
[all...]

Completed in 420 milliseconds