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

<<11121314151617181920>>

  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
HasAttributeNS.java 92 doc = (Document) load("staffNS", builder);
111 doc = (Document) load("staffNS", builder);
130 doc = (Document) load("staffNS", builder);
146 // doc = (Document) load("staffNS", builder);
166 doc = (Document) load("staffNS", builder);
ElementGetAttributeNodeNS.java 75 doc = (Document) load("staffNS", builder);
111 doc = (Document) load("staffNS", builder);
131 // doc = (Document) load("staffNS", builder);
ElementGetElementsByTagNameNS.java 66 doc = (Document) load("staffNS", builder);
88 doc = (Document) load("staffNS", builder);
115 doc = (Document) load("staffNS", builder);
CreateElementNS.java 97 doc = (Document) load("staffNS", builder);
121 doc = (Document) load("staffNS", builder);
173 doc = (Document) load("staffNS", builder);
199 doc = (Document) load("staffNS", builder);
223 doc = (Document) load("staffNS", builder);
239 doc = (Document) load("hc_staff", builder);
NamedNodeMapGetNamedItemNS.java 95 // doc = (Document) load("staffNS", builder);
119 doc = (Document) load("staffNS", builder);
144 doc = (Document) load("staffNS", builder);
170 doc = (Document) load("staffNS", builder);
193 doc = (Document) load("staffNS", builder);
212 // doc = (Document) load("staffNS", builder);
SetAttributeNodeNS.java 103 doc = (Document) load("staffNS", builder);
134 // doc = (Document) load("staffNS", builder);
174 doc = (Document) load("staffNS", builder);
196 doc = (Document) load("staffNS", builder);
221 doc1 = (Document) load("staffNS", builder);
222 doc2 = (Document) load("staffNS", builder);
SetNamedItemNS.java 97 doc = (Document) load("staffNS", builder);
131 doc = (Document) load("staffNS", builder);
132 anotherDoc = (Document) load("staffNS", builder);
166 doc = (Document) load("staffNS", builder);
193 // doc = (Document) load("staffNS", builder);
236 doc = (Document) load("staffNS", builder);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CompressedTextureActivity.java 86 * Demonstrate how to load a compressed texture from an APK resource.
90 public void load(GL10 gl) { method in class:CompressedTextureActivity.CompressedTextureLoader
97 Log.w(TAG, "Could not load texture: " + e);
112 public void load(GL10 gl) { method in class:CompressedTextureActivity.SyntheticCompressedTextureLoader
126 Log.w(TAG, "Could not load texture: " + e);
  /external/bluetooth/glib/gio/
gloadableicon.c 39 * load icons from streams.
128 return (* iface->load) (icon, size, type, cancellable, error);
167 * Finishes an asynchronous icon load started in g_loadable_icon_load_async().
195 * Default implementation of async load *
227 stream = iface->load (G_LOADABLE_ICON (object), data->size, &type, cancellable, &error);
  /frameworks/base/docs/html/guide/tutorials/views/
hello-webview.jd 40 Then we load a URL.</p></li>
55 <p>We can load a page, but as soon as we click a link, the default Android web browser
75 <p>What we've done is create a WebViewClient that will load any URL selected in our
78 is load the URL in the given view. Returning <var>true</var> says that we've handled the URL
80 <p>If you try it again, new pages will now load in the HelloWebView Activity. However, you'll notice that
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStoreTest.java 137 * {@link android.gesture.GestureStore#load(java.io.InputStream)}.
150 // now load a store from the stream and verify its the same
153 loadStore.load(inStream);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_GroupMembershipTest.java 67 groupMembership.load();
92 groupMembership.load();
119 groupMembership.load();
  /cts/tools/host/src/com/android/cts/
HostUnitTestRunner.java 74 * Load test case via test class name and test method.
102 * Load class from jar file.
117 Log.d("succeed in load jarred class: " + jarPath + "." + testPkgName
  /dalvik/vm/mterp/armv5te/
OP_CMP_LONG.S 9 * We load the full values with LDM, but in practice many values could
47 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
57 FETCH_ADVANCE_INST(2) @ advance rPC, load rINST
  /external/clearsilver/python/examples/trans/
README 27 before your template directories. This assures that the load will
32 load "lang_<lang>.hdf" over the top. This will automatically
43 > ./trans.py --lang XX --load trans_XX.hdf
  /external/freetype/src/base/
ftadvanc.c 58 /* - unscaled load */
59 /* - unhinted load */
60 /* - light-hinted load */
  /external/tcpdump/
print-eigrp.c 134 u_int8_t load; member in struct:eigrp_tlv_ip_int_t
154 u_int8_t load; member in struct:eigrp_tlv_ip_ext_t
173 u_int8_t load; member in struct:eigrp_tlv_at_int_t
192 u_int8_t load; member in struct:eigrp_tlv_at_ext_t
344 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
350 tlv_ptr.eigrp_tlv_ip_int->load);
381 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
387 tlv_ptr.eigrp_tlv_ip_ext->load);
413 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
419 tlv_ptr.eigrp_tlv_at_int->load);
    [all...]
  /external/webkit/WebCore/plugins/gtk/
PluginPackageGtk.cpp 45 if (!load())
101 bool PluginPackage::load() function in class:WebCore::PluginPackage
111 LOG(Plugins,"Module Load Failed :%s, Error:%s\n", (m_path.utf8()).data(), g_module_error());
  /external/webkit/WebCore/plugins/qt/
PluginPackageQt.cpp 40 if (!load())
93 bool PluginPackage::load() function in class:WebCore::PluginPackage
102 if (!m_module->load()) {
  /external/webkit/WebKit/android/jni/
WebCoreFrameBridge.h 111 * we set mUserInitiatedClick to true. If a load happens due to this click,
113 * the load. Otherwise, we attempt to load the resource internally.
  /external/webkit/WebKit/wx/
WebSettings.h 102 programs you may wish to not load images until you confirm it is not SPAM)
152 Sets whether or not web pages can load plugins.
157 Returns whether or not web pages can load plugins.
  /frameworks/base/tools/preload/
Operation.java 22 * An operation with a duration. Could represent a class load or initialization.
32 LOAD, INIT
99 case LOAD: return loadedClass.medianLoadTimeMicros();
  /packages/apps/Mms/src/com/android/mms/transaction/
ReadRecTransaction.java 74 // Load M-read-rec.ind from outbox
75 ReadRecInd readRecInd = (ReadRecInd) persister.load(mReadReportURI);
94 Log.v(TAG, "Failed to load message from Outbox.", e);
  /system/core/nexus/
TiwlanWifiController.cpp 87 LOGE("Firmware load failed");
94 LOGE("Firmware load timed out");
145 // Always load the firmware
  /external/webkit/JavaScriptCore/assembler/
AssemblerBufferWithConstantPool.h 59 larger than the maximum offset of a PC relative memory load
69 - TYPE patchConstantPoolLoad(TYPE load, int value):
70 patch the 'load' instruction with the index of the constant in the
74 patch the a PC relative load instruction at 'loadAddr' address with the
77 constant (which is stored previously in the load instruction itself).
276 // Patch each PC relative load

Completed in 53 milliseconds

<<11121314151617181920>>