Home
last modified time | relevance | path

Searched refs:caches (Results 1 – 25 of 77) sorted by relevance

1234

/external/guava/guava-tests/test/com/google/common/cache/
DEmptyCachesTest.java45 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 …]
DPopulatedCachesTest.java58 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 …]
DCacheReferencesTest.java53 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/
DChildNodeList.h34 static PassRefPtr<ChildNodeList> create(PassRefPtr<Node> rootNode, Caches* caches) in create() argument
36 return adoptRef(new ChildNodeList(rootNode, caches)); in create()
DDynamicNodeList.cpp39 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/
Djstemplate_test.js302 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/
Dorigins-with-appcache-expected.txt1 …ache. First, it tests that no origins are reported after all application caches are removed. Then,…
/external/freetype/src/cache/
Dftcmanag.h101 FTC_Cache caches[FTC_MAX_CACHES]; member
Dftccache.c293 cache = manager->caches[node->cache_index]; in ftc_node_destroy()
/external/bouncycastle/patches/
DREADME21 - X509CertificateObject.getEncoded caches its result
/external/webkit/Source/WebCore/bindings/objc/
DDOMInternal.mm45 …// NSMapTable with zeroing weak pointers is the recommended way to build caches like this under ga…
/external/qemu/docs/
DCPU-EMULATION.TXT21 (described below in "MMU emulation"), there are actually two TB caches per
/external/liblzf/
DChanges77 - default HLOG size is now 15 (cpu caches have increased).
/external/libmtp/
DTODO80 speedup caches.
/external/webkit/Source/WebKit/mac/Misc/
DWebDownload.mm249 // This happens because NSURLConnection caches the results of respondsToSelector.
/external/webkit/Source/WebCore/platform/graphics/chromium/
DCrossProcessFontLoading.mm154 // First remove ourselves from the caches.
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzGL.m163 * "You are blowing a couple of the internal OpenGL function caches. This
/external/webkit/Source/WebKit/win/Interfaces/
DIWebIconDatabase.idl85 @param cache If yes, caches the returned image in memory if not already cached
/external/webkit/Source/WebKit2/WebProcess/
Dcom.apple.WebProcess.sb92 ;; Darwin temporary files and caches, if present
/external/oprofile/events/i386/nehalem/
Devents55 …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/
DREADME.txt48 would get generated, the path "caches out" and we simply reuse the
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt133 trace caches. We keep the instrumented code around because you don't
/external/clang/docs/
DPTHInternals.rst66 implementation for Clang that also caches the work for parsing and type
/external/oprofile/events/i386/piii/
Devents55 …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/
Dunit_masks113 0x01 L2 fills (victims from L1 caches, TLB page table walks and data prefetches)

1234