Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tools/
Dset_charging_limits.py32 process = subprocess.Popen(cmd.split(), stdout=subprocess.PIPE,
41 process = subprocess.Popen(cmd.split(), stdout=subprocess.PIPE,
51 process = subprocess.Popen(cmd.split(), stdout=subprocess.PIPE,
61 subprocess.call(cmd.split(), stdout=subprocess.PIPE)
Dturn_off_screen.py36 process = subprocess.Popen(cmd.split(), stdout=subprocess.PIPE)
37 cmd_ret = process.stdout.read()
Dwake_up_screen.py45 process = subprocess.Popen(cmd.split(), stdout=subprocess.PIPE)
46 cmd_ret = process.stdout.read()
Drun_parallel_tests.py110 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
Drun_sensor_fusion_box.py133 cmd, stderr=ferr, stdout=fout, cwd=outdir)
Drun_all_tests.py120 cmd, stdout=fout, stderr=ferr, cwd=outdir)
322 ret_code = subprocess.call(cmd.split(), stdout=fout)
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSystemUtil.java93 StringBuffer stdout = new StringBuffer(); in runShellCommand() local
95 stdout.append(new String(buf, 0, bytesRead)); in runShellCommand()
98 return stdout.toString(); in runShellCommand()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DSystemUtil.java79 StringBuffer stdout = new StringBuffer(); in runShellCommand() local
81 stdout.append(new String(buf, 0, bytesRead)); in runShellCommand()
84 return stdout.toString(); in runShellCommand()
/cts/apps/CameraITS/pymodules/its/
Ddevice.py134 proc = subprocess.Popen(command.split(), stdout=subprocess.PIPE)
165 stdout=subprocess.PIPE,
216 stdout=subprocess.PIPE)
217 logcat = proc.stdout
989 proc = subprocess.Popen(command.split(), stdout=subprocess.PIPE)
1079 proc = subprocess.Popen(com.split(), stdout=subprocess.PIPE)
1115 cmd.split(), stdout=devnull, stderr=subprocess.STDOUT)
/cts/tests/tests/keystore/src/android/server/am/
DActivityManagerState.java132 ByteArrayOutputStream stdout = new ByteArrayOutputStream(); in executeShellCommand() local
134 stdout.write(buf, 0, bytesRead); in executeShellCommand()
137 return stdout.toByteArray(); in executeShellCommand()
DWindowManagerState.java130 ByteArrayOutputStream stdout = new ByteArrayOutputStream(); in executeShellCommand() local
132 stdout.write(buf, 0, bytesRead); in executeShellCommand()
135 return stdout.toByteArray(); in executeShellCommand()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityManagerGetConfigTests.java88 ByteArrayOutputStream stdout = new ByteArrayOutputStream(); in executeShellCommand() local
90 stdout.write(buf, 0, bytesRead); in executeShellCommand()
93 return stdout.toByteArray(); in executeShellCommand()
/cts/hostsidetests/theme/
Davd.py57 emu_proc = subprocess.Popen(emu_cmd.split(" "), bufsize=-1, stdout=subprocess.PIPE,
Dandroid_device.py38 adb_process = subprocess.Popen(args=adb_cmd.split(), bufsize=-1, stderr=PIPE, stdout=PIPE)
/cts/suite/audio_quality/lib/src/
DFileUtil.cpp145 fprintf(stdout, "%s", mBuffer); in doVprintf()
/cts/hostsidetests/seccomp/app/
Dgen_blacklist.py116 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
/cts/tools/utils/
Dmonsoon.py420 sys.stdout.flush()
427 sys.stdout.flush()
/cts/apps/CtsVerifier/assets/scripts/
Dexecute_power_tests.py561 sys.stdout.write("\33[1A\33[2K")
891 sys.stdout.flush()
898 sys.stdout.flush()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerState.java145 ByteArrayOutputStream stdout = new ByteArrayOutputStream(); in executeShellCommand() local
147 stdout.write(buf, 0, bytesRead); in executeShellCommand()
150 return stdout.toByteArray(); in executeShellCommand()
DWindowManagerState.java175 ByteArrayOutputStream stdout = new ByteArrayOutputStream(); in executeShellCommand() local
177 stdout.write(buf, 0, bytesRead); in executeShellCommand()
180 return stdout.toByteArray(); in executeShellCommand()
/cts/suite/cts/utils/
Dget_csv_report.py142 p = subprocess.Popen(command.split(), stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
/cts/tools/release-parser/tests/resources/
DCtsAslrMallocTestCases32.pb.txt570 name: "stdout"
DCtsJniTestCases.apk.pb.txt5923 name: "stdout"
/cts/tests/app/src/android/app/cts/
DServiceTest.java433 ByteArrayOutputStream stdout = new ByteArrayOutputStream(); in executeShellCommand() local
435 stdout.write(buf, 0, bytesRead); in executeShellCommand()
438 return stdout.toByteArray(); in executeShellCommand()
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile80 # command line instead of printing them on stdout. Reports (if any) will be