Home
last modified time | relevance | path

Searched defs:Cache (Results 1 – 25 of 116) sorted by relevance

12345

/external/compiler-rt/test/tsan/
Dstatic_init2.cc6 struct Cache { struct
8 explicit Cache(int x) in Cache() argument
Dstatic_init4.cc7 struct Cache { struct
9 explicit Cache(int x) in Cache() argument
Dstatic_init6.cc7 struct Cache { struct
9 explicit Cache(int x) in Cache() argument
Dstatic_init5.cc7 struct Cache { struct
9 explicit Cache(int x) in Cache() argument
Dstatic_init3.cc7 struct Cache { struct
11 Cache g_cache; argument
/external/guava/guava-tests/test/com/google/common/cache/
DCacheTesting.java130 static boolean hasLocalCache(Cache<?, ?> cache) { in hasLocalCache() argument
134 static void drainRecencyQueues(Cache<?, ?> cache) { in drainRecencyQueues() argument
152 static void drainReferenceQueues(Cache<?, ?> cache) { in drainReferenceQueues() argument
173 static int getTotalSegmentSize(Cache<?, ?> cache) { in getTotalSegmentSize() argument
188 static void checkValidState(Cache<?, ?> cache) { in checkValidState() argument
218 static void checkExpiration(Cache<?, ?> cache) { in checkExpiration() argument
/external/flatbuffers/java/com/google/flatbuffers/
DUtf8Old.java33 private static class Cache { class in Utf8Old
39 Cache() { in Cache() method in Utf8Old.Cache
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITObjectCacheTest.cpp124 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local
153 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local
187 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local
/external/swiftshader/third_party/LLVM/lib/Support/
DSourceMgr.cpp39 if (LineNoCacheTy *Cache = getCache(LineNoCache)) in ~SourceMgr() local
99 if (LineNoCacheTy *Cache = getCache(LineNoCache)) in FindLineNumber() local
117 LineNoCacheTy &Cache = *getCache(LineNoCache); in FindLineNumber() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITObjectCacheTest.cpp124 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local
153 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local
187 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local
/external/libnl/python/doc/
Dcore.rst60 Cache chapter
/external/python/google-api-python-client/googleapiclient/discovery_cache/
Dbase.py20 class Cache(object): class
Dappengine_memcache.py32 class Cache(base.Cache): class
Dfile_cache.py77 class Cache(base.Cache): class
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_dense_alloc_test.cc26 typedef Alloc::Cache Cache; in TEST() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DCFLAndersAliasAnalysis.h84 DenseMap<const Function *, Optional<FunctionInfo>> Cache; variable
DCFLSteensAliasAnalysis.h100 DenseMap<Function *, Optional<FunctionInfo>> Cache; variable
/external/llvm/lib/Transforms/ObjCARC/
DPtrState.cpp165 bool BottomUpPtrState::InitBottomUp(ARCMDKindCache &Cache, Instruction *I) { in InitBottomUp()
321 bool TopDownPtrState::MatchWithRelease(ARCMDKindCache &Cache, in MatchWithRelease()
/external/skia/src/core/
DSkColorSpaceXformer.h49 using Cache = SkTHashMap<sk_sp<T>, sk_sp<T>>; variable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineLoopRanges.h92 CacheMap Cache; variable
/external/skqp/src/core/
DSkColorSpaceXformer.h49 using Cache = SkTHashMap<sk_sp<T>, sk_sp<T>>; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DPtrState.cpp178 bool BottomUpPtrState::InitBottomUp(ARCMDKindCache &Cache, Instruction *I) { in InitBottomUp()
348 bool TopDownPtrState::MatchWithRelease(ARCMDKindCache &Cache, in MatchWithRelease()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DBaseLocale.java251 private static class Cache extends LocaleObjectCache<Key, BaseLocale> { class in BaseLocale
253 public Cache() { in Cache() method in BaseLocale.Cache
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
DBaseLocale.java245 private static class Cache extends LocaleObjectCache<Key, BaseLocale> { class in BaseLocale
247 public Cache() { in Cache() method in BaseLocale.Cache
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DBaseLocale.java255 private static class Cache extends LocaleObjectCache<Key, BaseLocale> { class in BaseLocale
257 public Cache() { in Cache() method in BaseLocale.Cache

12345