HomeSort by relevance Sort by last modified time
    Searched full:fetch (Results 126 - 150 of 1258) sorted by null

1 2 3 4 56 7 8 91011>>

  /dalvik/vm/mterp/armv5te/
OP_MONITOR_EXIT.S 13 EXPORT_PC() @ before fetch: export the PC
OP_INVOKE_DIRECT.S 17 FETCH(r1, 1) @ r1<- BBBB
19 FETCH(r10, 2) @ r10<- GFED or CCCC
OP_INVOKE_STATIC_JUMBO.S 8 FETCH(r0, 1) @ r1<- aaaa (lo)
9 FETCH(r1, 2) @ r1<- AAAA (hi)
OP_INVOKE_VIRTUAL.S 13 FETCH(r1, 1) @ r1<- BBBB
15 FETCH(r10, 2) @ r10<- GFED or CCCC
  /dalvik/vm/mterp/armv6t2/
OP_IGET_QUICK.S 6 FETCH(r1, 1) @ r1<- field byte offset
OP_IGET_WIDE_QUICK.S 5 FETCH(ip, 1) @ ip<- field byte offset
OP_IPUT_QUICK.S 6 FETCH(r1, 1) @ r1<- field byte offset
OP_IPUT_WIDE_QUICK.S 11 FETCH(r3, 1) @ r3<- field byte offset
  /dalvik/vm/mterp/c/
OP_NEW_ARRAY.cpp 11 ref = FETCH(1);
OP_EXECUTE_INLINE.cpp 25 ref = FETCH(1); /* inline call "ref" */
26 vdst = FETCH(2); /* 0-4 register indices */
  /dalvik/vm/mterp/x86/
zcmp.S 15 movswl 2(rPC),%eax # fetch signed displacement
  /external/chromium/chrome/browser/first_run/
first_run_browser_process.h 15 // thread to fetch on).
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
accounts_options_handler.h 37 // Javascript callback to fetch known user pictures.
  /external/chromium/chrome/common/extensions/docs/examples/howto/contentscript_xhr/
manifest.json 4 "description": "Demonstrates a method to make a cross-domain XMLHttpRequest fetch from a content script. This extension fetches the current trending topics from Twitter and inserts them in an overlay at the top of Google News. Visit http://news.google.com to test this extension.",
  /external/chromium/net/base/
x509_openssl_util.h 21 // A collection of helper functions to fetch data from OpenSSL X509 certificates
  /external/chromium/net/url_request/
url_request_throttler_header_interface.h 17 // Method that enables us to fetch the header value by its key.
  /external/llvm/utils/
GetRepositoryPath 22 git remote -v | grep 'fetch' | awk '{ print $2 }'
  /dalvik/vm/mterp/portable/
stubdefs.cpp 30 * instruction fetch/computed goto.
39 inst = FETCH(0); \
  /dalvik/vm/mterp/x86-atom/
OP_INVOKE_SUPER_QUICK.S 26 FETCH 2, %edx # %edx<- GFED or CCCC
32 FETCH 1, %ecx # %ecx<- method index
OP_IPUT_OBJECT_QUICK.S 31 FETCH 1, %ecx # %ecx<- CCCC; field byte offset
34 FFETCH_ADV 2, %edx # %edx<- next instruction hi; fetch, advance
OP_PACKED_SWITCH.S 35 FETCH 1, %ecx # %ecx<- BBBBlo
36 FETCH 2, %edx # %edx<- BBBBhi
  /external/chromium/chrome/browser/chromeos/login/
cookie_fetcher.h 24 // done attempting to fetch URLs.
41 // those that come back from ClientLogin), try to use them to fetch
  /external/webkit/Tools/EWSTools/
create-webkit-git 39 git config --replace-all svn-remote.svn.fetch trunk:refs/remotes/origin/master
41 git fetch
  /external/webkit/Tools/Scripts/webkitpy/common/system/
urlfetcher_mock.py 37 def fetch(self, url): member in class:make_fetcher_cls.MockFetcher
42 f.write(self.fetch(url))
  /external/chromium/chrome/browser/google/
google_url_tracker.h 101 // fetch.
104 // Starts the fetch of the up-to-date Google URL if we actually want to fetch
145 // we won't fetch again until after a restart.
146 bool need_to_fetch_; // True if a consumer actually wants us to fetch an
148 // bother to fetch anything.

Completed in 1079 milliseconds

1 2 3 4 56 7 8 91011>>