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

1 2 3 4 5 67 8 91011>>

  /external/icu4c/samples/translit/
Makefile 18 # Load in standard makefile definitions
  /external/icu4c/samples/uciter8/
Makefile 16 # Load in standard makefile definitions
  /external/icu4c/samples/ucnv/
Makefile 16 # Load in standard makefile definitions
  /external/icu4c/samples/ugrep/
Makefile 18 # Load in standard makefile definitions
  /external/icu4c/samples/ustring/
Makefile 16 # Load in standard makefile definitions
  /external/libffi/src/x86/
win32.S 69 # Load %ecx with the return type code
87 # Load %ecx with the pointer to storage for the return value
95 # Load %ecx with the pointer to storage for the return value
103 # Load %ecx with the pointer to storage for the return value
111 # Load %ecx with the pointer to storage for the return value
119 # Load %ecx with the pointer to storage for the return value
127 # Load %ecx with the pointer to storage for the return value
135 # Load %ecx with the pointer to storage for the return value
180 # Load %ecx with the return type code
198 # Load %ecx with the pointer to storage for the return valu
    [all...]
  /external/sonivox/jet_tools/JetCreator_content/
JetCreator_demo_2.zip 
  /external/webkit/WebCore/loader/icon/
IconLoader.cpp 66 // Set flag so we can detect the case where the load completes before
72 LOG_ERROR("Failed to start load for icon at url %s", m_frame->loader()->iconURL().string().ascii().data());
74 // Store the handle so we can cancel the load if stopLoading is called later.
75 // But only do it if the load hasn't already completed.
113 // After it is resolved, we can restore an assertion that the load is in progress if ::didFail() is called
125 // implement this method to cancel the resource load
135 // After it is resolved, we can restore an assertion that the load is in progress if ::didFail() is called
146 // When an icon load results in a 404 we commit it to the database here and clear the loading state.
148 // Once that data finishes loading or if the load is cancelled while that data is being read, finishLoading ends up being called a second time.
  /external/webkit/WebKit/mac/Plugins/
WebPluginPackage.m 83 - (BOOL)load
89 // Load the bundle
91 if (![bundle load])
99 return [super load];
  /external/webkit/WebKit/mac/WebView/
WebFrameLoadDelegate.h 40 When a data source of a frame starts to load, the data source is considered "provisional".
42 so the contents of the frame will not be lost if the new data source fails to successfully load.
48 @abstract Notifies the delegate that the provisional load of a frame has started
50 @param frame The frame for which the provisional load has started
52 has started to load.
58 @abstract Notifies the delegate that a server redirect occurred during the provisional load
66 @abstract Notifies the delegate that the provisional load has failed
70 @discussion This method is called after the provisional data source has failed to load.
77 @abstract Notifies the delegate that the load has changed from provisional to committed
79 @param frame The frame for which the load has committe
    [all...]
  /frameworks/base/core/java/android/webkit/
