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

12 3 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/security_OpenSSLBlacklist/
security_OpenSSLBlacklist.py 22 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,
54 error.TestFail('Fetch without blacklist fails.'))
56 if self.fetch(b):
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/
update_external_sources_android.sh 45 git fetch --all
61 git fetch --all
77 git fetch --all
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt.h 50 /* The "front end" - prepare sets of fetch, draw elements for the
53 * The fetch elements are indices to the vertices. The draw elements are
55 * linear, middle->run_linear is called; When only the fetch elements are
60 * the draw elements (as well as the fetch elements) are splitted and the
87 * - fetch, vertex shade, cliptest, prim-pipeline
88 * - fetch, emit (ie passthrough)
199 * API vertex fetch:
203 void draw_pt_fetch_prepare( struct pt_fetch *fetch,
208 void draw_pt_fetch_run( struct pt_fetch *fetch,
213 void draw_pt_fetch_run_linear( struct pt_fetch *fetch,
    [all...]
draw_pt_fetch_shade_pipeline.c 46 struct pt_fetch *fetch; member in struct:fetch_pipeline_middle_end
110 draw_pt_fetch_prepare( fpme->fetch,
156 static void fetch( struct pt_fetch *fetch, function
161 draw_pt_fetch_run_linear( fetch,
167 draw_pt_fetch_run( fetch,
266 /* Fetch into our vertex buffer.
268 fetch( fpme->fetch, fetch_info, (char *)fetched_vert_info.verts );
270 /* Finished with fetch
    [all...]
draw_vs.c 224 if (!draw->vs.fetch ||
225 translate_key_compare(&draw->vs.fetch->key, key) != 0)
228 draw->vs.fetch = translate_cache_find(draw->vs.fetch_cache, key);
231 return draw->vs.fetch;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
parameter.rb 40 param.splat = options.fetch( :splat, false )
41 param.block = options.fetch( :block, false )
  /external/skia/bin/
fetch-clang-format 17 def fetch(target): function
44 fetch('clang-format')
coverage 34 bin/fetch-gn
  /system/libvintf/
utils.h 39 virtual status_t fetch(const std::string& path, std::string& fetched) { function in class:android::vintf::details::FileFetcher
79 status_t result = gFetcher->fetch(path, info);
  /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 )
main.rb 69 @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...]
  /external/python/cpython2/Lib/idlelib/
IdleHistory.py 9 fetch - Fetch stored statement matching prefix already entered.
31 "Fetch later statement; start with ealiest if cyclic."
32 self.fetch(reverse=False)
36 "Fetch earlier statement; start with most recent."
37 self.fetch(reverse=True)
40 def fetch(self, reverse): member in class:History
41 '''Fetch statememt and replace current line in text widget.
  /external/vulkan-validation-layers/build-android/
update_external_sources_android.sh 47 git fetch --all
63 git fetch --all
79 git fetch --all
96 git fetch --all
  /external/harfbuzz_ng/.ci/
deploy-docs.sh 27 git fetch upstream
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/fetch/
fetch.go 5 // Package fetch provides an extensible mechanism to fetch a profile
7 package fetch package
52 return nil, fmt.Errorf("http fetch %s: %v", source, err)
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/fetch/
fetch.go 5 // Package fetch provides an extensible mechanism to fetch a profile
7 package fetch package
52 return nil, fmt.Errorf("http fetch %s: %v", source, err)
  /external/vulkan-validation-layers/
update_external_sources.sh 28 git fetch --all
48 git fetch --all
56 git fetch --all
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_format.c 144 LLVMValueRef fetch = NULL; local
155 fetch = add_fetch_rgba_test(gallivm, verbose, desc, lp_float32_vec4_type());
159 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch);
243 LLVMValueRef fetch = NULL; local
254 fetch = add_fetch_rgba_test(gallivm, verbose, desc, lp_unorm8_vec4_type());
258 fetch_ptr = (fetch_ptr_t) gallivm_jit_function(gallivm, fetch);
391 /* only have util fetch func for etc1 */
397 /* missing fetch funcs */
  /prebuilts/go/darwin-x86/src/cmd/go/
