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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/progs/test_data/
test.icount 12 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/wpa_supplicant_8/hs20/server/www/
add-free.php 17 $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();
redirect.php 15 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch();
add-mo.php 28 $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();
signup.php 18 $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();
cert-enroll.php 17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch();
  /packages/apps/TV/src/com/android/tv/config/
RemoteConfig.java 28 * Notified on successful completion of a {@link #fetch)}
35 * Starts a fetch and notifies {@code listener} on successful completion.
37 void fetch(OnRemoteConfigUpdatedListener listener); method in interface:RemoteConfig
DefaultConfigManager.java 38 public void fetch(OnRemoteConfigUpdatedListener listener) { method in class:DefaultConfigManager.StubRemoteConfig
  /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;
138 if (!fetch->translate ||
139 translate_key_compare(&fetch->translate->key, &key) != 0)
142 fetch->translate = translate_cache_find(fetch->cache, &key);
148 draw_pt_fetch_run(struct pt_fetch *fetch,
153 struct draw_context *draw = fetch->draw
206 struct pt_fetch *fetch = CALLOC_STRUCT(pt_fetch); local
    [all...]
draw_pt_vsplit.c 56 /* map a fetch element to a draw element */
85 * Add a fetch element and add it to the draw elements.
88 vsplit_add_cache(struct vsplit_frontend *vsplit, unsigned fetch)
92 hash = fetch % MAP_SIZE;
96 if (vsplit->cache.fetches[hash] != fetch) {
98 vsplit->cache.fetches[hash] = fetch;
101 /* add fetch */
103 vsplit->fetch_elts[vsplit->cache.num_fetch_elts++] = fetch;
114 vsplit_get_base_idx(unsigned start, unsigned fetch)
116 return draw_overflow_uadd(start, fetch, MAX_ELT_IDX)
    [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,
168 vsvg->fetch->run_elts( vsvg->fetch,
236 vsvg->fetch->run( vsvg->fetch,
302 struct translate_key fetch, emit; local
320 /* Build free-standing fetch and emit functions
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
ir-a2xx.h 71 /* FETCH specific: */
75 /* texture fetch specific: */
77 /* vertex fetch specific: */
84 } fetch; member in union:ir2_instruction::__anon27640
162 instr->fetch.opc = VTX_FETCH;
163 instr->fetch.const_idx = ci;
164 instr->fetch.const_idx_sel = cis;
165 instr->fetch.fmt = fmt;
166 instr->fetch.is_signed = is_signed;
167 instr->fetch.stride = stride
    [all...]
fd2_program.c 99 * type information for vertex fetch yet.. so those need to be
172 /* update vtx fetch instructions: */
189 instr->fetch.const_idx = 20 + (i / 3);
190 instr->fetch.const_idx_sel = i % 3;
192 instr->fetch.fmt = fd2_pipe2surface(format);
193 instr->fetch.is_normalized = desc->channel[j].normalized;
194 instr->fetch.is_signed =
196 instr->fetch.stride = vb->stride ? : 1;
197 instr->fetch.offset = elem->src_offset;
202 assert(instr->fetch.fmt != ~0)
    [all...]
ir-a2xx.c 168 /* third pass, emit ALU/FETCH: */
274 * FETCH instructions:
281 instr_fetch_t *fetch = (instr_fetch_t *)dwords; local
286 memset(fetch, 0, sizeof(*fetch));
291 fetch->opc = instr->fetch.opc;
293 if (instr->fetch.opc == VTX_FETCH) {
294 instr_fetch_vtx_t *vtx = &fetch->vtx;
296 assert(instr->fetch.stride <= 0xff)
    [all...]
  /art/runtime/interpreter/mterp/x86/
zcmp.S 11 movswl 2(rPC), rINST # fetch signed displacement
  /art/runtime/interpreter/mterp/x86_64/
zcmp.S 11 movswq 2(rPC), rINSTq # fetch signed displacement
  /external/llvm/utils/git-svn/
git-svnup 9 git fetch
  /external/swiftshader/third_party/subzero/crosstest/
test_sync_atomic.h 19 type test_alloca_##inst(bool fetch, volatile type *ptr, type a); \
20 type test_const_##inst(bool fetch, volatile type *ptr, type ignored);
test_sync_atomic.cpp 30 type test_alloca_##inst(bool fetch, volatile type *ptr, type a) { \
34 if (fetch) { \
46 type test_const_##inst(bool fetch, volatile type *ptr, type ign) { \
47 if (fetch) { \
  /system/libvintf/test/
vintf_object_tests.cpp 172 ON_CALL(*fetcher, fetch(StrEq("/vendor/manifest.xml"), _))
178 ON_CALL(*fetcher, fetch(StrEq("/system/manifest.xml"), _))
184 ON_CALL(*fetcher, fetch(StrEq("/vendor/compatibility_matrix.xml"), _))
190 ON_CALL(*fetcher, fetch(StrEq("/system/compatibility_matrix.xml"), _))
225 EXPECT_CALL(fetcher(), fetch(StrEq("/vendor/manifest.xml"), _));
226 EXPECT_CALL(fetcher(), fetch(StrEq("/system/manifest.xml"), _));
227 EXPECT_CALL(fetcher(), fetch(StrEq("/vendor/compatibility_matrix.xml"), _));
228 EXPECT_CALL(fetcher(), fetch(StrEq("/system/compatibility_matrix.xml"), _));
264 EXPECT_CALL(fetcher(), fetch(StrEq("/vendor/manifest.xml"), _));
265 EXPECT_CALL(fetcher(), fetch(StrEq("/system/manifest.xml"), _))
    [all...]
utils-fake.h 34 ON_CALL(*this, fetch(_, _)).WillByDefault(Invoke(&real_, &FileFetcher::fetch));
37 MOCK_METHOD2(fetch, status_t(const std::string& path, std::string& fetched));
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
interactive.rb 9 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/
test_icount_cmds.ct 16 request do_fetch, "Fetch an icount entry",
17 fetch;
  /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/valgrind/coregrind/m_gdbserver/
regcache.c 46 int fetch)
55 /* FIXME - fetch registers for INF */
56 if (fetch && regcache->registers_valid == 0) {
203 unsigned char *register_data (int n, int fetch)
206 = get_regcache (current_inferior, fetch)->registers;
211 unsigned char *register_data_for_supply (int n, int fetch, Bool *mod)
214 = get_regcache (current_inferior, fetch);

Completed in 1070 milliseconds

1 2 3 4 5 6 7 8 91011>>