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

<<21222324252627282930>>

  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
BatikTestDocumentBuilderFactory.java 126 * @param url url to load
128 * @throws DOMTestLoadException if unable to load document
130 public Document load(java.net.URL url) throws DOMTestLoadException { method in class:BatikTestDocumentBuilderFactory
  /dalvik/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
X509KeyManagerImpl.java 93 keyTest.load(null, null);
99 //keyTest.load(null, null);
108 //keyTest.load(null, null);
  /dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
TrustManagerFactorySpiTest.java 79 ks.load(null, null);
112 ks.load(null, null);
146 ks.load(null, null);
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
DOMImplementationLS.java 19 * Load and Save objects.
29 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407'>Document Object Model (DOM) Level 3 Load
56 * language used during the load of a <code>Document</code> using the
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
DOMImplementationCreateDocumentType.java 103 doc = (Document) load("staffNS", builder);
151 doc = (Document) load("staffNS", builder);
194 doc = (Document) load("staffNS", builder);
DOMTestCase.java 19 public Document load(String docURI, DocumentBuilder builder) { method in class:DOMTestCase
20 Document doc = load(resolveURI(docURI), builder);
24 public Document load(URL url, DocumentBuilder builder) { method in class:DOMTestCase
ElementHasAttributeNS.java 91 doc = (Document) load("staffNS", builder);
110 doc = (Document) load("staff", builder);
131 doc = (Document) load("staff", builder);
RemoveNamedItemNS.java 96 doc = (Document) load("staffNS", builder);
120 doc = (Document) load("staffNS", builder);
151 // doc = (Document) load("staffNS", builder);
  /dalvik/vm/native/
java_lang_VMClassLoader.c 46 "can't load this type of class file");
72 "can't load this type of class file");
167 * Load class using bootstrap class loader.
  /external/bluetooth/glib/gobject/
gtypemodule.h 63 * @load: loads the module and registers one or more types using
68 * the @load and @unload functions in #GTypeModuleClass must be implemented.
75 gboolean (* load) (GTypeModule *module); member in struct:_GTypeModuleClass
  /external/clearsilver/mod_ecs/
README 8 performance, if your server is under sufficient load that the overhead
57 be calling later. This allows you to hide the latency of load/init time
64 To dynamically load this module (assuming your copy of Apache is
  /external/freetype/include/freetype/internal/
autohint.h 21 /* The auto-hinter is used to load and automatically hint glyphs if a */
157 /* This function is used to load, scale, and automatically hint a */
165 /* load_flags :: The load flags. */
  /external/qemu/docs/
CPU-EMULATION.TXT 44 different from the one on the host. Essentially, a single ARM memory load/store
62 This means that a memory load in the kernel will not be translated into the
63 same instructions than the same load in user space.
  /external/qemu/hw/
arm_boot.c 196 /* Load the kernel. */
223 fprintf(stderr, "qemu: could not load kernel '%s'\n",
238 fprintf(stderr, "qemu: could not load initrd '%s'\n",
  /external/v8/src/
fast-codegen.h 124 // Emit code to load the receiver from the stack into receiver_reg.
127 // Emit code to load a global variable directly from a global property
137 // Emit a load from an own property of this. The receiver is expected in
  /external/v8/src/ia32/
fast-codegen-ia32.h 120 // Emit code to load the receiver from the stack into receiver_reg.
123 // Emit code to load a global variable directly from a global property
133 // Emit a load from an own property of this. The receiver is expected in
codegen-ia32.cc 382 // Load the closure.
387 // Load the function context (which is the incoming, outer context).
437 // Emit code to load the value of an expression to the top of the
479 Load(expression);
485 void CodeGenerator::Load(Expression* expr) {
574 // load to make sure we do not get reference errors.
588 Load(expr);
687 Load(property->obj());
691 Load(property->key());
699 // generator will load the global object into eax, which is wher
    [all...]
  /external/webkit/WebCore/plugins/symbian/
PluginPackageSymbian.cpp 34 if (!load())
66 bool PluginPackage::load() function in class:WebCore::PluginPackage
74 if (!m_pluginLoader->load()) {
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
ImageLoader.java 66 * This method creates a new thread which is able to load an image
154 isrc.load();
191 * Sends the current thread to wait for the new images to load
  /frameworks/base/media/libmediaplayerservice/
TestPlayerStub.cpp 112 // Load the dynamic library.
132 // Load the test player from the url. dlopen will fail if the lib
142 // Load the 2 entry points to create and delete instances.
  /hardware/ti/omap3/dspbridge/inc/
DSPProcessor_OEM.h 73 * Reset a processor and load a new base program image.
90 * DSP_EFAIL: Unable to load the processor
93 * can load the processor.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPProcessor_OEM.h 73 * Reset a processor and load a new base program image.
90 * DSP_EFAIL: Unable to load the processor
93 * can load the processor.
  /sdk/ddms/app/src/com/android/ddms/
AboutDialog.java 82 * Load an image file from a resource.
94 Log.w("ddms", "Couldn't load " + pathName);
102 throw new NullPointerException("couldn't load " + pathName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 68 // load the class.
79 // Log this error with the class name we're trying to load and abort.
143 * Returns whether the loader has received requests to load custom views.
  /external/webkit/WebKit/chromium/src/
FrameLoaderClientImpl.cpp 242 // subresource load. The following functions that accept an |identifier| are
264 // how synchronous resource loads are treated during load/unload threshold.
313 // Intended to pass through to a method on the resource load delegate.
354 // Called when a particular resource load completes
417 // Normal page load
459 // Load 1 -> Server redirect to 2 -> client redirect to 3 -> server redirect to 4
472 // Load page 1 containing future client-redirect (back to 1, e.g meta refresh) > Click
500 // A provisional load should have started already, which should have put an
655 // will occur on the provisional load, so we need to keep track of the most
656 // recent provisional load URL
    [all...]

Completed in 80 milliseconds

<<21222324252627282930>>