Searched
full:cache (Results
426 -
450 of
2595) sorted by null
<<11121314151617181920>>
/external/qemu/android/ |
globals.h | 20 * wether a data or cache wipe has been in effect.
|
/external/qemu/ |
cache-utils.c | 1 #include "cache-utils.h"
|
/external/skia/include/effects/ |
SkTransparentShader.h | 40 // these are a cache from the call to setContext()
|
/external/skia/src/core/ |
SkTypeface.cpp | 9 // We cache the default fontID, assuming it will not change during a boot
|
/external/v8/ |
Android.v8common.mk | 14 src/compilation-cache.cc \ 63 src/stub-cache.cc \ 94 src/arm/stub-cache-arm.cc \ 111 src/ia32/stub-cache-ia32.cc \
|
/external/v8/test/mjsunit/ |
substr.js | 113 var cache = []; variable 117 cache.push(z); 132 var cache = []; variable 136 cache.push(z);
|
/external/webkit/LayoutTests/http/tests/appcache/ |
cyrillic-uri-expected.txt | 1 Test that non-ASCII URIs work correctly in cache manifests.
|
different-origin-manifest.html | 28 result.innerHTML = applicationCache.status == applicationCache.UNCACHED ? "PASS" : "FAIL: cache status in not UNCACHED";
|
dynamic-entries-no-cache-expected.txt | 1 Test the behavior of DOMApplicationCache methods related to dynamic entries when the context is not associated with any cache.
|
idempotent-update.html | 24 log("FAIL: Unexpected cache status while preparing to test: " + applicationCache.status);
|
top-frame-3.html | 24 // When a new main resource is associated with the cache, an update should be started.
|
top-frame-4.html | 24 // When a new main resource is associated with the cache, an update should be started.
|
/external/webkit/WebCore/bridge/qt/ |
qt_class.cpp | 67 // so we can cache the object and return the same object for the same 75 // First see if we have a cache hit 138 // We only cache real metaproperties, but we do store the 158 // Didn't find it, delete it from the cache
|
/external/webkit/WebCore/manual-tests/ |
animated-gif-bfcache-crash.html | 43 <li>about:blank will be loaded in that window, putting the animated gif in the back/forward cache.</li>
|
crash-on-accessing-domwindow-without-frame.html | 20 <ul><li>Click the link below, the popup window opens.</li><li>Close the popup window.</li><li>Wait about 10 seconds (~10, page cache should start deleting pages) and observe the crash.</li></ul>
|
liveconnect-security-exception.html | 10 // force Safari to load and cache the TestApplet class
|
property-map-save-crash.html | 45 with the back/forward cache enabled.)</p>
|
/external/webkit/WebCore/manual-tests/wml/ |
timer.wml | 5 <meta http-equiv="Cache-Control" content="max-age=0"/>
|
/external/webkit/WebCore/platform/android/ |
SystemTimeAndroid.cpp | 34 // page cache isn't postponed.
|
/external/webkit/WebCore/platform/graphics/qt/ |
FontCustomPlatformData.h | 20 pages from the web. It has a memory cache for these objects.
|
GlyphPageTreeNodeQt.cpp | 21 pages from the web. It has a memory cache for these objects.
|
/external/webkit/WebCore/platform/network/qt/ |
ResourceHandleQt.cpp | 163 QAbstractNetworkCache* cache = manager->cache(); local 165 if (!cache) 168 QNetworkCacheMetaData data = cache->metaData(request.url());
|
/external/webkit/WebCore/platform/wx/ |
SystemTimeWx.cpp | 38 // return an arbitrarily high userIdleTime so that releasing pages from the page cache isn't postponed
|
/external/webkit/WebCore/wml/ |
WMLGoElement.cpp | 134 // Set HTTP cache-control header if needed 136 request.setHTTPHeaderField("cache-control", cacheControl); 138 if (cacheControl == "no-cache") 149 if (inSameDeck && cacheControl != "no-cache") {
|
/external/webkit/WebKitTools/Scripts/ |
run-sunspider | 62 --shark-cache Like --shark, but performs a L2 cache-miss sample instead of time sample 74 'shark-cache' => \$runSharkCache, 122 push @args, "--shark-cache" if $runSharkCache;
|
Completed in 64 milliseconds
<<11121314151617181920>>