Home
last modified time | relevance | path

Searched refs:stderr (Results 1 – 25 of 39) 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/repo_pull/
Drepo_review.py50 .format(name, value), file=sys.stderr)
79 print('Cancelled', file=sys.stderr)
82 print('Cancelled', file=sys.stderr)
154 print(_SEP_SPLIT, file=sys.stderr)
155 print('Project:', project, file=sys.stderr)
156 print('Change-Id:', change_id, file=sys.stderr)
157 print('Subject:', subject, file=sys.stderr)
158 print('HTTP status code:', res_code, file=sys.stderr)
160 print(_SEP, file=sys.stderr)
161 json.dump(res_json, sys.stderr, indent=4,
[all …]
Drepo_pull.py70 def _confirm(question, default, file=sys.stderr):
328 proc = run(cmd, cwd=os.path.join(repo_top, cwd), stderr=PIPE)
330 return (change, changes[i + 1:], cmd, proc.stderr)
334 def _print_pull_failures(failures, file=sys.stderr):
347 print(separator_sub, file=sys.stderr)
349 write_bytes(errors, file=sys.stderr)
350 print(separator, file=sys.stderr)
437 print('error: `-b` or `--branch` must be specified', file=sys.stderr)
Dgerrit.py83 def __init__(self, args, returncode, stdout, stderr): argument
87 self.stderr = stderr
103 stdout, stderr = proc.communicate(stdin)
112 return CompletedProcess(args, returncode, stdout, stderr)
321 .format(domain, args.gitcookies), file=sys.stderr)
325 '+/master/tools/repo_pull#installation', file=sys.stderr)
/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/tools/otagui/src/views/
DJobDetails.vue20 ref="stderr"
21 class="stderr"
23 {{ job.stderr }}
61 const stderr = ref()
65 return { stderr, stdout, stderrBottom, stdoutBottom }
98 this.stderr.scrollTo({
122 .stderr,
/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/python-packages/adb/adb/
D__init__.py45 self, cmd: list[str], stdout: str, stderr: str, exit_code: int
51 self.stderr = stderr
58 stderr=devnull)
130 stderr=devnull)
282 self.adb_cmd + cmd, stderr=subprocess.STDOUT).decode('utf-8')
297 exit_code, stdout, stderr = self.shell_nocheck(cmd)
299 raise ShellError(cmd, stdout, stderr, exit_code)
300 return stdout, stderr
315 cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, encoding='utf-8')
316 stdout, stderr = p.communicate()
[all …]
/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/tools/otagui/
Dota_interface.py26 stderr: str = '' variable in JobInfo
84 with open(self.stderr, 'r') as ferr:
237 command, stderr=ferr, stdout=fout, shell=False, env=env, cwd=self.otatools_dir)
291 stderr = os.path.join(self.logs_dir, 'stderr.' + str(id))
303 stderr=stderr
305 self.ota_run(command, id, job_info.stdout, job_info.stderr)
Dtest_ota_interface.py19 output = '', stdout = '', stderr = ''): argument
30 stderr=stderr,
46 self.assertEqual(job_info1.stderr, 'output/stderr.'+self.test_id,
61 job_info3 = self.setup_job(stderr='output/stderr',
64 self.assertEqual(job_info3.stderr, 'output/stderr',
D.gitignore6 stderr*
/development/vndk/tools/elfcheck/elfcheck/
Dreadobj.py36 stderr=subprocess.PIPE)
47 stderr=subprocess.PIPE)
/development/tools/winscope/protos/
Dbuild.js152 exec(command, (err, stdout, stderr) => {
158 `\n\nstderr: ${stderr}`;
/development/scripts/
Dupdate_crate_tests.py155 subprocess.check_output(cmd, stderr=subprocess.STDOUT, text=True)
162 subprocess.check_output(cmd, stderr=subprocess.STDOUT, text=True)
169 …out = subprocess.check_output(cmd, shell=True, stderr=subprocess.DEVNULL, text=True).strip().split…
182 out = (subprocess.check_output(cmd, shell=True, stderr=subprocess.DEVNULL, text=True)
401 stderr=subprocess.DEVNULL,
409 stderr=subprocess.DEVNULL,
/development/vndk/tools/sourcedr/files/
Dlist_app_shared_uid.py87 print('error: Failed to find:', apk_file, file=sys.stderr)
94 print('error: Failed to unpack:', apk_file, file=sys.stderr)
99 print('error: Failed to find:', manifest_file, file=sys.stderr)
/development/tools/privapp_permissions/
Dprivapp_permissions.py91 sys.stderr.write(message % args + '\n')
155 stderr=subprocess.STDOUT)
201 file=sys.stderr)
256 file=sys.stderr)
264 print('Unable to reach adb server daemon.', file=sys.stderr)
287 file=sys.stderr)
345 'devices.', file=sys.stderr)
801 print(str(e), file=sys.stderr)
/development/tools/ota_analysis/
D.gitignore7 stderr*
/development/tools/external_crates/crate_health/src/
Dcrate_type.rs182 println!("{}", from_utf8(&output.stderr)?); in print()
187 println!("{}", from_utf8(&output.stderr)?); in print()
246 from_utf8(&output.stderr)? in apply_patches()
Dlib.rs109 from_utf8(&output.stderr)? in copy_dir()
Dpseudo_crate.rs117 from_utf8(&output.stderr)? in vendor()
/development/vndk/tools/sourcedr/ninja/
Dlist_ninja_build_dep.py79 file=sys.stderr)
/development/vndk/tools/sourcedr/blueprint/
Dcheck_vndk_dep.py113 file=sys.stderr)
/development/vndk/tools/header-checker/utils/
Dutils.py19 file=sys.stderr)
349 stderr=subprocess.PIPE, cwd=AOSP_DIR, env=env)
353 print("error: %s" % err.decode('utf-8'), file=sys.stderr)
/development/tools/repo_diff/
Dgit_commits_not_upstreamed.py34 return subprocess.check_output(command, stderr=devull)

12