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

<<41424344454647484950>>

  /external/webkit/WebCore/plugins/
PluginView.cpp 202 if (!m_plugin->load()) {
221 // We only delay starting the plug-in if we're going to kick off the load
277 load(frameLoadRequest, false, 0);
483 m_parentFrame->loader()->load(request->frameLoadRequest().resourceRequest(), targetFrameName, false);
501 // and this has been made sure in ::load.
557 NPError PluginView::load(const FrameLoadRequest& frameLoadRequest, bool sendNotification, void* notifyData) function in class:WebCore::PluginView
616 return load(frameLoadRequest, true, notifyData);
632 return load(frameLoadRequest, false, 0);
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
KeyCharacterMapTest.java 38 mKeyCharacterMap = KeyCharacterMap.load(KeyCharacterMap.BUILT_IN_KEYBOARD);
145 method = "load",
150 mKeyCharacterMap = KeyCharacterMap.load(KeyCharacterMap.BUILT_IN_KEYBOARD);
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
TouchDexLoader.java 235 * Load the contents of a file from a file in a directory.
243 //System.out.println("Trying to load from " + path);
267 * Load a class from a file in an archive. We currently assume that
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
SerializationStressTest1.java 276 // Should the load throw the same exception ?
306 // Should the load throw the same exception ?
331 // Should the load throw the same exception ?
343 // Should the load throw the same exception ?
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
Messages.java 182 return "Could not load the resource bundles: "+ m_resourceBundleName;
321 try // try to fall back to en_US if we can't load
337 "Could not load any resource bundles." + m_resourceBundleName,
SerializerMessages.java 86 "The resource [ {0} ] could not load: {1} \n {2} \t {3}" },
128 "Could not load ''{0}'' (check CLASSPATH), now using just the defaults" },
134 "Could not load the propery file ''{0}'' for output method ''{1}'' (check CLASSPATH)" },
  /external/elfutils/libebl/
eblopenbackend.c 204 DSO name we try to load the appropriate module to handle this
219 try to load the module. */
238 /* We managed to load the object. Now see whether the
  /external/emma/core/java12/com/vladium/util/
IntIntMap.java 46 * Constructs an IntObjectMap with specified initial capacity and load factor.
49 * @param loadFactor the load factor to use to determine rehashing points [must be in (0.0, 1.0] range].
253 out.append ("size = " + m_size + ", bucket table size = " + m_buckets.length + ", load factor = " + m_loadFactor + EOL);
IntObjectMap.java 46 * Constructs an IntObjectMap with specified initial capacity and load factor.
49 * @param loadFactor the load factor to use to determine rehashing points [must be in (0.0, 1.0] range].
211 out.append ("size = " + m_size + ", bucket table size = " + m_buckets.length + ", load factor = " + m_loadFactor + EOL);
IntSet.java 44 * Constructs an IntSet with specified initial capacity and load factor.
47 * @param loadFactor the load factor to use to determine rehashing points [must be in (0.0, 1.0] range].
185 out.append ("size = " + m_size + ", bucket table size = " + m_buckets.length + ", load factor = " + m_loadFactor + EOL);
ObjectIntMap.java 48 * Constructs an IntObjectMap with specified initial capacity and load factor.
51 * @param loadFactor the load factor to use to determine rehashing points [must be in (0.0, 1.0] range].
249 out.append ("size = " + m_size + ", bucket table size = " + m_buckets.length + ", load factor = " + m_loadFactor + EOL);
  /external/kernel-headers/original/asm-x86/
elf.h 83 * This is used to ensure we don't load something for the wrong architecture.
135 * This is used to ensure we don't load something for the wrong architecture.
217 /* This yields a string that ld.so will use to load implementation
  /external/libffi/src/powerpc/
darwin_closure.S 96 /* Now load up the pointer to the result storage. */
99 /* Now load up the pointer to the saved gpr registers. */
102 /* Now load up the pointer to the saved fpr registers. */
linux64_closure.S 83 # now load up the pointer to the result storage
86 # now load up the pointer to the parameter save area
90 # now load up the pointer to the saved fpr registers */
  /external/openssl/apps/
crl2p7.c 168 BIO_printf(bio_err," -nocrl no crl to load, just certs from '-certfile'\n");
206 BIO_printf(bio_err,"unable to load CRL\n");
307 BIO_printf(bio_err,"unable to load the file, %s\n",certfile);
  /external/openssl/crypto/rc4/asm/
rc4-ia64.S 14 // C language, compiler doesn't [dare to] reorder load and stores. But
91 { .mib; LDKEY xx=[key],SZ // load key->x
97 { .mmi; LDKEY yy=[key] // load key->y
  /external/tinyxml/docs/
tutorial0.html 50 <h2>Load XML from a file </h2>
69 // load failed
258 To load a file and dump its structure:<p>
  /external/v8/src/ia32/
debug-ia32.cc 126 // Register state for IC load call (from ic-ia32.cc).
147 // Register state for keyed IC load call (from ic-ia32.cc).
156 // Register state for keyed IC load call (from ic-ia32.cc).
  /external/v8/src/x64/
debug-x64.cc 123 // Register state for keyed IC load call (from ic-x64.cc).
132 // Register state for keyed IC load call (from ic-x64.cc).
143 // Register state for IC load call (from ic-x64.cc).
  /external/webkit/JavaScriptCore/assembler/
AbstractMacroAssembler.h 88 // This class is used for explicit 'load' and 'store' operations
92 // In the case of a load (or store) operation we want to permit
137 // Describes an memory operand given by a pointer. For regular load & store
  /external/webkit/WebCore/platform/graphics/
MediaPlayer.cpp 64 virtual void load(const String&) { } function in class:WebCore::NullMediaPlayerPrivate
222 void MediaPlayer::load(const String& url, const ContentType& contentType) function in class:WebCore::MediaPlayer
259 m_private->load(url);
  /external/webkit/WebKit/gtk/webkit/
webkitwebdatasource.cpp 48 * request that initiated the load by asking for the provisional data source
225 * Returns a reference to the original request that was used to load the web
227 * prior to the "committed" load state. See webkit_web_data_source_get_request
  /external/webkit/WebKit/mac/WebView/
WebPolicyDelegate.h 97 load.
105 further with the load, however, the client is still free to handle
126 for the initial load and every redirect unless blocked by an
  /external/webkit/WebKit/win/Interfaces/
IWebPolicyDelegate.idl 108 load.
117 further with the load, however, the client is still free to handle
137 for the initial load and every redirect unless blocked by an
  /external/webkit/WebKit/wx/
WebFrame.cpp 167 m_impl->frame->loader()->load(WebCore::ResourceRequest(url), substituteData, false);
228 // NB: This is an ugly fix, but CURL won't load sub-resources if the
242 m_impl->frame->loader()->load(kurl, false);

Completed in 176 milliseconds

<<41424344454647484950>>