http.go 75 fetch := func(scheme string) (urlStr string, res *http.Response, err error) {
97 urlStr, res, err := fetch("https")
100 log.Printf("https fetch failed: %v", err)
104 urlStr, res, err = fetch("http")
  /prebuilts/go/linux-x86/src/cmd/go/
http.go 75 fetch := func(scheme string) (urlStr string, res *http.Response, err error) {
97 urlStr, res, err := fetch("https")
100 log.Printf("https fetch failed: %v", err)
104 urlStr, res, err = fetch("http")
  /external/wpa_supplicant_8/hs20/server/www/
users.php 22 $row = $db->query("SELECT dump FROM eventlog WHERE rowid=$id")->fetch();
41 $row = $db->query("SELECT $mo FROM users WHERE rowid=$id")->fetch();
49 $row = $db->query("SELECT cert_pem FROM users WHERE rowid=$id")->fetch();
78 if ($cmd == 'fetch-pps-on' && $id > 0) {
81 if ($cmd == 'fetch-pps-off' && $id > 0) {
128 $row = $db->query("SELECT rowid,* FROM users WHERE rowid=$id")->fetch();
147 echo "Fetch PPS MO: ";
150 "[<a href=\"users.php?cmd=fetch-pps-off&id=$id\">" .
151 "do not fetch</a>]<br>\n";
153 echo "Do not fetch "
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 69 @output_directory = options.fetch( :output_directory, '.' )
70 @verbose = options.fetch( :verbose, $VERBOSE )
248 jar_path = options.fetch( :antlr_jar, default_antlr_jar )
276 @output_directory = options.fetch( :output_directory, File.dirname( @host_file ) )
277 @verbose = options.fetch( :verbose, $VERBOSE )
  /external/autotest/scheduler/
query_managers.py 41 Fetch a list of new host queue entries.
111 return list(scheduler_models.HostQueueEntry.fetch(
262 hosts = scheduler_models.Host.fetch(
346 return scheduler_models.Host.fetch(
381 host_labels = scheduler_models.Label.fetch(
392 job_labels = scheduler_models.Label.fetch(
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns16-doff4.d 24 [0-9a-f]+[02468ace] <[^>]*> efe00000[ \t]+<fetch packet header 0xefe00000>
39 [0-9a-f]+[02468ace] <[^>]*> efe8c000[ \t]+<fetch packet header 0xefe8c000>
54 [0-9a-f]+[02468ace] <[^>]*> efe9c000[ \t]+<fetch packet header 0xefe9c000>
69 [0-9a-f]+[02468ace] <[^>]*> efeac000[ \t]+<fetch packet header 0xefeac000>
84 [0-9a-f]+[02468ace] <[^>]*> efebc000[ \t]+<fetch packet header 0xefebc000>
99 [0-9a-f]+[02468ace] <[^>]*> efecc000[ \t]+<fetch packet header 0xefecc000>
114 [0-9a-f]+[02468ace] <[^>]*> efedc000[ \t]+<fetch packet header 0xefedc000>
129 [0-9a-f]+[02468ace] <[^>]*> efeec000[ \t]+<fetch packet header 0xefeec000>
144 [0-9a-f]+[02468ace] <[^>]*> efefc000[ \t]+<fetch packet header 0xefefc000>
159 [0-9a-f]+[02468ace] <[^>]*> efefc000[ \t]+<fetch packet header 0xefefc000
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java 514 * Pop3Folder.fetch(), for a failure in the call to indexUids().
532 // try the basic fetch of flags & envelope
537 mFolder.fetch(messages, fp, null);
539 fail("Broken stream should cause fetch() to throw.");
565 * Pop3Folder.fetch(), for a failure in the call to fetchEnvelope().
579 // try the basic fetch of flags & envelope, but the LIST command fails
585 mFolder.fetch(messages, fp, null);
587 fail("Broken stream should cause fetch() to throw.");
613 * Pop3Folder.fetch().
627 // try the basic fetch of flags & envelop
    [all...]

Completed in 915 milliseconds

12 3 4 5 6 7 8 91011>>