Searched refs:cache (Results 201 - 225 of 1307) sorted by relevance

1234567891011>>

/external/oprofile/events/mips/r12000/
H A Devents11 event:0x7 counters:0,1,2,3 um:zero minimum:500 name:QUADWORRDS_WRITEBACK_FROM_SC : Quadwords written back from secondary cache
12 event:0x8 counters:0,1,2,3 um:zero minimum:500 name:CORRECTABLE_ECC_ERRORS : Correctable ECC errors on secondary cache data
13 event:0x9 counters:0,1,2,3 um:zero minimum:500 name:ICACHE_MISSES : Instruction cache misses
14 event:0xa counters:0,1,2,3 um:zero minimum:500 name:INSTRUCTION_SECONDARY_CACHE_MISSES : Secondary cache misses (instruction)
15 event:0xb counters:0,1,2,3 um:zero minimum:500 name:SECONDARY_CACHE_WAY_MISSPREDICTED : Secondary cache way mispredicted (instruction)
21 event:0x11 counters:0,1,2,3 um:zero minimum:500 name:PREFETCH_MISSES_IN_DCACHE : Primary data cache misses by prefetch instructions
26 event:0x16 counters:0,1,2,3 um:zero minimum:500 name:QUADWORDS : Quadwords written back from primary data cache
29 event:0x19 counters:0,1,2,3 um:zero minimum:500 name:DCACHE_MISSES : Primary data cache misses
30 event:0x1a counters:0,1,2,3 um:zero minimum:500 name:SCACHE_MISSES : Secondary cache misses (data)
32 event:0x1c counters:0,1,2,3 um:zero minimum:500 name:STATE_OF_SCACHE_INTERVENTION_HIT : State of external intervention hit in secondary cache
[all...]
/external/qemu/distrib/sdl-1.2.15/build-scripts/
H A Dmakedep.sh22 do cache=${cache_prefix}_`generate_var $file`
23 if test -f $cache; then
26 : >$cache
30 echo " $dep \\" >>$cache
31 search_deps $dep >>$cache
36 cat $cache
/external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
H A Dmanager.js98 var cache = new CookieCache();
104 cache.getDomains(filter).forEach(function(domain) {
111 cache.getDomains().forEach(function(domain) {
112 cache.getCookies(domain).forEach(function(cookie) {
116 cache.reset();
125 cache.add(cookies[i]);
139 cache.getCookies(domain).forEach(function(cookie) {
165 var domains = cache.getDomains(filter);
168 select("#total_count").innerText = cache.getDomains().length;
182 var cookies = cache
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_avatar_downloader.cc22 ProfileInfoCache* cache)
25 cache_(cache) {
19 ProfileAvatarDownloader( size_t icon_index, const base::FilePath& profile_path, ProfileInfoCache* cache) argument
H A Dprofile_avatar_downloader.h16 ProfileInfoCache* cache);
/external/chromium_org/chrome/browser/resources/chromeos/
H A Ddrive_internals.css14 #cache-contents {
/external/chromium_org/third_party/skia/src/core/
H A DSkGlyphCache.h65 been seen, use the existing cache entry. If not, ask the scalercontext
108 /* AuxProc/Data allow a client to associate data with this cache entry.
124 /** Find a matching cache entry, and call proc() with it. If none is found
125 create a new one. If the proc() returns true, detach the cache and
133 add it back into the global cache list (after which the caller should
138 /** Detach a strike from the global cache matching the specified descriptor.
140 when finished, be reattached to the global cache with AttachCache().
160 AutoValidate(const SkGlyphCache* cache) : fCache(cache) { argument
217 // used to track (approx) how much ram is tied-up in this cache
247 SkAutoGlyphCacheBase(SkGlyphCache* cache) argument
273 SkAutoGlyphCache(SkGlyphCache* cache) argument
289 SkAutoGlyphCacheNoGamma(SkGlyphCache* cache) argument
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextContext.h39 static GrFontScaler* GetGrFontScaler(SkGlyphCache* cache);
40 static void MeasureText(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc,
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h61 void *InternalAlloc(uptr size, InternalAllocatorCache *cache = 0);
62 void InternalFree(void *p, InternalAllocatorCache *cache = 0);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h13 // DenseSlabAllocCache is a thread-local cache for DenseSlabAlloc.
32 IndexT cache[kSize]; member in class:__tsan::DenseSlabAllocCache
64 return c->cache[--c->pos];
70 c->cache[c->pos++] = idx;
82 IndexT idx = c->cache[--c->pos];
90 internal_memset(c->cache, 0, sizeof(c->cache));
119 c->cache[c->pos++] = idx;
127 IndexT idx = c->cache[--c->pos];
/external/guava/guava-tests/test/com/google/common/cache/
H A DAbstractCacheTest.java17 package com.google.common.cache;
19 import com.google.common.cache.AbstractCache.SimpleStatsCounter;
20 import com.google.common.cache.AbstractCache.StatsCounter;
39 Cache<Object, Object> cache = new AbstractCache<Object, Object>() {
52 assertNull(cache.getIfPresent(new Object()));
56 assertSame(newValue, cache.getIfPresent(new Object()));
61 Cache<Integer, Integer> cache = new AbstractCache<Integer, Integer>() {
79 cache.invalidateAll(toInvalidate);
/external/libnl/lib/route/
H A Droute.c21 #include <netlink/cache.h>
63 * Build a route cache holding all routes currently configured in the kernel
68 * Allocates a new cache, initializes it properly and updates it to
72 * cache after using it.
73 * @return The cache or NULL if an error has occured.
78 struct nl_cache *cache; local
81 if (!(cache = nl_cache_alloc(&rtnl_route_ops)))
84 cache->c_iarg1 = family;
85 cache->c_iarg2 = flags;
87 if (sk && (err = nl_cache_refill(sk, cache)) <
[all...]
/external/oprofile/events/mips/vr5432/
H A Devents12 event:0x8 counters:0,1 um:zero minimum:500 name:DCACHE_MISSES : Data cache misses (no I-cache misses)
13 event:0x9 counters:0,1 um:zero minimum:500 name:ICACHE_MISSES : Instruction cache misses (no D-cache misses)
/external/qemu/android/skin/
H A Dimage.c357 skin_image_cache_init( SkinImageCache* cache )
359 memset(cache, 0, sizeof(*cache));
361 cache->max_pixels = 1;
363 cache->max_pixels = 4*1024*1024; /* limit image cache to 4 MB */
365 cache->mru_head.next = cache->mru_head.prev = &cache->mru_head;
370 skin_image_cache_remove( SkinImageCache* cache, argument
402 skin_image_cache_raise( SkinImageCache* cache, SkinImage* image ) argument
446 skin_image_lookup_p( SkinImageCache* cache, SkinImageDesc* desc, unsigned *phash ) argument
537 SkinImageCache* cache = _image_cache; local
[all...]
/external/skia/src/core/
H A DSkGlyphCache.h65 been seen, use the existing cache entry. If not, ask the scalercontext
116 /* AuxProc/Data allow a client to associate data with this cache entry.
132 /** Call proc on all cache entries, stopping early if proc returns true.
138 /** Find a matching cache entry, and call proc() with it. If none is found
139 create a new one. If the proc() returns true, detach the cache and
147 add it back into the global cache list (after which the caller should
152 /** Detach a strike from the global cache matching the specified descriptor.
154 when finished, be reattached to the global cache with AttachCache().
174 AutoValidate(const SkGlyphCache* cache) : fCache(cache) { argument
261 SkAutoGlyphCacheBase(SkGlyphCache* cache) argument
287 SkAutoGlyphCache(SkGlyphCache* cache) argument
303 SkAutoGlyphCacheNoGamma(SkGlyphCache* cache) argument
[all...]
/external/skia/src/gpu/
H A DGrTextContext.h39 static GrFontScaler* GetGrFontScaler(SkGlyphCache* cache);
40 static void MeasureText(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc,
/external/valgrind/main/none/tests/ppc32/
H A Djm-misc.stdout.exp1 Miscellaneous test: Data cache insns:
/external/valgrind/main/none/tests/ppc64/
H A Djm-misc.stdout.exp1 Miscellaneous test: Data cache insns:
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_auth.c270 /* Check whether ACL cache has an entry for this station */
302 /* No entry in the cache - query external RADIUS server */
401 * hostapd_acl_expire - ACL cache expiration callback
423 struct hostapd_cached_radius_acl *cache)
455 psk->next = cache->psk;
456 cache->psk = psk;
483 struct hostapd_cached_radius_acl *cache; local
513 /* Insert Accept/Reject info into ACL cache */
514 cache = os_zalloc(sizeof(*cache));
418 decode_tunnel_passwords(struct hostapd_data *hapd, const u8 *shared_secret, size_t shared_secret_len, struct radius_msg *msg, struct radius_msg *req, struct hostapd_cached_radius_acl *cache) argument
[all...]
/external/wpa_supplicant_8/hs20/server/ca/
H A Dclean.sh9 rm -f ca.pem logo.asn1 logo.der server.der ocsp-server-cache.der
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_auth.c270 /* Check whether ACL cache has an entry for this station */
302 /* No entry in the cache - query external RADIUS server */
401 * hostapd_acl_expire - ACL cache expiration callback
423 struct hostapd_cached_radius_acl *cache)
455 psk->next = cache->psk;
456 cache->psk = psk;
483 struct hostapd_cached_radius_acl *cache; local
513 /* Insert Accept/Reject info into ACL cache */
514 cache = os_zalloc(sizeof(*cache));
418 decode_tunnel_passwords(struct hostapd_data *hapd, const u8 *shared_secret, size_t shared_secret_len, struct radius_msg *msg, struct radius_msg *req, struct hostapd_cached_radius_acl *cache) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_auth.c270 /* Check whether ACL cache has an entry for this station */
302 /* No entry in the cache - query external RADIUS server */
401 * hostapd_acl_expire - ACL cache expiration callback
423 struct hostapd_cached_radius_acl *cache)
455 psk->next = cache->psk;
456 cache->psk = psk;
483 struct hostapd_cached_radius_acl *cache; local
513 /* Insert Accept/Reject info into ACL cache */
514 cache = os_zalloc(sizeof(*cache));
418 decode_tunnel_passwords(struct hostapd_data *hapd, const u8 *shared_secret, size_t shared_secret_len, struct radius_msg *msg, struct radius_msg *req, struct hostapd_cached_radius_acl *cache) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDEREnumerated.java141 private static ASN1Enumerated[] cache = new ASN1Enumerated[12]; field in class:DEREnumerated
156 if (value >= cache.length)
161 ASN1Enumerated possibleMatch = cache[value];
165 possibleMatch = cache[value] = new ASN1Enumerated(Arrays.clone(enc));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen6_sampler_state.c55 .cache = CACHE_NEW_SAMPLER
/external/emma/core/java12/com/vladium/emma/report/
H A DIReportGenerator.java29 void process (IMetaData mdata, ICoverageData cdata, SourcePathCache cache, IProperties parameters) argument

Completed in 717 milliseconds

1234567891011>>