Home
last modified time | relevance | path

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

123456

/external/llvm/utils/lit/tests/Inputs/shtest-shell/
Dredirects.txt5 # RUN: FileCheck --check-prefix=STDOUT-WRITE < %t.stdout-write %s
7 # STDOUT-WRITE-NOT: not-present
8 # STDOUT-WRITE: is-present
11 # RUN: FileCheck --check-prefix=STDOUT-APPEND < %t.stdout-write %s
13 # STDOUT-APPEND: is-present
14 # STDOUT-APPEND: appended-line
/external/llvm/test/tools/llvm-cov/
Dcopy_block_helper.m12 // RUN: llvm-cov gcov copy_block_helper.m | FileCheck %s --check-prefix=STDOUT
13 // STDOUT: File 'copy_block_helper.m'
14 // STDOUT: Lines executed:100.00% of 5
15 // STDOUT: copy_block_helper.m:creating 'copy_block_helper.m.gcov'
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
DTest.pm116 close STDOUT or die "Can't close stdout: $!";
117 open STDOUT, '>', 'out.tmp' or die "Can't redirect stdout: $!";
134 close STDOUT or die "Can't close stdout: $!";
135 open STDOUT, '>&', $old_out or die "Can't restore stdout: $!";
/external/boringssl/src/crypto/rand/asm/
Drdrand-x86_64.pl26 *STDOUT=*OUT;
75 close STDOUT; # flush
/external/autotest/client/profilers/perf/
Dperf.py47 stderr=subprocess.STDOUT)
63 stderr=subprocess.STDOUT)
72 stderr=subprocess.STDOUT)
/external/tpm2/generator/
Dgenerator.py63 stderr=subprocess.STDOUT)
67 stderr=subprocess.STDOUT)
71 stderr=subprocess.STDOUT)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Dvtune_profiler.py31 cmd, stdout=self._tmp_output_file, stderr=subprocess.STDOUT)
125 stderr=subprocess.STDOUT,
134 stderr=subprocess.STDOUT,
/external/boringssl/src/crypto/perlasm/
Darm-xlate.pl7 open STDOUT,">$output" || die "can't open $output: $!";
170 close STDOUT;
/external/clang/tools/scan-build/libexec/
Dccc-analyzer33 open OLDOUT, ">&", \*STDOUT;
38 open(STDOUT, ">$TmpFile");
39 open(STDERR, ">&", \*STDOUT);
45 open STDOUT, ">&", \*OLDOUT;
/external/autotest/site_utils/
Ddeploy_production_local_unittest.py165 stderr=subprocess.STDOUT)
171 stderr=subprocess.STDOUT)
299 cwd='/usr/local/autotest', stderr=subprocess.STDOUT)
Ddeploy_production_local.py59 out = subprocess.check_output(['repo', 'status'], stderr=subprocess.STDOUT)
174 stderr=subprocess.STDOUT)
313 stderr=subprocess.STDOUT)
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
Dtest_setuptools_nspkg.py24 ], cwd=gSrcDir, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
69 stderr=subprocess.STDOUT,
/external/chromium-trace/catapult/catapult_base/catapult_base/
Dxvfb.py20 xvfb_command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
/external/autotest/client/bin/
Dautotest_client25 exit_code = subprocess.call(cmd, shell=True, stderr=subprocess.STDOUT,
/external/v8/tools/gcmole/
Dparallel.py31 cmdline, shell=True, stderr=subprocess.STDOUT), 0)
/external/autotest/client/profilers/mpstat/
Dmpstat.py20 stderr=subprocess.STDOUT)
/external/autotest/client/profilers/vmstat/
Dvmstat.py22 stderr=subprocess.STDOUT)
/external/autotest/client/site_tests/hardware_TLBMissCost/
Dperf_measurement.py27 stderr=subprocess.STDOUT)
/external/autotest/client/profilers/cpistat/
Dcpistat.py23 stderr=subprocess.STDOUT)
/external/boringssl/src/crypto/modes/asm/
Dghash-armv4.pl84 open STDOUT,"| \"$^X\" $xlate $flavour $output";
86 open STDOUT,">$output";
517 close STDOUT; # enforce flush
/external/jsoncpp/
Dmakerelease.py53 stderr=subprocess.STDOUT )
158 stderr=subprocess.STDOUT,
186 process = subprocess.Popen( cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT )
/external/compiler-rt/test/asan/android_commands/
Dandroid_common.py15 return subprocess.call([ADB] + args, stdout=devnull, stderr=subprocess.STDOUT)
/external/chromium-trace/catapult/devil/devil/utils/
Dcmd_helper.py267 stderr=subprocess.STDOUT)
302 stderr=subprocess.STDOUT)
/external/vixl/tools/
Dutil.py49 output = subprocess.check_output(args, stderr=subprocess.STDOUT, shell=shell)
/external/autotest/client/profilers/custom_perf/
Dcustom_perf.py32 stderr=subprocess.STDOUT)

123456