Home
last modified time | relevance | path

Searched defs:TestKey (Results 1 – 2 of 2) sorted by relevance

/external/skia/bench/
DImageCacheBench.cpp13 class TestKey : public SkResourceCache::Key { class
17 TestKey(intptr_t value) : fValue(value) { in TestKey() function in __anon81b3d67f0111::TestKey
/external/chromium-trace/catapult/dashboard/dashboard/
Dutils.py93 def TestKey(test_path): function