Home
last modified time | relevance | path

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

12

/test/vts/utils/python/common/
Dcmd_utils.py94 command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
95 (stdout, stderr) = proc.communicate()
99 stderr))
123 stderr=subprocess.PIPE)
124 stdout, stderr = p.communicate()
125 return (stdout, stderr, p.returncode)
144 stdout, stderr, exit_code = zip(*results)
145 return {STDOUT: stdout, STDERR: stderr, EXIT_CODE: exit_code}
Dcmd_result.py47 def __init__(self, stdout, stderr, returncode, cmd=None, exception=None): argument
53 self.AddResult(stdout, stderr, returncode, cmd=cmd, exception=exception)
64 def stderr(self): member in CmdResult
95 def AddResult(self, stdout, stderr, returncode, cmd=None, exception=None): argument
108 self.stderrs.append(stderr)
Dcmd_result_test.py50 self.assertEqual(self.res_single_no_error.stderr, '')
59 self.assertEqual(self.res_multiple_no_error.stderr, '')
/test/vts/utils/native/libprofiling/
DVtsProfilingConfigureMain.cpp34 fprintf(stderr, "failed to get IServiceManager to poke HAL services.\n"); in SetHALInstrumentation()
48 fprintf(stderr, "failed to get service %s: %s\n", in SetHALInstrumentation()
55 fprintf(stderr, "failed to setHALInstrumentation on service %s: %s\n", in SetHALInstrumentation()
63 fprintf(stderr, "failed to list services: %s\n", in SetHALInstrumentation()
73 fprintf(stderr, "failed to set instrumentation on services.\n"); in EnableHALProfiling()
82 fprintf(stderr, "failed to set instrumentation on services.\n"); in DisableHALProfiling()
/test/vts-testcase/kernel/checkpoint/
Dcheckpoint_utils.py27 def __init__(self, cmd, stdout, stderr, ret_code): argument
30 self.stderr = stderr
35 ) % (self.cmd, self.ret_code, self.stdout, self.stderr)
65 stderr=subprocess.PIPE,
/test/vti/test_serving/gae/testing/
De2e_test.py45 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
46 stdout, stderr = p.communicate()
47 return (stdout, stderr, p.returncode)
72 stdout, stderr, _ = ExecuteOneShellCommand(
75 if stderr:
/test/vts/utils/python/controllers/
Dadb.py38 def __init__(self, cmd, stdout, stderr, ret_code): argument
41 self.stderr = stderr
46 ) % (self.cmd, self.ret_code, self.stdout, self.stderr)
162 raise AdbError(cmd=cmd, stdout=out, stderr=err, ret_code=ret)
Dfastboot.py37 proc = Popen(cmd, stdout=PIPE, stderr=PIPE, shell=True)
/test/vts-testcase/vndk/golden/
Ddump_abi.py37 cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, **kwargs)
38 stdout, stderr = proc.communicate()
41 cmd, stdout, stderr))
42 if stderr:
43 print("Warning: cmd=%s\nstdout=%s\nstderr=%s" % (cmd, stdout, stderr))
/test/vts/utils/python/gcs/
Dgcs_utils.py59 _, stderr, ret_code = cmd_utils.ExecuteOneShellCommand(auth_cmd)
61 logging.info(stderr)
63 logging.error(stderr)
/test/app_compat/csuite/tools/script/
Dgenerate_module.py202 current_out, current_err = sys.stdout, sys.stderr
204 sys.stdout, sys.stderr = out, err
207 sys.stdout, sys.stderr = current_out, current_err
210 def parse_args(args, out=sys.stdout, err=sys.stderr):
/test/vts/testcases/template/hal_hidl_replay_test/
Dhal_hidl_replay_test.py145 for stderr in command_results[const.STDERR]:
146 if stderr and stderr.strip():
147 for line in stderr.split('\n'):
/test/vts/testcases/template/gtest_binary_test/
Dgtest_binary_test.py178 for stderr in command_results[const.STDERR]:
179 if stderr and stderr.strip():
180 for line in stderr.split('\n'):
/test/vts/utils/python/systrace/
Dsystrace_controller.py141 stderr=subprocess.PIPE)
157 stdout, stderr = process.communicate()
159 logging.error('stderr: %s', stderr)
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py453 stderr = []
458 stderr = [self.NO_RESPONSE_MSG]
462 stderr = [self.FAIL_RESPONSE_MSG]
466 stderr = resp.stderr
472 const.STDERR: stderr,
/test/vts/runners/host/
Dutils.py337 cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
450 stderr=subprocess.PIPE,
457 stderr=subprocess.PIPE,
/test/vts-testcase/vndk/
Dutils.py39 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
54 stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/test/vts/runners/target/gtest/
Dgtest_main.cpp223 fprintf(stderr, "test_id %zu out of range [0, %zu)\n", test_id, in VerifyTestId()
298 fprintf(stderr, "argument error, check with --help\n"); in EnumerateTests()
504 fprintf(stderr, "failed to open '%s': %s\n", xml_output_filename.c_str(), in OnTestIterationEndXmlPrint()
1105 fprintf(stderr, "invalid job count: %d\n", count); in PickOptions()
1112 fprintf(stderr, "invalid deadline: %d\n", time_ms); in PickOptions()
1119 fprintf(stderr, "invalid warnline: %d\n", time_ms); in PickOptions()
1165 fprintf(stderr, "invalid gtest_output file: %s\n", args[i]); in PickOptions()
/test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/
Dhome_bot_config.py40 sys.stderr.write('Exception: %s\n' % e)
41 sys.stderr.write('sys.path:\n%s' % str(sys.path))
/test/vti/test_serving/configs/infra/prod/androidtestcenter/scripts/
Dhome_bot_config.py40 sys.stderr.write('Exception: %s\n' % e)
41 sys.stderr.write('sys.path:\n%s' % str(sys.path))
/test/vts-testcase/security/poc/target/kernel_sound/28838221/
Dpoc.cpp19 fprintf(stderr, "path parameter is empty.\n"); in main()
/test/vts/proto/
DVtsDriverControlMessage.proto139 // The stderr message for each command
140 repeated bytes stderr = 1002; field
/test/vts/utils/python/web/
Ddashboard_rest_client.py108 stderr=subprocess.PIPE)
/test/vts-testcase/security/poc/target/kernel_wifi/31707909/
Dpoc.cpp109 fprintf(stderr, "ifname parameter is empty.\n"); in main()
/test/vts-testcase/security/poc/target/kernel_wifi/32402310/
Dpoc.cpp153 fprintf(stderr, "ifname parameter is empty."); in main()

12