/external/toybox/tests/ |
uudecode.test | 7 testing "uudecode uu empty file" "uudecode -o /dev/stdout && echo yes" \ 9 testing "uudecode uu 1-char" "uudecode -o /dev/stdout" "a" "" \ 11 testing "uudecode uu 2-char" "uudecode -o /dev/stdout" "ab" "" \ 13 testing "uudecode uu 3-char" "uudecode -o /dev/stdout" "abc" "" \ 16 testing "uudecode b64 empty file" "uudecode -o /dev/stdout && echo yes" \ 18 testing "uudecode b64 1-char" "uudecode -o /dev/stdout" "a" "" \ 20 testing "uudecode b64 2-char" "uudecode -o /dev/stdout" "ab" "" \ 22 testing "uudecode b64 3-char" "uudecode -o /dev/stdout" "abc" "" \
|
/external/valgrind/none/tests/ |
resolv.c | 9 fflush(stdout); 12 fflush(stdout);
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
arm_branch_in_range.sh | 44 check arm_bl_in_range.stdout \ 46 check arm_bl_in_range.stdout \ 48 check thumb_bl_in_range.stdout \ 50 check thumb_bl_in_range.stdout \ 52 check thumb2_bl_in_range.stdout \ 54 check thumb2_bl_in_range.stdout \ 56 check thumb_blx_in_range.stdout \ 58 check thumb_blx_in_range.stdout \ 60 check thumb2_blx_in_range.stdout \ 62 check thumb2_blx_in_range.stdout \ [all...] |
arm_cortex_a8.sh | 42 check arm_cortex_a8_b.stdout ".*ffe: .* b.w .*000 <.*>" 43 check arm_cortex_a8_b.stdout ".000: .* b.w .*100 <_func>" 46 check arm_cortex_a8_b_cond.stdout ".*ffe: .* b.w .*000 <.*>" 47 check arm_cortex_a8_b_cond.stdout ".000: .* beq.n .*006 <.*>" 48 check arm_cortex_a8_b_cond.stdout ".002: .* b.w .*002 <.*>" 49 check arm_cortex_a8_b_cond.stdout ".006: .* b.w .*100 <_func>" 52 check arm_cortex_a8_bl.stdout ".*ffe: .* bl .*000 <.*>" 53 check arm_cortex_a8_bl.stdout ".000: .* b.w .*100 <_func>" 56 check arm_cortex_a8_blx.stdout ".*ffe: .* blx .*000 <.*>" 57 check arm_cortex_a8_blx.stdout ".000: .* b .*100 <_func> [all...] |
split_i386.sh | 41 match 'cmp.*+%gs:[^,]*,%esp' split_i386_1.stdout 42 match 'call.*__morestack>?$' split_i386_1.stdout 43 match 'lea.*-0x200\(%esp\),' split_i386_1.stdout 45 match 'stc' split_i386_2.stdout 46 match 'call.*__morestack_non_split>?$' split_i386_2.stdout 47 nomatch 'call.*__morestack>?$' split_i386_2.stdout 48 match 'lea.*-0x4200\(%esp\),' split_i386_2.stdout 50 match 'failed to match' split_i386_3.stdout 52 match 'call.*__morestack>?$' split_i386_4.stdout 54 match 'cannot mix' split_i386_r.stdout [all...] |
split_x32.sh | 42 match 'cmp.*+%fs:[^,]*,%esp' split_x32_1.stdout 43 match 'callq.*__morestack>?$' split_x32_1.stdout 44 match 'lea.*-0x200\(%rsp\),' split_x32_1.stdout 46 match 'stc' split_x32_2.stdout 47 match 'callq.*__morestack_non_split>?$' split_x32_2.stdout 48 nomatch 'callq.*__morestack>?$' split_x32_2.stdout 49 match 'lea.*-0x4200\(%rsp\),' split_x32_2.stdout 51 match 'failed to match' split_x32_3.stdout 53 match 'callq.*__morestack>?$' split_x32_4.stdout 55 match 'cannot mix' split_x32_r.stdout [all...] |
split_x86_64.sh | 41 match 'cmp.*+%fs:[^,]*,%rsp' split_x86_64_1.stdout 42 match 'callq.*__morestack>?$' split_x86_64_1.stdout 43 match 'lea.*-0x200\(%rsp\),' split_x86_64_1.stdout 45 match 'stc' split_x86_64_2.stdout 46 match 'callq.*__morestack_non_split>?$' split_x86_64_2.stdout 47 nomatch 'callq.*__morestack>?$' split_x86_64_2.stdout 48 match 'lea.*-0x4200\(%rsp\),' split_x86_64_2.stdout 50 match 'failed to match' split_x86_64_3.stdout 52 match 'callq.*__morestack>?$' split_x86_64_4.stdout 54 match 'cannot mix' split_x86_64_r.stdout [all...] |
arm_unaligned_reloc.sh | 42 check arm_unaligned_reloc.stdout "^00009000 <x>:$" 43 check arm_unaligned_reloc.stdout "^0000a001 <abs32>:$" 44 check arm_unaligned_reloc.stdout "^ a001: 00009000 .*$" 45 check arm_unaligned_reloc.stdout "^0000a005 <rel32>:" 46 check arm_unaligned_reloc.stdout "^ a005: ffffeffb .*$" 47 check arm_unaligned_reloc.stdout "^0000a009 <abs16>:" 48 check arm_unaligned_reloc.stdout "^ a009: 00009000 .*$" 50 check arm_unaligned_reloc_r.stdout "^ 1: 00000000 .*$" 51 check arm_unaligned_reloc_r.stdout "^[ ]*1: R_ARM_ABS32 .data.0$" 52 check arm_unaligned_reloc_r.stdout "^ 5: 00000000 .*$ [all...] |
/external/nanopb-c/tests/basic_stream/ |
encode_stream.c | 1 /* Same as test_encode1.c, except writes directly to stdout. 9 /* This binds the pb_ostream_t into the stdout stream */ 25 /* Prepare the stream, output goes directly to stdout */ 27 stream.state = stdout; 28 SET_BINARY_MODE(stdout);
|
/external/valgrind/memcheck/tests/amd64-solaris/ |
Makefile.am | 7 context_fpu.stderr.exp context_fpu.stdout.exp context_fpu.vgtest \ 8 context_gpr.stderr.exp context_gpr.stdout.exp context_gpr.vgtest \ 9 context_rflags.stderr.exp context_rflags.stdout.exp context_rflags.vgtest \ 10 context_rflags2.stderr.exp context_rflags2.stdout.exp context_rflags2.vgtest \ 11 context_sse.stderr.exp context_sse.stdout.exp context_sse.vgtest \
|
/external/valgrind/none/tests/ppc32/ |
Makefile.am | 7 bug129390-ppc32.stdout.exp bug129390-ppc32.stderr.exp \ 9 bug139050-ppc32.stdout.exp bug139050-ppc32.stderr.exp \ 11 ldstrev.stderr.exp ldstrev.stdout.exp ldstrev.vgtest \ 12 jm-int.stderr.exp jm-int.stdout.exp jm-int.vgtest \ 13 jm-fp.stderr.exp jm-fp.stdout.exp jm-fp.vgtest jm-fp.stdout.exp-BE2 \ 14 jm-vmx.stderr.exp jm-vmx.stdout.exp jm-vmx.stdout.exp_Minus_nan \ 16 jm-misc.stderr.exp jm-misc.stdout.exp jm-misc.vgtest \ 17 lsw.stderr.exp lsw.stdout.exp lsw.vgtest [all...] |
/external/valgrind/memcheck/tests/x86/ |
Makefile.am | 9 bug152022.vgtest bug152022.stderr.exp bug152022.stdout.exp \ 12 fxsave.vgtest fxsave.stdout.exp fxsave.stderr.exp \ 14 $(addsuffix .stdout.exp,$(INSN_TESTS)) \ 16 pushfpopf.stderr.exp pushfpopf.stdout.exp pushfpopf.vgtest \ 17 pushfw_x86.vgtest pushfw_x86.stdout.exp pushfw_x86.stderr.exp \ 18 pushpopmem.stderr.exp pushpopmem.stdout.exp pushpopmem.vgtest \ 21 sh-mem-vec128-plo-no.stdout.exp \ 24 sh-mem-vec128-plo-yes.stdout.exp \ 25 sse1_memory.stderr.exp sse1_memory.stdout.exp sse1_memory.vgtest \ 26 sse2_memory.stderr.exp sse2_memory.stdout.exp sse2_memory.vgtest [all...] |
/external/caliper/caliper/src/main/java/com/google/caliper/util/ |
OutputModule.java | 25 * A module that binds {@link PrintWriter} instances for {@link Stdout} and {@link Stderr}. 33 private final PrintWriter stdout; field in class:OutputModule 36 public OutputModule(PrintWriter stdout, PrintWriter stderr) { 37 this.stdout = checkNotNull(stdout); 41 @Provides @Stdout PrintWriter provideStdoutWriter() { 42 return stdout;
|
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/ |
evalcontext.py | 30 save_stdout = sys.stdout 35 sys.stdout = out 46 sys.stdout = save_stdout 53 A specialized version of the python debugger that redirects stdout 54 to a given stream when interacting with the user. Stdout is *not* 62 # Redirect stdout to the given stream. 63 save_stdout = sys.stdout 64 sys.stdout = self.__out 69 sys.stdout = save_stdout
|
/hardware/bsp/intel/peripheral/libmraa/examples/ |
mraa-gpio.c | 40 fprintf(stdout, "Version %s on %s\n", mraa_get_version(), mraa_get_platform_name()); 46 fprintf(stdout, "list List pins\n"); 47 fprintf(stdout, "set pin level Set pin to level (0/1)\n"); 48 fprintf(stdout, "setraw pin level Set pin to level (0/1) via mmap (if available)\n"); 49 fprintf(stdout, "get pin Get pin level\n"); 50 fprintf(stdout, "getraw pin Get pin level via mmap (if available)\n"); 51 fprintf(stdout, "monitor pin Monitor pin level changes\n"); 52 fprintf(stdout, "version Get mraa version and board name\n"); 58 fprintf(stdout, "Invalid command, options are:\n"); 71 fprintf(stdout, "%02d ", pin_id) [all...] |
/external/curl/tests/data/ |
test202 | 20 two file:// URLs to stdout 32 <stdout> 35 </stdout>
|
test210 | 14 # data is sent to stdout 28 <stdout> 31 </stdout>
|
/external/valgrind/none/tests/x86-solaris/ |
Makefile.am | 12 coredump_single_thread.stdout.exp coredump_single_thread.vgtest \ 14 coredump_single_thread_sse.stdout.exp coredump_single_thread_sse.vgtest \ 15 syscalls.stderr.exp syscalls.stdout.exp syscalls.vgtest
|
/prebuilts/go/darwin-x86/misc/cgo/stdio/ |
stdio.go | 12 // on mingw, stderr and stdout are defined as &_iob[FILENO] 16 FILE *getStdout(void) { return stdout; } 21 var Stdout = (*File)(C.getStdout())
|
/prebuilts/go/linux-x86/misc/cgo/stdio/ |
stdio.go | 12 // on mingw, stderr and stdout are defined as &_iob[FILENO] 16 FILE *getStdout(void) { return stdout; } 21 var Stdout = (*File)(C.getStdout())
|
/external/valgrind/none/tests/s390x/ |
Makefile.am | 34 $(addsuffix .stdout.exp,$(INSN_TESTS)) \ 36 ecag.stdout.exp-z10ec ecag.stdout.exp-z196 ecag.stdout.exp-zec12 \ 37 ecag.stdout.exp-z13 \ 39 fixbr.vgtest fixbr.stderr.exp fixbr.stdout.exp \ 40 fpext.vgtest fpext.stderr.exp fpext.stdout.exp \ 41 fpext_fail.vgtest fpext_fail.stderr.exp fpext_fail.stdout.exp \ 44 dfp-1.stderr.exp dfp-1.stdout.exp dfp-1.vgtest \ 45 dfp-2.stderr.exp dfp-2.stdout.exp dfp-2.vgtest [all...] |
/external/autotest/client/bin/self-test/ |
test_logfile.stdout | 1 This should go into the stdout logfile 2
|
/external/autotest/server/samples/ |
uname.srv | 5 print host.run('uname -a').stdout.rstrip()
|
/external/chromium-trace/catapult/catapult_base/catapult_base/ |
xvfb.py | 20 xvfb_command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT) 26 logging.error('Xvfb did not start, returncode: %s, stdout:\n%s', 27 returncode, xvfb_process.stdout.read())
|
/external/ltrace/testsuite/ltrace.main/ |
hello-vfork.c | 8 fprintf(stdout, "vfork():%d\n", r);
|