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

<<11121314151617181920>>

  /external/webkit/WebKit/win/Interfaces/
IWebResourceLoadDelegatePrivate.idl 54 @param dataSource The datasource that initiated the load.
55 @discussion This will be called if the resource can be loaded from memory cache. No further resource load delegate
  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 54 * @param id The resource id of the animation to load
66 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
71 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
136 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
141 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
247 * @param id The resource id of the animation to load
257 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
262 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
  /frameworks/base/core/java/android/webkit/
WebViewClient.java 45 * is called once for each main frame load so a page with iframes or
71 * Notify the host application that the WebView will load the resource
75 * @param url The url of the resource the WebView will load.
83 * trying to load the resource. The default behavior is to send the cancel
90 * a redirect loop, it will cancel the load.
126 /** Too many requests during this load */
136 * @param failingUrl The url that failed to load.
172 * behavior is to cancel the load.
  /frameworks/base/media/java/android/drm/mobile1/
DrmRights.java 126 * Load the shared library to link the native methods.
133 System.err.println("WARNING: Could not load libdrm1_jni.so");
  /packages/apps/HTMLViewer/src/com/android/htmlviewer/
FileContentProvider.java 30 * WebView does not support file: loading. This class wraps a file load
33 * Javascript to be run, it is safe to load file based HTML content.
  /external/qemu/distrib/libpng-1.2.19/
pngvcrd.c 170 movd mm7, unmask //load bit pattern
188 mov ecx,len //load length of line
189 mov esi,srcptr //load source
190 mov ebx,dstptr //load dest
306 movd mm7, unmask //load bit pattern
327 mov ecx,len //load length of line
328 mov esi,srcptr //load source
329 mov ebx,dstptr //load dest
448 movd mm7, unmask //load bit pattern
459 mov ecx,len //load length of line (pixels
    [all...]
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore4Test.java 49 keyStore.load(null, "PASSWORD".toCharArray());
491 method="load",
498 keyStore.load(is, password);
511 keyStore.load(new ByteArrayInputStream("".getBytes()), password);
522 keyStore.load(is, null);
533 keyStore.load(is, new char[] {});
546 method="load",
551 keyStore.load(null);
562 keyStore.load(new KeyStore.LoadStoreParameter() {
578 keyStore.load(new KeyStore.LoadStoreParameter()
    [all...]
KeyStore2Test.java 156 keyTest.load(null, null);
199 keyTest.load(null, null);
250 keyTest.load(null, null);
295 keyTest.load(null, null);
335 keyTest.load(null, null);
384 keyTest.load(null, null);
451 keyTest.load(null, null);
503 keyTest.load(null, null);
542 keyTest.load(null, null);
556 * @tests java.security.KeyStore#load(java.io.InputStream, char[]
    [all...]
  /external/libffi/src/mips/
o32.S 79 REG_L t0, A3_OFF($fp) # load the flags word
86 REG_L a0, 0*FFI_SIZEOF_ARG($sp) # just go ahead and load the
94 l.d $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
101 l.s $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
109 l.d $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
115 l.s $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
123 l.d $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
131 l.s $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
135 # Load the function pointer
257 # Load ABI enum to s
    [all...]
  /frameworks/base/media/java/android/media/
SoundPool.java 40 * to ship with compressed streams without having to suffer the CPU load
81 * through the list of sounds calling the appropriate SoundPool.load()
158 * Load the sound from the specified path.
165 public int load(String path, int priority) method in class:SoundPool
189 * Load the sound from the specified APK resource.
191 * Note that the extension is dropped. For example, if you want to load
203 public int load(Context context, int resId, int priority) { method in class:SoundPool
218 * Load the sound from an asset file descriptor.
225 public int load(AssetFileDescriptor afd, int priority) { method in class:SoundPool
238 * Load the sound from a FileDescriptor
251 public int load(FileDescriptor fd, long offset, long length, int priority) { method in class:SoundPool
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebframe.cpp 70 * be retrieved, the load status and progress can be observed using the
188 * WebKitWebFrame::load-done
193 * Deprecated: Use the "load-status" property instead.
195 webkit_web_frame_signals[LOAD_COMMITTED] = g_signal_new("load-committed",
205 * WebKitWebFrame::load-done
210 * Deprecated: Use the "load-status" property instead, and/or
211 * WebKitWebView::load-error to be notified of load errors
213 webkit_web_frame_signals[LOAD_DONE] = g_signal_new("load-done",
318 * WebKitWebFrame:load-status
    [all...]
  /bionic/libc/arch-x86/bionic/
syscall.S 10 * We push these (to save them) load them up with the
  /bootable/recovery/minzip/
SysUtil.h 30 * Load a file into a new shared memory segment. All data from the current
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level3/ls/
TestXerces.java 28 * A JUnit test suite that will run all Load and Save tests
  /dalvik/libcore/luni/src/main/java/java/lang/
ClassCircularityError.java 22 * Thrown when the virtual machine notices that an attempt is made to load a
NoClassDefFoundError.java 22 * asked to load.
UnsupportedClassVersionError.java 21 * Thrown when an attempt is made to load a class with a format version that is
VerifyError.java 21 * Thrown when the virtual machine notices that an attempt is made to load a
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
MappedByteBufferTest.java 135 * @tests {@link java.nio.MappedByteBuffer#load()}
140 method = "load",
149 assertEquals(mmbRead, mmbRead.load());
156 assertEquals(mmbReadWrite, mmbReadWrite.load());
  /dalvik/libcore/security/src/test/java/tests/targets/security/
KeyStoreTest.java 64 method="load",
82 keyStore.load(new ByteArrayInputStream(keyStoreData),
108 method="load",
131 keyStore.load(null, "the secret password".toCharArray());
  /dalvik/libcore/support/src/test/java/tests/support/resource/
Support_Resources.java 144 * Util method to load resource files
157 throw new RuntimeException("Failed to load resource: " + name);
199 throw new RuntimeException("Failed to load resource: " + name);
205 throw new RuntimeException("Failed to load resource: " + name);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
Utils.java 34 * A singleton Messages object is used to load the
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
DOMImplementationCreateDocument.java 87 doc = (Document) load("staffNS", builder);
111 doc = (Document) load("staffNS", builder);
138 doc = (Document) load("staffNS", builder);
164 doc = (Document) load("staffNS", builder);
DOMImplementationHasFeature.java 71 doc = (Document) load("staff", builder);
86 doc = (Document) load("staff", builder);
114 doc = (Document) load("staffNS", builder);
142 doc = (Document) load("staffNS", builder);
DocumentCreateElementNS.java 77 doc = (Document) load("staffNS", builder);
103 doc = (Document) load("staffNS", builder);
127 doc = (Document) load("staffNS", builder);
154 doc = (Document) load("staffNS", builder);

Completed in 63 milliseconds

<<11121314151617181920>>