HomeSort by relevance Sort by last modified time
    Searched defs:fetch (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
urlfetcher.py 35 """Class with restricted interface to fetch URLs (makes testing easier)"""
39 def fetch(self, url): member in class:UrlFetcher
52 contents = self.fetch(url)
urlfetcher_mock.py 37 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/
CSSFontFaceSrcValue.cpp 97 FontResource* CSSFontFaceSrcValue::fetch(Document* document) function in class:WebCore::CSSFontFaceSrcValue
  /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;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_fetch.c 50 * Perform the fetch from API vertex elements & vertex buffers, to a
60 draw_pt_fetch_prepare(struct pt_fetch *fetch,
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,
155 struct draw_context *draw = fetch->draw
206 struct pt_fetch *fetch = CALLOC_STRUCT(pt_fetch); local
    [all...]
draw_vs_variant.c 42 /* 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 and emit functions
    [all...]
draw_pt_fetch_shade_pipeline.c 45 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, function
136 draw_pt_fetch_run_linear( fetch,
142 draw_pt_fetch_run( fetch,
226 /* Fetch into our vertex buffer.
228 fetch( fpme->fetch, fetch_info, (char *)fetched_vert_info.verts );
230 /* Finished with fetch
    [all...]
draw_pt_fetch_shade_pipeline_llvm.c 46 struct pt_fetch *fetch; member in struct:llvm_middle_end
258 /* Finished with fetch and vs:
405 if (fpme->fetch)
406 draw_pt_fetch_destroy( fpme->fetch );
442 fpme->fetch = draw_pt_fetch_create( draw );
443 if (!fpme->fetch)
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch.c 50 * Perform the fetch from API vertex elements & vertex buffers, to a
60 draw_pt_fetch_prepare(struct pt_fetch *fetch,
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,
155 struct draw_context *draw = fetch->draw
206 struct pt_fetch *fetch = CALLOC_STRUCT(pt_fetch); local
    [all...]
draw_vs_variant.c 42 /* 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 and emit functions
    [all...]
draw_pt_fetch_shade_pipeline.c 45 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, function
136 draw_pt_fetch_run_linear( fetch,
142 draw_pt_fetch_run( fetch,
226 /* Fetch into our vertex buffer.
228 fetch( fpme->fetch, fetch_info, (char *)fetched_vert_info.verts );
230 /* Finished with fetch
    [all...]
draw_pt_fetch_shade_pipeline_llvm.c 46 struct pt_fetch *fetch; member in struct:llvm_middle_end
258 /* Finished with fetch and vs:
405 if (fpme->fetch)
406 draw_pt_fetch_destroy( fpme->fetch );
442 fpme->fetch = draw_pt_fetch_create( draw );
443 if (!fpme->fetch)
  /external/chromium_org/chrome/common/extensions/docs/server2/
fake_fetchers.py 35 def fetch(self, url): member in class:FakeOmahaProxy
42 def fetch(self, url): member in class:FakeOmahaHistory
53 def fetch(self, url): member in class:FakeSubversionServer
80 def fetch(self, url): member in class:FakeViewvcServer
110 def fetch(self, url): member in class:FakeGithubStat
114 def fetch(self, url): member in class:FakeGithubZip
129 def fetch(self, url): member in class:FakeRietveldAPI
145 def fetch(self, url): member in class:FakeRietveldTarball
appengine_wrappers.py 41 A fake urlfetch class just needs to have a fetch method. The keys of the
51 raise ValueError('No fake fetch paths have been configured. '
84 def fetch(self, url, **kwargs): member in class:IsDevServer.FakeUrlFetch
85 response = self._Response(_GetConfiguration(url).fetch(url))
94 rpc.result = self.fetch(url)
  /external/oprofile/daemon/
opd_ibs.h 32 struct ibs_fetch_sample * fetch; member in struct:ibs_sample
37 * This struct represents the hardware-level IBS fetch information.
44 /* MSRC001_1030 IBS Fetch Control Register */
47 /* MSRC001_1031 IBS Fetch Linear Address Register */
50 /* MSRC001_1032 IBS Fetch Physical Address Register */
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
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
MockFolder.java 62 public void fetch(Message[] messages, FetchProfile fp, MessageRetrievalListener listener) { method in class:MockFolder
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 39 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/chrome/browser/resources/file_manager/js/metadata/
metadata_cache.js 163 * If required metadata is already in the cache, does not fetch it again.
275 currentProvider.fetch(url, type, onProviderProperties, fsEntry);
610 * can fetch at once.
617 MetadataProvider.prototype.fetch = function(url, type, callback, opt_entry) {
618 throw new Error('Default metadata provider cannot fetch.');
665 FilesystemProvider.prototype.fetch = function(url, type, callback, opt_entry) {
742 DriveProvider.prototype.fetch = function(url, type, callback, opt_entry) {
827 // Block the local fetch for drive files, which require downloading.
926 ContentProvider.prototype.fetch = function(url, type, callback, opt_entry) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_format.c 134 LLVMValueRef fetch = NULL; local
143 fetch = add_fetch_rgba_test(gallivm, verbose, desc, lp_float32_vec4_type());
147 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch);
202 gallivm_free_function(gallivm, fetch, fetch_ptr);
219 LLVMValueRef fetch = NULL; local
228 fetch = add_fetch_rgba_test(gallivm, verbose, desc, lp_unorm8_vec4_type());
232 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch);
287 gallivm_free_function(gallivm, fetch, fetch_ptr);
  /external/chromium_org/tools/emacs/
trybot.el 106 (defun trybot-fetch (type-hint url)
107 "Fetch a URL and postprocess it as trybot output."
109 (let ((on-fetch-completion
132 (set-process-sentinel process on-fetch-completion))))
139 (trybot-fetch type-hint url)))
155 "Fetch a trybot URL and fix up the output into a compilation-mode buffer."
174 (trybot-fetch type-hint url)))
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_format.c 134 LLVMValueRef fetch = NULL; local
143 fetch = add_fetch_rgba_test(gallivm, verbose, desc, lp_float32_vec4_type());
147 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch);
202 gallivm_free_function(gallivm, fetch, fetch_ptr);
219 LLVMValueRef fetch = NULL; local
228 fetch = add_fetch_rgba_test(gallivm, verbose, desc, lp_unorm8_vec4_type());
232 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch);
287 gallivm_free_function(gallivm, fetch, fetch_ptr);
  /external/smack/src/org/jivesoftware/smackx/packet/
OfflineMessageRequest.java 42 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) {
101 this.fetch = fetch;
116 if (fetch) {
117 buf.append("<fetch/>");
208 else if (parser.getName().equals("fetch")) {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BufferedTokenStream.java 127 if ( n > 0 ) fetch(n);
131 protected void fetch(int n) { method in class:BufferedTokenStream
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 116 * each fetch completes. Messages are downloaded as (as) lightweight (as
160 public abstract void fetch(Message[] messages, FetchProfile fp, method in class:Folder
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate_generic.c 56 fetch_func fetch; member in struct:translate_generic::__anon14479
88 * Fetch a dword[4] vertex attribute from memory, doing format/type
646 tg->attrib[attr].fetch( data, src, 0, 0 );
649 debug_printf("Fetch linear attr %d from %p stride %d index %d: "
672 * Fetch vertex attributes for 'count' vertices.
823 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_sint;
825 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_uint;
828 tg->attrib[i].fetch = (fetch_func)format_desc->fetch_rgba_float;
    [all...]

Completed in 434 milliseconds

1 2 3