HomeSort by relevance Sort by last modified time
    Searched full:fetch (Results 251 - 275 of 666) sorted by null

<<11121314151617181920>>

  /dalvik/vm/mterp/x86-atom/
OP_NEW_INSTANCE.S 38 FETCH 1, %edx # %edx<- BBBB
113 FETCH 1, %eax # %eax<- BBBB
OP_APUT_OBJECT.S 67 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
OP_INVOKE_STATIC.S 47 FETCH 1, %eax # %eax<- method index
OP_NEW_ARRAY.S 36 FETCH 1, %ecx # %ecx<- CCCC
  /external/icu4c/common/unicode/
urep.h 70 * @param offset The index at which to fetch the UChar (code unit).
83 * @param offset The index at which to fetch the UChar32 (code point).
  /external/kernel-headers/original/linux/
textsearch.h 57 * @get_next_block: callback to fetch the next block to search in
65 * get_next_block - fetch next block of data
seqlock.h 82 /* Start of read calculation -- fetch last complete writer token */
  /external/v8/samples/
process.cc 144 // Execute the script and fetch the Process method.
176 // The script compiled and ran correctly. Now we fetch out the
295 // Fetch the template for creating JavaScript map wrappers.
340 // Fetch the map wrapped by this object.
352 // Otherwise fetch the value and wrap it in a JavaScript string
361 // Fetch the map wrapped by this object.
400 // Fetch the template for creating JavaScript http request wrappers.
442 // Fetch the path.
  /hardware/ti/omap3/libstagefrighthw/
TIHardwareRenderer.cpp 113 // fetch 4 Y values for each line
118 // fetch 2 U/V values
  /packages/apps/Email/src/com/android/email/
MessagingController.java 593 * Fetch the flags and envelope only of the new messages. This is intended to get us
603 remoteFolder.fetch(unsyncedMessages.toArray(new Message[0]), fp,
651 remoteFolder.fetch(remoteMessages, fp, null);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
icount.c 653 #define FETCH 0x01
680 { FETCH, 10, 0, 1 },
681 { FETCH, 1, 0, 1 },
682 { FETCH, 2, 0, 2 },
683 { FETCH, 3, 0, 3 },
687 { FETCH, 12, 0, 0 },
779 case FETCH:
tdbtool.c 266 terror("fetch failed");
314 terror("fetch failed");
404 if (!dbuf.dptr) terror("fetch failed");
417 terror("fetch failed");
  /external/libpcap/
fad-glifc.c 100 * Create a socket from which to fetch the list of interfaces,
101 * and from which to fetch IPv4 information.
111 * Create a socket from which to fetch IPv6 information.
  /bionic/libc/arch-arm/bionic/
setjmp.S 89 /* Fetch signal mask */
  /cts/tools/host/src/com/android/cts/
HostTimer.java 29 * long to communicate with device to fetch result section
  /dalvik/vm/mterp/armv5te/
OP_CHECK_CAST.S 13 FETCH(r2, 1) @ r2<- BBBB
OP_CMP_LONG.S 26 FETCH(r0, 1) @ r0<- CCBB
OP_INSTANCE_OF.S 22 FETCH(r3, 1) @ r3<- CCCC
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py 91 friends = query.fetch(50)
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 65 @ Fetch parameters from structures
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 65 @ Fetch parameters from structures
  /external/webkit/WebCore/plugins/android/
PluginPackageAndroid.cpp 223 PLUGIN_LOG("Fetch Info Loaded %p\n", m_module);
267 PLUGIN_LOG("Fetch Info Loading \"%s\"\n", m_path.utf8().data());
276 PLUGIN_LOG("Fetch Info Loaded %p\n", handle);
358 PLUGIN_LOG("Fetch Info Loaded plugin details ok \"%s\"\n",
  /frameworks/base/include/ui/
EventHub.h 41 * - synthetic events from the runtime (e.g. "URL fetch completed")
  /frameworks/base/media/java/android/media/
AmrInputStream.java 86 // fetch a 20 msec frame of pcm
  /ndk/samples/san-angeles/jni/
importgl.c 82 * could be fixed by casting to the true type for each fetch.

Completed in 969 milliseconds

<<11121314151617181920>>