StreamLoader.java 32 * The class implements a state machine to load the content into the frame in
39 * it can load it's content. The other method allows the derived class to add
59 // Handler which will be initialized in the thread where load() is called.
76 * and call mLoadListener.status() to indicate that the load can occur. If it
85 * load framework. The derived class has the opportunity to add addition
93 * Calling this method starts the load of the content for this StreamLoader.
97 final void load() { method in class:StreamLoader
107 // Load the stream synchronously.
192 * Close the stream and inform the EventHandler that load is complete.
  /frameworks/base/tests/SslLoad/
AndroidManifest.xml 6 <activity android:name="SslLoad" android:label="SSL Load">
  /external/webkit/WebKit/qt/tests/qwebhistory/
tst_qwebhistory.cpp 40 frame->load(QUrl("qrc:/resources/page" + QString::number(nr) + ".html"));
202 QDataStream load(&tmp, QIODevice::ReadOnly); //from here data will be loaded
209 //load next page to find differences
212 load >> *hist;
213 QVERIFY(load.status() == QDataStream::Ok);
231 QDataStream load(&tmp, QIODevice::ReadOnly); //from here data will be loaded
246 load >> *hist;
247 QVERIFY(load.status() == QDataStream::Ok);
261 QDataStream load(&tmp, QIODevice::ReadOnly); //from here data will be loaded
276 QVERIFY(!load.atEnd())
    [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebFrameLoadDelegate.idl 43 When a data source of a frame starts to load, the data source is considered "provisional".
45 so the contents of the frame will not be lost if the new data source fails to successfully load.
59 @abstract Notifies the delegate that the provisional load of a frame has started
61 @param frame The frame for which the provisional load has started
63 has started to load.
70 @abstract Notifies the delegate that a server redirect occurred during the provisional load
79 @abstract Notifies the delegate that the provisional load has failed
83 @discussion This method is called after the provisional data source has failed to load.
91 @abstract Notifies the delegate that the load has changed from provisional to committed
93 @param frame The frame for which the load has committe
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
DOM3Serializer.java 33 * Level 3 Load and Save APIs.
36 * See the DOM Level 3 Load and Save interface at <a href="http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/load-save.html#LS-LSSerializer">LSSeializer</a>.
39 * For additional configuration parameters available with the DOM Level 3 Load and Save API LSSerializer see
40 * <a href="http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/load-save.html#LS-LSSerializer-config">LSerializer config</a>.
44 * Load and Save APIs, and is the prefered way to serialize with DOM Level 3 APIs.
54 * // Serialize using standard DOM Level 3 Load/Save APIs
70 * // This method uses standard DOM Level 3 Load Save APIs:
78 * // name of the class implementing the DOM Level 3 Load Save APIs,
88 * // Get a factory (DOMImplementationLS) for creating a Load and Save object.
    [all...]
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
Prefix.java 92 doc = (Document) load("staffNS", builder);
109 doc = (Document) load("staffNS", builder);
128 doc = (Document) load("staffNS", builder);
146 doc = (Document) load("staffNS", builder);
163 doc = (Document) load("staffNS", builder);
189 doc = (Document) load("staffNS", builder);
213 doc = (Document) load("staffNS", builder);
237 // doc = (Document) load("staff", builder);
272 doc = (Document) load("staffNS", builder);
297 doc = (Document) load("staffNS", builder)
    [all...]
  /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestMainForDriver.java 21 * Load DriverManager class and initialize the class with SecurityManager
28 // Load java.sql.DriverManager and it will invoke its <clinit> method
  /dalvik/vm/mterp/armv5te/
OP_CONST_CLASS.S 13 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
32 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
OP_CONST_STRING.S 13 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
31 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
OP_CONST_STRING_JUMBO.S 15 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST
33 FETCH_ADVANCE_INST(3) @ advance rPC, load rINST
OP_GOTO_32.S 23 FETCH_ADVANCE_INST_RB(r9) @ update rPC, load rINST
29 FETCH_ADVANCE_INST_RB(r9) @ update rPC, load rINST
OP_PACKED_SWITCH.S 25 FETCH_ADVANCE_INST_RB(r9) @ update rPC, load rINST
31 FETCH_ADVANCE_INST_RB(r9) @ update rPC, load rINST
bincmp.S 25 FETCH_ADVANCE_INST_RB(r9) @ update rPC, load rINST
28 FETCH_ADVANCE_INST_RB(r9) @ update rPC, load rINST
zcmp.S 22 FETCH_ADVANCE_INST_RB(r9) @ update rPC, load rINST
28 FETCH_ADVANCE_INST_RB(r9) @ update rPC, load rINST
  /dalvik/vm/mterp/armv6t2/
bincmp.S 24 FETCH_ADVANCE_INST_RB(r9) @ update rPC, load rINST
27 FETCH_ADVANCE_INST_RB(r9) @ update rPC, load rINST

Completed in 46 milliseconds

1 2 3 4 5 67 8 91011>>