Home
last modified time | relevance | path

Searched refs:STDOUT (Results 1 – 25 of 504) sorted by relevance

12345678910>>...21

/third_party/skia/resources/sksl/
Dupdate_fuzzer.py55 stderr=subprocess.STDOUT)
60 stderr=subprocess.STDOUT)
66 stderr=subprocess.STDOUT)
71 stderr=subprocess.STDOUT)
/third_party/openssl/util/
Dwithlibctx.pl16 open (my $STDOUT_ORIG, '>&', STDOUT);
22 open(STDOUT, '>>', $tmpfile);
25 close(STDOUT);
29 open (STDOUT, '>&', $STDOUT_ORIG);
/third_party/node/deps/openssl/openssl/util/
Dwithlibctx.pl16 open (my $STDOUT_ORIG, '>&', STDOUT);
22 open(STDOUT, '>>', $tmpfile);
25 close(STDOUT);
29 open (STDOUT, '>&', $STDOUT_ORIG);
/third_party/openssl/test/recipes/
D01-test_symbol_presence.t49 *OSTDOUT = *STDOUT;
51 open STDOUT, ">", devnull();
54 close STDOUT;
56 *STDOUT = *OSTDOUT;
/third_party/node/tools/
Dpseudo-tty.py12 STDOUT = 1 variable
27 if dfd == STDOUT:
77 os.dup2(child_fd, STDOUT)
103 if pipe(parent_fd, STDOUT):
/third_party/protobuf/conformance/
Dconformance_ruby.rb117 STDOUT.write([serialized_response.length].pack('V'))
118 STDOUT.write(serialized_response)
119 STDOUT.flush
/third_party/mbedtls/scripts/
Dabi_check.py183 stderr=subprocess.STDOUT
196 stderr=subprocess.STDOUT
202 stderr=subprocess.STDOUT
214 stderr=subprocess.STDOUT
226 stderr=subprocess.STDOUT
236 stderr=subprocess.STDOUT
251 stderr=subprocess.STDOUT
285 stderr=subprocess.STDOUT
383 stderr=subprocess.STDOUT
447 stderr=subprocess.STDOUT
/third_party/vixl/tools/
Dclang_format.py99 stdout = temp_file, stderr = subprocess.STDOUT)
106 stdout = subprocess.PIPE, stderr = subprocess.STDOUT)
112 stdout = subprocess.PIPE, stderr = subprocess.STDOUT)
122 stdout=temp_file, stderr=subprocess.STDOUT)
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
D2-1.c48 #define STDOUT 1 macro
72 close(STDOUT); in sigterm_handler()
74 dup2(the_pipe[1], STDOUT); in sigterm_handler()
D2-2.c49 #define STDOUT 1 macro
73 close(STDOUT); in sigterm_handler()
75 dup2(the_pipe[1], STDOUT); in sigterm_handler()
/third_party/openssl/ms/
Duplink-ia64.pl9 $output = pop and open STDOUT,">$output";
60 close STDOUT;
Duplink-x86.pl15 $output = pop and open STDOUT,">$output";
43 close STDOUT;
/third_party/node/deps/openssl/openssl/ms/
Duplink-ia64.pl9 $output = pop and open STDOUT,">$output";
60 close STDOUT;
Duplink-x86.pl15 $output = pop and open STDOUT,">$output";
43 close STDOUT;
/third_party/node/deps/openssl/openssl/crypto/
Darm64cpuid.pl22 *STDOUT=*OUT;
157 close STDOUT or die "error closing STDOUT: $!";
Darmv4cpuid.pl22 *STDOUT=*OUT;
300 close STDOUT or die "error closing STDOUT: $!";
Dc64xpluscpuid.pl10 open STDOUT,">$output";
287 close STDOUT or die "error closing STDOUT: $!";
/third_party/openssl/crypto/
Darm64cpuid.pl22 *STDOUT=*OUT;
157 close STDOUT or die "error closing STDOUT: $!";
Darmv4cpuid.pl22 *STDOUT=*OUT;
300 close STDOUT or die "error closing STDOUT: $!";
Dc64xpluscpuid.pl10 open STDOUT,">$output";
287 close STDOUT or die "error closing STDOUT: $!";
/third_party/node/tools/gyp/pylib/gyp/
Dwin_tool.py140 stderr=subprocess.STDOUT,
254 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
298 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
317 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
335 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dwin_tool.py140 stderr=subprocess.STDOUT,
254 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
298 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
317 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
335 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT
/third_party/node/deps/npm/node_modules/node-gyp/gyp/
Dgyp_main.py16 "uname", stdout=subprocess.PIPE, stderr=subprocess.STDOUT
29 ["cygpath", "-u", path], stdout=subprocess.PIPE, stderr=subprocess.STDOUT
/third_party/node/tools/gyp/
Dgyp_main.py16 "uname", stdout=subprocess.PIPE, stderr=subprocess.STDOUT
29 ["cygpath", "-u", path], stdout=subprocess.PIPE, stderr=subprocess.STDOUT
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
Dia64-mont.pl859 open STDOUT,">$output" if $output;
861 close STDOUT or die "error closing STDOUT: $!";

12345678910>>...21