Searched refs:cache (Results 76 - 100 of 416) sorted by relevance

1234567891011>>

/external/chromium/net/disk_cache/
H A Ddisk_cache_test_util.cc96 scoped_ptr<disk_cache::BackendImpl> cache(new disk_cache::BackendImpl(
98 if (!cache.get())
101 cache->SetNewEviction();
102 cache->SetFlags(disk_cache::kNoRandom);
103 if (cache->SyncInit() != net::OK)
105 return cache->SelfCheck() >= 0;
H A Dstress_cache.cc6 // cache. The main application starts a copy of itself on a loop, checking the
10 // The child application has two threads: one to exercise the cache in an
14 // To test that the disk cache doesn't generate critical errors with regular
90 // This thread will loop forever, adding and removing entries from the cache.
91 // iteration is the current crash cycle, so the entries on the cache are marked
103 disk_cache::Backend* cache; local
107 cache_thread.message_loop_proxy(), NULL, &cache, &cb);
110 printf("Unable to initialize cache.\n");
114 cache->GetEntryCount());
145 rv = cache
[all...]
/external/oprofile/events/mips/vr5500/
H A Devents8 event:0x2 counters:0,1 um:zero minimum:500 name:LOAD_PREF_CACHE_INSTRUCTIONS : Execution of load/prefetch/cache instruction
14 event:0x8 counters:0,1 um:zero minimum:500 name:DCACHE_MISSES : Data cache miss
15 event:0x9 counters:0,1 um:zero minimum:500 name:ICACHE_MISSES : Instruction cache miss
/external/chromium/chrome/browser/policy/
H A Dcloud_policy_controller.h39 CloudPolicyCacheBase* cache,
90 CloudPolicyCacheBase* cache,
101 CloudPolicyCacheBase* cache,
H A Ddevice_token_fetcher.h39 // |service| is used to talk to the device management service and |cache| is
42 CloudPolicyCacheBase* cache,
46 CloudPolicyCacheBase* cache,
105 CloudPolicyCacheBase* cache,
129 // Reference to the cache. Used to persist and read unmanaged state.
/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_service_unittest.cc107 ClientSideDetectionService::PhishingCache& cache = csd_service_->cache_; local
111 cache[GURL("http://first.url.com/")] =
117 cache[GURL("http://second.url.com/")] =
123 cache[GURL("http://third.url.com/")] =
128 cache[GURL("http://fourth.url.com/")] =
133 // 3 elements should be in the cache, the first, third, and fourth.
134 EXPECT_EQ(3U, cache.size());
135 EXPECT_TRUE(cache.find(GURL("http://first.url.com/")) != cache.end());
136 EXPECT_TRUE(cache
[all...]
/external/kernel-headers/original/linux/
H A Dblockgroup_lock.h10 #include <linux/cache.h>
H A Dcache.h5 #include <asm/cache.h>
48 * size etc. Define this in asm/cache.h for your arch
/external/libnl-headers/netlink/genl/
H A Dfamily.h16 #include <netlink/cache.h>
/external/webkit/Source/WebKit/chromium/tests/
H A DUniscribeHelperTest.cpp51 HFONT MakeFont(const wchar_t* fontName, SCRIPT_CACHE** cache) argument
62 *cache = new SCRIPT_CACHE;
63 **cache = 0;
64 createdFonts.append(std::make_pair(hfont, *cache));
94 // The script cache pointer is heap allocated and must be freed.
/external/icu4c/i18n/
H A Dcolldata.cpp467 UHashtable *cache; member in class:CollDataCache
487 : lock(0), cache(NULL)
493 cache = uhash_open(uhash_hashChars, uhash_compareChars, uhash_compareLong, &status);
499 uhash_setValueDeleter(cache, deleteCollDataCacheEntry);
500 uhash_setKeyDeleter(cache, deleteChars);
506 uhash_close(cache);
507 cache = NULL;
522 entry = (CollDataCacheEntry *) uhash_get(cache, key);
536 entry = (CollDataCacheEntry *) uhash_get(cache, key);
539 uhash_put(cache, newDat
1021 CollDataCache *cache = getCollDataCache(); local
1028 CollDataCache *cache = getCollDataCache(); local
1038 CollDataCache *cache = NULL; local
1068 CollDataCache *cache = NULL; local
1087 CollDataCache *cache = NULL; local
[all...]
H A Danytrans.cpp185 cache = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &ec);
189 uhash_setValueDeleter(cache, _deleteTransliterator);
198 uhash_close(cache);
209 // Don't copy the cache contents
211 cache = uhash_open(uhash_hashLong, uhash_compareLong, NULL, &ec);
215 uhash_setValueDeleter(cache, _deleteTransliterator);
278 Transliterator* t = (Transliterator*) uhash_iget(cache, (int32_t) source);
300 uhash_iput(cache, (int32_t) source, t, &ec);
/external/chromium/chrome/browser/history/
H A Din_memory_url_index.cc159 // Write our cache.
233 // TODO(mrossetti): Figure out how to determine if the cache is up-to-date.
234 // That is: ensure that the database has not been modified since the cache
243 LOG(WARNING) << "Failed to read InMemoryURLIndex cache from "
250 LOG(WARNING) << "Failed to parse InMemoryURLIndex cache data read from "
275 LOG(WARNING) << "Failed to serialize the InMemoryURLIndex cache.";
279 // Write the cache to a file then swap it for the old cache, if any, and
280 // delete the old cache.
323 // This invalidates the cache
877 RestorePrivateData( const InMemoryURLIndexCacheItem& cache) argument
897 RestoreWordList(const InMemoryURLIndexCacheItem& cache) argument
925 RestoreWordMap(const InMemoryURLIndexCacheItem& cache) argument
957 RestoreCharWordMap( const InMemoryURLIndexCacheItem& cache) argument
1004 RestoreWordIDHistoryMap( const InMemoryURLIndexCacheItem& cache) argument
1054 RestoreHistoryInfoMap( const InMemoryURLIndexCacheItem& cache) argument
[all...]
/external/bluetooth/glib/gio/xdgmime/
H A Dxdgmimecache.h54 XdgMimeCache *_xdg_mime_cache_ref (XdgMimeCache *cache);
55 void _xdg_mime_cache_unref (XdgMimeCache *cache);
/external/dnsmasq/src/
H A DAndroid.mk6 LOCAL_SRC_FILES := bpf.c cache.c dbus.c dhcp.c dnsmasq.c forward.c helper.c lease.c log.c \
/external/oprofile/events/mips/5K/
H A Devents9 event:0x2 counters:0,1 um:zero minimum:500 name:LOADS_EXECED : Load/pref(x)/sync/cache-ops executed
21 event:0x9 counters:0 um:zero minimum:500 name:ICACHE_MISS : Instruction cache miss
31 event:0x6 counters:1 um:zero minimum:500 name:DCACHE_LINE_EVICTED : Data cache line evicted
34 event:0x9 counters:1 um:zero minimum:500 name:DCACHE_MISS : Data cache miss
/external/quake/quake/src/QW/client/
H A Dskin.c113 out = Cache_Check (&skin->cache);
152 out = Cache_Alloc (&skin->cache, 320*200, skin->name);
165 Cache_Free (&skin->cache);
177 Cache_Free (&skin->cache);
189 Cache_Free (&skin->cache);
202 Cache_Free (&skin->cache);
279 if (skins[i].cache.data)
280 Cache_Free (&skins[i].cache);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontCustomPlatformData.cpp37 void setCustomFontCache(CustomFontCache* cache) argument
39 g_customFontCache = cache;
/external/webkit/Source/WebCore/platform/text/cf/
H A DHyphenationCF.cpp59 DEFINE_STATIC_LOCAL(AtomicStringKeyedMRUCache<RetainPtr<CFLocaleRef> >, cache, ());
60 return cache;
/external/freetype/include/freetype/
H A Dftcache.h39 * How to cache face, size, and glyph data with FreeType~2.
42 * This section describes the FreeType~2 cache sub-system, which is used
49 * The cache is highly portable and thus doesn't know anything about the
54 * @FTC_FaceID values, provided to the cache by the client. Note that
55 * the cache only stores and compares these values, and doesn't try to
58 * Second, the cache calls, only when needed, a client-provided function
60 * then completely managed by the cache, including its termination
71 * Note that for the cache to work correctly, the face ID values must be
77 * the cache get rid of any references to the old @FTC_FaceID it may
81 * To use the cache, star
[all...]
/external/e2fsprogs/misc/
H A Dblkid.c57 "\t-g\tgarbage collect the blkid cache\n"
62 "\t-w\twrite cache to different file (/dev/null = no write)\n"
269 blkid_cache cache = NULL; local
361 if (blkid_get_cache(&cache, read) < 0)
366 blkid_gc_cache(cache);
380 /* Load any additional devices not in the cache */
382 blkid_get_dev(cache, devices[i], BLKID_DEV_NORMAL);
384 if ((dev = blkid_find_dev_with_tag(cache, search_type,
394 blkid_probe_all(cache);
396 iter = blkid_dev_iterate_begin(cache);
[all...]
/external/grub/stage2/
H A Dfsys_reiserfs.c293 /* The size of the node cache */
348 #define BLOCKHEAD(cache) ((struct block_head *) cache)
350 #define KEY(cache) ((struct key *) ((int) cache + BLKH_SIZE))
351 #define DC(cache) ((struct disk_child *) \
352 ((int) cache + BLKH_SIZE + KEY_SIZE * nr_item))
358 * The journal cache. For each transaction it contains the number of
464 /* Init the journal data structure. We try to cache as much as
622 /* Clear node cache
694 char* cache = CACHE(depth); local
732 char *cache; local
822 char *cache; local
[all...]
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_settings.cpp330 * Gets status of the memory cache of WebCore.
332 * @return @c EINA_TRUE if the cache is enabled or @c EINA_FALSE if not
336 WebCore::MemoryCache* cache = WebCore::memoryCache(); local
337 return !cache->disabled();
341 * Enables/disables the memory cache of WebCore, possibly clearing it.
343 * Disabling the cache will remove all resources from the cache.
346 * @param set @c EINA_TRUE to enable memory cache, @c EINA_FALSE to disable
350 WebCore::MemoryCache* cache = WebCore::memoryCache(); local
352 if (cache
365 WebCore::MemoryCache* cache = WebCore::memoryCache(); local
[all...]
/external/oprofile/events/mips/rm7000/
H A Devents14 event:0x0a counters:0,1 um:zero minimum:500 name:SCACHE_MISSES : Secondary cache misses
15 event:0x0b counters:0,1 um:zero minimum:500 name:ICACHE_MISSES : Instruction cache misses
16 event:0x0c counters:0,1 um:zero minimum:500 name:DCACHE_MISSES : Data cache misses
23 event:0x13 counters:0,1 um:zero minimum:500 name:SCACHE_WRITEBACKS : Secondary cache writebacks
24 event:0x14 counters:0,1 um:zero minimum:500 name:PCACHE_WRITEBACKS : Primary cache writebacks
25 event:0x15 counters:0,1 um:zero minimum:500 name:DCACHE_MISS_STALL_CYCLES : Dcache miss stall cycles (cycles where both cache miss tokens taken and a third try is requested)
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilitySlider.cpp92 AXObjectCache* cache = m_renderer->document()->axObjectCache(); local
94 AccessibilitySliderThumb* thumb = static_cast<AccessibilitySliderThumb*>(cache->getOrCreate(SliderThumbRole));
100 cache->remove(thumb->axObjectID());

Completed in 472 milliseconds

1234567891011>>