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

<<11121314151617181920>>

  /external/webkit/WebCore/loader/
DocLoader.cpp 24 pages from the web. It has a memory cache for these objects.
30 #include "Cache.h"
53 : m_cache(cache())
97 CachedResource* existing = cache()->resourceForURL(fullURL.string());
105 cache()->revalidateResource(existing, this);
110 cache()->revalidateResource(existing, this);
113 cache()->remove(existing);
116 cache()->revalidateResource(existing, this);
140 cache()->loader()->load(this, resource, true);
157 return cache()->requestUserCSSStyleSheet(this, url, charset)
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebsettings.cpp 27 #include "Cache.h"
264 cache and the Web page icon database, local database storage and offline
278 (offline) storage and the use of a Web application cache.
360 web application cache feature is enabled or not. Disabled by default.
629 as page, object and font cache.
635 // Turn the cache on and off. Disabling the object cache will remove all
636 // resources from the cache. They may still live on if they are referenced
638 if (!WebCore::cache()->disabled()) {
639 WebCore::cache()->setDisabled(true)
    [all...]
  /development/scripts/app_engine_server/
memcache_zipserve.py 49 max_age: The maximum client-side cache lifetime
50 public: Whether this should be declared public in the client-side cache
92 zipfile_cache = {} # class cache of source zip files class in class:MemcachedZipHandler
93 MAX_AGE = 600 # max client-side cache lifetime
94 PUBLIC = True # public cache setting
95 CACHE_PREFIX = 'cache://' # memcache key prefix for actual URLs
257 Attempts to retrieve the requested file (name) from cache,
258 negative cache, or store (zip) and form the response.
288 logging.info(' Cache miss for %s', name)
294 # ELSE put it in the negative cache
    [all...]
  /bionic/libc/kernel/arch-arm/asm/
procinfo.h 35 struct cpu_cache_fns *cache; member in struct:proc_info_list
  /bionic/libc/kernel/common/linux/
cache.h 16 #include <asm/cache.h>
  /dalvik/dx/src/com/android/dx/rop/cst/
CstInteger.java 28 private static final CstInteger[] cache = new CstInteger[511]; field in class:CstInteger
64 int idx = (value & 0x7fffffff) % cache.length;
65 CstInteger obj = cache[idx];
72 cache[idx] = obj;
  /dalvik/libcore/archive/src/main/native/
zipsup.c 567 Fill in the cache of a given zip file. This should only be called once during zip_openZipFile!
599 if (!zipFile->cache)
608 zipFile->cache->startCentralDir = startCentralDir =
775 comment. In either case, cache the central header instead of the local header
779 zipCache_addElement (zipFile->cache, (char *) filename,
786 zipCache_addElement (zipFile->cache, (char *) filename,
838 the filename read for the entry. If (cachePointer != -1) the filename of the entry will be looked up in the cache (assuming
839 there is one) to help detect use of an invalid cache. If enumerationPointer is non-NULL, sequential access is assumed and
875 if (zipFile->cache && (zipFile->pointer >= zipFile->cache->startCentralDir)
    [all...]
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLContextImpl.java 47 /** Client session cache. */
50 /** Server session cache. */
73 * @param clientCache persistent client session cache or {@code null}
74 * @param serverCache persistent server session cache or {@code null}
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_MONITOR_ENTER.S 4 * translation cache subsequently cleared, we cannot return directly.
  /device/htc/common/updater/
Android.mk 9 # knows how to recover the log stored in the cache partition when a
firmware.c 54 * The bootloader will not modify or erase the cache partition.
72 /* We destroy the cache partition to pass the update image to the
73 * bootloader, so all we can really do afterwards is wipe cache and reboot.
92 * wipe the cache and reboot into the system.)
  /external/clearsilver/man/man3/
cs_register_fileload.3 38 from an in-memory cache, etc.
hdf_register_fileload.3 38 from an in-memory cache, etc.
  /external/e2fsprogs/lib/blkid/
Android.mk 5 cache.c \
  /external/icu4c/common/
ustr_cnv.h 34 * Release the default converter to the converter cache.
  /external/iproute2/include/linux/
netfilter.h 27 /* Generic cache responses from hook functions.
  /external/kernel-headers/original/linux/
blockgroup_lock.h 10 #include <linux/cache.h>
  /external/opencore/pvmi/pvmf/include/
pvmi_fileio_kvp.h 29 * Define the PV read/write cache size. Zero disables the PV cache
31 #define PVMI_FILEIO_PV_CACHE_SIZE "fileio/pv-cache-size"
32 #define PVMI_FILEIO_PV_CACHE_SIZE_VALUE "fileio/pv-cache-sizeval;type=uint32"
  /external/openssl/ssl/
ssl_sess.c 164 /* XXX We should also check the external cache --
170 * (this problem applies to the internal cache as well).
375 * cache as well if and only if we are supposed to. */
398 goto err; /* treat like cache miss */
408 * the event like a cache miss (otherwise it would be easy for
409 * applications to effectively disable the session cache by
447 /* remove it from the cache */
478 /* add just 1 reference count for the SSL_CTX's session cache
482 /* if session c is in already in cache, we take back the increment later */
495 /* ... so pretend the other session did not exist in cache
719 LHASH *cache; member in struct:timeout_param_st
    [all...]
  /external/qemu/android/skin/
image.h 25 /* opaque skin image type. all skin images are placed in a simple MRU cache
52 /* get an image from the cache (load it from the file if necessary).
66 * the count reaches 0, the image becomes eligible for cache flushing.
77 /* create a skin image clone. the clone is not part of the cache and will
  /external/quake/quake/src/QW/client/
zone.h 42 Cache_??? Cache memory is for objects that can be dynamically loaded and
43 can usefully stay persistant between levels. The size of the cache
50 of the cache memory is adjusted so that there is a minimum of 512k remaining
64 surface cache
  /external/quake/quake/src/WinQuake/
zone.h 42 Cache_??? Cache memory is for objects that can be dynamically loaded and
43 can usefully stay persistant between levels. The size of the cache
50 of the cache memory is adjusted so that there is a minimum of 512k remaining
64 surface cache
  /external/skia/include/effects/
SkPaintFlagsDrawFilter.h 31 uint32_t fPrevFlags; // local cache for filter/restore
  /external/webkit/LayoutTests/http/tests/appcache/
404-resource.html 27 log("FAILURE: cache status is not uncached: " + applicationCache.status);
  /external/webkit/LayoutTests/http/tests/appcache/resources/
remove-cache-frame-2.html 16 // Associated to a cache, so loading should fail

Completed in 419 milliseconds

<<11121314151617181920>>