Home
last modified time | relevance | path

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

1234567891011

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dbroken-group.test7 # RUN: FileCheck %s -check-prefix=GNU-STDOUT < %tout.log
8 # GNU-STDOUT: COMDAT group section [ 2] `.group' [bar] contains 1 sections:
9 # GNU-STDOUT-NEXT: [Index] Name
10 # GNU-STDOUT-NEXT: [ 3] .foo
11 # GNU-STDOUT: COMDAT group section [ 4] `.group1' [zed] contains 1 sections:
12 # GNU-STDOUT-NEXT: [Index] Name
18 # RUN: FileCheck %s -check-prefix=LLVM-STDOUT < %t2out.log
19 # LLVM-STDOUT: Groups {
20 # LLVM-STDOUT-NEXT: Group {
21 # LLVM-STDOUT-NEXT: Name: .group
[all …]
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/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/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/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/openssh/
Dfixprogs35 select(OUT); $|=1; select(STDOUT);
46 close STDIN; close STDOUT; close STDERR;
48 open (STDOUT, ">/dev/null");
/external/protobuf/conformance/
Dconformance_ruby.rb102 STDOUT.write([serialized_response.length].pack('V'))
103 STDOUT.write(serialized_response)
104 STDOUT.flush
/external/autotest/site_utils/
Ddeploy_server_local.py98 out = subprocess.check_output(['repo', 'status'], stderr=subprocess.STDOUT)
183 stderr=subprocess.STDOUT)
187 stderr=subprocess.STDOUT)
253 stderr=subprocess.STDOUT)
275 subprocess.check_call(cmd, stderr=subprocess.STDOUT)
400 stderr=subprocess.STDOUT)
492 stderr=subprocess.STDOUT)
/external/capstone/suite/
Dtest_mc.py4 from subprocess import Popen, PIPE, STDOUT
49 …semble', '-print-imm-hex', '-mattr=+msa', syntax] + option, stdout=PIPE, stdin=PIPE, stderr=STDOUT)
51 …vm-mc', '-disassemble', '-print-imm-hex', syntax] + option, stdout=PIPE, stdin=PIPE, stderr=STDOUT)
54 … '-disassemble', '-print-imm-hex', '-mattr=+msa'] + option, stdout=PIPE, stdin=PIPE, stderr=STDOUT)
56 …pen(['llvm-mc', '-disassemble', '-print-imm-hex'] + option, stdout=PIPE, stdin=PIPE, stderr=STDOUT)
/external/clang/tools/scan-build-py/tests/functional/cases/
D__init__.py32 kwargs.update({'stdout': subprocess.PIPE, 'stderr': subprocess.STDOUT})
37 kwargs.update({'stdout': subprocess.PIPE, 'stderr': subprocess.STDOUT})
45 stderr=subprocess.STDOUT)
/external/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()
/external/autotest/client/profilers/perf/
Dperf.py47 stderr=subprocess.STDOUT)
63 stderr=subprocess.STDOUT)
72 stderr=subprocess.STDOUT)
/external/grpc-grpc/tools/run_tests/python_utils/
Ddockerjob.py40 stderr=subprocess.STDOUT) == 0
92 stderr=subprocess.STDOUT) == 0
104 stderr=subprocess.STDOUT) == 0:
/external/vixl/tools/
Dclang_format.py102 stdout = temp_file, stderr = subprocess.STDOUT)
109 stdout = subprocess.PIPE, stderr = subprocess.STDOUT)
115 stdout = subprocess.PIPE, stderr = subprocess.STDOUT)
125 stdout=temp_file, stderr=subprocess.STDOUT)
/external/clang/tools/scan-build-py/libscanbuild/
Dclang.py22 lines = subprocess.check_output([cmd, '-v'], stderr=subprocess.STDOUT)
47 stderr=subprocess.STDOUT)
146 stderr=subprocess.STDOUT)
/external/selinux/python/chcat/
Dchcat101 subprocess.check_call(cmd, stderr=subprocess.STDOUT, shell=False)
141 subprocess.check_call(cmd, stderr=subprocess.STDOUT, shell=False)
182 subprocess.check_call(cmd, stderr=subprocess.STDOUT, shell=False)
230 subprocess.check_call(cmd, stderr=subprocess.STDOUT, shell=False)
258 subprocess.check_call(cmd, stderr=subprocess.STDOUT, shell=False)
278 subprocess.check_call(cmd, stderr=subprocess.STDOUT, shell=False)
/external/boringssl/src/crypto/fipsmodule/rand/asm/
Drdrand-x86_64.pl33 *STDOUT=*OUT;
87 close STDOUT; # flush
/external/boringssl/src/crypto/test/asm/
Dtrampoline-armv4.pl46 *STDOUT = *OUT;
182 close STDOUT;
Dtrampoline-armv8.pl44 *STDOUT = *OUT;
209 close STDOUT;
Dtrampoline-x86.pl38 open STDOUT, ">$output";
123 close STDOUT;
/external/python/cpython3/Lib/asyncio/
Dwindows_utils.py25 STDOUT = subprocess.STDOUT variable
149 elif stderr == STDOUT:
/external/grpc-grpc/tools/interop_matrix/
Dcreate_matrix_images.py278 ['git', 'apply', patch_file], cwd=stack_base, stderr=subprocess.STDOUT)
290 stderr=subprocess.STDOUT)
299 stderr=subprocess.STDOUT)
333 ['git', 'checkout', release], cwd=stack_base, stderr=subprocess.STDOUT)
/external/boringssl/src/crypto/fipsmodule/modes/asm/
Dghash-neon-armv8.pl65 open STDOUT,"| \"$^X\" $xlate $flavour $output";
67 open STDOUT,">$output";
287 close STDOUT; # enforce flush

1234567891011