/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/ |
D | debianrules | 52 print STDOUT "export kde_confdir=$kde_confdir\n"; 53 print STDOUT "export kde_prefix=$kde_prefix\n"; 54 print STDOUT "export kde_bindir=$kde_bindir\n"; 55 print STDOUT "export kde_includedir=$kde_includedir\n"; 56 print STDOUT "export kde_libdir=$kde_libdir\n"; 57 print STDOUT "export kde_cgidir=$kde_cgidir\n"; 58 print STDOUT "export kde_moduledir=$kde_moduledir\n"; 59 print STDOUT "export kde_appsdir=$kde_appsdir\n"; 60 print STDOUT "export kde_datadir=$kde_datadir\n"; 61 print STDOUT "export kde_htmldir=$kde_htmldir\n"; [all …]
|
D | am_edit | 92 print STDOUT "\n"; 93 print STDOUT basename($thisProg), " $version\n", 118 print STDOUT "Usage $thisProg [OPTION] ... [dir/Makefile.in]...\n", 167 print STDOUT "Scanning for Makefile.in\n" if ($verbose); 171 print STDOUT "Using input files specified by user\n" if ($verbose); 181 printf STDOUT "Time %.2f CPU sec\n", (times)[0] - $start if ($verbose); 242 print STDOUT "Processing makefile $printname\n" if ($verbose); 494 print STDOUT "found Makefile.in without Makefile.am\n" if ($verbose); 570 print STDOUT "will use suffix $cxxsuffix\n" if ($verbose); 604 print STDOUT "found program $program\n" if ($verbose); [all …]
|
/third_party/boost/libs/sort/ |
D | tune.pl | 76 print STDOUT "Tuning variables for $exename on vectors with $defFileSize elements\n"; 91 print STDOUT "building randomgen\n"; 103 print STDOUT "Tuning log of the minimum count for recursion\n"; 105 print STDOUT "Tuning log_mean_bin_size\n"; 107 print STDOUT "Tuning log_finishing_size\n"; 111 print STDOUT "Tuning log of the minimum count for recursion for floats\n"; 113 print STDOUT "Tuning float_log_mean_bin_size\n"; 115 print STDOUT "Tuning float_log_finishing_size\n"; 122 print STDOUT "Tuning minimum sorting size\n"; 124 print STDOUT "Writing results\n"; [all …]
|
/third_party/openssl/test/recipes/ |
D | 01-test_symbol_presence.t | 37 *OSTDOUT = *STDOUT; 39 open STDOUT, ">", devnull(); 42 close STDOUT; 44 *STDOUT = *OSTDOUT;
|
/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/node/test/pseudo-tty/ |
D | pty_helper.py | 10 STDOUT = 1 variable 25 if dfd == STDOUT: 75 os.dup2(child_fd, STDOUT) 101 if pipe(parent_fd, STDOUT):
|
/third_party/mbedtls/scripts/ |
D | abi_check.py | 104 stderr=subprocess.STDOUT 117 stderr=subprocess.STDOUT 123 stderr=subprocess.STDOUT 135 stderr=subprocess.STDOUT 147 stderr=subprocess.STDOUT 157 stderr=subprocess.STDOUT 172 stderr=subprocess.STDOUT 206 stderr=subprocess.STDOUT 217 stderr=subprocess.STDOUT 278 stderr=subprocess.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/openssl/ms/ |
D | uplink-ia64.pl | 10 open STDOUT,">$output"; 61 close STDOUT;
|
D | uplink-x86.pl | 16 open STDOUT,">$output"; 44 close STDOUT;
|
D | uplink-x86_64.pl | 12 *STDOUT=*OUT; 71 close STDOUT;
|
/third_party/openssl/crypto/ |
D | arm64cpuid.pl | 19 *STDOUT=*OUT; 147 close STDOUT or die "error closing STDOUT: $!";
|
D | armv4cpuid.pl | 19 *STDOUT=*OUT; 296 close STDOUT or die "error closing STDOUT: $!";
|
D | c64xpluscpuid.pl | 10 open STDOUT,">$output"; 287 close STDOUT or die "error closing STDOUT: $!";
|
D | alphacpuid.pl | 11 open STDOUT,">$output"; 257 close STDOUT or die "error closing STDOUT: $!";
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
D | 2-2.c | 49 #define STDOUT 1 macro 73 close(STDOUT); in sigterm_handler() 75 dup2(the_pipe[1], STDOUT); in sigterm_handler()
|
D | 2-1.c | 48 #define STDOUT 1 macro 72 close(STDOUT); in sigterm_handler() 74 dup2(the_pipe[1], STDOUT); in sigterm_handler()
|
/third_party/openssl/crypto/bn/asm/ |
D | ia64-mont.pl | 858 open STDOUT,">$output" if $output; 860 close STDOUT or die "error closing STDOUT: $!";
|
/third_party/grpc/tools/interop_matrix/ |
D | create_matrix_images.py | 268 stderr=subprocess.STDOUT) 279 stderr=subprocess.STDOUT) 287 stderr=subprocess.STDOUT) 320 stderr=subprocess.STDOUT) 335 stderr=subprocess.STDOUT)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/ |
D | gyp_main.py | 18 stderr=subprocess.STDOUT) 33 stderr=subprocess.STDOUT)
|
/third_party/node/tools/gyp/ |
D | gyp_main.py | 18 "uname", stdout=subprocess.PIPE, stderr=subprocess.STDOUT 33 ["cygpath", "-u", path], stdout=subprocess.PIPE, stderr=subprocess.STDOUT
|
/third_party/grpc/tools/run_tests/python_utils/ |
D | dockerjob.py | 40 stderr=subprocess.STDOUT) == 0 109 stderr=subprocess.STDOUT) == 0 120 stderr=subprocess.STDOUT) == 0:
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | win_tool.py | 142 stderr=subprocess.STDOUT, 257 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT 303 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT 324 args, shell=True, env=env, stdout=subprocess.PIPE, stderr=subprocess.STDOUT 344 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 | 126 stderr=subprocess.STDOUT) 219 stdout=subprocess.PIPE, stderr=subprocess.STDOUT) 253 stdout=subprocess.PIPE, stderr=subprocess.STDOUT) 274 stdout=subprocess.PIPE, stderr=subprocess.STDOUT) 291 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
/third_party/python/Lib/asyncio/ |
D | windows_utils.py | 25 STDOUT = subprocess.STDOUT variable 148 elif stderr == STDOUT:
|