Home
last modified time | relevance | path

Searched refs:SetCache (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/dashboard/dashboard/
Dgraph_revisions.py48 def SetCache(test_path, rows): function
96 SetCache(utils.TestPath(test_key), rows)
136 SetCache(utils.TestPath(test_key), graph_rows)
/external/lzma/CPP/7zip/Common/
DLimitedStreams.h202 void SetCache(size_t cacheSize, size_t cachePos) in SetCache() function
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp2116 limitedStreamSpec->SetCache(processedSize, (size_t)bufPhyPos); in OpenStream2()