Searched refs:tmpName (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Daudio_device_pulse_linux.cc1992 char tmpName[kAdmMaxDeviceNameSize] = {0}; local
2008 _recDisplayDeviceName = tmpName;
2011 _playDisplayDeviceName = tmpName;
2035 (char *) tmpName,
2042 (char *) tmpName,
2056 strncpy(pName, tmpName, nameLen);
/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/chromium_org/third_party/icu/source/i18n/
H A Dtznames_impl.cpp652 UnicodeString tmpName; local
654 TimeZoneNamesImpl::getDefaultExemplarLocationName(tzID, tmpName);
655 tmpNameLen = tmpName.length();
660 tmpName.extract(locationNameOwned, tmpNameLen + 1, status);
/external/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp652 UnicodeString tmpName; local
654 TimeZoneNamesImpl::getDefaultExemplarLocationName(tzID, tmpName);
655 tmpNameLen = tmpName.length();
660 tmpName.extract(locationNameOwned, tmpNameLen + 1, status);
/external/chromium_org/third_party/libxslt/libxslt/
H A Dvariables.c2243 const xmlChar *tmpName = name, *tmpNsName = ns_uri; local
2248 if ((tmpName != name) || (tmpNsName != ns_uri)) {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp2596 std::string tmpName = InFileName; local
2598 for (i=0; i < tmpName.length(); i++) {
2599 char c = tmpName.at(i);
2602 tmpName[i] = '_';
2604 S += tmpName;
H A DRewriteObjC.cpp2495 std::string tmpName = InFileName; local
2497 for (i=0; i < tmpName.length(); i++) {
2498 char c = tmpName.at(i);
2501 tmpName[i] = '_';
2503 S += tmpName;
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c7091 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; local
7107 NULL, attr, &tmpNs, &tmpName) != 0) {
7136 attr, &tmpNs, &tmpName);
7289 if (tmpName != NULL) {
7290 attrDecl->typeName = tmpName;
7320 tmpName, tmpNs);
7376 tmpName = name;
7388 (tmpName == (WXS_ATTR_PROHIB_CAST use)->name) &&
7397 xmlSchemaFormatQName(&str, tmpNs, tmpName),
7411 prohib->name = tmpName;
[all...]
/external/libxml2/
H A Dxmlschemas.c7110 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; local
7126 NULL, attr, &tmpNs, &tmpName) != 0) {
7155 attr, &tmpNs, &tmpName);
7308 if (tmpName != NULL) {
7309 attrDecl->typeName = tmpName;
7339 tmpName, tmpNs);
7395 tmpName = name;
7407 (tmpName == (WXS_ATTR_PROHIB_CAST use)->name) &&
7416 xmlSchemaFormatQName(&str, tmpNs, tmpName),
7430 prohib->name = tmpName;
[all...]

Completed in 1552 milliseconds