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

1 2 3 4 5 6 7 891011>>

  /external/dnsmasq/src/
Android.mk 6 LOCAL_SRC_FILES := bpf.c cache.c dbus.c dhcp.c dnsmasq.c forward.c helper.c lease.c log.c \
  /external/freetype/include/freetype/
ftchapters.h 73 /* Cache Sub-System */
  /external/kernel-headers/original/asm-arm/
hardirq.h 4 #include <linux/cache.h>
  /external/opencore/nodes/pvdownloadmanagernode/include/
pvmf_memorybufferdatastream_factory.h 100 MBDS_CACHE_TRIM_HEAD_ONLY, // trim the beginning of cache only
101 MBDS_CACHE_TRIM_TAIL_ONLY, // trim from the end of cache only
102 MBDS_CACHE_TRIM_HEAD_AND_TAIL, // trim the both ends of cache
103 MBDS_CACHE_TRIM_EMPTY, // empty the cache
161 // total number of bytes of data in this cache
163 // file offset of first byte in cache, use iLock
165 // file offset of last byte in cache, use iLock
167 // list of temp cache entries
181 // these are the offsets of bytes already in the cache
220 // total number of bytes of data in this cache
    [all...]
  /external/oprofile/daemon/
opd_cookie.h 3 * cookie -> name cache
  /external/webkit/JavaScriptCore/wtf/
TCPackedCache.h 33 // This file provides a minimal cache that can hold a <key, value> pair
38 // Synchronization is not provided. However, the cache is implemented
39 // as an array of cache entries whose type is chosen at compile time.
41 // raciness will not necessarily lead to bugginess. The cache entries
46 // In an effort to use minimal space, every cache entry represents
47 // some <key, value> pair; the class provides no way to mark a cache
50 // tcmalloc's PageID-to-sizeclass cache, a value of 0 is used as
56 // kHashbits controls the size of the cache. The best value for
63 // critical and there's a convenient type to hold the cache's
65 // for a cache entry is (kKeybits - kHashbits) + kValuebits. Suppos
    [all...]
  /external/webkit/LayoutTests/http/tests/appcache/
different-scheme.html 3 <p>Test that application cache doesn't block loading resources with different schemes.</p>
  /external/webkit/LayoutTests/http/tests/appcache/resources/
cyrillic-uri.manifest 0 CACHE MANIFEST
  /external/webkit/WebCore/bindings/v8/
V8Utilities.cpp 54 v8::Local<v8::Value> cache = object->GetInternalField(cacheIndex); local
55 if (cache->IsNull() || cache->IsUndefined()) {
56 cache = v8::Array::New();
57 object->SetInternalField(cacheIndex, cache);
60 v8::Local<v8::Array> cacheArray = v8::Local<v8::Array>::Cast(cache);
66 v8::Local<v8::Value> cache = object->GetInternalField(cacheIndex); local
67 if (!cache->IsArray())
69 v8::Local<v8::Array> cacheArray = v8::Local<v8::Array>::Cast(cache);
  /external/webkit/WebCore/manual-tests/resources/
redraw-page-cache-visited-links-2.html 13 <div><a href="http://bugs.webkit.org/show_bug.cgi?id=8079">Bug 8079 REGRESSION: Redraw from page cache does not show visited links</a></div>
  /external/webkit/WebKit/mac/Misc/
WebCache.mm 33 #import <WebCore/Cache.h>
45 WebCore::Cache::Statistics s = WebCore::cache()->getStatistics();
113 // Toggling the cache model like this forces the cache to evict all its in-memory resources.
119 // Empty the application cache.
123 // Empty the Cross-Origin Preflight cache
129 WebCore::cache()->setDisabled(disabled);
134 return WebCore::cache()->disabled();
  /frameworks/base/awt/javax/imageio/stream/
FileCacheImageInputStream.java 24 * which reads from its InputStream and uses a temporary file as a cache.
47 * InputStream and using the specified File as its cache directory.
52 * the cache directory where the cache file will be created.
  /frameworks/base/core/java/com/google/android/mms/util/
AbstractCache.java 40 Log.v(TAG, "Trying to put " + key + " into cache.");
45 // and then cache the new one.
67 Log.v(TAG, "Trying to get " + key + " from cache.");
99 Log.v(TAG, "Purging cache, " + mCacheMap.size()
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
hardirq.h 15 #include <linux/cache.h>
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
blockgroup_lock.h 16 #include <linux/cache.h>
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
hardirq.h 15 #include <linux/cache.h>
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
blockgroup_lock.h 16 #include <linux/cache.h>
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
hardirq.h 15 #include <linux/cache.h>
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
blockgroup_lock.h 16 #include <linux/cache.h>
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
dma-mapping_32.h 18 #include <asm/cache.h>
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
blockgroup_lock.h 16 #include <linux/cache.h>
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
hardirq.h 15 #include <linux/cache.h>
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
blockgroup_lock.h 16 #include <linux/cache.h>
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
dma-mapping_32.h 18 #include <asm/cache.h>
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
blockgroup_lock.h 16 #include <linux/cache.h>

Completed in 1061 milliseconds

1 2 3 4 5 6 7 891011>>