Home
last modified time | relevance | path

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

123456789

/external/llvm-project/compiler-rt/test/tsan/
Dstatic_init4.cpp7 struct Cache { struct
9 explicit Cache(int x) in Cache() function
Dstatic_init2.cpp6 struct Cache { struct
8 explicit Cache(int x) in Cache() function
Dstatic_init5.cpp7 struct Cache { struct
9 explicit Cache(int x) in Cache() argument
Dstatic_init6.cpp7 struct Cache { struct
9 explicit Cache(int x) in Cache() argument
Dstatic_init3.cpp7 struct Cache { struct
11 Cache g_cache; argument
/external/compiler-rt/test/tsan/
Dstatic_init2.cc6 struct Cache { struct
8 explicit Cache(int x) in Cache() function
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() function
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/llvm-project/clang/unittests/Serialization/
DInMemoryModuleCacheTest.cpp26 InMemoryModuleCache Cache; in TEST() local
41 InMemoryModuleCache Cache; in TEST() local
59 InMemoryModuleCache Cache; in TEST() local
80 InMemoryModuleCache Cache; in TEST() local
109 InMemoryModuleCache Cache; in TEST() local
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator_combined.h34 void *allocatePrimary(AllocatorCache *Cache, uptr ClassId) { in allocatePrimary()
44 void deallocatePrimary(AllocatorCache *Cache, void *Ptr, uptr ClassId) { in deallocatePrimary()
52 void initCache(AllocatorCache *Cache) { in initCache()
56 void destroyCache(AllocatorCache *Cache) { in destroyCache()
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dquarantine_test.cpp31 static void deallocateCache(CacheT *Cache) { in deallocateCache()
71 CacheT Cache; in TEST() local
82 CacheT Cache; in TEST() local
105 CacheT Cache; in TEST() local
130 CacheT Cache; in TEST() local
160 CacheT Cache; in TEST() local
195 CacheT Cache; in TEST() local
225 CacheT Cache; member
Dprimary_test.cpp32 typename Primary::CacheT Cache; in testPrimary() local
72 typename Primary::CacheT Cache; in TEST() local
110 typename Primary::CacheT Cache; in testIteratePrimary() local
157 static thread_local typename Primary::CacheT Cache; in performAllocations() local
224 typename Primary::CacheT Cache; in testReleaseToOS() local
/external/scudo/standalone/tests/
Dquarantine_test.cpp31 static void deallocateCache(CacheT *Cache) { in deallocateCache()
71 CacheT Cache; in TEST() local
82 CacheT Cache; in TEST() local
105 CacheT Cache; in TEST() local
130 CacheT Cache; in TEST() local
160 CacheT Cache; in TEST() local
195 CacheT Cache; in TEST() local
225 CacheT Cache; member
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheTesting.java128 static boolean hasLocalCache(Cache<?, ?> cache) { in hasLocalCache() argument
132 static void drainRecencyQueues(Cache<?, ?> cache) { in drainRecencyQueues() argument
150 static void drainReferenceQueues(Cache<?, ?> cache) { in drainReferenceQueues() argument
171 static int getTotalSegmentSize(Cache<?, ?> cache) { in getTotalSegmentSize() argument
186 static void checkValidState(Cache<?, ?> cache) { in checkValidState() argument
216 static void checkExpiration(Cache<?, ?> cache) { in checkExpiration() argument
/external/guava/guava-tests/test/com/google/common/cache/
DCacheTesting.java128 static boolean hasLocalCache(Cache<?, ?> cache) { in hasLocalCache() argument
132 static void drainRecencyQueues(Cache<?, ?> cache) { in drainRecencyQueues() argument
150 static void drainReferenceQueues(Cache<?, ?> cache) { in drainReferenceQueues() argument
171 static int getTotalSegmentSize(Cache<?, ?> cache) { in getTotalSegmentSize() argument
186 static void checkValidState(Cache<?, ?> cache) { in checkValidState() argument
216 static void checkExpiration(Cache<?, ?> cache) { in checkExpiration() argument
/external/rust/crates/regex/src/
Dpikevm.rs42 pub struct Cache { struct
44 clist: Threads,
45 nlist: Threads,
47 stack: Vec<FollowEpsilon>,
75 impl Cache { implementation
Dbacktrack.rs55 pub struct Cache { struct
60 impl Cache { implementation
/external/libchrome/base/containers/
Dmru_cache_unittest.cc43 typedef base::MRUCache<int, CachedItem> Cache; in TEST() typedef
123 typedef base::MRUCache<int, CachedItem> Cache; in TEST() typedef
158 typedef base::MRUCache<int, CachedItem> Cache; in TEST() typedef
196 using Cache = base::MRUCache<int, std::unique_ptr<CachedItem>>; in TEST() typedef
239 using Cache = base::MRUCache<int, std::unique_ptr<CachedItem>>; in TEST() typedef
264 typedef base::HashingMRUCache<std::string, CachedItem> Cache; in TEST() typedef
281 typedef base::MRUCache<int, CachedItem> Cache; in TEST() typedef
/external/flatbuffers/java/com/google/flatbuffers/
DUtf8Old.java33 private static class Cache { class in Utf8Old
39 Cache() { in Cache() method in Utf8Old.Cache
/external/marisa-trie/lib/marisa/grimoire/trie/
Dcache.h14 Cache() : parent_(0), child_(0), union_() { in Cache() function
17 Cache(const Cache &cache) in Cache() function
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITObjectCacheTest.cpp123 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local
152 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local
186 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local
/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/python/jinja/docs/
Dextensions.rst259 Cache section in Example Extensions
287 .. _cachelib: https://github.com/pallets/cachelib

123456789