/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/digests/ |
GeneralDigest.java | 7 * "Handbook of Applied Cryptography", pages 344 - 347.
|
/development/pdk/hosting/ |
pdk.py | 18 """Serve static pages for the pdk on appengine
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
SimpleWikiHelper.java | 150 JSONObject pages = query.getJSONObject("pages"); local 151 JSONObject page = pages.getJSONObject((String) pages.keys().next());
|
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/ |
SimpleWikiHelper.java | 157 JSONObject pages = query.getJSONObject("pages"); local 158 JSONObject page = pages.getJSONObject((String) pages.keys().next());
|
/development/simulator/app/ |
Resource.h | 94 kEdgeSpacing = 4, // padding at edge of prefs pages, in pixels
|
/external/dbus/ |
Makefile.am | 13 cleanup-man-pages.sh
|
/external/freetype/ |
Android.mk | 12 # when loading complex pages in the browser
|
/external/kernel-headers/original/asm-x86/ |
highmem.h | 4 * Used in CONFIG_HIGHMEM systems for memory pages which
|
/external/kernel-headers/original/linux/ |
mempool.h | 69 * allocates pages of the order specified by pool_data
|
/external/v8/test/cctest/ |
test-spaces.cc | 108 // If we request two pages, we should get one or two. 121 // Again, we should get one or two pages. 139 // Freeing pages at the first chunk starting at or after the second page 147 // Freeing pages in the first chunk starting at the first page should free
|
/external/webkit/JavaScriptCore/jit/ |
ExecutableAllocatorWin.cpp | 54 VirtualFree(alloc.pages, 0, MEM_RELEASE);
|
/external/webkit/WebCore/css/ |
quirks.css | 2 * Additonal style sheet used to render HTML pages in quirks mode.
|
/external/webkit/WebCore/loader/ |
Cache.h | 22 pages from the web. It has a memory cache for these objects. 45 // This cache holds subresources used by Web pages: images, scripts, stylesheets, etc. 176 void pruneDeadResources(); // Flush decoded and encoded data from resources not referenced by Web pages. 177 void pruneLiveResources(); // Flush decoded data from resources still referenced by Web pages.
|
CachedCSSStyleSheet.h | 23 pages from the web. It has a memory cache for these objects.
|
CachedResourceClientWalker.cpp | 23 pages from the web. It has a memory cache for these objects.
|
CachedResourceClientWalker.h | 22 pages from the web. It has a memory cache for these objects.
|
CachedScript.h | 23 pages from the web. It has a memory cache for these objects.
|
CachedXBLDocument.h | 23 pages from the web. It has a memory cache for these objects.
|
CachedXSLStyleSheet.h | 23 pages from the web. It has a memory cache for these objects.
|
/external/webkit/WebCore/platform/graphics/qt/ |
FontCacheQt.cpp | 23 pages from the web. It has a memory cache for these objects.
|
FontCustomPlatformDataQt.cpp | 20 pages from the web. It has a memory cache for these objects.
|
SimpleFontDataQt.cpp | 21 pages from the web. It has a memory cache for these objects.
|
/external/webkit/WebCore/platform/gtk/ |
TemporaryLinkStubs.cpp | 48 float userIdleTime() { notImplemented(); return FLT_MAX; } // return an arbitrarily high userIdleTime so that releasing pages from the page cache isn't postponed
|
/external/webkit/WebCore/platform/win/ |
SystemTimeWin.cpp | 46 return FLT_MAX; // return an arbitrarily high userIdleTime so that releasing pages from the page cache isn't postponed.
|
/external/webkit/WebKit/chromium/public/ |
WebGlyphCache.h | 42 // Returns the number of pages in the glyph cache.
|