Searched refs:fetch (Results 1 - 25 of 186) sorted by relevance

12345678

/external/e2fsprogs/tests/progs/test_data/
H A 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 2000
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
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_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_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/wpa_supplicant_8/hs20/server/www/
H A Dadd-free.php17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch();
26 $row = $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();
H A Dadd-mo.php28 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch();
34 $userrow = $db->query("SELECT identity FROM users WHERE identity='$user' AND realm='$realm'")->fetch();
H A Dredirect.php15 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch();
H A Dsignup.php18 $row = $db->query("SELECT realm FROM sessions WHERE id='$id'")->fetch();
26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fetch();
H A Dcert-enroll.php17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch();
/external/chromium-trace/catapult/firefighter/update/common/buildbot/
H A Dnetwork.py29 return urlfetch.fetch(url).content
34 return urlfetch.fetch(url).content
/external/llvm/utils/git-svn/
H A Dgit-svnup9 git fetch
/external/mesa3d/src/mesa/main/
H A Dtexcompress.c476 void (*fetch)(const struct swrast_texture_image *texImage,
497 fetch = _mesa_fetch_texel_rgb_dxt1;
500 fetch = _mesa_fetch_texel_rgba_dxt1;
503 fetch = _mesa_fetch_texel_rgba_dxt3;
506 fetch = _mesa_fetch_texel_rgba_dxt5;
511 fetch = _mesa_fetch_texel_2d_f_rgb_fxt1;
514 fetch = _mesa_fetch_texel_2d_f_rgba_fxt1;
519 fetch = _mesa_fetch_texel_red_rgtc1;
522 fetch = _mesa_fetch_texel_signed_red_rgtc1;
525 fetch
[all...]
/external/jetty/src/java/org/eclipse/jetty/security/
H A DCrossContextPsuedoSession.java30 T fetch(HttpServletRequest request); method in interface:CrossContextPsuedoSession
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Dinteractive.rb9 uses Readline (if available) or standard IO#gets to fetch data on demand.
27 @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/e2fsprogs/tests/progs/
H A Dtest_icount_cmds.ct17 fetch;
/external/strace/
H A Dtravis-ci.sh5 git fetch --unshallow
/external/chromium-trace/catapult/third_party/typ/typ/fakes/tests/
H A Dtest_result_server_fake_test.py30 resp = host.fetch(url, 'foo=bar')
/external/autotest/client/site_tests/security_OpenSSLBlacklist/
H A Dsecurity_OpenSSLBlacklist.py22 def fetch(self, blacklist='/dev/null'): member in class:security_OpenSSLBlacklist
46 # Fire up an openssl s_server and have curl fetch from it
53 self.fetch,
56 if self.fetch(b):
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
H A 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(reques
[all...]
/external/chromium-trace/catapult/dashboard/dashboard/
H A 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()
H A 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()
H A Dstored_object_test.py56 part_entities = stored_object.PartEntity.query().fetch()
74 multipart_entities = stored_object.MultipartEntity.query().fetch()
76 part_entities = stored_object.PartEntity.query().fetch()
/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/valgrind/coregrind/m_gdbserver/
H A Dregcache.c46 int fetch)
55 /* FIXME - fetch registers for INF */
56 if (fetch && regcache->registers_valid == 0) {
203 unsigned char *register_data (int n, int fetch) argument
206 = get_regcache (current_inferior, fetch)->registers;
211 unsigned char *register_data_for_supply (int n, int fetch, Bool *mod) argument
214 = get_regcache (current_inferior, fetch);
45 get_regcache(struct thread_info *inf, int fetch) argument
/external/chromium-trace/catapult/third_party/Paste/paste/debug/
H A Dtestserver.py75 def fetch(path): function
82 # build a uri, fetch and return
85 assert "PATH_INFO: /foo" in fetch("/foo")
86 assert "PATH_INFO: /womble" in fetch("/womble")
92 # and then... fetch it...

Completed in 888 milliseconds

12345678