HomeSort by relevance Sort by last modified time
    Searched full:load (Results 301 - 325 of 4099) sorted by null

<<11121314151617181920>>

  /external/webkit/WebKit/chromium/src/
SharedWorkerRepository.cpp 63 // Callback class that keeps the SharedWorker and WebSharedWorker objects alive while loads are potentially happening, and also translates load errors into error events on the worker.
77 void load();
125 void SharedWorkerScriptLoader::load() function in class:WebCore::SharedWorkerScriptLoader
128 // If the shared worker is not yet running, load the script resource for it, otherwise just send it a connect event.
133 // Keep the worker + JS wrapper alive until the resource load is complete in case we need to dispatch an error event.
210 loader->load();
  /frameworks/base/core/java/android/app/
WallpaperInfo.java 185 * Load the user-displayed label for this wallpaper.
187 * @param pm Supply a PackageManager used to load the wallpaper's
195 * Load the user-displayed icon for this wallpaper.
197 * @param pm Supply a PackageManager used to load the wallpaper's
205 * Load the thumbnail image for this wallpaper.
207 * @param pm Supply a PackageManager used to load the wallpaper's
  /frameworks/base/docs/html/guide/developing/tools/
hierarchy-viewer.jd 21 <strong>Load View Hierarchy</strong>. The Layout View will be loaded.
22 You can then load the Pixel Perfect View by clicking the second
58 You must reload the Layout View by clicking <strong>Load View Hierarchy</strong>.
81 By selecting <strong>Load...</strong> from the controls in the Normal View, you can choose the
86 Explorer's hierarchy by clicking <strong>Load View Hierarchy</strong>. This is even true
93 <li><strong>Overlay</strong>: Load an overlay image onto the view and adjust its opacity.</li>
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java 92 * @param pContext context of package that can load the resources
114 * @param pContext context of package that can load the resources
148 * Utility method to load application label
150 * @param pContext context of package that can load the resources
162 // Try to load the label from the package's resources. If an app has not explicitly
175 // Try to load the icon from the package's resources. If an app has not explicitly
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_PhotoTest.java 67 photoData.load();
85 photoData.load();
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_documentgetrootnode.java 31 * Load a document and invoke its
62 doc = (Document) load("hc_staff", false);
  /dalvik/libcore/luni/src/main/java/java/util/
LinkedHashSet.java 60 * capacity and load factor.
65 * the initial load factor.
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
CreateDocument.java 103 doc = (Document) load("staffNS", builder);
130 doc = (Document) load("staffNS", builder);
150 // doc = (Document) load("staffNS", builder);
171 // doc = (Document) load("staffNS", builder);
172 // aNewDoc = (Document) load("staffNS", builder);
229 doc = (Document) load("staffNS", builder);
258 doc = (Document) load("staffNS", builder);
286 doc = (Document) load("staffNS", builder);
HCNodeDocumentFragmentNormalize.java 76 doc = (Document) load("hc_staff", builder);
100 doc = (Document) load("hc_staff", builder);
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S 24 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST
37 * AND/LDR pairs. Costs a data load, saves a branch.
  /dalvik/vm/mterp/x86/
OP_IGET.S 1 %default { "load":"movl", "sqnum":"0" }
59 $load (%ecx,%eax,1),%ecx # ecx<- obj.field (8/16/32 bits)
  /dalvik/vm/mterp/x86-atom/
OP_FLOAT_TO_INT.S 47 fldcw -2(%esp) # load control word
50 fldcw -2(%esp) # load saved control word
  /development/simulator/app/
Preferences.h 29 /* load all preferences from a file */
30 bool Load(const char* fileName);
  /external/clearsilver/cs/
cs.c 78 fprintf(stderr, " -h <file.hdf> load hdf file file.hdf (multiple allowed)\n");
79 fprintf(stderr, " -c <file.cs> load cs file file.cs (multiple allowed)\n");
  /external/clearsilver/java-jni/
CS.java 85 String result = aFileLoader.load(localHDF, filename);
87 throw new NullPointerException("CSFileLoader.load() returned null");
  /external/openssl/crypto/conf/
README 51 If no module exists with a given name then an attempt is made to load
53 to load a DSO called libmodule3.so or module3.dll for example. An explicit
  /external/oprofile/daemon/
opd_perfmon.h 69 pid_t load_pid; /* process to load the context into */
70 unsigned short load_set; /* first event set to load */
  /external/srec/portable/include/
phashtable.h 36 * The default maximum load factor
60 * of the HashTable is the number of entries in this array. The load factor
62 * vs the capacity of the table. The lower the load factor, the faster the
63 * look-up is. However, a lower load factor calls for a bigger capacity,
66 * When the load factor exceeds the maximum load factor, the capacity of the
104 * Maximum load-factor before hashtable is rehashed.
122 * and maximum load factor.
  /external/v8/test/mjsunit/compiler/
globals.js 46 // Test a load.
53 // Test a second load.
  /external/v8/test/mjsunit/
global-deleted-property-ic.js 30 // Load x from the prototype of this. Make sure to initialize the IC.
34 // Introduce a global variable and make sure we load that from LoadX.
global-load-from-eval.js 66 function testDeep(source, load, test) {
73 eval(load);
  /external/webkit/WebCore/manual-tests/
liveconnect-applet-array-parameters.html 23 Unable to load applet.
29 Unable to load applet.
  /external/webkit/WebKit/android/jni/
WebCoreResourceLoader.h 42 * Call to java to cancel the current load.
47 * Call to java to download the current load rather than feed it
  /external/webkit/WebKit/chromium/public/
WebURLLoaderClient.h 59 // Called when the load completes successfully.
62 // Called when the load completes with an error.
  /external/webkit/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp 50 item.load(QUrl());
68 // Force a webview deletion during the load.

Completed in 87 milliseconds

<<11121314151617181920>>