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

1 2 3 45 6 7 8 91011>>

  /dalvik/vm/mterp/armv5te/
OP_MOVE.S 6 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
OP_MOVE_16.S 6 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST
OP_MOVE_EXCEPTION.S 7 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
OP_MOVE_FROM16.S 6 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
OP_MOVE_RESULT.S 5 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
OP_AGET.S 1 %default { "load":"ldr", "shift":"2" }
23 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
24 $load r2, [r0, #offArrayObject_contents] @ r2<- vBB[vCC]
OP_IGET.S 1 %default { "load":"ldr", "sqnum":"0" }
40 $load r0, [r9, r3] @ r0<- obj.field (8/16/32 bits)
42 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
  /dalvik/vm/mterp/armv6t2/
OP_CONST_4.S 5 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
OP_MOVE.S 6 FETCH_ADVANCE_INST(1) @ advance rPC, load rINST
OP_IGET.S 1 %default { "load":"ldr", "sqnum":"0" }
40 $load r0, [r9, r3] @ r0<- obj.field (8/16/32 bits)
42 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
  /dalvik/vm/mterp/x86/
binflop.S 9 $load (rFP,%eax,4) # vCC to fp stack
  /external/bluetooth/bluez/audio/
bluetooth.conf 7 # func load
  /external/webkit/WebCore/manual-tests/
liveconnect-applet-get-boolean.html 3 Unable to load applet.</applet>
preload-scanner-entities.html 6 <p>Check with the web inspector that the page tried to load 3 stylesheet resources (and not more).</p>
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 49 // navigate after page load has finished
53 // Reload when the page load has finished
55 // Execute the provided script in current context when page load has finished.
57 // Load the provided URL into the provided frame
  /external/webkit/LayoutTests/http/tests/appcache/
simple.html 12 // Load a resource that does not exist in the cache.
27 // Load a resource that exists in the cache.
33 document.getElementById('result').innerHTML = "FAILURE: Could not load data from cache"
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
LoadGraphAction.java 31 putValue(NAME, "Load View Hierarchy");
32 putValue(SHORT_DESCRIPTION, "Load");
33 putValue(LONG_DESCRIPTION, "Load View Hierarchy");
  /external/webkit/WebKit/mac/WebView/
WebResourceLoadDelegate.h 45 an error has been received for a resource, and completion of a resource load.
58 @param dataSource The datasource that initiated the load.
60 that can be used to track the load of a single resource. This identifier will be
71 @discussion This message is sent before a load is initiated. The request may be modified
74 @param identifier An identifier that can be used to track the progress of a resource load across
79 @param dataSource The dataSource that initiated the load.
105 @abstract This message is sent after a response has been received for this load.
107 @param identifier An identifier that can be used to track the progress of a resource load across
110 @param dataSource The dataSource that initiated the load.
111 @discussion In some rare cases, multiple responses may be received for a single load
    [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebResourceLoadDelegate.idl 47 an error has been received for a resource, and completion of a resource load.
68 @param dataSource The datasource that initiated the load.
70 that can be used to track the load of a single resource. This identifier will be
82 @discussion This message is sent before a load is initiated. The request may be modified
85 @param identifier An identifier that can be used to track the progress of a resource load across
90 @param dataSource The dataSource that initiated the load.
119 @abstract This message is sent after a response has been received for this load.
121 @param identifier An identifier that can be used to track the progress of a resource load across
124 @param dataSource The dataSource that initiated the load.
125 @discussion In some rare cases, multiple responses may be received for a single load
    [all...]
  /frameworks/base/core/java/android/webkit/
FrameLoader.java 88 * Issues the load request.
90 * Return value does not indicate if the load was successful or not. It
91 * simply indicates that the load request is reasonable.
93 * @return true if the load is reasonable.
152 true).load();
154 // load asset in a separate thread as it involves IO
164 true).load();
166 // load resource in a separate thread as it involves IO
176 settings.getAllowFileAccess()).load();
178 // load file in a separate thread as it involves I
189 new ContentLoader(loadListener.url(), loadListener).load(); method
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureLibraries.java 90 public boolean load() { method in class:GestureLibraries.FileGestureLibrary
95 mStore.load(new FileInputStream(file), true);
98 Log.d(LOG_TAG, "Could not load the gesture library from " + mPath, e);
100 Log.d(LOG_TAG, "Could not load the gesture library from " + mPath, e);
126 public boolean load() { method in class:GestureLibraries.ResourceGestureLibrary
132 mStore.load(in, true);
135 Log.d(LOG_TAG, "Could not load the gesture library from raw resource " +
  /hardware/libhardware/
hardware.c 56 * Load the file defined by the variant and if successful
60 static int load(const char *id, function
69 * load the symbols resolving undefined symbols before
76 LOGE("load: module=%s\n%s", path, err_str?err_str:"unknown");
85 LOGE("load: couldn't find symbol %s", sym);
92 LOGE("load: id=%s != hmi->id=%s", id, hmi->id);
129 * the same .so will simply increment a refcount (and not load
155 /* load the module, if this fails, we're doomed, and we should not try
156 * to load a different variant. */
157 status = load(id, path, module)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DataTest.java 77 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load();
79 lookupContact.getId(), data.load().getRawContact().load().getContactId());
101 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load();
103 lookupContact.getId(), data.load().getRawContact().load().getContactId());
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
AttrGetOwnerElement.java 52 // doc = (Document) load("staffNS", builder);
77 doc = (Document) load("staffNS", builder);
95 doc = (Document) load("staffNS", builder);
115 doc = (Document) load("staffNS", builder);
116 docImp = (Document) load("staff", builder);
145 doc = (Document) load("staffNS", builder);
IsSupported.java 73 doc = (Document) load("staff", builder);
88 doc = (Document) load("staff", builder);
103 doc = (Document) load("staff", builder);
118 doc = (Document) load("staff", builder);
133 doc = (Document) load("staff", builder);
148 doc = (Document) load("staff", builder);
163 doc = (Document) load("staff", builder);
178 doc = (Document) load("staff", builder);
193 doc = (Document) load("staff", builder);
227 doc = (Document) load("staff", builder)
    [all...]

Completed in 184 milliseconds

1 2 3 45 6 7 8 91011>>