HomeSort by relevance Sort by last modified time
    Searched refs:Fetch (Results 1 - 24 of 24) sorted by null

  /external/chromium/net/proxy/
proxy_script_fetcher.h 38 // ERR_TIMED_OUT -- the fetch took too long to complete.
46 // Only one fetch is allowed to be outstanding at a time.
47 virtual int Fetch(const GURL& url, string16* utf16_text,
50 // Aborts the in-progress fetch (if any).
proxy_script_fetcher_impl_unittest.cc 102 { // Fetch a non-existent file.
105 int result = pac_fetcher.Fetch(GetTestFileUrl("does-not-exist"),
111 { // Fetch a file that exists.
114 int result = pac_fetcher.Fetch(GetTestFileUrl("pac.txt"),
130 { // Fetch a PAC with mime type "text/plain"
134 int result = pac_fetcher.Fetch(url, &text, &callback);
139 { // Fetch a PAC with mime type "text/html"
143 int result = pac_fetcher.Fetch(url, &text, &callback);
148 { // Fetch a PAC with mime type "application/x-ns-proxy-autoconfig"
152 int result = pac_fetcher.Fetch(url, &text, &callback)
    [all...]
proxy_script_fetcher_impl.h 47 virtual int Fetch(const GURL& url, string16* text,
101 // Callback to invoke on completion of the fetch.
init_proxy_resolver.cc 192 return proxy_script_fetcher_->Fetch(effective_pac_url,
proxy_script_fetcher_impl.cc 118 int ProxyScriptFetcherImpl::Fetch(const GURL& url,
121 // It is invalid to call Fetch() while a request is already in progress.
182 LOG(WARNING) << "Auth required to fetch PAC script, aborting.";
init_proxy_resolver_unittest.cc 97 virtual int Fetch(const GURL& url,
339 // (Note that the Fetch and Set states are repeated since both WPAD and custom
proxy_service_unittest.cc 70 // A mock ProxyScriptFetcher. No result will be returned to the fetch client
79 virtual int Fetch(const GURL& url,
    [all...]
  /dalvik/vm/mterp/x86/
OP_MUL_LONG.S 32 FETCH_INST_OPCODE 2 %ecx # Fetch next instruction
  /external/chromium/net/url_request/
url_request_job_tracker_unittest.cc 173 // Attach our observer and perform the resource fetch.
175 Fetch(gurl);
179 void Fetch(const GURL& url) {
  /external/oprofile/events/mips/20K/
events 8 event:0x2 counters:0 um:zero minimum:500 name:FETCH_GROUPS : Fetch groups entering CPU execution pipes
  /frameworks/base/opengl/libs/GLES2_dbg/src/
vertex.cpp 41 dbg->Fetch(i + first, data);
116 ctx->Fetch(indices[i], data);
header.h 129 void Fetch(const unsigned index, std::string * const data) const;
dbgcontext.cpp 124 void DbgContext::Fetch(const unsigned index, std::string * const data) const
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 81 addTextNode(experimentCell, 'Fetch ' + experiment.url);
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 65 @ Fetch parameters from structures
ARM-E_interpolate_noloop_gnu.s 63 @ Fetch parameters from structures
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 65 @ Fetch parameters from structures
ARM-E_interpolate_noloop_gnu.s 63 @ Fetch parameters from structures
  /external/oprofile/events/mips/25K/
events 15 event:0x9 counters:0,1 um:zero minimum:500 name:FETCH_GROUPS_IN_PIPE : Fetch groups entering CPU execution pipes
36 event:0x12 counters:0,1 um:zero minimum:500 name:JTLB_MISSES_IFETCH : Raw count of Joint-TLB misses for instruction fetch
43 event:0x15 counters:0,1 um:zero minimum:500 name:JTLB_IFETCH_REFILL_EXCEPTIONS : Joint-TLB refill exceptions due to instruction fetch
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 79 * Main entry point for composing the page. It will fetch it's template,
80 * the extension api, and attempt to fetch the matching static content.
95 // Fetch the api template and insert into the <body>.
105 // Fetch the static content and insert into the "static" <div>.
116 // Now the page is composed with the authored content, we fetch the schema
149 // If we're rendering the samples directory, fetch the samples manifest.
189 handleError("Failure to fetch content");
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 272 // Fetch a jstemplate by id from within a html string, passed via a function.
  /external/oprofile/events/i386/nehalem/
events 63 event:0x81 counters:0,1,2,3 um:ifu_ivc minimum:6000 name:IFU_IVC : Instruction Fetch unit events
72 event:0xA7 counters:0,1,2,3 um:one minimum:6000 name:BACLEAR_FORCE_IQ : Counts number of times a BACLEAR was forced by the Instruction Queue. The IQ is also responsible for providing conditional branch prediciton direction based on a static scheme and dynamic data provided by the L2 Branch Prediction Unit. If the conditional branch target is not found in the Target Array and the IQ predicts that the branch is taken, then the IQ will force the Branch Address Calculator to issue a BACLEAR. Each BACLEAR asserted by the BAC generates approximately an 8 cycle bubble in the instruction fetch pipeline.
  /prebuilt/common/jython/
jython.jar 
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 169 * Fetch the next instruction from rPC into rINSTw. Does not advance rPC.
176 * Fetch the opcode byte and zero-extend it into _reg. Must be used
184 * Fetch the opcode byte at _count words offset from rPC and zero-extend
192 * Fetch the nth instruction word from rPC into rINSTw. Does not advance
200 * Fetch instruction word indexed (used for branching).
    [all...]

Completed in 476 milliseconds