Home
last modified time | relevance | path

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

123

/external/compiler-rt/test/tsan/
Dstatic_init4.cc7 struct Cache { struct
9 explicit Cache(int x) in Cache() argument
Dstatic_init2.cc6 struct Cache { struct
8 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/chromium_org/third_party/leveldatabase/src/include/leveldb/
Dcache.h26 class Cache; variable
34 Cache() { } in Cache() function
/external/guava/guava-tests/test/com/google/common/cache/
DCacheTesting.java125 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/
Dmru_cache_unittest.cc36 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/
DMCJITObjectCacheTest.cpp135 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/
DCache.java51 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/
Danswers_cache.h40 typedef std::list<AnswersQueryData> Cache; typedef
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
DCacheStorage.h17 class Cache; variable
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DMatchedPropertiesCache.h79 …ies>, DefaultHash<unsigned>::Hash, HashTraits<unsigned>, CachedMatchedPropertiesHashTraits > Cache; typedef
/external/lldb/examples/summaries/cocoa/
Dcache.py10 class Cache: class
/external/chromium_org/content/browser/service_worker/
Dservice_worker_cache.proto12 message Cache { message
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_dense_alloc_test.cc26 typedef Alloc::Cache Cache; in TEST() typedef
/external/chromium_org/gpu/command_buffer/service/
Dshader_translator_cache.h82 typedef std::map<ShaderTranslatorInitParams, ShaderTranslator* > Cache; typedef
/external/chromium_org/tools/telemetry/telemetry/
Ddecorators.py11 def Cache(obj): function
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDataCache.h92 …mData, pair<RefPtr<SimpleFontData>, unsigned>, FontDataCacheKeyHash, FontDataCacheKeyTraits> Cache; typedef
/external/chromium_org/chrome/browser/ui/app_list/search/common/
Dwebservice_cache.h80 typedef base::MRUCacheBase<std::string, Payload, CacheDeletor> Cache; typedef
/external/clang/lib/Basic/
DFileSystemStatCache.cpp56 FileSystemStatCache *Cache, vfs::FileSystem &FS) { in get()
/external/javassist/src/main/javassist/
DCtMember.java30 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/
DCache.java51 public interface Cache<K, V> extends Function<K, V> { interface
/external/llvm/lib/Support/
DSourceMgr.cpp43 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/
Dcall_function.js42 function Cache() { class

123