Home
last modified time | relevance | path

Searched refs:TestCache (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc-java/examples/android/clientcache/app/src/test/java/io/grpc/clientcacheexample/
DSafeMethodCachingInterceptorTest.java107 private final TestCache cache = new TestCache();
530 private static class TestCache implements SafeMethodCachingInterceptor.Cache { class in SafeMethodCachingInterceptorTest
/external/perfetto/src/traced/probes/filesystem/
Dinode_file_data_source_unittest.cc142 TEST_F(InodeFileDataSourceTest, TestCache) { in TEST_F() argument
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DTestCache.java29 public class TestCache implements XMLSource.Listener { class
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestCheckCLDR.java32 import org.unicode.cldr.test.TestCache;
33 import org.unicode.cldr.test.TestCache.TestResultBundle;
136 TestCache testCache = new TestCache(); in TestTestCache()
/external/python/cpython3/Lib/test/
Dtest_functools.py1205 class TestCache: class