Searched defs:fetch (Results 1 - 25 of 56) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/polyfills/
H A DfetchPolyfill.js8 // See http://fetch.spec.whatwg.org/#fetch-method
20 // FIXME: Support init argument to fetch.
21 var fetch = function(request) { function
50 global.fetch = global.fetch || fetch;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Durlfetcher.py35 """Class with restricted interface to fetch URLs (makes testing easier)"""
39 def fetch(self, url): member in class:UrlFetcher
52 contents = self.fetch(url)
H A Durlfetcher_mock.py37 def fetch(self, url): member in class:make_fetcher_cls.MockFetcher
42 f.write(self.fetch(url))
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontFaceSrcValue.cpp33 #include "core/fetch/FetchRequest.h"
34 #include "core/fetch/FontResource.h"
35 #include "core/fetch/ResourceFetcher.h"
98 FontResource* CSSFontFaceSrcValue::fetch(Document* document) function in class:WebCore::CSSFontFaceSrcValue
109 // FIXME: CSSFontFaceSrcValue::fetch is invoked when @font-face rule
/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
H A DCrawler.java76 fetch(url);
83 public void fetch(URL url) throws IOException { method in class:Crawler
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dfake_fetchers.py40 def fetch(self, url): member in class:_FakeOmahaProxy
45 def fetch(self, url): member in class:_FakeOmahaHistory
56 def fetch(self, url): member in class:_FakeSubversionServer
79 def fetch(self, url): member in class:_FakeViewvcServer
109 def fetch(self, url): member in class:_FakeGithubStat
114 def fetch(self, url): member in class:_FakeGithubZip
122 def fetch(self, url): member in class:_FakeRietveldAPI
131 def fetch(self, url): member in class:_FakeRietveldTarball
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerGlobalScope.cpp88 ScriptPromise ServiceWorkerGlobalScope::fetch(ScriptState* scriptState, Request* request) function in class:WebCore::ServiceWorkerGlobalScope
91 return m_fetchManager->fetch(scriptState, resourceRequest.release());
94 ScriptPromise ServiceWorkerGlobalScope::fetch(ScriptState* scriptState, const String& urlstring) function in class:WebCore::ServiceWorkerGlobalScope
101 return m_fetchManager->fetch(scriptState, resourceRequest.release());
H A DFetchManager.cpp135 m_resolver->reject(V8ThrowException::createTypeError("Failed to fetch", state->isolate()));
157 ScriptPromise FetchManager::fetch(ScriptState* scriptState, PassOwnPtr<ResourceRequest> request) function in class:WebCore::FetchManager
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch.c50 * Perform the fetch from API vertex elements & vertex buffers, to a
60 draw_pt_fetch_prepare(struct pt_fetch *fetch, argument
65 struct draw_context *draw = fetch->draw;
72 fetch->vertex_size = vertex_size;
140 if (!fetch->translate ||
141 translate_key_compare(&fetch->translate->key, &key) != 0)
144 fetch->translate = translate_cache_find(fetch->cache, &key);
150 draw_pt_fetch_run(struct pt_fetch *fetch, argument
155 struct draw_context *draw = fetch
177 draw_pt_fetch_run_linear(struct pt_fetch *fetch, unsigned start, unsigned count, char *verts) argument
206 struct pt_fetch *fetch = CALLOC_STRUCT(pt_fetch); local
222 draw_pt_fetch_destroy(struct pt_fetch *fetch) argument
[all...]
H A Ddraw_pt_vsplit.c54 /* map a fetch element to a draw element */
83 * Add a fetch element and add it to the draw elements.
86 vsplit_add_cache(struct vsplit_frontend *vsplit, unsigned fetch) argument
91 fetch = MIN2(fetch, draw->pt.max_index);
93 hash = fetch % MAP_SIZE;
95 if (vsplit->cache.fetches[hash] != fetch) {
97 vsplit->cache.fetches[hash] = fetch;
100 /* add fetch */
102 vsplit->fetch_elts[vsplit->cache.num_fetch_elts++] = fetch;
114 vsplit_add_cache_uint(struct vsplit_frontend *vsplit, unsigned fetch) argument
[all...]
H A Ddraw_vs_variant.c42 /* A first pass at incorporating vertex fetch/emit functionality into
56 struct translate *fetch; member in struct:draw_vs_variant_generic
74 vsvg->fetch->set_buffer(vsvg->fetch,
143 vsvg->fetch->run_elts( vsvg->fetch,
209 vsvg->fetch->run( vsvg->fetch,
273 struct translate_key fetch, emit; local
291 /* Build free-standing fetch an
[all...]
H A Ddraw_pt_fetch_shade_pipeline.c45 struct pt_fetch *fetch; member in struct:fetch_pipeline_middle_end
95 draw_pt_fetch_prepare( fpme->fetch,
131 static void fetch( struct pt_fetch *fetch, argument
136 draw_pt_fetch_run_linear( fetch,
142 draw_pt_fetch_run( fetch,
228 fetch( fpme->fetch, fetch_info, (char *)fetched_vert_info.verts );
230 /* Finished with fetch:
392 if (fpme->fetch)
[all...]
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Ddownload_actuals.py53 def fetch(self, builder_name, dest_dir): member in class:Download
146 downloader.fetch(builder_name=params.builder,
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch.c50 * Perform the fetch from API vertex elements & vertex buffers, to a
60 draw_pt_fetch_prepare(struct pt_fetch *fetch, argument
65 struct draw_context *draw = fetch->draw;
72 fetch->vertex_size = vertex_size;
140 if (!fetch->translate ||
141 translate_key_compare(&fetch->translate->key, &key) != 0)
144 fetch->translate = translate_cache_find(fetch->cache, &key);
150 draw_pt_fetch_run(struct pt_fetch *fetch, argument
155 struct draw_context *draw = fetch
177 draw_pt_fetch_run_linear(struct pt_fetch *fetch, unsigned start, unsigned count, char *verts) argument
206 struct pt_fetch *fetch = CALLOC_STRUCT(pt_fetch); local
222 draw_pt_fetch_destroy(struct pt_fetch *fetch) argument
[all...]
H A Ddraw_pt_vsplit.c54 /* map a fetch element to a draw element */
83 * Add a fetch element and add it to the draw elements.
86 vsplit_add_cache(struct vsplit_frontend *vsplit, unsigned fetch) argument
91 fetch = MIN2(fetch, draw->pt.max_index);
93 hash = fetch % MAP_SIZE;
95 if (vsplit->cache.fetches[hash] != fetch) {
97 vsplit->cache.fetches[hash] = fetch;
100 /* add fetch */
102 vsplit->fetch_elts[vsplit->cache.num_fetch_elts++] = fetch;
114 vsplit_add_cache_uint(struct vsplit_frontend *vsplit, unsigned fetch) argument
[all...]
H A Ddraw_vs_variant.c42 /* A first pass at incorporating vertex fetch/emit functionality into
56 struct translate *fetch; member in struct:draw_vs_variant_generic
74 vsvg->fetch->set_buffer(vsvg->fetch,
143 vsvg->fetch->run_elts( vsvg->fetch,
209 vsvg->fetch->run( vsvg->fetch,
273 struct translate_key fetch, emit; local
291 /* Build free-standing fetch an
[all...]
/external/oprofile/daemon/
H A Dopd_ibs.h32 struct ibs_fetch_sample * fetch; member in struct:ibs_sample
37 * This struct represents the hardware-level IBS fetch information.
85 * Handle an IBS fetch sample escape code sequence. An IBS fetch sample
90 * entries are needed in order to process a complete IBS fetch sample.
98 * IBS fetch IBS op
/external/ppp/pppd/plugins/pppoatm/
H A Dtext2qos.c19 #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;
/external/skia/gm/rebaseline_server/
H A Ddownload_actuals.py53 def fetch(self, builder_name, dest_dir): member in class:Download
146 downloader.fetch(builder_name=params.builder,
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBufferedTokenStream.java127 if ( n > 0 ) fetch(n);
131 protected void fetch(int n) { method in class:BufferedTokenStream
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtemplate.rb39 templates = @templates || options.fetch( :templates ) do
53 @templates.fetch( name, values )
95 namespace = options.fetch( :namespace, ::Object )
108 namespace = options.fetch( :namespace, ::Object )
131 def fetch( name, values = {} ) method in class:ANTLR3.Template
132 self::TEMPLATES.fetch( name.to_s ).new( values )
156 context = self::TEMPLATES.fetch( old_name.to_s ) do
317 param.splat = options.fetch( :splat, false )
318 param.block = options.fetch( :block, false )
/external/chromium_org/tools/emacs/
H A Dtrybot.el106 (defun trybot-fetch (type-hint url)
109 (let ((on-fetch-completion
132 (set-process-sentinel process on-fetch-completion))))
139 (trybot-fetch type-hint url)))
174 (trybot-fetch type-hint url)))
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dmetadata_cache.js197 * If required metadata is already in the cache, does not fetch it again.
351 currentProvider.fetch(entry, type, onProviderProperties);
671 * can fetch at once.
677 MetadataProvider.prototype.fetch = function(entry, type, callback) {
678 throw new Error('Default metadata provider cannot fetch.');
724 FilesystemProvider.prototype.fetch = function(
802 DriveProvider.prototype.fetch = function(entry, type, callback) {
903 // Block the local fetch for drive files, which require downloading.
987 ContentProvider.prototype.fetch = function(entry, type, callback) {
/external/smack/src/org/jivesoftware/smackx/packet/
H A DOfflineMessageRequest.java42 private boolean fetch = false; field in class:OfflineMessageRequest
92 return fetch;
98 * @param fetch true if all the offline messages of the user should be retrieved.
100 public void setFetch(boolean fetch) { argument
101 this.fetch = fetch;
116 if (fetch) {
117 buf.append("<fetch/>");
208 else if (parser.getName().equals("fetch")) {
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DCachingCorrectnessTest.cpp33 #include "core/fetch/ImageResource.h"
34 #include "core/fetch/MemoryCache.h"
35 #include "core/fetch/Resource.h"
36 #include "core/fetch/ResourceFetcher.h"
37 #include "core/fetch/ResourcePtr.h"
94 ResourcePtr<Resource> fetch() function in class:__anon10372::CachingCorrectnessTest
193 ResourcePtr<Resource> fetched = fetch();
209 ResourcePtr<Resource> fetched = fetch();
225 ResourcePtr<Resource> fetched = fetch();
242 ResourcePtr<Resource> fetched = fetch();
[all...]

Completed in 2161 milliseconds

123