Searched refs:tmpStr (Results 1 – 5 of 5) sorted by relevance
327 std::string tmpStr; in getISyncStr() local344 getISAStr(tmpStr); in getISyncStr()345 oss << tmpStr; in getISyncStr()349 getCycleCountStr(tmpStr); in getISyncStr()350 oss << tmpStr; in getISyncStr()357 std::string tmpStr; in getTSStr() local360 trcPrintableElem::getValStr(tmpStr,64,64,timestamp,true,ts_update_bits); in getTSStr()361 oss << "TS=" << tmpStr + "(" << std::dec << timestamp << "); "; in getTSStr()364 getCycleCountStr(tmpStr); in getTSStr()365 oss << tmpStr; in getTSStr()
77 string tmpStr(str); in ParsePlatform() local79 for (auto i = tmpStr.begin(); i != tmpStr.end(); i++) in ParsePlatform()86 if (tmpStr.compare(g_platformName[i]) == 0) in ParsePlatform()
519 String tmpStr; in writeAsciiLong() local533 tmpStr = tmp.toString(); in writeAsciiLong()535 tmpStr = tmp.substring(tmp.length() - length); in writeAsciiLong()537 final byte[] b = ArchiveUtils.toAsciiBytes(tmpStr); in writeAsciiLong()
1024 SkString tmpStr; in onGetFontDescriptor() local1026 desc->setFamilyName(get_str(CTFontCopyFamilyName(fFontRef.get()), &tmpStr)); in onGetFontDescriptor()1027 desc->setFullName(get_str(CTFontCopyFullName(fFontRef.get()), &tmpStr)); in onGetFontDescriptor()1028 desc->setPostscriptName(get_str(CTFontCopyPostScriptName(fFontRef.get()), &tmpStr)); in onGetFontDescriptor()
758 const char *tmpStr = ".tmp"; in writePNG() local774 strcat(tmpFilename, tmpStr); in writePNG()