Searched refs:fetches (Results 1 – 25 of 27) sorted by relevance
12
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_vsplit.c | 55 unsigned fetches[MAP_SIZE]; member 68 memset(vsplit->cache.fetches, 0xff, sizeof(vsplit->cache.fetches)); in vsplit_clear_cache() 95 if (vsplit->cache.fetches[hash] != fetch) { in vsplit_add_cache() 97 vsplit->cache.fetches[hash] = fetch; in vsplit_add_cache() 119 vsplit->cache.fetches[hash] = fetch - 1; /* force update */ in vsplit_add_cache_uint()
|
/external/autotest/client/site_tests/platform_Crouton/ |
D | control | 13 This test fetches a specific branch of crouton, and runs crouton tests.
|
/external/curl/tests/data/ |
D | test539 | 42 Two FTP fetches using different CURLOPT_FTP_FILEMETHOD
|
/external/chromium-trace/catapult/third_party/typ/typ/fakes/tests/ |
D | host_fake_test.py | 83 self.assertEqual(h.fetches, [(url, None, None, actual_resp)])
|
/external/autotest/client/site_tests/network_WiMaxSmoke/ |
D | control | 28 the WiMAX network, it fetches some data from a URL to confirm the WiMAX
|
/external/chromium-trace/catapult/third_party/typ/typ/fakes/ |
D | host_fake.py | 48 self.fetches = [] 247 self.fetches.append((url, data, headers, resp))
|
/external/harfbuzz_ng/src/hb-ucdn/ |
D | README | 40 fetches the appropriate files and dumps the compressed database into
|
/external/mesa3d/docs/ |
D | MESA_texture_signed_rgba.spec | 123 fetches interact with fragment coloring? 132 For assembly program extensions supporting texture fetches
|
D | VERSIONS | 1113 - NV vertex program ARL-relative fetches didn't work
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/documentation/ |
D | Rules.md | 22 2. The recording fetches data from one server:
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | fetch-limits.r600.ll | 5 ; R600 supports 8 fetches in a clause
|
D | fetch-limits.r700+.ll | 14 ; r700+ supports 16 fetches in a clause
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPU.td | 135 "Limit the maximum number of fetches in a clause to "#Value>;
|
D | SIInstructions.td | 2429 /* int_SI_imageload for texture fetches consuming varying address parameters */
|
/external/tlsdate/ |
D | CHANGELOG | 93 Support multiple hosts for time fetches
|
/external/valgrind/coregrind/m_gdbserver/ |
D | README_DEVELOPERS | 64 such as "get the registers"). It executes the command (e.g. fetches
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 1332 Using the provided integer address, SAMPLE_I fetches data 1475 Using the provided integer address, LOAD fetches data
|
/external/curl/docs/ |
D | FAQ | 49 3.15 Can I do recursive fetches with curl? 651 3.15 Can I do recursive fetches with curl? 1005 parses the results and fetches the new URL.
|
D | TheArtOfHttpScripting | 604 Curl supports encrypted fetches when built to use a TLS library and it can be
|
/external/libvorbis/doc/ |
D | rfc5215.txt | 491 it fetches the correct Configuration.
|
/external/jemalloc/ |
D | ChangeLog | 76 + Detect failed profile fetches. (@djwatson)
|
/external/c-ares/ |
D | CHANGES | 1093 The init_by_resolv_conf() function fetches the DNS-server(s)
|
/external/e2fsprogs/doc/ |
D | libext2fs.texinfo | 1237 Returns in @var{ret} fetches the count for a particular inode @var{ino}.
|
/external/curl/ |
D | CHANGES.0 | 10832 fetches, and test case 69 and 70 were added for testing authentication 11896 - Andr�s Garc�a fixed a flaw that made (among other things) dict-fetches 15824 fetches when you're doing advanced stuff, but now I've modified curl to at 16091 - I also noticed that ftp fetches through HTTP proxies didn't add the user 16116 which screwed up multiple fetches such as in location: followings. 16477 it is a demand. I've added simple support for X-Y style fetches. X has to 17884 - Made it grok user+passwd for HTTP fetches. The trick is to base64
|
/external/bison/doc/ |
D | bison.texi | 7626 When the parser fetches a new token by invoking @code{yylex}, it checks 7719 fetches a new token from the scanner so that it can determine the next
|
12