/external/autotest/client/bin/self-test/ |
test_redirect | 4 stdout = fd_stack(1, sys.stdout) variable 7 print "About to redirect stdout 1" 8 os.system ("echo About to redirect stdout 2") 10 stdout.redirect("test_logfile.stdout") 11 print "This should go into the stdout logfile 1" 12 os.system ("echo This should go into the stdout logfile 2") 14 sys.stderr.write ("This should go into the stdout logfile 1\n") 17 stdout.restore( [all...] |
test_logfile.stderr | 1 This should go into the stdout logfile 1
|
/external/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/ |
fail.txt | 1 # Run a command that fails with error on stdout. 3 # RUN: echo "line 1: failed test output on stdout" 4 # RUN: echo "line 2: failed test output on stdout"
|
/external/llvm/utils/lit/tests/Inputs/shtest-format/ |
fail.txt | 1 # RUN: printf "line 1: failed test output on stdout\nline 2: failed test output on stdout"
|
/external/valgrind/none/tests/mips32/ |
Makefile.am | 7 block_size.stdout.exp block_size.stderr.exp block_size.vgtest \ 8 branches.stdout.exp branches.stderr.exp branches.vgtest \ 9 FPUarithmetic.stdout.exp FPUarithmetic.stdout.exp-mips32 \ 11 LoadStore.stdout.exp LoadStore.stdout.exp-BE LoadStore.stderr.exp \ 13 LoadStore1.stdout.exp LoadStore1.stdout.exp-LE LoadStore1.stderr.exp \ 15 MemCpyTest.stdout.exp MemCpyTest.stderr.exp MemCpyTest.vgtest \ 16 MIPS32int.stdout.exp-mips32-BE MIPS32int.stdout.exp-mips32r2-BE [all...] |
/external/llvm/utils/lit/tests/Inputs/shtest-shell/ |
write-to-stdout-and-stderr.sh | 3 echo "a line on stdout"
|
redirects.txt | 1 # Check stdout redirect (> and >>). 3 # RUN: echo "not-present" > %t.stdout-write 4 # RUN: echo "is-present" > %t.stdout-write 5 # RUN: FileCheck --check-prefix=STDOUT-WRITE < %t.stdout-write %s 7 # STDOUT-WRITE-NOT: not-present 8 # STDOUT-WRITE: is-present 10 # RUN: echo "appended-line" >> %t.stdout-write 11 # RUN: FileCheck --check-prefix=STDOUT-APPEND < %t.stdout-write % [all...] |
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
arm_branch_out_of_range.sh | 45 check arm_bl_out_of_range.stdout \ 47 check arm_bl_out_of_range.stdout \ 49 check arm_bl_out_of_range.stdout \ 51 check arm_bl_out_of_range.stdout \ 53 check arm_bl_out_of_range.stdout \ 55 check arm_bl_out_of_range.stdout \ 58 check thumb_bl_out_of_range.stdout \ 60 check thumb_bl_out_of_range.stdout \ 62 check thumb_bl_out_of_range.stdout \ 64 check thumb_bl_out_of_range.stdout \ [all...] |
gdb_index_test_comm.sh | 38 STDOUT="$1" 40 check $STDOUT "^Version [4-7]" 44 check $STDOUT "^\[ *[0-9]*\] (anonymous namespace):" 45 check $STDOUT "^\[ *[0-9]*\] (anonymous namespace)::c1_count:" 46 check $STDOUT "^\[ *[0-9]*\] (anonymous namespace)::c2_count:" 47 check $STDOUT "^\[ *[0-9]*\] bool:" 48 check $STDOUT "^\[ *[0-9]*\] check<one::c1>:" 49 check $STDOUT "^\[ *[0-9]*\] check<two::c2<double> >:" 50 check $STDOUT "^\[ *[0-9]*\] check<two::c2<int> >:" 51 # check $STDOUT "^\[ *[0-9]*\] check<two::c2<int const\*> >: [all...] |
arm_farcall_thumb_thumb.sh | 41 check arm_farcall_thumb_thumb.stdout "1004: .* bx pc" 42 check arm_farcall_thumb_thumb.stdout "1006: .* nop" 43 check arm_farcall_thumb_thumb.stdout "1008: c000" 44 check arm_farcall_thumb_thumb.stdout "100a: e59f" 45 check arm_farcall_thumb_thumb.stdout "100c: ff1c e12f" 46 check arm_farcall_thumb_thumb.stdout "1010: 1015" 47 check arm_farcall_thumb_thumb.stdout "1012: 0200" 50 check arm_farcall_thumb_thumb_5t.stdout "1004: f004 e51f" 51 check arm_farcall_thumb_thumb_5t.stdout "1008: 1015" 52 check arm_farcall_thumb_thumb_5t.stdout "100a: 0200 [all...] |
ver_matching_test.sh | 56 check ver_matching_test.stdout "V1 *sizeof_headers$" 57 check ver_matching_test.stdout "Base *globaoeufostuff$" 58 check ver_matching_test.stdout "V1 *globaoeufxstuff$" 59 check ver_matching_test.stdout "V2 *otherns::stuff$" 60 check ver_matching_test.stdout "Base *otherns::biz$" 61 check ver_matching_test.stdout "V1 *foo$" 62 check ver_matching_test.stdout "V1 *bar()$" 63 check ver_matching_test.stdout "Base *bar1()$" 64 check ver_matching_test.stdout "V1 *bar2$" 65 check ver_matching_test.stdout "V1 *myns::blah()$ [all...] |
/external/valgrind/none/tests/tilegx/ |
Makefile.am | 11 insn_test_move_X0.stdout.exp insn_test_move_X0.stderr.exp \ 13 insn_test_move_X1.stdout.exp insn_test_move_X1.stderr.exp \ 15 insn_test_move_Y0.stdout.exp insn_test_move_Y0.stderr.exp \ 17 insn_test_move_Y1.stdout.exp insn_test_move_Y1.stderr.exp \ 19 insn_test_movei_X0.stdout.exp insn_test_movei_X0.stderr.exp \ 21 insn_test_movei_X1.stdout.exp insn_test_movei_X1.stderr.exp \ 23 insn_test_movei_Y0.stdout.exp insn_test_movei_Y0.stderr.exp \ 25 insn_test_movei_Y1.stdout.exp insn_test_movei_Y1.stderr.exp \ 27 insn_test_moveli_X0.stdout.exp insn_test_moveli_X0.stderr.exp \ 29 insn_test_moveli_X1.stdout.exp insn_test_moveli_X1.stderr.exp [all...] |
/external/curl/tests/data/ |
test1394 | 26 <stdout mode="text"> 27 </stdout>
|
test1016 | 23 X-Y range on a file:// URL to stdout 35 <stdout nonewline="yes"> 37 </stdout>
|
test1017 | 24 0-Y range on a file:// URL to stdout 36 <stdout nonewline="yes"> 38 </stdout>
|
test1018 | 23 X-X range on a file:// URL to stdout 35 <stdout nonewline="yes"> 37 </stdout>
|
test1019 | 24 X- range on a file:// URL to stdout 37 <stdout> 40 </stdout>
|
/ndk/sources/android/support/src/musl-stdio/ |
vprintf.c | 5 return vfprintf(stdout, fmt, ap);
|
/external/valgrind/none/tests/mips64/ |
Makefile.am | 7 arithmetic_instruction.stdout.exp-mips64 \ 8 arithmetic_instruction.stdout.exp-mips64r2 arithmetic_instruction.stderr.exp \ 10 branch_and_jump_instructions.stdout.exp \ 12 branches.stdout.exp branches.stderr.exp branches.vgtest \ 13 cvm_bbit.stdout.exp cvm_bbit.stdout.exp-non-octeon \ 15 cvm_ins.stdout.exp cvm_ins.stdout.exp-non-octeon \ 17 cvm_lx_ins.stdout.exp-LE cvm_lx_ins.stdout.exp-BE [all...] |
/external/valgrind/memcheck/tests/x86-solaris/ |
Makefile.am | 7 scalar.stderr.exp scalar.stdout.exp scalar.vgtest \ 8 scalar_obsolete.stderr.exp scalar_obsolete.stdout.exp scalar_obsolete.vgtest \ 9 context_eflags.stderr.exp context_eflags.stdout.exp context_eflags.vgtest \ 10 context_eflags2.stderr.exp context_eflags2.stdout.exp context_eflags2.vgtest \ 11 context_fpu.stderr.exp context_fpu.stdout.exp context_fpu.vgtest \ 12 context_gpr.stderr.exp context_gpr.stdout.exp context_gpr.vgtest \ 13 context_sse.stderr.exp context_sse.stdout.exp context_sse.vgtest \
|
/external/valgrind/helgrind/tests/ |
Makefile.am | 10 annotate_hbefore.vgtest annotate_hbefore.stdout.exp \ 12 annotate_rwlock.vgtest annotate_rwlock.stdout.exp \ 14 annotate_smart_pointer.vgtest annotate_smart_pointer.stdout.exp \ 17 cond_timedwait_invalid.vgtest cond_timedwait_invalid.stdout.exp \ 19 cond_timedwait_test.vgtest cond_timedwait_test.stdout.exp \ 21 bar_bad.vgtest bar_bad.stdout.exp bar_bad.stderr.exp \ 22 bar_trivial.vgtest bar_trivial.stdout.exp bar_trivial.stderr.exp \ 23 free_is_write.vgtest free_is_write.stdout.exp \ 25 hg01_all_ok.vgtest hg01_all_ok.stdout.exp hg01_all_ok.stderr.exp \ 26 hg02_deadlock.vgtest hg02_deadlock.stdout.exp hg02_deadlock.stderr.exp [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_help.py | 33 stdout = self.RunCommand('help', return_stdout=True) 34 self.assertIn('Available commands', stdout) 37 stdout = self.RunCommand('help', ['web', 'set'], return_stdout=True) 38 self.assertIn('gsutil web set', stdout) 39 self.assertNotIn('gsutil web get', stdout) 42 stdout = self.RunCommand('help', ['web', 'asdf'], return_stdout=True) 43 self.assertIn('help about one of the subcommands', stdout) 46 stdout = self.RunCommand('help', ['ls', 'asdf'], return_stdout=True) 47 self.assertIn('has no subcommands', stdout) 50 stdout = self.RunCommand('help', ['ls'], return_stdout=True [all...] |
test_gsutil.py | 27 stdout = self.RunGsUtil(['--version'], return_stdout=True) 28 self.assertEqual('gsutil version: %s\n' % gslib.VERSION, stdout) 31 stdout = self.RunGsUtil(['version'], return_stdout=True) 32 self.assertEqual('gsutil version: %s\n' % gslib.VERSION, stdout) 35 stdout = self.RunGsUtil(['version', '-l'], return_stdout=True) 36 self.assertIn('gsutil version: %s\n' % gslib.VERSION, stdout) 37 self.assertIn('boto version', stdout) 38 self.assertIn('checksum', stdout) 39 self.assertIn('config path', stdout) 40 self.assertIn('gsutil path', stdout) [all...] |
/external/valgrind/none/tests/amd64/ |
Makefile.am | 24 aes.vgtest aes.stdout.exp aes.stderr.exp \ 25 amd64locked.vgtest amd64locked.stdout.exp amd64locked.stderr.exp \ 26 avx-1.vgtest avx-1.stdout.exp avx-1.stderr.exp \ 27 avx2-1.vgtest avx2-1.stdout.exp avx2-1.stderr.exp \ 28 asorep.stderr.exp asorep.stdout.exp asorep.vgtest \ 29 bmi.stderr.exp bmi.stdout.exp bmi.vgtest \ 30 fma.stderr.exp fma.stdout.exp fma.vgtest \ 31 bug127521-64.vgtest bug127521-64.stdout.exp bug127521-64.stderr.exp \ 32 bug132813-amd64.vgtest bug132813-amd64.stdout.exp \ 34 bug137714-amd64.vgtest bug137714-amd64.stdout.exp [all...] |
/external/valgrind/none/tests/ppc64/ |
Makefile.am | 7 jm-int.stderr.exp jm-int.stdout.exp jm-int.vgtest jm-int.stdout.exp-LE \ 8 jm-fp.stderr.exp jm-fp.stdout.exp jm-fp.vgtest jm-fp.stdout.exp-LE jm-fp.stdout.exp-LE2 jm-fp.stdout.exp-BE2 \ 9 jm-vmx.stderr.exp jm-vmx.stdout.exp jm-vmx.stdout.exp_Minus_nan jm-vmx.stdout.exp-LE \ 11 jm-misc.stderr.exp jm-misc.stdout.exp jm-misc.vgtest [all...] |