Searched refs:caches (Results 1 - 25 of 28) 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/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/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/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
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/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
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/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/chromium_org/webkit/browser/appcache/
H A Dmock_appcache_storage.cc321 // * prefer candidates from newer caches
360 // We have a bias for hits from caches that are in use.
436 // Also remove from the working set, caches for an 'obsolete' group
469 // Do not remove from the working set, active caches are still usable
475 const AppCacheGroup::Caches& caches) {
476 AppCacheGroup::Caches::const_iterator it = caches.begin();
477 while (it != caches.end()) {
514 // If any of the old caches are "in use", then the group must also
519 // "in use" caches don't require async loading
474 RemoveStoredCaches( const AppCacheGroup::Caches& caches) argument
H A Dmock_appcache_storage.h92 void RemoveStoredCaches(const AppCacheGroup::Caches& caches);
/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.
H A Dunit_masks46 0x08 remote_cache_local_home_hit Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and HIT in a remote socket's cache
47 0x10 remote_dram Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and was remotely homed
48 0x20 local_dram Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and required a local socket memory reference
/external/oprofile/events/x86-64/family11h/
H A Dunit_masks124 0x01 L2 fills (victims from L1 caches, TLB page table walks and data prefetches)
/external/oprofile/events/x86-64/hammer/
H A Dunit_masks113 0x01 L2 fills (victims from L1 caches, TLB page table walks and data prefetches)
/external/v8/src/
H A Dbootstrapper.cc1876 Handle<FixedArray> caches = FACTORY->NewFixedArray(kNumberOfCaches, TENURED); local
1882 caches->set(index++, cache); \
1889 global_context()->set_jsfunction_result_caches(*caches);
H A Dheap.cc694 // Get the caches for this context. GC can happen when the context
695 // is not fully initialized, so the caches can be undefined.
699 FixedArray* caches = FixedArray::cast(caches_or_undefined); local
700 // Clear the caches:
701 int length = caches->length();
703 JSFunctionResultCache::cast(caches->get(i))->Clear();
4859 // we age inline caches so that they don't keep objects from
/external/oprofile/events/x86-64/family10/
H A Dunit_masks132 0x01 L2 fills (victims from L1 caches, TLB page table walks and data prefetches)
/external/chromium_org/v8/src/
H A Dbootstrapper.cc2116 Handle<FixedArray> caches = local
2123 caches->set(index++, cache); \
2130 native_context()->set_jsfunction_result_caches(*caches);
H A Dheap.cc936 // Get the caches for this context. GC can happen when the context
937 // is not fully initialized, so the caches can be undefined.
941 FixedArray* caches = FixedArray::cast(caches_or_undefined); local
942 // Clear the caches:
943 int length = caches->length();
945 JSFunctionResultCache::cast(caches->get(i))->Clear();
/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php538 * Wether the caches needed for parsing are built or not
1780 * Setup caches needed for styling. This is automatically called in
1833 * Setup caches needed for parsing. This is automatically called in parse_code() when appropriate.
1834 * This function makes stylesheet generators much faster as they do not need these caches.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dcode_generator_v8.pm4608 // Turning on checks also invalidates inline caches of the object.

Completed in 685 milliseconds

12