Searched refs:caches (Results 1 - 25 of 39) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/cache/
H A DEmptyCachesTest.java39 * {@link LoadingCache} tests that deal with empty caches.
45 for (LoadingCache<Object, Object> cache : caches()) {
51 for (LoadingCache<Object, Object> cache : caches()) {
62 for (LoadingCache<Object, Object> cache : caches()) {
72 for (LoadingCache<Object, Object> cache : caches()) {
79 // all caches should be different: instance equality
89 for (LoadingCache<Object, Object> cache : caches()) {
101 for (LoadingCache<Object, Object> cache : caches()) {
115 for (LoadingCache<Object, Object> cache : caches()) {
128 for (LoadingCache<Object, Object> cache : caches()) {
348 private Iterable<LoadingCache<Object, Object>> caches() { method in class:EmptyCachesTest
[all...]
H A DPopulatedCachesTest.java46 * {@link LoadingCache} tests that deal with caches that actually contain some key-value mappings.
58 for (LoadingCache<Object, Object> cache : caches()) {
68 for (LoadingCache<Object, Object> cache : caches()) {
84 for (LoadingCache<Object, Object> cache : caches()) {
107 for (LoadingCache<Object, Object> cache : caches()) {
128 for (LoadingCache<Object, Object> cache : caches()) {
142 for (LoadingCache<Object, Object> cache : caches()) {
163 for (LoadingCache<Object, Object> cache : caches()) {
178 for (LoadingCache<Object, Object> cache : caches()) {
194 for (LoadingCache<Object, Object> cache : caches()) {
297 private Iterable<LoadingCache<Object, Object>> caches() { method in class:PopulatedCachesTest
[all...]
H A DCacheReferencesTest.java53 private Iterable<LoadingCache<Key, String>> caches() { method in class: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/chromium_org/chrome/browser/extensions/api/
H A Dchrome_extensions_api_client.cc36 std::map<settings_namespace::Namespace, ValueStoreCache*>* caches) {
38 (*caches)[settings_namespace::SYNC] =
43 (*caches)[settings_namespace::MANAGED] =
32 AddAdditionalValueStoreCaches( content::BrowserContext* context, const scoped_refptr<SettingsStorageFactory>& factory, const scoped_refptr<ObserverListThreadSafe<SettingsObserver> >& observers, std::map<settings_namespace::Namespace, ValueStoreCache*>* caches) argument
H A Dchrome_extensions_api_client.h24 std::map<settings_namespace::Namespace, ValueStoreCache*>* caches)
/external/valgrind/main/coregrind/
H A Dm_cache.c56 ci->caches = VG_(realloc)("m_cache", ci->caches,
57 num_allocated * sizeof *ci->caches);
61 ci->caches[ci->num_caches++] = cache;
148 ci->caches = NULL;
448 ci->caches = VG_(malloc)("m_cache", ci->num_caches * sizeof *ci->caches);
454 ci->caches[0] = VEX_CACHE_INIT(DATA_CACHE, 1, size, line_size, assoc);
460 ci->caches[1] = VEX_CACHE_INIT(INSN_CACHE, 1, size, line_size, assoc);
466 ci->caches[
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerGlobalScope.idl40 [CallWith=ExecutionContext, Unforgeable, RuntimeEnabled=ServiceWorkerOnFetch] readonly attribute CacheStorage caches;
H A DServiceWorkerGlobalScope.h64 CacheStorage* caches(ExecutionContext*);
H A DServiceWorkerGlobalScope.cpp85 CacheStorage* ServiceWorkerGlobalScope::caches(ExecutionContext* context) function in class:blink::ServiceWorkerGlobalScope
/external/chromium_org/extensions/browser/api/
H A Dextensions_api_client.cc29 std::map<settings_namespace::Namespace, ValueStoreCache*>* caches) {}
25 AddAdditionalValueStoreCaches( content::BrowserContext* context, const scoped_refptr<SettingsStorageFactory>& factory, const scoped_refptr<ObserverListThreadSafe<SettingsObserver> >& observers, std::map<settings_namespace::Namespace, ValueStoreCache*>* caches) argument
H A Dextensions_api_client.h58 // Add any additional value store caches (e.g. for chrome.storage.managed)
59 // to |caches|. By default adds nothing.
64 std::map<settings_namespace::Namespace, ValueStoreCache*>* caches);
/external/chromium_org/third_party/freetype/src/cache/
H A Dftcmanag.h87 /* maximum number of caches registered in a single manager */
101 FTC_Cache caches[FTC_MAX_CACHES]; member in struct:FTC_ManagerRec_
H A Dftccache.c288 cache = manager->caches[node->cache_index];
/external/conscrypt/src/main/java/org/conscrypt/
H A DFileClientSessionCache.java315 static final Map<File, FileClientSessionCache.Impl> caches field in class:FileClientSessionCache
330 FileClientSessionCache.Impl cache = caches.get(directory);
333 caches.put(directory, cache);
340 caches.clear();
/external/freetype/src/cache/
H A Dftcmanag.h87 /* maximum number of caches registered in a single manager */
101 FTC_Cache caches[FTC_MAX_CACHES]; member in struct:FTC_ManagerRec_
H A Dftccache.c288 cache = manager->caches[node->cache_index];
/external/chromium_org/third_party/jstemplate/
H A Djstemplate_test.js302 var caches = [];
303 caches.push(JstProcessor.prepareNode_(t));
304 caches.push(JstProcessor.prepareNode_(t));
306 caches[0], caches[1]);
/external/libunwind/doc/
H A Dunw_set_caching_policy.tex25 also implicitly flushes the contents of all caches as if
32 thread-local caches. If a thread-local caching are unavailable or
/external/chromium_org/content/browser/appcache/
H A Dmock_appcache_storage.cc324 // * prefer candidates from newer caches
363 // We have a bias for hits from caches that are in use.
442 // Also remove from the working set, caches for an 'obsolete' group
476 // Do not remove from the working set, active caches are still usable
482 const AppCacheGroup::Caches& caches) {
483 AppCacheGroup::Caches::const_iterator it = caches.begin();
484 while (it != caches.end()) {
521 // If any of the old caches are "in use", then the group must also
526 // "in use" caches don't require async loading
481 RemoveStoredCaches( const AppCacheGroup::Caches& caches) argument
H A Dmock_appcache_storage.h111 void RemoveStoredCaches(const AppCacheGroup::Caches& caches);
/external/nanohttpd/
H A DREADME.md19 * Never caches anything.
/external/valgrind/main/cachegrind/
H A Dcg_arch.c243 // Allow the user to override invalid auto-detected caches
281 for (c = ci->caches; c != ci->caches + ci->num_caches; ++c) {
290 // Gives the auto-detected configuration of I1, D1 and LL caches. They get
365 // Set caches to default (for Cortex-A8 ?)
410 // Set caches to default (for MIPS32-r2(mips 74kc))
417 // Set caches to default (for MIPS64 - 5kc)
/external/valgrind/main/VEX/pub/
H A Dlibvex.h226 /* The various kinds of caches */
253 /* Unordered array of caches for this host. NULL if there are
254 no caches. The following can always be assumed:
260 VexCache *caches; member in struct:__anon32246
/external/oprofile/events/i386/nehalem/
H A Devents55 event:0x4F counters:0,1,2,3 um:ept minimum:6000 name:EPT : Counts Extended Page Directory Entry accesses. The Extended Page Directory cache is used by Virtual Machine operating systems while the guest operating systems use the standard TLB caches.
60 event:0x63 counters:0,1 um:cache_lock_cycles minimum:6000 name:CACHE_LOCK_CYCLES : Cycle count during which the L1/L2 caches are locked. A lock is asserted when there is a locked memory access, due to uncacheable memory, a locked operation that spans two cache lines, or a page walk from an uncacheable page table.
/external/oprofile/events/x86-64/family11h/
H A Dunit_masks124 0x01 L2 fills (victims from L1 caches, TLB page table walks and data prefetches)

Completed in 587 milliseconds

12