/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | broken-group.test | 7 # 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/ |
D | redirects.txt | 5 # 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/ |
D | redirects.txt | 5 # 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/ |
D | copy_block_helper.m | 12 // 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/ |
D | copy_block_helper.m | 12 // 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/ |
D | Test.pm | 116 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/ |
D | fixprogs | 35 select(OUT); $|=1; select(STDOUT); 46 close STDIN; close STDOUT; close STDERR; 48 open (STDOUT, ">/dev/null");
|
/external/protobuf/conformance/ |
D | conformance_ruby.rb | 102 STDOUT.write([serialized_response.length].pack('V')) 103 STDOUT.write(serialized_response) 104 STDOUT.flush
|
/external/autotest/site_utils/ |
D | deploy_server_local.py | 98 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/ |
D | test_mc.py | 4 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__.py | 32 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/ |
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()
|
/external/autotest/client/profilers/perf/ |
D | perf.py | 47 stderr=subprocess.STDOUT) 63 stderr=subprocess.STDOUT) 72 stderr=subprocess.STDOUT)
|
/external/grpc-grpc/tools/run_tests/python_utils/ |
D | dockerjob.py | 40 stderr=subprocess.STDOUT) == 0 92 stderr=subprocess.STDOUT) == 0 104 stderr=subprocess.STDOUT) == 0:
|
/external/vixl/tools/ |
D | clang_format.py | 102 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/ |
D | clang.py | 22 lines = subprocess.check_output([cmd, '-v'], stderr=subprocess.STDOUT) 47 stderr=subprocess.STDOUT) 146 stderr=subprocess.STDOUT)
|
/external/selinux/python/chcat/ |
D | chcat | 101 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/ |
D | rdrand-x86_64.pl | 33 *STDOUT=*OUT; 87 close STDOUT; # flush
|
/external/boringssl/src/crypto/test/asm/ |
D | trampoline-armv4.pl | 46 *STDOUT = *OUT; 182 close STDOUT;
|
D | trampoline-armv8.pl | 44 *STDOUT = *OUT; 209 close STDOUT;
|
D | trampoline-x86.pl | 38 open STDOUT, ">$output"; 123 close STDOUT;
|
/external/python/cpython3/Lib/asyncio/ |
D | windows_utils.py | 25 STDOUT = subprocess.STDOUT variable 149 elif stderr == STDOUT:
|
/external/grpc-grpc/tools/interop_matrix/ |
D | create_matrix_images.py | 278 ['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/ |
D | ghash-neon-armv8.pl | 65 open STDOUT,"| \"$^X\" $xlate $flavour $output"; 67 open STDOUT,">$output"; 287 close STDOUT; # enforce flush
|