HomeSort by relevance Sort by last modified time
    Searched full:preloaded (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /external/webkit/LayoutTests/fast/encoding/
preload-encoding.html 26 <script type='text/javascript' src='resources/preloaded-utf-8.js' charset='utf-8'></script>
28 <link rel='stylesheet' href='resources/preloaded-utf-8.css' charset='utf-8'>
32 <script type='text/javascript' src='resources/preloaded-gb2312.js'></script>
36 <link rel='stylesheet' href='resources/preloaded-gb2312.css'>
  /external/webkit/Source/WebCore/manual-tests/
image-prefetch-stress.html 13 When an image is preloaded in javascript, the size of the image is never
15 preloaded but never used, it will not free any of the images until the
  /external/openssl/crypto/des/
DES.pm 15 # Preloaded methods go here. Autoload methods go after __END__, and are
  /frameworks/base/tools/preload/
WritePreloadedClassFile.java 27 * Writes /frameworks/base/preloaded-classes. Also updates
28 * {@link LoadedClass#preloaded} fields and writes over compiled log file.
51 // No classes are preloaded to start.
53 loadedClass.preloaded = false;
56 // Open preloaded-classes file for output.
61 out.write("# Classes which are preloaded by"
113 + " total classes will be preloaded.");
126 // Update data to reflect LoadedClass.preloaded changes.
128 loadedClass.preloaded = true;
149 * Returns true if the class should be preloaded
    [all...]
Policy.java 22 * Policy that governs which classes are preloaded.
32 * This location (in the build system) of the preloaded-classes file.
35 = "frameworks/base/preloaded-classes";
83 /**Reports if the given class should be preloaded. */
LoadedClass.java 44 /** Whether or not this class will be preloaded. */
45 boolean preloaded; field in class:LoadedClass
PrintCsv.java 57 + ",Preloaded"
74 out.print(loadedClass.preloaded);
PrintHtmlDiff.java 32 = "old-preloaded-classes";
56 if (loadedClass.preloaded && !zygote.contains(loadedClass)) {
67 if (!clazz.preloaded) removed.add(clazz);
  /external/chromium/net/base/
net_switches.cc 10 // as if it were a preloaded HSTS entry. It will take precedence over both
transport_security_state.h 68 bool preloaded; // is this a preloaded entry? member in struct:net::TransportSecurityState::DomainState
109 // Existing non-preloaded entries are cleared and repopulated from the
transport_security_state.cc 59 state_copy.preloaded = false;
492 out->preloaded = true;
581 out->preloaded = true;
630 preloaded(false) {
  /external/chromium/chrome/browser/prerender/
prerender_observer.h 47 // Checks with the PrerenderManager if the specified URL has been preloaded,
prerender_manager.h 57 // to the same URL to be preloaded. Returns true if the URL was added,
68 // determines whether a preloaded version of the URL can be used,
  /packages/apps/Browser/src/com/android/browser/
PreloadedTabControl.java 26 * Class to manage the controlling of preloaded tab.
PreloadController.java 84 // user visits a preloaded tab, the only item in the history
97 // user visits a preloaded tab.
IntentHandler.java 208 PreloadedTabControl preloaded = null; local
232 preloaded = Preloader.getInstance().getPreloadedTab(id);
258 return new UrlData(url, headers, intent, preloaded, preloadedSearchBoxQuery);
353 PreloadedTabControl preloaded, String searchBoxQueryToSubmit) {
356 this.mPreloadedTab = preloaded;
Preloader.java 131 * Return a preloaded tab, and remove it from the preloader. This is used when the
  /sdk/eclipse/
dictionary.txt 216 preloaded
  /external/chromium/chrome/browser/resources/net_internals/
hstsview.js 119 t.innerText = result.preloaded;
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 99 private static final String PRELOADED_CLASSES = "preloaded-classes";
312 Log.i(TAG, "...preloaded " + count + " classes in "
354 Log.i(TAG, "...preloaded " + N + " resources in "
362 Log.i(TAG, "...preloaded " + N + " resources in "
391 "Unable to find preloaded color resource #0x"
419 "Unable to find preloaded drawable resource #0x"
  /external/valgrind/main/drd/
Testing.txt 10 3. Check as follows that all global symbols in the preloaded shared library
  /frameworks/base/core/java/android/os/
Trace.java 92 * preloaded, so all apps would be stuck with whatever the zygote saw. (The zygote
  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.cc 317 // Since the |current_input_method_| is in the preloaded engine list,
321 // and the preloaded engine list is set to "mozc,xkb:jp::jpn".
323 // on top of the preloaded engine list.
327 // The |current_input_method_| is NOT in the preloaded engine list. In
375 // changes the current method to the first preloaded engine. Returns
394 << input_method_id << " since the engine is not preloaded. "
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_model_unittest.cc 251 // Verifies the behavior of when a preloaded url later gets changed.
254 // happens when a preloaded url that is not the default gets updated.
    [all...]
  /frameworks/base/core/res/res/values/
arrays.xml 22 <!-- Do not translate. These are all of the drawable resources that should be preloaded by
304 preloaded by the zygote process before it starts forking application processes. -->

Completed in 2370 milliseconds

1 2 3 4 5 6