/external/compiler-rt/test/tsan/ |
D | static_init4.cc | 7 struct Cache { struct 9 explicit Cache(int x) in Cache() argument
|
D | static_init2.cc | 6 struct Cache { struct 8 explicit Cache(int x) in Cache() argument
|
D | static_init6.cc | 7 struct Cache { struct 9 explicit Cache(int x) in Cache() argument
|
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/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
D | cache.h | 26 class Cache; variable 34 Cache() { } in Cache() function
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheTesting.java | 125 static boolean hasLocalCache(Cache<?, ?> cache) { in hasLocalCache() argument 129 static void drainRecencyQueues(Cache<?, ?> cache) { in drainRecencyQueues() argument 147 static void drainReferenceQueues(Cache<?, ?> cache) { in drainReferenceQueues() argument 168 static int getTotalSegmentSize(Cache<?, ?> cache) { in getTotalSegmentSize() argument 183 static void checkValidState(Cache<?, ?> cache) { in checkValidState() argument 213 static void checkExpiration(Cache<?, ?> cache) { in checkExpiration() argument
|
/external/chromium_org/base/containers/ |
D | mru_cache_unittest.cc | 36 typedef base::MRUCache<int, CachedItem> Cache; in TEST() typedef 116 typedef base::MRUCache<int, CachedItem> Cache; in TEST() typedef 151 typedef base::MRUCache<int, CachedItem> Cache; in TEST() typedef 189 typedef base::OwningMRUCache<int, CachedItem*> Cache; in TEST() typedef 232 typedef base::OwningMRUCache<int, CachedItem*> Cache; in TEST() typedef 257 typedef base::HashingMRUCache<std::string, CachedItem> Cache; in TEST() typedef
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITObjectCacheTest.cpp | 135 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local 164 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local 198 std::unique_ptr<TestObjectCache> Cache(new TestObjectCache); in TEST_F() local
|
/external/smack/src/org/jivesoftware/smack/util/ |
D | Cache.java | 51 public class Cache<K, V> implements Map<K, V> { class 99 public Cache(int maxSize, long maxLifetime) { in Cache() method in Cache
|
/external/chromium_org/components/omnibox/ |
D | answers_cache.h | 40 typedef std::list<AnswersQueryData> Cache; typedef
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
D | CacheStorage.h | 17 class Cache; variable
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | MatchedPropertiesCache.h | 79 …ies>, DefaultHash<unsigned>::Hash, HashTraits<unsigned>, CachedMatchedPropertiesHashTraits > Cache; typedef
|
/external/lldb/examples/summaries/cocoa/ |
D | cache.py | 10 class Cache: class
|
/external/chromium_org/content/browser/service_worker/ |
D | service_worker_cache.proto | 12 message Cache { message
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_dense_alloc_test.cc | 26 typedef Alloc::Cache Cache; in TEST() typedef
|
/external/chromium_org/gpu/command_buffer/service/ |
D | shader_translator_cache.h | 82 typedef std::map<ShaderTranslatorInitParams, ShaderTranslator* > Cache; typedef
|
/external/chromium_org/tools/telemetry/telemetry/ |
D | decorators.py | 11 def Cache(obj): function
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | FontDataCache.h | 92 …mData, pair<RefPtr<SimpleFontData>, unsigned>, FontDataCacheKeyHash, FontDataCacheKeyTraits> Cache; typedef
|
/external/chromium_org/chrome/browser/ui/app_list/search/common/ |
D | webservice_cache.h | 80 typedef base::MRUCacheBase<std::string, Payload, CacheDeletor> Cache; typedef
|
/external/clang/lib/Basic/ |
D | FileSystemStatCache.cpp | 56 FileSystemStatCache *Cache, vfs::FileSystem &FS) { in get()
|
/external/javassist/src/main/javassist/ |
D | CtMember.java | 30 static class Cache extends CtMember { class in CtMember 49 Cache(CtClassType decl) { in Cache() method in CtMember.Cache
|
/external/guava/guava/src/com/google/common/cache/ |
D | Cache.java | 51 public interface Cache<K, V> extends Function<K, V> { interface
|
/external/llvm/lib/Support/ |
D | SourceMgr.cpp | 43 if (LineNoCacheTy *Cache = getCache(LineNoCache)) in ~SourceMgr() local 101 if (LineNoCacheTy *Cache = getCache(LineNoCache)) in getLineAndColumn() local 118 LineNoCacheTy &Cache = *getCache(LineNoCache); in getLineAndColumn() local
|
/external/chromium_org/chrome/test/chromedriver/js/ |
D | call_function.js | 42 function Cache() { class
|