/frameworks/base/libs/hwui/ |
Caches.cpp | 22 #include "Caches.h" 31 ANDROID_SINGLETON_STATIC_INSTANCE(Caches); 50 Caches::Caches(): Singleton<Caches>(), mInitialized(false) { 63 void Caches::init() { 92 void Caches::initExtensions() { 112 void Caches::initConstraints() { 122 void Caches::terminate() { 144 void Caches::dumpMemoryUsage() [all...] |
ResourceCache.cpp | 19 #include "Caches.h" 135 if (Caches::hasInstance()) { 136 Caches::getInstance().pathCache.removeDeferred(resource); 152 if (Caches::hasInstance()) { 153 Caches::getInstance().textureCache.removeDeferred(resource); 204 if (Caches::hasInstance()) { 205 Caches::getInstance().textureCache.removeDeferred(bitmap); 212 if (Caches::hasInstance()) { 213 Caches::getInstance().pathCache.removeDeferred(path);
|
LayerRenderer.cpp | 185 Caches& caches = Caches::getInstance(); local 186 GLuint fbo = caches.fboCache.get(); 192 caches.activeTexture(0); 193 Layer* layer = caches.layerCache.get(width, height); 224 caches.fboCache.put(fbo); 249 if (Caches::getInstance().layerCache.resize(layer, width, height)) { 278 Caches::getInstance().activeTexture(0); 311 Caches::getInstance().fboCache.put(fbo) 358 Caches& caches = Caches::getInstance(); local [all...] |
Caches.h | 85 INIT_LOGD("Creating OpenGL renderer caches"); 90 // Caches 95 class ANDROID_API Caches: public Singleton<Caches> { 96 Caches(); 98 friend class Singleton<Caches>; 110 * Initialize caches. 298 }; // class Caches
|
/external/webkit/Source/WebCore/dom/ |
ChildNodeList.h | 34 static PassRefPtr<ChildNodeList> create(PassRefPtr<Node> rootNode, Caches* caches) 36 return adoptRef(new ChildNodeList(rootNode, caches)); 43 ChildNodeList(PassRefPtr<Node> rootNode, Caches*);
|
DynamicNodeList.h | 39 struct Caches : RefCounted<Caches> { 40 static PassRefPtr<Caches> create(); 49 Caches(); 67 DynamicNodeList(PassRefPtr<Node> rootNode, Caches*); 72 mutable RefPtr<Caches> m_caches;
|
DynamicNodeList.cpp | 33 , m_caches(Caches::create()) 39 DynamicNodeList::DynamicNodeList(PassRefPtr<Node> rootNode, DynamicNodeList::Caches* caches) 41 , m_caches(caches) 155 // This should only be called for node lists that own their own caches. 160 DynamicNodeList::Caches::Caches() 167 PassRefPtr<DynamicNodeList::Caches> DynamicNodeList::Caches::create() 169 return adoptRef(new Caches()); [all...] |
/external/guava/guava-tests/test/com/google/common/cache/ |
EmptyCachesTest.java | 39 * {@link LoadingCache} tests that deal with empty caches. 45 for (LoadingCache<Object, Object> cache : caches()) { 51 for (LoadingCache<Object, Object> cache : caches()) { 62 for (LoadingCache<Object, Object> cache : caches()) { 72 for (LoadingCache<Object, Object> cache : caches()) { 79 // all caches should be different: instance equality 89 for (LoadingCache<Object, Object> cache : caches()) { 101 for (LoadingCache<Object, Object> cache : caches()) { 115 for (LoadingCache<Object, Object> cache : caches()) { 128 for (LoadingCache<Object, Object> cache : caches()) { 348 private Iterable<LoadingCache<Object, Object>> caches() { method in class:EmptyCachesTest [all...] |
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
origins-with-appcache-iframe.html | 6 applicationCache.onnoupdate = function() { parent.postMessage("FAIL - no update iframe, all caches should have been deleted before this test", "*"); };
|
origin-delete-iframe.html | 6 applicationCache.onnoupdate = function() { parent.postMessage("FAIL - no update iframe-1, all caches should have been deleted before this test", "*"); };
|
quota-origin-iframe-1.html | 6 applicationCache.onnoupdate = function() { parent.postMessage("FAIL - no update iframe-1, all caches should have been deleted before this test", "*"); };
|
quota-origin-iframe-2.html | 6 applicationCache.onnoupdate = function() { parent.postMessage("FAIL - no update iframe-2, all caches should have been deleted before this test", "*"); };
|
quota-origin-iframe-3.html | 6 applicationCache.onnoupdate = function() { parent.postMessage("FAIL - no update iframe-3, all caches should have been deleted before this test", "*"); };
|
/external/chromium/chrome/browser/ |
browser_util_win.h | 13 // method caches the handle to this event so on subsequent calls also it can
|
browsing_data_appcache_helper.h | 64 // Add an appcache to the set of canned caches that is returned by this 68 // Clears the list of canned caches.
|
/external/chromium/net/base/ |
cache_type.h | 11 // The types of caches that can be created.
|
/external/kernel-headers/original/asm-mips/ |
cachectl.h | 16 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
|
sysmips.h | 20 #define FLUSH_CACHE 3 /* writeback and invalidate caches */
|
/external/webkit/LayoutTests/http/tests/appcache/ |
origins-with-appcache-expected.txt | 1 This test verifies that ApplicationCacheStorage can report the set of origins that have an application cache. First, it tests that no origins are reported after all application caches are removed. Then, it loads an iframe that places a PNG into an application cache for the DumpRenderTree origin, and tests that this origin is now reported to have application cache.
|
/development/samples/training/bitmapfun/res/values/ |
strings.xml | 26 <string name="clear_cache_menu">Clear Caches</string> 27 <string name="clear_cache_complete">Caches have been cleared</string>
|
/external/chromium/chrome/browser/ui/cocoa/ |
table_row_nsimage_cache.h | 17 // caches the results. 37 // Lazily converts the image at the given row and caches it in |icon_images_|.
|
/external/guava/guava/src/com/google/common/cache/ |
package-info.java | 20 * <p>The core interface used to represent caches is {@link com.google.common.cache.Cache}. 21 * In-memory caches can be configured and created using
|
/external/doclava/src/com/google/doclava/ |
Doclava2.java | 41 ClassInfo cl = InfoBuilder.Caches.getClass("android.preference.VolumePreference"); 78 InfoBuilder.Caches.printResolutions(); 83 InfoBuilder.Caches.printResolutions();
|
/cts/tests/tests/webkitsecurity/assets/ |
removal-before-attach-crash.html | 33 To test manually, close this Safari window, click the “Garbage Collect JavaScript Objects” button in the Caches window, and then open a new Safari window. The browser should not crash.
|
/external/webkit/Source/WebCore/manual-tests/ |
image-prefetch-stress.html | 18 images as reported by the caches window stops growing.
|