| /external/llvm-project/compiler-rt/test/tsan/ |
| D | static_init4.cpp | 7 struct Cache { struct 9 explicit Cache(int x) in Cache() function
|
| D | static_init2.cpp | 6 struct Cache { struct 8 explicit Cache(int x) in Cache() function
|
| D | static_init5.cpp | 7 struct Cache { struct 9 explicit Cache(int x) in Cache() argument
|
| D | static_init6.cpp | 7 struct Cache { struct 9 explicit Cache(int x) in Cache() argument
|
| D | static_init3.cpp | 7 struct Cache { struct 11 Cache g_cache; argument
|
| /external/compiler-rt/test/tsan/ |
| D | static_init2.cc | 6 struct Cache { struct 8 explicit Cache(int x) in Cache() function
|
| D | static_init4.cc | 7 struct Cache { struct 9 explicit Cache(int x) in Cache() argument
|
| D | static_init6.cc | 7 struct Cache { struct 9 explicit Cache(int x) in Cache() function
|
| D | static_init5.cc | 7 struct Cache { struct 9 explicit Cache(int x) in Cache() argument
|
| D | static_init3.cc | 7 struct Cache { struct 11 Cache g_cache; argument
|
| /external/llvm-project/clang/unittests/Serialization/ |
| D | InMemoryModuleCacheTest.cpp | 26 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/ |
| D | scudo_allocator_combined.h | 34 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/ |
| D | quarantine_test.cpp | 31 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
|
| D | primary_test.cpp | 32 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/ |
| D | quarantine_test.cpp | 31 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/ |
| D | CacheTesting.java | 128 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/ |
| D | CacheTesting.java | 128 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/ |
| D | pikevm.rs | 42 pub struct Cache { struct 44 clist: Threads, 45 nlist: Threads, 47 stack: Vec<FollowEpsilon>, 75 impl Cache { implementation
|
| D | backtrack.rs | 55 pub struct Cache { struct 60 impl Cache { implementation
|
| /external/libchrome/base/containers/ |
| D | mru_cache_unittest.cc | 43 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/ |
| D | Utf8Old.java | 33 private static class Cache { class in Utf8Old 39 Cache() { in Cache() method in Utf8Old.Cache
|
| /external/marisa-trie/lib/marisa/grimoire/trie/ |
| D | cache.h | 14 Cache() : parent_(0), child_(0), union_() { in Cache() function 17 Cache(const Cache &cache) in Cache() function
|
| /external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
| D | MCJITObjectCacheTest.cpp | 123 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/ |
| D | MCJITObjectCacheTest.cpp | 124 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/ |
| D | extensions.rst | 259 Cache section in Example Extensions 287 .. _cachelib: https://github.com/pallets/cachelib
|