/external/webkit/Tools/Scripts/webkitpy/common/system/ |
executive.py | 121 stderr=subprocess.STDOUT, 125 # stderr/stdout. 364 stderr = subprocess.STDOUT if return_stderr else None 369 stderr=stderr,
|
logutils.py | 177 or else logging raises an error. Defaults to sys.stderr. 196 stream = sys.stderr
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
vms-code.c | 90 if (!freopen(name[ERR_FD], mode[ERR_FD], stderr, 92 lerrsf("failed to redirect `stderr' to \"%s\"", name[ERR_FD]);
|
/external/wpa_supplicant/ |
win_if_list.c | 156 fprintf(stderr, "Error - pcap_findalldevs: %s\n", err);
|
/external/wpa_supplicant_6/wpa_supplicant/ |
win_if_list.c | 156 fprintf(stderr, "Error - pcap_findalldevs: %s\n", err);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
win_if_list.c | 156 fprintf(stderr, "Error - pcap_findalldevs: %s\n", err);
|
/external/zlib/examples/ |
gzappend.c | 31 * - Send help to stdout instead of stderr 93 fprintf(stderr, "gzappend error: %s%s\n", msg1, msg2); 349 fprintf(stderr, 397 fprintf(stderr, "gzappend warning: %s not found, skipping ...\n", 411 fprintf(stderr,
|
/frameworks/base/libs/utils/ |
misc.cpp | 127 fprintf(stderr, "getFileType got errno=%d on '%s'\n",
|
/frameworks/base/opengl/tests/linetex/ |
linetex.cpp | 57 fprintf(stderr, "couldn't find an EGLConfig matching the screen format\n");
|
/frameworks/base/tests/DumpRenderTree2/assets/ |
run_layout_tests.py | 46 (stdoutdata, stderrdata) = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
|
/frameworks/base/tools/localize/ |
merge_res_and_xliff.cpp | 219 fprintf(stderr, "localize import: unable to read file %s\n", xliffFilename->c_str()); 235 fprintf(stderr, "%s: duplicate string resources for file %s\n", 237 fprintf(stderr, "%s: previously defined here.\n", 306 fprintf(stderr, "\nWas not able to determine the location of depot file %s\n",
|
/frameworks/compile/slang/tests/ |
test.py | 64 stderr_file = open('stderr.txt', 'w+') 97 ret = subprocess.call(args, stdout=stdout_file, stderr=stderr_file) 110 print 'STDERR>', line, 134 if not CompareFiles('stderr.txt'): 137 print 'stderr is different' 142 os.remove('stderr.txt') 182 print >> sys.stderr, 'Invalid test or option: %s' % arg
|
/hardware/libhardware_legacy/power/ |
power.c | 82 fprintf(stderr, "fatal error opening \"%s\"\n", paths[i]);
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
ImageUtils.cpp | 290 fprintf(stderr, "Error: Filename %s not found\n", filename); 296 fprintf(stderr, "Error: readBinaryPPM only supports PPM format (P6)\n"); 316 fprintf(stderr, "Error: Filename %s could not be opened for writing\n", filename); 325 fprintf(stderr, "Error: writeBinaryPPM: Unsupported number of channels\n");
|
/system/bluetooth/brfpatch/ |
brfpatch.c | 26 fprintf(stderr, ##args); \
|
/system/core/fastboot/ |
protocol.c | 65 fprintf(stderr,"(bootloader) %s\n", status + 4);
|
/system/core/logwrapper/ |
logwrapper.c | 30 fprintf(stderr, "%s", msg); 39 "Forks and executes BINARY ARGS, redirecting stdout and stderr to\n" 162 // redirect stdout and stderr
|
/system/core/sh/ |
arith.y | 184 fprintf(stderr, "exp: %s\n", s);
|
/system/extras/tests/bionic/libc/bionic/ |
test_mutex.c | 39 vfprintf(stderr, format, args);
|
/system/extras/tests/bionic/libc/common/ |
test_udp.c | 56 fprintf(stderr, "UDP port must be between 1024 and 65535\n");
|
/external/qemu/ |
net.c | 645 fprintf(stderr, "qemu: "); 646 vfprintf(stderr, fmt, ap); 943 fprintf(stderr, "qemu: could not create samba server dir '%s'\n", smb_dir); 950 fprintf(stderr, "qemu: could not create samba server configuration file '%s'\n", smb_conf); 987 fprintf(stderr, "-smb given twice\n"); 1150 fprintf(stderr, "warning: could not open /dev/tap: no virtual network emulation\n"); 1289 fprintf(stderr, "Cannot allocate TAP device\n"); 1299 fprintf (stderr, "no tap on AIX\n"); 1310 fprintf(stderr, "warning: could not open /dev/net/tun: no virtual network emulation\n"); 1321 fprintf(stderr, "warning: could not configure /dev/net/tun: no virtual network emulation\n") [all...] |
net-android.c | 678 fprintf(stderr, "qemu: "); 679 vfprintf(stderr, fmt, ap); 1071 fprintf(stderr, "qemu: could not create samba server dir '%s'\n", smb_dir); 1078 fprintf(stderr, "qemu: could not create samba server configuration file '%s'\n", smb_conf); 1115 fprintf(stderr, "-smb given twice\n"); 1278 fprintf(stderr, "warning: could not open /dev/tap: no virtual network emulation\n"); [all...] |
/external/bluetooth/glib/glib/ |
gslice.c | [all...] |
/external/qemu/hw/ |
bt-l2cap.c | 468 fprintf(stderr, "%s: Ignoring a Disconnection Request with the " 791 fprintf(stderr, "%s: out of sequence command packet ignored.\n", 814 fprintf(stderr, "%s: stray Command Reject (%02x, %04x) " 837 fprintf(stderr, "%s: unexpected Connection Response (%02x) " 866 fprintf(stderr, "%s: unexpected Configure Response (%02x) " 888 fprintf(stderr, "%s: unexpected Disconnection Response (%02x) " 898 fprintf(stderr, "%s: unexpected Echo Response (%02x) " 918 fprintf(stderr, "%s: unexpected Information Response (%02x) " [all...] |
/external/valgrind/main/cachegrind/ |
cg_merge.c | 128 fprintf(stderr, "%s: near %s line %u\n", argv0, s->filename, s->lno-1); 134 fprintf(stderr, "%s: out of memory in %s\n", argv0, who ); 142 fprintf(stderr, "%s: parse error: %s\n", argv0, msg ); 150 fprintf(stderr, "%s: %s\n", argv0, msg ); 841 fprintf(stderr, "%s: Merges multiple cachegrind output files into one\n", 843 fprintf(stderr, "%s: usage: %s [-o outfile] [files-to-merge]\n", 892 fprintf(stderr, "%s: parsing %s\n", argv0, argv[i]); 910 fprintf(stderr, "%s: merging %s\n", argv0, argv[i]); 921 fprintf(stderr, "%s: writing %s\n", 928 fprintf(stderr, "%s: can't create output file %s\n", [all...] |