HomeSort by relevance Sort by last modified time
    Searched full:cache (Results 301 - 325 of 2595) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/manual-tests/
form-value-restore.html 2 To test, use the Debug menu to turn off "Use Back/Forward Cache".
  /external/webkit/WebCore/manual-tests/wml/
card-ontimer.wml 5 <meta http-equiv="Cache-Control" content="max-age=0"/>
  /external/webkit/WebCore/svg/
SVGAnimatedTemplate.h 129 ElementToWrapperMap* cache = wrapperCache(); local
130 ElementToWrapperMapIterator itr = cache->begin();
131 ElementToWrapperMapIterator end = cache->end();
134 cache->remove(itr->first);
  /external/yaffs2/yaffs2/
moduleconfig.h 27 /* Meaning: Cache short names, taking more RAM, but faster look-ups */
  /frameworks/base/core/java/android/os/
ServiceManager.java 113 * @param cache the cache of service references
116 public static void initServiceCache(Map<String, IBinder> cache) {
120 sCache.putAll(cache);
  /frameworks/base/core/res/res/raw-it/
nodomain.html 19 <li>Visualizza la copia cache della pagina web su Google</li>
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
procinfo.h 35 struct cpu_cache_fns *cache; member in struct:proc_info_list
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
cache.h 16 #include <asm/cache.h>
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
procinfo.h 35 struct cpu_cache_fns *cache; member in struct:proc_info_list
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
cache.h 16 #include <asm/cache.h>
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
procinfo.h 35 struct cpu_cache_fns *cache; member in struct:proc_info_list
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
cache.h 16 #include <asm/cache.h>
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
cache.h 16 #include <asm/cache.h>
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
procinfo.h 35 struct cpu_cache_fns *cache; member in struct:proc_info_list
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
cache.h 16 #include <asm/cache.h>
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
cache.h 16 #include <asm/cache.h>
  /packages/apps/Gallery3D/src/com/cooliris/cache/
ImageList.java 17 package com.cooliris.cache;
  /prebuilt/linux-x86/oprofile/arm/armv6/
events 11 event:0x09 counters:0,1 um:zero minimum:500 name:DCACHE_ACCESS : data cache access, cacheable locations
12 event:0x0a counters:0,1 um:zero minimum:500 name:DCACHE_ACCESS_ALL : data cache access, all locations
13 event:0x0b counters:0,1 um:zero minimum:500 name:DCACHE_MISS : data cache miss
14 event:0x0c counters:0,1 um:zero minimum:500 name:DCACHE_WB : data cache writeback, 1 event for every half cacheline
  /prebuilt/linux-x86_64/oprofile/arm/armv6/
events 11 event:0x09 counters:0,1 um:zero minimum:500 name:DCACHE_ACCESS : data cache access, cacheable locations
12 event:0x0a counters:0,1 um:zero minimum:500 name:DCACHE_ACCESS_ALL : data cache access, all locations
13 event:0x0b counters:0,1 um:zero minimum:500 name:DCACHE_MISS : data cache miss
14 event:0x0c counters:0,1 um:zero minimum:500 name:DCACHE_WB : data cache writeback, 1 event for every half cacheline
  /external/bluetooth/bluez/compat/
pand.1 60 \fB\-\-cache\fR \fB\-C[valid]\fR
61 Cache addresses
  /external/quake/quake/src/QW/client/
skin.c 113 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/LayoutTests/http/tests/appcache/resources/
remove-cache-frame.html 19 // We still have a cache, so loading should fail
43 // Ensure that we are not associated with a cache.
  /external/webkit/WebKit/chromium/public/
WebCrossOriginPreflightResultCache.h 38 // An interface to configure WebKit's cross-origin preflight result cache.
41 // Clears the cache.
WebGlyphCache.h 38 // An interface to query WebKit's glyph cache (which maps unicode characters to
42 // Returns the number of pages in the glyph cache.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteProgram.java 65 // only cache CRUD statements
72 // since it is not in the cache, no need to acquire() it.
82 // add it to the cache of compiled-sqls
92 // it is already in compiled-sql cache.
96 // the SQLiteCompiledSql in cache is in use by some other SQLiteProgram object.
107 // since it is not in the cache, no need to acquire() it.
132 // it is NOT in compiled-sql cache. i.e., responsibility of
138 // it is in compiled-sql cache. reset its CompiledSql#mInUse flag

Completed in 583 milliseconds

<<11121314151617181920>>