Home
last modified time | relevance | path

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

12

/development/tools/etc1tool/
Detc1tool.cpp35 vfprintf(stderr, message, ap); in usage()
37 fprintf(stderr, "\n\n"); in usage()
38 fprintf(stderr, "usage:\n"); in usage()
41 stderr, in usage()
44 fprintf(stderr, "\tDefault is --encode\n"); in usage()
45 fprintf(stderr, "\t\t--help print this usage information.\n"); in usage()
46 fprintf(stderr, in usage()
49 stderr, in usage()
51 fprintf(stderr, in usage()
53 fprintf(stderr, in usage()
[all …]
/development/tools/
Dmonkey73 def Exec(self, cmd, stdout=None, stderr=None): argument
84 result = subprocess.call(cmd, stdout=stdout, stderr=stderr)
94 def Run(self, cmd, stdout=None, stderr=None): argument
104 self.Exec(cmd, stdout=stdout, stderr=stderr)
126 def Shell(self, cmd, stdout=None, stderr=None): argument
138 self.Run(cmd, stdout=stdout, stderr=stderr)
263 sys.stderr.write("Output directory already exists and is not a directory: %s\n"
307 logcatProcess = subprocess.Popen(cmd, stdout=logcatFile, stderr=None)
332 adb.Shell(cmd, stdout=monkeyFile, stderr=monkeyFile)
337 adb.Shell(["bugreport"], stdout=bugreportFile, stderr=None)
/development/python-packages/adb/
Ddevice.py41 def __init__(self, cmd, stdout, stderr, exit_code): argument
46 self.stderr = stderr
53 stderr=devnull)
119 stderr=devnull)
331 self.adb_cmd + cmd, stderr=subprocess.STDOUT).decode('utf-8')
346 exit_code, stdout, stderr = self.shell_nocheck(cmd)
348 raise ShellError(cmd, stdout, stderr, exit_code)
349 return stdout, stderr
364 cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
365 stdout, stderr = p.communicate()
[all …]
/development/python-packages/fastboot/
Ddevice.py86 stderr=subprocess.STDOUT).splitlines()
106 stderr=subprocess.STDOUT).splitlines()
143 func(command, stderr=subprocess.STDOUT)
162 func(command, stderr=subprocess.STDOUT)
173 _subprocess_check_output(command, stderr=subprocess.STDOUT)
181 _subprocess_check_output(command, stderr=subprocess.STDOUT)
/development/vndk/tools/sourcedr/sourcedr/tests/testdata/android_src/dlopen/
Dtest.c12 fputs (dlerror(), stderr); in main()
18 fputs(error, stderr); in main()
/development/gsi/gsi_util/gsi_util/utils/
Dcmd_utils.py75 stdout, stderr = proc.communicate()
85 logging.log(log_level, ' stderr: %r', stderr)
92 stderr if read_stderr else None)
/development/tools/line_endings/
Dline_endings.c14 fprintf(stderr, "usage: line_endings unix|dos FILES\n" in usage()
54 fprintf(stderr, "unable to open file for read/write: %s\n", argv[i]); in main()
76 fprintf(stderr, "unable to read file: %s\n", argv[i]); in main()
98 fprintf(stderr, "unable to write file: %s\n", argv[i]); in main()
/development/scripts/
Dusb-reset-by-serial.py47 sys.stderr.write(msg + "\n")
79 sys.stderr.write("warning: " + msg + "\n")
84 sys.stderr.write("error: " + msg + "\n")
139 sys.stderr.write("error: %s\n" % msgarg)
/development/gsi/gsi_util/gsi_util/checkers/
Dvintf_checker.py74 result_ok, stderr = vintf_utils.checkvintf(manifest, matrix)
76 check_result.CheckResultItem(title, result_ok, stderr))
Dsepolicy_checker.py163 result_ok, stderr = sepolicy_utils.secilc(secilc_options, cil_files)
168 stderr)]
/development/gsi/gsi_util/gsi_util/commands/
Dcheck_compat.py66 title, result_ok, stderr = result_item
71 if stderr:
72 print(self._ERR_MSE_FORMAT.format(stderr))
Dpull.py33 print >> sys.stderr, 'Can not dump file: {}'.format(source)
/development/testrunner/
Drun_command.py103 stderr=subprocess.STDOUT,
168 stderr=subprocess.STDOUT)
177 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
/development/vndk/tools/vtable-dumper/tests/
Dtest_vndk_vtable_dumper.py67 print('RUN:', ' '.join(cmd), file=sys.stderr)
74 print('RUN:', ' '.join(cmd), file=sys.stderr)
192 sys.stderr.write(line)
197 print('Testing target', target.name, '...', file=sys.stderr)
260 print('FAILED:', runner.num_errors, 'test(s) failed', file=sys.stderr)
262 print('SUCCESS', file=sys.stderr)
/development/build/tools/
Dmk_sources_zip.py57 print >>sys.stderr, msg
80 print >>sys.stderr, "Error:", error
193 print >>sys.stderr, "zip %s [%s]" % (arc_path, filepath)
254 print >>sys.stderr, "This was in *DRY* mode. No copies done."
/development/vndk/tools/definition-tool/tests/
Dtest_vndk.py30 stderr = StringIO()
31 with patch('sys.stderr', stderr):
35 stderr.getvalue(),
Dtest_elf_linker.py517 stderr = StringIO()
518 with patch('sys.stderr', stderr):
521 self.assertEqual('', stderr.getvalue())
539 stderr = StringIO()
540 with patch('sys.stderr', stderr):
543 self.assertEqual('', stderr.getvalue())
559 stderr = StringIO()
560 with patch('sys.stderr', stderr):
564 stderr.getvalue(),
Dndk_toolchain.py23 print(error_msg, file=sys.stderr)
78 print('error: File not found:', path, file=sys.stderr)
/development/tools/privapp_permissions/
Dprivapp_permissions.py125 stderr=subprocess.STDOUT)
189 file=sys.stderr)
197 print('Unable to reach adb server daemon.', file=sys.stderr)
220 file=sys.stderr)
278 'devices.', file=sys.stderr)
577 print(str(e), file=sys.stderr)
/development/vndk/tools/sourcedr/sourcedr/commands/
Dinit.py30 file=sys.stderr)
Dcollect.py33 file=sys.stderr)
/development/vndk/tools/header-checker/utils/
Dutils.py137 stderr=subprocess.STDOUT)
204 stderr=subprocess.DEVNULL, cwd=AOSP_DIR, shell=True)
/development/tools/repo_diff/
Dgit_commits_not_upstreamed.py34 return subprocess.check_output(command, stderr=devull)
/development/python-packages/gdbrunner/
D__init__.py59 stderr=subprocess.STDOUT)
185 stderr=gdbserver_output)
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py708 .format(path, line_no + 1), file=sys.stderr)
741 .format(path, line_no + 1, key), file=sys.stderr)
1913 file=sys.stderr)
1944 .format(lib.path, dt_needed, candidates), file=sys.stderr)
2116 file=sys.stderr)
2123 file=sys.stderr)
2201 file=sys.stderr)
2351 .format(lib.path, dep.path), file=sys.stderr)
2708 file=sys.stderr)
2731 print('Processing:', name, file=sys.stderr)
[all …]

12