/external/chromium_org/chrome/browser/ui/webui/ |
bidi_checker_web_ui_test.h | 15 // Base class for BidiChecker-based tests. Preloads the BidiChecker JS library
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
BackgroundHTMLParser.cpp | 65 static void checkThatPreloadsAreSafeToSendToAnotherThread(const PreloadRequestStream& preloads) 67 for (size_t i = 0; i < preloads.size(); ++i) 68 ASSERT(preloads[i]->isSafeToSendToAnotherThread()); 197 chunk->preloads.swap(m_pendingPreloads);
|
HTMLDocumentParser.h | 91 PreloadRequestStream preloads; member in struct:WebCore::HTMLDocumentParser::ParsedChunk
|
HTMLDocumentParser.cpp | 304 m_preloader->takeAndPreload(chunk->preloads); 314 chunk->preloads.clear(); // We don't need to preload because we're going to parse immediately. [all...] |
/packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/ |
PartnerBookmarksProvider.java | 257 TypedArray preloads = res.obtainTypedArray(R.array.bookmark_preloads); local 282 if (i < preloads.length()) { 283 int faviconId = preloads.getResourceId(i, 0); 291 if (i + 1 < preloads.length()) { 292 int touchiconId = preloads.getResourceId(i + 1, 0); 319 preloads.recycle();
|
/sdk/eclipse/ |
dictionary.txt | 221 preloads
|
/external/chromium_org/chrome/browser/ui/search/ |
instant_ntp_prerenderer.h | 41 // Preloads |ntp_| with a new InstantNTP.
|
/external/chromium/chrome/browser/prerender/ |
prerender_manager.h | 56 // Preloads the URL supplied. alias_urls indicates URLs that redirect 179 // Called when removing a preload to ensure we clean up any pending preloads
|
prerender_manager.cc | 505 // prerendering and there shouldn't be any pending preloads to remove.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/ |
AndroidJarLoaderTest.java | 54 /** Preloads classes. They should load just fine. */ 67 /** Preloads a class not in the JAR. Preloading does nothing in this case. */
|
/external/chromium_org/ppapi/shared_impl/ |
ppapi_globals.h | 123 // Preloads the font on Windows, does nothing on other platforms.
|
/external/pixman/pixman/ |
pixman-arm-simd-asm.h | 244 /* If exactly one fetch per block, then we need either 0, 1 or 2 extra preloads */ 420 * preloads for, to achieve staggered prefetches for multiple channels, because there are 446 /* Just before the final (prefetch_distance+1) 32-byte blocks, deal with final preloads */
|
/external/valgrind/main/ |
Makefile.all.am | 100 # into (and through) the preloads.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
AndroidTargetParser.java | 308 * Preloads all "interesting" classes from the framework SDK jar. 310 * Currently this preloads all classes from the framework jar
|
/external/chromium_org/net/http/ |
transport_security_state.h | 254 // representation of first-class DomainStates, and exposing the preloads
|
/packages/apps/Browser/src/com/android/browser/provider/ |
BrowserProvider2.java | 663 TypedArray preloads = res.obtainTypedArray(R.array.bookmark_preloads); local 686 int faviconId = preloads.getResourceId(i, 0); 687 int thumbId = preloads.getResourceId(i + 1, 0); [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_transfer_controller.js | 224 * Preloads an image thumbnail for the specified file entry.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
AttrsXmlParser.java | 153 * Preloads the document, parsing all attributes and declared styles.
|
/external/grub/netboot/ |
via-rhine.c | 577 a combined copy/checksum routine. Copying also preloads the cache, which is
|
/external/valgrind/main/cachegrind/tests/x86/ |
Makefile.in | 253 # into (and through) the preloads.
|
/external/valgrind/main/memcheck/tests/amd64-linux/ |
Makefile.in | 256 # into (and through) the preloads.
|
/external/valgrind/main/memcheck/tests/ppc32/ |
Makefile.in | 253 # into (and through) the preloads.
|
/external/valgrind/main/memcheck/tests/ppc64/ |
Makefile.in | 253 # into (and through) the preloads.
|
/external/valgrind/main/memcheck/tests/s390x/ |
Makefile.in | 268 # into (and through) the preloads.
|
/external/valgrind/main/none/tests/darwin/ |
Makefile.in | 258 # into (and through) the preloads.
|