Searched defs:caches (Results 1 - 12 of 12) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
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()) {
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...]
/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_
/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
/external/chromium_org/v8/src/
H A Dbootstrapper.cc2172 Handle<FixedArray> caches = local
2179 caches->set(index++, cache); \
2186 native_context()->set_jsfunction_result_caches(*caches);
H A Dheap.cc845 // Get the caches for this context. GC can happen when the context
846 // is not fully initialized, so the caches can be undefined.
850 FixedArray* caches = FixedArray::cast(caches_or_undefined); local
851 // Clear the caches:
852 int length = caches->length();
854 JSFunctionResultCache::cast(caches->get(i))->Clear();
5962 // we age inline caches so that they don't keep objects from
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 ...
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.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 241 milliseconds