Home
last modified time | relevance | path

Searched defs:fetch (Results 1 – 25 of 53) sorted by relevance

123

/external/chromium_org/chrome/common/extensions/docs/server2/
Dfake_fetchers.py42 def fetch(self, url): member in _FakeOmahaProxy
47 def fetch(self, url): member in _FakeOmahaHistory
58 def fetch(self, url): member in _FakeSubversionServer
96 def fetch(self, url): member in _FakeGitilesServer
123 def fetch(self, url): member in _FakeViewvcServer
153 def fetch(self, url): member in _FakeGithubStat
158 def fetch(self, url): member in _FakeGithubZip
166 def fetch(self, url): member in _FakeRietveldAPI
175 def fetch(self, url): member in _FakeRietveldTarball
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
Ddraw_pt_fetch.c60 draw_pt_fetch_prepare(struct pt_fetch *fetch, in draw_pt_fetch_prepare()
150 draw_pt_fetch_run(struct pt_fetch *fetch, in draw_pt_fetch_run()
177 draw_pt_fetch_run_linear(struct pt_fetch *fetch, in draw_pt_fetch_run_linear()
206 struct pt_fetch *fetch = CALLOC_STRUCT(pt_fetch); in draw_pt_fetch_create() local
222 draw_pt_fetch_destroy(struct pt_fetch *fetch) in draw_pt_fetch_destroy()
Ddraw_pt_vsplit.c86 vsplit_add_cache(struct vsplit_frontend *vsplit, unsigned fetch) in vsplit_add_cache()
114 vsplit_add_cache_uint(struct vsplit_frontend *vsplit, unsigned fetch) in vsplit_add_cache_uint()
132 #define ADD_CACHE(vsplit, fetch) vsplit_add_cache(vsplit, fetch) argument
137 #define ADD_CACHE(vsplit, fetch) vsplit_add_cache(vsplit, fetch) argument
142 #define ADD_CACHE(vsplit, fetch) vsplit_add_cache_uint(vsplit, fetch) argument
Ddraw_pt_fetch_shade_pipeline.c45 struct pt_fetch *fetch; member
131 static void fetch( struct pt_fetch *fetch, in fetch() function
Ddraw_vs_variant.c56 struct translate *fetch; member
273 struct translate_key fetch, emit; in draw_vs_create_variant_generic() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch.c60 draw_pt_fetch_prepare(struct pt_fetch *fetch, in draw_pt_fetch_prepare()
150 draw_pt_fetch_run(struct pt_fetch *fetch, in draw_pt_fetch_run()
177 draw_pt_fetch_run_linear(struct pt_fetch *fetch, in draw_pt_fetch_run_linear()
206 struct pt_fetch *fetch = CALLOC_STRUCT(pt_fetch); in draw_pt_fetch_create() local
222 draw_pt_fetch_destroy(struct pt_fetch *fetch) in draw_pt_fetch_destroy()
Ddraw_pt_vsplit.c86 vsplit_add_cache(struct vsplit_frontend *vsplit, unsigned fetch) in vsplit_add_cache()
114 vsplit_add_cache_uint(struct vsplit_frontend *vsplit, unsigned fetch) in vsplit_add_cache_uint()
132 #define ADD_CACHE(vsplit, fetch) vsplit_add_cache(vsplit, fetch) argument
137 #define ADD_CACHE(vsplit, fetch) vsplit_add_cache(vsplit, fetch) argument
142 #define ADD_CACHE(vsplit, fetch) vsplit_add_cache_uint(vsplit, fetch) argument
Ddraw_pt_fetch_shade_pipeline.c45 struct pt_fetch *fetch; member
131 static void fetch( struct pt_fetch *fetch, in fetch() function
Ddraw_vs_variant.c56 struct translate *fetch; member
273 struct translate_key fetch, emit; in draw_vs_create_variant_generic() local
/external/chromium_org/chrome/browser/resources/cryptotoken/
Dtextfetcher.js25 TextFetcher.prototype.fetch = function(url, opt_method, opt_body) {}; method in TextFetcher
41 XhrTextFetcher.prototype.fetch = function(url, opt_method, opt_body) { method in XhrTextFetcher
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
DServiceWorkerGlobalScope.cpp92 ScriptPromise ServiceWorkerGlobalScope::fetch(ScriptState* scriptState, Request* request) in fetch() function in blink::ServiceWorkerGlobalScope
108 ScriptPromise ServiceWorkerGlobalScope::fetch(ScriptState* scriptState, Request* request, const Dic… in fetch() function in blink::ServiceWorkerGlobalScope
124 ScriptPromise ServiceWorkerGlobalScope::fetch(ScriptState* scriptState, const String& urlstring) in fetch() function in blink::ServiceWorkerGlobalScope
140 ScriptPromise ServiceWorkerGlobalScope::fetch(ScriptState* scriptState, const String& urlstring, co… in fetch() function in blink::ServiceWorkerGlobalScope
/external/smack/src/org/jivesoftware/smackx/packet/
DOfflineMessageRequest.java42 private boolean fetch = false; field in OfflineMessageRequest
100 public void setFetch(boolean fetch) { in setFetch()
/external/valgrind/main/coregrind/m_gdbserver/
Dregcache.c46 int fetch) in get_regcache()
203 unsigned char *register_data (int n, int fetch) in register_data()
211 unsigned char *register_data_for_supply (int n, int fetch, Bool *mod) in register_data_for_supply()
/external/chromium_org/third_party/skia/gm/rebaseline_server/
Ddownload_actuals.py55 def fetch(self, builder_name, dest_dir): member in Download
/external/skia/gm/rebaseline_server/
Ddownload_actuals.py53 def fetch(self, builder_name, dest_dir): member in Download
/external/chromium_org/third_party/skia/src/effects/
DSkMatrixConvolutionImageFilter.cpp164 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in UncheckedPixelFetcher
171 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in ClampPixelFetcher
180 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in RepeatPixelFetcher
195 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in ClampToBlackPixelFetcher
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSFontFaceSrcValue.cpp108 FontResource* CSSFontFaceSrcValue::fetch(Document* document) in fetch() function in blink::CSSFontFaceSrcValue
/external/deqp/external/
Dfetch_sources.py38 def fetch (pkg): function
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_format.c134 LLVMValueRef fetch = NULL; in test_format_float() local
219 LLVMValueRef fetch = NULL; in test_format_unorm8() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_test_format.c134 LLVMValueRef fetch = NULL; in test_format_float() local
219 LLVMValueRef fetch = NULL; in test_format_unorm8() local
/external/ppp/pppd/plugins/pppoatm/
Dtext2qos.c19 #define fetch __atmlib_fetch macro
/external/chromium_org/chrome/browser/extensions/updater/
Dextension_downloader.cc395 linked_ptr<ManifestFetchData> fetch( in AddExtensionData() local
593 scoped_ptr<ExtensionFetch> fetch(new ExtensionFetch( in HandleManifestResults() local
744 const ExtensionFetch* fetch = extensions_queue_.active_request(); in CreateExtensionFetcher() local
870 ExtensionFetch* fetch, in IterateFetchCredentialsAfterFailure()
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
Dmetadata_cache.js696 MetadataProvider.prototype.fetch = function(entry, type, callback) { method in MetadataProvider
743 FilesystemProvider.prototype.fetch = function( method in FilesystemProvider
821 ExternalProvider.prototype.fetch = function(entry, type, callback) { method in ExternalProvider
977 ContentProvider.prototype.fetch = function(entry, type, callback) { method in ContentProvider
/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
DCrawler.java83 public void fetch(URL url) throws IOException { in fetch() method in Crawler
/external/chromium_org/components/rappor/
Dlog_uploader.cc104 scoped_ptr<net::URLFetcher> fetch(current_fetch_.Pass()); in OnURLFetchComplete() local

123