Home
last modified time | relevance | path

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

12

/development/ndk/tests/dlclose-destruction/jni/
Dmain.c13 fprintf(stderr, "Can't load library: %s\n", dlerror()); in main()
21 fprintf(stderr, "Can't find test function\n"); in main()
31 fprintf(stderr, "Test function failed to set variable !\n"); in main()
41 fprintf(stderr, "Test destructor was *not* called !\n"); in main()
44 fprintf(stderr, "Test destructor called but returned invalid value (%d)\n", x); in main()
/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/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/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/python-packages/adb/
Ddevice.py41 def __init__(self, cmd, stdout, stderr, exit_code): argument
46 self.stderr = stderr
53 stderr=devnull)
118 stderr=devnull)
328 self.adb_cmd + cmd, stderr=subprocess.STDOUT)
343 exit_code, stdout, stderr = self.shell_nocheck(cmd)
345 raise ShellError(cmd, stdout, stderr, exit_code)
346 return stdout, stderr
361 cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
362 stdout, stderr = p.communicate()
[all …]
/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/testrunner/
Drun_command.py103 stderr=subprocess.STDOUT,
168 stderr=subprocess.STDOUT)
177 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
/development/ndk/platforms/android-23/arch-arm64/symbols/
Dlibc.so.variables.txt18 stderr
/development/ndk/platforms/android-23/arch-mips64/symbols/
Dlibc.so.variables.txt18 stderr
/development/ndk/platforms/android-23/arch-x86_64/symbols/
Dlibc.so.variables.txt18 stderr
/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/ndk/platforms/android-24/arch-arm64/symbols/
Dlibc.so.variables.txt20 stderr
/development/ndk/platforms/android-24/arch-x86_64/symbols/
Dlibc.so.variables.txt20 stderr
/development/ndk/platforms/android-24/arch-mips64/symbols/
Dlibc.so.variables.txt20 stderr
/development/ndk/platforms/android-23/arch-arm/symbols/
Dlibc.so.variables.txt21 stderr
/development/ndk/platforms/android-23/arch-mips/symbols/
Dlibc.so.variables.txt21 stderr
/development/ndk/platforms/android-23/arch-x86/symbols/
Dlibc.so.variables.txt21 stderr
/development/ndk/platforms/android-24/arch-arm/symbols/
Dlibc.so.variables.txt23 stderr
/development/ndk/platforms/android-24/arch-x86/symbols/
Dlibc.so.variables.txt23 stderr
/development/ndk/platforms/android-24/arch-mips/symbols/
Dlibc.so.variables.txt23 stderr
/development/vndk/tools/abi-tool/
Dvndk_abi_tool.py22 stderr=subprocess.DEVNULL)
50 subprocess.check_call(cmd, stdout=devnull, stderr=devnull)
103 .format(sys.argv[0], var_name, arch_name), file=sys.stderr)
135 print('error: failed to run {} command'.format(name), file=sys.stderr)
226 print('error: failed to find lib directory:', lib_dir, file=sys.stderr)
276 stderr=subprocess.PIPE, env=environ,
290 .format(sys.argv[0], arg_name), 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/python-packages/gdbrunner/
D__init__.py59 stderr=subprocess.STDOUT)
191 stderr=gdbserver_output)
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py464 .format(path, line_no + 1), file=sys.stderr)
487 .format(path, line_no + 1, key), file=sys.stderr)
913 .format(src_path, dst_path), file=sys.stderr)
1016 .format(lib.path, dt_needed, candidates), file=sys.stderr)
1249 file=sys.stderr)
1256 file=sys.stderr)
1267 file=sys.stderr)
1339 file=sys.stderr)
1482 .format(lib.path, dep.path), file=sys.stderr)
1750 file=sys.stderr)
[all …]

12