/third_party/skia/resources/sksl/ |
D | update_fuzzer.py | 55 stderr=subprocess.STDOUT) 60 stderr=subprocess.STDOUT) 66 stderr=subprocess.STDOUT) 71 stderr=subprocess.STDOUT)
|
/third_party/openssl/util/ |
D | withlibctx.pl | 16 open (my $STDOUT_ORIG, '>&', STDOUT); 22 open(STDOUT, '>>', $tmpfile); 25 close(STDOUT); 29 open (STDOUT, '>&', $STDOUT_ORIG);
|
/third_party/node/deps/openssl/openssl/util/ |
D | withlibctx.pl | 16 open (my $STDOUT_ORIG, '>&', STDOUT); 22 open(STDOUT, '>>', $tmpfile); 25 close(STDOUT); 29 open (STDOUT, '>&', $STDOUT_ORIG);
|
/third_party/openssl/test/recipes/ |
D | 01-test_symbol_presence.t | 49 *OSTDOUT = *STDOUT; 51 open STDOUT, ">", devnull(); 54 close STDOUT; 56 *STDOUT = *OSTDOUT;
|
/third_party/node/tools/ |
D | pseudo-tty.py | 12 STDOUT = 1 variable 27 if dfd == STDOUT: 77 os.dup2(child_fd, STDOUT) 103 if pipe(parent_fd, STDOUT):
|
/third_party/protobuf/conformance/ |
D | conformance_ruby.rb | 117 STDOUT.write([serialized_response.length].pack('V')) 118 STDOUT.write(serialized_response) 119 STDOUT.flush
|
/third_party/mbedtls/scripts/ |
D | abi_check.py | 183 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/ |
D | clang_format.py | 99 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/ |
D | 2-1.c | 48 #define STDOUT 1 macro 72 close(STDOUT); in sigterm_handler() 74 dup2(the_pipe[1], STDOUT); in sigterm_handler()
|
D | 2-2.c | 49 #define STDOUT 1 macro 73 close(STDOUT); in sigterm_handler() 75 dup2(the_pipe[1], STDOUT); in sigterm_handler()
|
/third_party/openssl/ms/ |
D | uplink-ia64.pl | 9 $output = pop and open STDOUT,">$output"; 60 close STDOUT;
|
D | uplink-x86.pl | 15 $output = pop and open STDOUT,">$output"; 43 close STDOUT;
|
/third_party/node/deps/openssl/openssl/ms/ |
D | uplink-ia64.pl | 9 $output = pop and open STDOUT,">$output"; 60 close STDOUT;
|
D | uplink-x86.pl | 15 $output = pop and open STDOUT,">$output"; 43 close STDOUT;
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | arm64cpuid.pl | 22 *STDOUT=*OUT; 157 close STDOUT or die "error closing STDOUT: $!";
|
D | armv4cpuid.pl | 22 *STDOUT=*OUT; 300 close STDOUT or die "error closing STDOUT: $!";
|
D | c64xpluscpuid.pl | 10 open STDOUT,">$output"; 287 close STDOUT or die "error closing STDOUT: $!";
|
/third_party/openssl/crypto/ |
D | arm64cpuid.pl | 22 *STDOUT=*OUT; 157 close STDOUT or die "error closing STDOUT: $!";
|
D | armv4cpuid.pl | 22 *STDOUT=*OUT; 300 close STDOUT or die "error closing STDOUT: $!";
|
D | c64xpluscpuid.pl | 10 open STDOUT,">$output"; 287 close STDOUT or die "error closing STDOUT: $!";
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | win_tool.py | 140 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/ |
D | win_tool.py | 140 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/ |
D | gyp_main.py | 16 "uname", stdout=subprocess.PIPE, stderr=subprocess.STDOUT 29 ["cygpath", "-u", path], stdout=subprocess.PIPE, stderr=subprocess.STDOUT
|
/third_party/node/tools/gyp/ |
D | gyp_main.py | 16 "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/ |
D | ia64-mont.pl | 859 open STDOUT,">$output" if $output; 861 close STDOUT or die "error closing STDOUT: $!";
|