Home
last modified time | relevance | path

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

12345678910>>...13

/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/
Ddebianrules52 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 …]
Dam_edit92 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/
Dtune.pl76 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/
D01-test_symbol_presence.t37 *OSTDOUT = *STDOUT;
39 open STDOUT, ">", devnull();
42 close STDOUT;
44 *STDOUT = *OSTDOUT;
/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/node/test/pseudo-tty/
Dpty_helper.py10 STDOUT = 1 variable
25 if dfd == STDOUT:
75 os.dup2(child_fd, STDOUT)
101 if pipe(parent_fd, STDOUT):
/third_party/mbedtls/scripts/
Dabi_check.py104 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/
Dconformance_ruby.rb117 STDOUT.write([serialized_response.length].pack('V'))
118 STDOUT.write(serialized_response)
119 STDOUT.flush
/third_party/openssl/ms/
Duplink-ia64.pl10 open STDOUT,">$output";
61 close STDOUT;
Duplink-x86.pl16 open STDOUT,">$output";
44 close STDOUT;
Duplink-x86_64.pl12 *STDOUT=*OUT;
71 close STDOUT;
/third_party/openssl/crypto/
Darm64cpuid.pl19 *STDOUT=*OUT;
147 close STDOUT or die "error closing STDOUT: $!";
Darmv4cpuid.pl19 *STDOUT=*OUT;
296 close STDOUT or die "error closing STDOUT: $!";
Dc64xpluscpuid.pl10 open STDOUT,">$output";
287 close STDOUT or die "error closing STDOUT: $!";
Dalphacpuid.pl11 open STDOUT,">$output";
257 close STDOUT or die "error closing STDOUT: $!";
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
D2-2.c49 #define STDOUT 1 macro
73 close(STDOUT); in sigterm_handler()
75 dup2(the_pipe[1], STDOUT); in sigterm_handler()
D2-1.c48 #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/
Dia64-mont.pl858 open STDOUT,">$output" if $output;
860 close STDOUT or die "error closing STDOUT: $!";
/third_party/grpc/tools/interop_matrix/
Dcreate_matrix_images.py268 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/
Dgyp_main.py18 stderr=subprocess.STDOUT)
33 stderr=subprocess.STDOUT)
/third_party/node/tools/gyp/
Dgyp_main.py18 "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/
Ddockerjob.py40 stderr=subprocess.STDOUT) == 0
109 stderr=subprocess.STDOUT) == 0
120 stderr=subprocess.STDOUT) == 0:
/third_party/node/tools/gyp/pylib/gyp/
Dwin_tool.py142 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/
Dwin_tool.py126 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/
Dwindows_utils.py25 STDOUT = subprocess.STDOUT variable
148 elif stderr == STDOUT:

12345678910>>...13