Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/external/e2fsprogs/tests/progs/test_data/
Dtest.icount12 fetch 0
16 fetch 20001
21 # OK, now let's test fetch and store. We also test the boundary cases
24 fetch 1
26 fetch 1
28 fetch 1
30 fetch 1
32 fetch 1
34 fetch 1
35 fetch 20000
[all …]
Dexpect.icount5 test_icount: fetch 0
6 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch
13 test_icount: fetch 20001
14 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch
21 test_icount: fetch 1
24 test_icount: fetch 1
27 test_icount: fetch 1
30 test_icount: fetch 1
33 test_icount: fetch 1
36 test_icount: fetch 1
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch.c60 draw_pt_fetch_prepare(struct pt_fetch *fetch, in draw_pt_fetch_prepare() argument
65 struct draw_context *draw = fetch->draw; in draw_pt_fetch_prepare()
72 fetch->vertex_size = vertex_size; in draw_pt_fetch_prepare()
140 if (!fetch->translate || in draw_pt_fetch_prepare()
141 translate_key_compare(&fetch->translate->key, &key) != 0) in draw_pt_fetch_prepare()
144 fetch->translate = translate_cache_find(fetch->cache, &key); in draw_pt_fetch_prepare()
150 draw_pt_fetch_run(struct pt_fetch *fetch, in draw_pt_fetch_run() argument
155 struct draw_context *draw = fetch->draw; in draw_pt_fetch_run()
156 struct translate *translate = fetch->translate; in draw_pt_fetch_run()
177 draw_pt_fetch_run_linear(struct pt_fetch *fetch, in draw_pt_fetch_run_linear() argument
[all …]
Ddraw_pt_vsplit.c86 vsplit_add_cache(struct vsplit_frontend *vsplit, unsigned fetch) in vsplit_add_cache() argument
91 fetch = MIN2(fetch, draw->pt.max_index); in vsplit_add_cache()
93 hash = fetch % MAP_SIZE; in vsplit_add_cache()
95 if (vsplit->cache.fetches[hash] != fetch) { in vsplit_add_cache()
97 vsplit->cache.fetches[hash] = fetch; in vsplit_add_cache()
102 vsplit->fetch_elts[vsplit->cache.num_fetch_elts++] = fetch; in vsplit_add_cache()
114 vsplit_add_cache_uint(struct vsplit_frontend *vsplit, unsigned fetch) in vsplit_add_cache_uint() argument
117 if (fetch == 0xffffffff && !vsplit->cache.has_max_fetch) { in vsplit_add_cache_uint()
118 unsigned hash = fetch % MAP_SIZE; in vsplit_add_cache_uint()
119 vsplit->cache.fetches[hash] = fetch - 1; /* force update */ in vsplit_add_cache_uint()
[all …]
Ddraw_vs_variant.c56 struct translate *fetch; member
74 vsvg->fetch->set_buffer(vsvg->fetch, in vsvg_set_buffer()
143 vsvg->fetch->run_elts( vsvg->fetch, in vsvg_run_elts()
209 vsvg->fetch->run( vsvg->fetch, in vsvg_run_linear()
273 struct translate_key fetch, emit; in draw_vs_create_variant_generic() local
293 fetch.nr_elements = key->nr_inputs; in draw_vs_create_variant_generic()
294 fetch.output_stride = vsvg->temp_vertex_stride; in draw_vs_create_variant_generic()
296 fetch.element[i].type = TRANSLATE_ELEMENT_NORMAL; in draw_vs_create_variant_generic()
297 fetch.element[i].input_format = key->element[i].in.format; in draw_vs_create_variant_generic()
298 fetch.element[i].input_buffer = key->element[i].in.buffer; in draw_vs_create_variant_generic()
[all …]
Ddraw_pt_fetch_shade_pipeline.c45 struct pt_fetch *fetch; member
95 draw_pt_fetch_prepare( fpme->fetch, in fetch_pipeline_prepare()
131 static void fetch( struct pt_fetch *fetch, in fetch() argument
136 draw_pt_fetch_run_linear( fetch, in fetch()
142 draw_pt_fetch_run( fetch, in fetch()
228 fetch( fpme->fetch, fetch_info, (char *)fetched_vert_info.verts ); in fetch_pipeline_generic()
392 if (fpme->fetch) in fetch_pipeline_destroy()
393 draw_pt_fetch_destroy( fpme->fetch ); in fetch_pipeline_destroy()
423 fpme->fetch = draw_pt_fetch_create( draw ); in draw_pt_fetch_pipeline_or_emit()
424 if (!fpme->fetch) in draw_pt_fetch_pipeline_or_emit()
Ddraw_pt.h196 void draw_pt_fetch_prepare( struct pt_fetch *fetch,
201 void draw_pt_fetch_run( struct pt_fetch *fetch,
206 void draw_pt_fetch_run_linear( struct pt_fetch *fetch,
211 void draw_pt_fetch_destroy( struct pt_fetch *fetch );
/external/mesa3d/src/mesa/main/
Dtexcompress.c476 void (*fetch)(const struct swrast_texture_image *texImage, in _mesa_decompress_image() local
497 fetch = _mesa_fetch_texel_rgb_dxt1; in _mesa_decompress_image()
500 fetch = _mesa_fetch_texel_rgba_dxt1; in _mesa_decompress_image()
503 fetch = _mesa_fetch_texel_rgba_dxt3; in _mesa_decompress_image()
506 fetch = _mesa_fetch_texel_rgba_dxt5; in _mesa_decompress_image()
511 fetch = _mesa_fetch_texel_2d_f_rgb_fxt1; in _mesa_decompress_image()
514 fetch = _mesa_fetch_texel_2d_f_rgba_fxt1; in _mesa_decompress_image()
519 fetch = _mesa_fetch_texel_red_rgtc1; in _mesa_decompress_image()
522 fetch = _mesa_fetch_texel_signed_red_rgtc1; in _mesa_decompress_image()
525 fetch = _mesa_fetch_texel_rg_rgtc2; in _mesa_decompress_image()
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dmain.rb69 @no_output = options.fetch( :no_output, false )
70 @profile = options.fetch( :profile, false )
71 @debug_socket = options.fetch( :debug_socket, false )
72 @ruby_prof = options.fetch( :ruby_prof, false )
73 @encoding = options.fetch( :encoding, nil )
74 @interactive = options.fetch( :interactive, false )
75 @input = options.fetch( :input, $stdin )
125 @input = options.fetch( :input, $stdin )
126 @output = options.fetch( :output, $stdout )
127 @error = options.fetch( :error, $stderr )
[all …]
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 ANTLR3.Template.Group
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 )
Dstreams.rb400 @position = options.fetch :position, 0
401 @line = options.fetch :line, 1
402 @column = options.fetch :column, 0
435 @position = options.fetch :position, 0
436 @line = options.fetch :line, 1
437 @column = options.fetch :column, 0
787 @channel = options.fetch( :channel ) { stream.channel or DEFAULT_CHANNEL }
788 @source_name = options.fetch( :source_name ) { stream.source_name }
792 @channel = options.fetch( :channel, DEFAULT_CHANNEL )
793 @source_name = options.fetch( :source_name ) { @token_source.source_name rescue nil }
[all …]
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dhttpclient_test.py131 self.fetch = httpclient.RealHttpFetch(real_dns_lookup)
136 self.fetch._get_system_proxy = get_proxy
147 connection = self.fetch._get_connection('example.com', None, is_ssl=False)
154 connection = self.fetch._get_connection('example.com', 8888, is_ssl=False)
161 connection = self.fetch._get_connection('example.com', 8888, is_ssl=False)
168 connection = self.fetch._get_connection('example.com', None, is_ssl=True)
175 connection = self.fetch._get_connection('example.com', None, is_ssl=True)
182 connection = self.fetch._get_connection('example.com', None, is_ssl=True)
192 fetch = httpclient.RealHttpFetch(real_dns_lookup)
196 response = fetch(request)
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
Dinteractive.rb27 @position = options.fetch :position, 0
28 @line = options.fetch :line, 1
29 @column = options.fetch :column, 0
63 @position = options.fetch :position, 0
64 @line = options.fetch :line, 1
65 @column = options.fetch :column, 0
/external/chromium-trace/catapult/dashboard/dashboard/
Dchange_internal_only_test.py70 bots = graph_data.Bot.query().fetch()
79 tests = graph_data.Test.query().fetch()
88 rows = graph_data.Row.query().fetch()
98 anomalies = anomaly.Anomaly.query().fetch()
129 bots = graph_data.Bot.query().fetch()
132 tests = graph_data.Test.query().fetch()
135 rows = graph_data.Row.query().fetch()
Dadd_point_queue_test.py31 self.assertEqual(1, len(graph_data.Master.query().fetch()))
32 self.assertEqual(1, len(graph_data.Bot.query().fetch()))
33 self.assertEqual(3, len(graph_data.Test.query().fetch()))
40 created_masters = graph_data.Master.query().fetch()
41 created_bots = graph_data.Bot.query().fetch()
42 created_tests = graph_data.Test.query().fetch()
Ddatastore_hooks_test.py98 bots = graph_data.Bot.query().fetch()
107 tests = graph_data.Test.query().fetch()
126 'Master', 'ChromiumPerf', 'Bot', 'FooInternal')).fetch()
132 rows = graph_data.Row.query().fetch()
140 graph_data.Row.value == 20).fetch()
146 sheriffs = sheriff.Sheriff.query().fetch()
180 rows = graph_data.Row.query().filter(graph_data.Row.value == 20).fetch()
183 rows = graph_data.Row.query().filter(graph_data.Row.value == 20).fetch()
Dgroup_report.py79 anomalies = anomaly_query.fetch(limit=_DISPLAY_LIMIT)
82 stoppage_alerts = stoppage_alert_query.fetch(limit=_DISPLAY_LIMIT)
100 anomalies = anomaly_query.fetch(limit=_QUERY_LIMIT)
104 stoppage_alerts = stoppage_alert_query.fetch(limit=_DISPLAY_LIMIT)
142 anomalies = query.fetch(limit=_QUERY_LIMIT)
/external/ppp/pppd/plugins/pppoatm/
Dtext2qos.c19 #define fetch __atmlib_fetch macro
89 switch (fetch(text,"max_pcr=","pcr=","min_pcr=","max_sdu=","sdu=", in params()
135 item = fetch(&text,"!none","ubr","cbr","vbr","abr","aal0","aal5",NULL); in text2qos()
160 switch (fetch(&text,"tx","rx",NULL)) { in text2qos()
162 if (!fetch(&text,":none",NULL)) { in text2qos()
176 if (fetch(&text,"rx",NULL)) return -1; in text2qos()
177 if (!fetch(&text,":none",NULL) && qos) qos->rxtp.traffic_class = ATM_NONE; in text2qos()
/external/valgrind/coregrind/m_gdbserver/
Dregcache.c46 int fetch) in get_regcache() argument
56 if (fetch && regcache->registers_valid == 0) { in get_regcache()
203 unsigned char *register_data (int n, int fetch) in register_data() argument
206 = get_regcache (current_inferior, fetch)->registers; in register_data()
211 unsigned char *register_data_for_supply (int n, int fetch, Bool *mod) in register_data_for_supply() argument
214 = get_regcache (current_inferior, fetch); in register_data_for_supply()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_format.c134 LLVMValueRef fetch = NULL; in test_format_float() local
143 fetch = add_fetch_rgba_test(gallivm, verbose, desc, lp_float32_vec4_type()); in test_format_float()
147 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch); in test_format_float()
202 gallivm_free_function(gallivm, fetch, fetch_ptr); in test_format_float()
219 LLVMValueRef fetch = NULL; in test_format_unorm8() local
228 fetch = add_fetch_rgba_test(gallivm, verbose, desc, lp_unorm8_vec4_type()); in test_format_unorm8()
232 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch); in test_format_unorm8()
287 gallivm_free_function(gallivm, fetch, fetch_ptr); in test_format_unorm8()
/external/v8/
DREADME.md21 fetch v8
23 This will checkout V8 into the directory `v8` and fetch all of its dependencies.
32 fetch = +refs/branch-heads/*:refs/remotes/branch-heads/*
33 fetch = +refs/tags/*:refs/tags/*
/external/wpa_supplicant_8/hs20/server/www/
Dadd-free.php17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch();
26 … $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fetch();
33 $row = $db->query("SELECT password FROM users WHERE identity='$user' AND realm='$realm'")->fetch();
/external/chromium-trace/catapult/dashboard/docs/
Dcode-snippets.md22 alerts = query.fetch(limit=5000)
51 test_keys = query.fetch(limit=LIMIT, keys_only=True)
69 test_keys = query.fetch(limit=LIMIT, keys_only=True)
83 keys = graph_data.Test.query(ancestor=ancestor).fetch(keys_only=True)
111 test_keys = test_query.fetch(keys_only=True)
145 test_keys = graph_data.Test.query(ancestor=ancestor_key).fetch(keys_only=True)
150 graph_data.Row.parent_test == test_key).fetch(keys_only=True, limit=100)
/external/e2fsprogs/lib/et/test_cases/
Dheimdal2.et16 ec KADM_NO_REALM, "Cannot fetch local realm"
17 ec KADM_NO_CRED, "Unable to fetch credentials"
32 ec KADM_NO_HERE, "Could not fetch local socket address"
33 ec KADM_NO_MAST, "Could not fetch master key"
46 ec KADM_NO_HOSTNAME, "Could not fetch system hostname"
/external/autotest/client/site_tests/security_OpenSSLBlacklist/
Dsecurity_OpenSSLBlacklist.py22 def fetch(self, blacklist='/dev/null'): member in security_OpenSSLBlacklist
53 self.fetch,
56 if self.fetch(b):

12345678910>>...13