/external/kernel-headers/original/asm-mips/ |
cpu.h | 235 #define MIPS_CPU_3K_CACHE 0x00000004 /* R3000-style caches */ 236 #define MIPS_CPU_4K_CACHE 0x00000008 /* R4000-style caches */ 237 #define MIPS_CPU_TX39_CACHE 0x00000010 /* TX3900-style caches */
|
mman.h | 54 #define MS_INVALIDATE 0x0002 /* invalidate mappings & caches */
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitglobals.cpp | 95 * built-in caches that take advantage of these patterns, 98 * these caches, including various WebCore caches.
|
/external/webkit/Source/WebKit2/WebProcess/ |
com.apple.WebProcess.sb | 83 (subpath (string-append (param "HOME_DIR") "/Library/Caches/com.apple.WebProcess")) 89 (literal (string-append (param "HOME_DIR") "/Library/Caches/com.apple.coreaudio.components.plist")) 92 ;; Darwin temporary files and caches, if present
|
/external/bluetooth/glib/gio/xdgmime/ |
xdgmimecache.h | 2 /* xdgmimecache.h: Private file. Datastructure for mmapped caches.
|
/external/chromium/chrome/browser/notifications/ |
notifications_prefs_cache.h | 18 // Class which caches notification preferences.
|
/external/chromium/chrome/common/ |
chrome_paths_internal.h | 26 // $XDG_CACHE_HOME and on Mac it can be under ~/Library/Caches.
|
chrome_paths_mac.mm | 105 // use a suitable cache directory under ~/Library/Caches. For 108 // ~/Library/Caches/Google/Chrome/MyProfileName.
|
/external/doclava/src/com/google/doclava/ |
AnnotationInstanceInfo.java | 114 setClass(InfoBuilder.Caches.obtainClass(qualifiedClassName.toString()));
|
/external/icu4c/i18n/ |
anytrans.h | 110 * Caches the result and returns the same transliterator the next
|
/external/v8/test/mjsunit/ |
value-callic-prototype-change.js | 28 // Test that the inline caches correctly detect that constant
|
/external/webkit/Source/WebCore/dom/ |
ChildNodeList.cpp | 30 ChildNodeList::ChildNodeList(PassRefPtr<Node> rootNode, DynamicNodeList::Caches* info)
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebPreferences.h | 412 will prune its caches to match cacheModel. 416 documents. WebKit and the frameworks below it include built-in caches that take 419 these caches, including NSURLCache and the various WebCore caches.
|
/frameworks/base/core/java/android/content/ |
ComponentCallbacks.java | 50 * any caches or other unnecessary resources they may be holding on to.
|
ContentQueryMap.java | 28 * Caches the contents of a cursor into a Map of String->ContentValues and optionally 51 * Creates a ContentQueryMap that caches the content backing the cursor
|
/frameworks/base/libs/hwui/ |
SkiaShader.cpp | 23 #include "Caches.h" 127 Caches::getInstance().activeTexture(textureSlot); 221 Caches::getInstance().activeTexture(textureSlot); 333 Caches::getInstance().activeTexture(textureSlot);
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
FileClientSessionCache.java | 306 static final Map<File, FileClientSessionCache.Impl> caches field in class:FileClientSessionCache 321 FileClientSessionCache.Impl cache = caches.get(directory); 324 caches.put(directory, cache); 331 caches.clear();
|
ServerSessionContext.java | 22 * Caches server sessions. Indexes by session ID. Users typically look up
|
/system/extras/showslab/ |
showslab.c | 16 #define DEF_NR_ROWS 15 /* default nr of caches to show */ 39 unsigned long nr_caches; /* number of caches */ 40 unsigned long nr_active_caches; /* number of active caches */ 314 " Active / Total Caches (%% used) : %lu / %lu (%.1f%%)\n"
|
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/ |
ImageCache.java | 31 * This class holds our bitmap caches (memory and disk). 46 // Constants to easily toggle various caches
|
/external/chromium/chrome/browser/ |
icon_manager.h | 32 // 1. A quick, synchronous check of its caches which does not touch the disk: 65 // Synchronous call to examine the internal caches for the icon. Returns the
|
/external/chromium/net/base/ |
test_root_certs_win.cc | 175 // Each HCERTCHAINENGINE caches both the configured system stores and 178 // various caches are flushed, when at least one certificate is added,
|
/external/valgrind/main/cachegrind/ |
cg_arch.h | 47 // Gives the auto-detected configuration of I1, D1 and LL caches. They get 60 // Checks the correctness of the auto-detected caches.
|
/external/webkit/Source/WebCore/html/ |
HTMLLabelElement.cpp | 161 // Clear the caches to ensure that the labels caches are cleared.
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
BitmapPool.java | 40 // Construct a BitmapPool which caches bitmap with the specified size. 49 // Construct a BitmapPool which caches bitmap with any size;
|