Searched defs:caches (Results 1 - 16 of 16) 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/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
/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
/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_
/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/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerGlobalScope.cpp85 CacheStorage* ServiceWorkerGlobalScope::caches(ExecutionContext* context) function in class:blink::ServiceWorkerGlobalScope
/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/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
/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/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);
/external/chromium_org/v8/src/heap/
H A Dheap.cc978 // Get the caches for this context. GC can happen when the context
979 // is not fully initialized, so the caches can be undefined.
983 FixedArray* caches = FixedArray::cast(caches_or_undefined); local
984 // Clear the caches:
985 int length = caches->length();
987 JSFunctionResultCache::cast(caches->get(i))->Clear();
/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 5064 milliseconds