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

1 23 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/armv5te/
OP_CONST_STRING_JUMBO.S 6 FETCH(r0, 1) @ r0<- bbbb (low)
7 FETCH(r1, 2) @ r1<- BBBB (high)
OP_GOTO_32.S 15 FETCH(r0, 1) @ r0<- aaaa (lo)
16 FETCH(r1, 2) @ r1<- AAAA (hi)
OP_INVOKE_INTERFACE.S 12 FETCH(r2, 2) @ r2<- FEDC or CCCC
13 FETCH(r1, 1) @ r1<- BBBB
OP_INVOKE_SUPER_QUICK.S 11 FETCH(r10, 2) @ r10<- GFED or CCCC
16 FETCH(r1, 1) @ r1<- BBBB
OP_PACKED_SWITCH.S 13 FETCH(r0, 1) @ r0<- bbbb (lo)
14 FETCH(r1, 2) @ r1<- BBBB (hi)
OP_IGET_QUICK.S 7 FETCH(r1, 1) @ r1<- field byte offset
OP_IGET_WIDE_QUICK.S 6 FETCH(r1, 1) @ r1<- field byte offset
  /dalvik/vm/mterp/c/
OP_EXECUTE_INLINE_RANGE.c 9 ref = FETCH(1); /* inline call "ref" */
10 vdst = FETCH(2); /* range base */
  /dalvik/vm/mterp/x86-atom/
OP_CONST_HIGH16.S 31 FETCH 1, %ecx # %ecx<- 0000BBBB (zero-extended)
32 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
OP_CONST_WIDE_32.S 31 FETCH 1, %edx # %edx<- BBBBlo
36 FFETCH_ADV 3, %eax # %eax<- next instruction hi; fetch, advance
OP_GOTO_32.S 31 FETCH 1, %edx # %edx<- AAAAlo
32 FETCH 2, %ecx # %ecx<- AAAAhi
OP_IGET_QUICK.S 32 FETCH 1, %ecx # %ecx<- CCCC; field byte offset
35 FFETCH_ADV 2, %edx # %eax<- next instruction hi; fetch, advance
OP_IGET_WIDE_QUICK.S 33 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
35 FETCH 1, %ecx # %ecx<- CCCC; field byte offset
OP_INVOKE_VIRTUAL_QUICK.S 26 FETCH 2, %edx # %edx<- GFED or CCCC
30 FETCH 1, %ecx # %ecx<- method index
OP_IPUT_QUICK.S 31 FETCH 1, %ecx # %ecx<- CCCC; field byte offset
34 FFETCH_ADV 2, %edx # %edx<- next instruction hi; fetch, advance
OP_IPUT_WIDE_QUICK.S 33 FETCH 1, %ecx # %ecx<- CCCC; field byte offset
35 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
OP_MOVE_FROM16.S 31 FETCH 1, %edx # %edx<- BBBB
32 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
OP_MOVE_WIDE_FROM16.S 30 FETCH 1, %edx # %edx<- BBBB
31 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
binopD2addr.S 51 FFETCH_ADV 1, %edx # %ecx<- next instruction hi; fetch, advance
55 FFETCH_ADV 1, %eax # %ecx<- next instruction hi; fetch, advance
62 FFETCH_ADV 1, %edx # %ecx<- next instruction hi; fetch, advance
  /external/e2fsprogs/lib/et/test_cases/
heimdal2.c 10 "Cannot fetch local realm",
11 "Unable to fetch credentials",
26 "Could not fetch local socket address",
27 "Could not fetch master key",
36 "Could not fetch system hostname",
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 78 private void fetch(SSLSocketFactory socketFactory, String host, int port, method in class:SSLSocketTest
178 * Invokes fetch() with the default socket factory.
180 private void fetch(String host, int port, boolean secure, String path, method in class:SSLSocketTest
183 fetch(clientFactory, host, port, secure, path, outerLoop, innerLoop, method
193 fetch("www.fortify.net", 443, true, "/sslcheck.html", 1, 1, 0, 60);
194 fetch("mail.google.com", 443, true, "/mail/", 1, 1, 0, 60);
195 fetch("www.paypal.com", 443, true, "/", 1, 1, 0, 60);
196 fetch("www.yellownet.ch", 443, true, "/", 1, 1, 0, 60);
206 fetch("www.fortify.net", 443, true, "/sslcheck.html", 10, 1, 0, 60);
207 fetch("mail.google.com", 443, true, "/mail/", 10, 1, 0, 60)
968 fetch(socketFactory, "www.fortify.net", 443, true, "\/sslcheck.html", method
970 fetch(socketFactory, "www.paypal.com", 443, true, "\/", method
972 fetch(socketFactory, "www.yellownet.ch", 443, true, "\/", method
    [all...]
  /external/ppp/pppd/plugins/pppoatm/
text2qos.c 19 #define fetch __atmlib_fetch macro
89 switch (fetch(text,"max_pcr=","pcr=","min_pcr=","max_sdu=","sdu=",
135 item = fetch(&text,"!none","ubr","cbr","vbr","abr","aal0","aal5",NULL);
160 switch (fetch(&text,"tx","rx",NULL)) {
162 if (!fetch(&text,":none",NULL)) {
176 if (fetch(&text,"rx",NULL)) return -1;
177 if (!fetch(&text,":none",NULL) && qos) qos->rxtp.traffic_class = ATM_NONE;
  /dalvik/vm/mterp/arm-vfp/
fbinopWide.S 9 FETCH(r0, 1) @ r0<- CCBB
  /dalvik/vm/mterp/armv4t/
OP_IGET_WIDE_QUICK.S 6 FETCH(r1, 1) @ r1<- field byte offset
OP_IPUT_WIDE_QUICK.S 12 FETCH(r3, 1) @ r3<- field byte offset

Completed in 172 milliseconds

1 23 4 5 6 7 8 91011>>