Home
last modified time | relevance | path

Searched refs:infoStr (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
H A DGrResourceCache.cpp283 std::string infoStr; in cacheInfoPurgeableQueue() local
285 infoStr += ";PurgeableInfo_Node:["; in cacheInfoPurgeableQueue()
286 updatePurgeableWidInfo(infoStr, purgNameInfoWid, purgSizeInfoWid, purgPidInfoWid, purgCountInfoWid); in cacheInfoPurgeableQueue()
289 infoStr += ";PurgeableInfo_Pid:["; in cacheInfoPurgeableQueue()
290 updatePurgeablePidInfo(infoStr, purgNameInfoWid, purgSizeInfoWid, purgCountInfoWid); in cacheInfoPurgeableQueue()
293 infoStr += ";PurgeableInfo_Fid:["; in cacheInfoPurgeableQueue()
294 updatePurgeableFidInfo(infoStr, purgNameInfoFid, purgSizeInfoFid, purgCountInfoFid); in cacheInfoPurgeableQueue()
296 updatePurgeableUnknownInfo(infoStr, ";PurgeableInfo_Unknown:", purgCountUnknown, purgSizeUnknown); in cacheInfoPurgeableQueue()
297 return infoStr; in cacheInfoPurgeableQueue()
336 std::string infoStr; in cacheInfoNoPurgeableQueue() local
427 std::string infoStr; cacheInfoRealAllocQueue() local
446 std::string infoStr; realBytesOfPid() local
566 updatePurgeableWidInfo(std::string& infoStr, std::map<uint32_t, std::string>& nameInfoWid, std::map<uint32_t, int>& sizeInfoWid, std::map<uint32_t, int>& pidInfoWid, std::map<uint32_t, int>& countInfoWid) updatePurgeableWidInfo() argument
583 updatePurgeablePidInfo(std::string& infoStr, std::map<uint32_t, std::string>& nameInfoPid, std::map<uint32_t, int>& sizeInfoPid, std::map<uint32_t, int>& countInfoPid) updatePurgeablePidInfo() argument
598 updatePurgeableFidInfo(std::string& infoStr, std::map<uint32_t, std::string>& nameInfoFid, std::map<uint32_t, int>& sizeInfoFid, std::map<uint32_t, int>& countInfoFid) updatePurgeableFidInfo() argument
613 updatePurgeableUnknownInfo( std::string& infoStr, const std::string& unknownPrefix, const int countUnknown, const int sizeUnknown) updatePurgeableUnknownInfo() argument
[all...]
H A DGrResourceCache.h431 void updatePurgeableWidInfo(std::string& infoStr,
436 void updatePurgeablePidInfo(std::string& infoStr,
440 void updatePurgeableFidInfo(std::string& infoStr,
444 void updatePurgeableUnknownInfo(std::string& infoStr, const std::string& unknownPrefix,
/third_party/vk-gl-cts/execserver/tools/
H A DxsTest.cpp468 std::string infoStr; member in xs::InfoTest
472 , infoStr ("Hello, World") in InfoTest()
523 if (receivedInfo != infoStr) in runClient()
527 void runProgram (void) { printf("%s", infoStr.c_str()); } in runProgram()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp3064 UnicodeString infoStr; in expectPad() local
3066 infoStr = UnicodeString(" width=", "") + awidth + UnicodeString(" pad=", "") + apadStr; in expectPad()
3068 logln(UnicodeString("Ok \"") + pat + "\" pos=" + apos + infoStr); in expectPad() local

Completed in 17 milliseconds