HomeSort by relevance Sort by last modified time
    Searched refs:STDOUT (Results 1 - 25 of 318) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gold/testsuite/
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...]
gdb_index_test_3.sh 38 STDOUT=gdb_index_test_3.stdout
40 check $STDOUT "^Version [4-7]"
44 check $STDOUT "^\[ *[0-9]*\] main:"
45 check $STDOUT "^\[ *[0-9]*\] check_int:"
46 check $STDOUT "^\[ *[0-9]*\] j:"
47 check $STDOUT "^\[ *[0-9]*\] int:"
dwp_test_1.sh 52 STDOUT="dwp_test_1.stdout"
54 check $STDOUT "^Contents of the .debug_info.dwo section"
55 check_num $STDOUT "DW_TAG_compile_unit" 4
56 check_num $STDOUT "DW_TAG_type_unit" 3
57 check_num $STDOUT "DW_AT_name.*: C1" 3
58 check_num $STDOUT "DW_AT_name.*: C2" 2
59 check_num $STDOUT "DW_AT_name.*: C3" 3
60 check_num $STDOUT "DW_AT_name.*: testcase1" 6
61 check_num $STDOUT "DW_AT_name.*: testcase2"
    [all...]
dwp_test_2.sh 52 STDOUT="dwp_test_2.stdout"
54 check $STDOUT "^Contents of the .debug_info.dwo section"
55 check_num $STDOUT "DW_TAG_compile_unit" 4
56 check_num $STDOUT "DW_TAG_type_unit" 3
57 check_num $STDOUT "DW_AT_name.*: C1" 3
58 check_num $STDOUT "DW_AT_name.*: C2" 2
59 check_num $STDOUT "DW_AT_name.*: C3" 3
60 check_num $STDOUT "DW_AT_name.*: testcase1" 6
61 check_num $STDOUT "DW_AT_name.*: testcase2"
    [all...]
  /external/v8/build/win/
message_compiler.py 19 # mc writes to stderr, so this explicitly redirects to stdout and eats it.
24 stderr=subprocess.STDOUT,
  /external/v8/tools/gyp/test/ios/app-bundle/TestApp/
check_no_signature.py 9 stderr=subprocess.STDOUT, stdout=subprocess.PIPE)
  /system/core/adb/
test_adb.py 42 ['adb', 'help'], stderr=subprocess.STDOUT)
59 p = subprocess.Popen(['adb', 'tcpip'], stdout=subprocess.PIPE,
60 stderr=subprocess.STDOUT)
65 p = subprocess.Popen(['adb', 'tcpip', 'foo'], stdout=subprocess.PIPE,
66 stderr=subprocess.STDOUT)
77 # stdin/stdout/stderr handles which can cause callers of adb.exe to hang.
87 # Start adb client with redirected stdin/stdout/stderr to check if it
98 stderr=subprocess.STDOUT)
103 stdin=subprocess.PIPE, stdout=subprocess.PIPE,
106 # Start threads that set events when stdout/stderr are closed
    [all...]
  /build/kati/
fileutil.h 33 STDOUT,
  /external/autotest/client/bin/
autotest_client 8 # We want to set the output (stdout&stderr) of the autotest binary onto our
9 # stdout channel. We went to get the status stream of autotest back on our
15 # Join our stderr in with our stdout
25 exit_code = subprocess.call(cmd, shell=True, stderr=subprocess.STDOUT,
  /external/chromium-trace/catapult/common/py_utils/py_utils/
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/v8/tools/gyp/test/mac/
gyptest-xctest.py 21 stdout=subprocess.PIPE, variable
22 stderr=subprocess.STDOUT)
gyptest-xcuitest.py 21 stdout=subprocess.PIPE, variable
22 stderr=subprocess.STDOUT)
gyptest-postbuild-fail.py 38 stdout=subprocess.PIPE, variable
39 stderr=subprocess.STDOUT)
gyptest-xcode-gcc.py 21 stdout = subprocess.check_output([compiler, '-v'], stderr=subprocess.STDOUT)
22 return stdout.rstrip('\n')
  /ndk/tests/
util.py 52 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
53 stderr=subprocess.STDOUT, *args, **kwargs)
  /external/boringssl/src/crypto/rand/asm/
rdrand-x86_64.pl 26 *STDOUT=*OUT;
75 close STDOUT; # flush
  /external/autotest/client/profilers/perf/
perf.py 47 stderr=subprocess.STDOUT)
62 p = subprocess.Popen(cmd, shell=True, stdout=outfile,
63 stderr=subprocess.STDOUT)
71 p = subprocess.Popen(cmd, shell=True, stdout=outfile,
72 stderr=subprocess.STDOUT)
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 115 open my $old_out, '>&STDOUT' or die "Can't capture stdout: $!";
116 close STDOUT or die "Can't close stdout: $!";
117 open STDOUT, '>', 'out.tmp' or die "Can't redirect stdout: $!";
132 # restore stdout
134 close STDOUT or die "Can't close stdout: $!";
135 open STDOUT, '>&', $old_out or die "Can't restore stdout: $!"
    [all...]
  /external/autotest/client/profilers/cpistat/
cpistat.py 22 p = subprocess.Popen(cmd, stdout=logfile,
23 stderr=subprocess.STDOUT)
  /external/autotest/client/profilers/mpstat/
mpstat.py 19 p = subprocess.Popen(cmd, shell=True, stdout=logfile,
20 stderr=subprocess.STDOUT)
  /external/autotest/client/profilers/vmstat/
vmstat.py 21 p = subprocess.Popen(cmd, shell=True, stdout=logfile, \
22 stderr=subprocess.STDOUT)
  /external/autotest/client/site_tests/hardware_TLBMissCost/
perf_measurement.py 27 stderr=subprocess.STDOUT)
  /external/compiler-rt/test/asan/android_commands/
android_common.py 15 return subprocess.call([ADB] + args, stdout=devnull, stderr=subprocess.STDOUT)
  /external/v8/tools/gcmole/
parallel.py 14 The output (stdout and stderr) is concatenated sequentially in the form:
31 cmdline, shell=True, stderr=subprocess.STDOUT), 0)
  /development/testrunner/
run_command.py 46 direct output of command to stdout.
72 direct output of command to stdout.
92 # None means direct to stdout
102 stdout=output_dest,
103 stderr=subprocess.STDOUT,
111 logger.SilentLog("failed to retrieve stdout from: %s" % cmd)
154 If successfull, the output (stdout and stderr) are discarded,
167 subproc = subprocess.Popen(binary, stdout=subprocess.PIPE,
168 stderr=subprocess.STDOUT)
177 stdout=subprocess.PIPE, stderr=subprocess.STDOUT
    [all...]

Completed in 474 milliseconds

1 2 3 4 5 6 7 8 91011>>