/external/guava/guava-tests/test/com/google/common/cache/ |
D | EmptyCachesTest.java | 45 for (LoadingCache<Object, Object> cache : caches()) { in testEmpty() 51 for (LoadingCache<Object, Object> cache : caches()) { in testInvalidate_empty() 62 for (LoadingCache<Object, Object> cache : caches()) { in testInvalidateAll_empty() 72 for (LoadingCache<Object, Object> cache : caches()) { in testEquals_null() 89 for (LoadingCache<Object, Object> cache : caches()) { in testGet_null() 101 for (LoadingCache<Object, Object> cache : caches()) { in testGetUnchecked_null() 115 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_nullToArray() 128 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_addNotSupported() 146 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_clear() 157 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_empty_remove() [all …]
|
D | PopulatedCachesTest.java | 58 for (LoadingCache<Object, Object> cache : caches()) { in testSize_populated() 68 for (LoadingCache<Object, Object> cache : caches()) { in testContainsKey_found() 84 for (LoadingCache<Object, Object> cache : caches()) { in testPut_populated() 107 for (LoadingCache<Object, Object> cache : caches()) { in testPutIfAbsent_populated() 128 for (LoadingCache<Object, Object> cache : caches()) { in testPutAll_populated() 142 for (LoadingCache<Object, Object> cache : caches()) { in testReplace_populated() 163 for (LoadingCache<Object, Object> cache : caches()) { in testRemove_byKey() 178 for (LoadingCache<Object, Object> cache : caches()) { in testRemove_byKeyAndValue() 194 for (LoadingCache<Object, Object> cache : caches()) { in testKeySet_populated() 222 for (LoadingCache<Object, Object> cache : caches()) { in testValues_populated() [all …]
|
D | CacheReferencesTest.java | 53 private Iterable<LoadingCache<Key, String>> caches() { in caches() method in CacheReferencesTest 64 for (LoadingCache<Key, String> cache : caches()) { 76 for (LoadingCache<Key, String> cache : caches()) { 90 for (LoadingCache<Key, String> cache : caches()) { 105 for (LoadingCache<Key, String> cache : caches()) {
|
/external/webkit/Source/WebCore/dom/ |
D | ChildNodeList.h | 34 static PassRefPtr<ChildNodeList> create(PassRefPtr<Node> rootNode, Caches* caches) in create() argument 36 return adoptRef(new ChildNodeList(rootNode, caches)); in create()
|
D | DynamicNodeList.cpp | 39 DynamicNodeList::DynamicNodeList(PassRefPtr<Node> rootNode, DynamicNodeList::Caches* caches) in DynamicNodeList() argument 41 , m_caches(caches) in DynamicNodeList()
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
D | jstemplate_test.js | 302 var caches = []; 303 caches.push(JstProcessor.prepareNode_(t)); 304 caches.push(JstProcessor.prepareNode_(t)); 306 caches[0], caches[1]);
|
/external/webkit/LayoutTests/http/tests/appcache/ |
D | origins-with-appcache-expected.txt | 1 …ache. First, it tests that no origins are reported after all application caches are removed. Then,…
|
/external/freetype/src/cache/ |
D | ftcmanag.h | 101 FTC_Cache caches[FTC_MAX_CACHES]; member
|
D | ftccache.c | 293 cache = manager->caches[node->cache_index]; in ftc_node_destroy()
|
/external/bouncycastle/patches/ |
D | README | 21 - X509CertificateObject.getEncoded caches its result
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | DOMInternal.mm | 45 …// NSMapTable with zeroing weak pointers is the recommended way to build caches like this under ga…
|
/external/qemu/docs/ |
D | CPU-EMULATION.TXT | 21 (described below in "MMU emulation"), there are actually two TB caches per
|
/external/liblzf/ |
D | Changes | 77 - default HLOG size is now 15 (cpu caches have increased).
|
/external/libmtp/ |
D | TODO | 80 speedup caches.
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebDownload.mm | 249 // This happens because NSURLConnection caches the results of respondsToSelector.
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | CrossProcessFontLoading.mm | 154 // First remove ourselves from the caches.
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
D | SDL_QuartzGL.m | 163 * "You are blowing a couple of the internal OpenGL function caches. This
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebIconDatabase.idl | 85 @param cache If yes, caches the returned image in memory if not already cached
|
/external/webkit/Source/WebKit2/WebProcess/ |
D | com.apple.WebProcess.sb | 92 ;; Darwin temporary files and caches, if present
|
/external/oprofile/events/i386/nehalem/ |
D | events | 55 …by Virtual Machine operating systems while the guest operating systems use the standard TLB caches. 60 …minimum:6000 name:CACHE_LOCK_CYCLES : Cycle count during which the L1/L2 caches are locked. A loc…
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 48 would get generated, the path "caches out" and we simply reuse the
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 133 trace caches. We keep the instrumented code around because you don't
|
/external/clang/docs/ |
D | PTHInternals.rst | 66 implementation for Clang that also caches the work for parsing and type
|
/external/oprofile/events/i386/piii/ |
D | events | 55 …mum:500 name:EMON_KNI_PREF_MISS : number of KNI pre-fetch/weakly ordered insns that miss all caches
|
/external/oprofile/events/x86-64/hammer/ |
D | unit_masks | 113 0x01 L2 fills (victims from L1 caches, TLB page table walks and data prefetches)
|