/external/chromium_org/tools/python/google/ |
process_utils.py | 45 If specified, prints its stderr (and optionally stdout) to stdout, 52 verbose: if True, combines all output (stdout and stderr) into stdout. 53 Otherwise, prints only the command's stderr to stdout. 74 proc = subprocess.Popen(command, stdout=out, stderr=err, bufsize=1) 85 read_from = proc.stderr 119 then runs it and prints its stderr (and optionally stdout) to stdout, 125 verbose: if True, combines all output (stdout and stderr) into stdout. 126 Otherwise, prints only the command's stderr to stdout. 145 verbose: if True, combines stdout and stderr into stdout. 146 Otherwise, prints only the command's stderr to stdout [all...] |
/external/iproute2/ip/ |
iplink_macvtap.c | 22 fprintf(stderr, 29 fprintf(stderr, "Error: argument of \"mode\" must be \"private\", " 58 fprintf(stderr, "macvtap: what is \"%s\"?\n", *argv);
|
/external/iproute2/tc/ |
tc.c | 66 fprintf(stderr, "Unknown qdisc \"%s\", hence option \"%s\" is unparsable\n", qu->id, *argv); 87 fprintf(stderr, "Unknown filter \"%s\", hence option \"%s\" is unparsable\n", qu->id, *argv); 93 fprintf(stderr, "Unparsable filter ID \"%s\"\n", fhandle); 115 fprintf(stderr, "Android does not support qdisc '%s'\n", str); 168 fprintf(stderr, "Android does not support filter '%s'\n", str); 211 fprintf(stderr, "Usage: tc [ OPTIONS ] OBJECT { COMMAND | help }\n" 243 fprintf(stderr, "Object \"%s\" is unknown, try \"tc help\".\n", 257 fprintf(stderr, "Cannot open file \"%s\" for reading: %s\n", 266 fprintf(stderr, "Cannot open rtnetlink\n"); 280 fprintf(stderr, "Command failed %s:%d\n", name, cmdlineno) [all...] |
/external/libexif/test/nls/ |
test-nls.c | 55 fprintf(stderr, "Error: Cannot set locale to %s.\n", locale); 81 fprintf(stderr, 96 fprintf(stderr,
|
/external/libmtp/examples/ |
trexist.c | 28 fprintf(stderr, "trexist <trackid>\n"); 48 fprintf(stderr, "illegal value %s\n", argv[1]); 51 fprintf(stderr, "bad song id %u\n", id);
|
/external/linux-tools-perf/util/ |
run-command.h | 21 * stderr from parent). 26 * it, the writable pipe end becomes child's stdout/stderr 31 * .out: a writable FD, becomes child's stdout/stderr
|
/external/qemu/distrib/sdl-1.2.15/test/ |
torturethread.c | 36 fprintf(stderr, "Creating Thread %d\n", tid); 66 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError()); 76 fprintf(stderr,
|
/external/valgrind/main/drd/tests/ |
atomic_var.c | 48 fprintf(stderr, "y = %d\n", s_y); 58 fprintf(stderr, "Start of test.\n"); 63 fprintf(stderr, "Test finished.\n");
|
/external/valgrind/main/gdbserver_tests/ |
mcwatchpoints.stdoutB.exp | 4 7 fprintf(stderr, "breakme function called from line %d\n", line); 23 46 fprintf(stderr, "before writing 8\n"); 29 49 fprintf(stderr, "after writing 8\n");
|
/external/valgrind/main/none/tests/ |
exec-sigmask.c | 24 fprintf(stderr, "FAILED: execl failed with %s\n", 36 fprintf(stderr, "child exec failed\n"); 62 fprintf(stderr, "empty or full?\n");
|
/frameworks/av/cmds/stagefright/ |
muxer.cpp | 35 fprintf(stderr, "usage: %s [-a] [-v] [-s <trim start time>]" 38 fprintf(stderr, " -h help\n"); 39 fprintf(stderr, " -a use audio\n"); 40 fprintf(stderr, " -v use video\n"); 41 fprintf(stderr, " -s Time in milli-seconds when the trim should start\n"); 42 fprintf(stderr, " -e Time in milli-seconds when the trim should end\n"); 43 fprintf(stderr, " -o output file name. Default is /sdcard/muxeroutput.mp4\n"); 62 fprintf(stderr, "unable to instantiate extractor. %s\n", path); 122 fprintf(stderr, "Warning: trimStartTimeUs > duration," 201 fprintf(stderr, "SUCCESS: muxer generate the video in %lld ms\n" [all...] |
/hardware/qcom/audio/legacy/libalsa-intf/ |
amix.c | 61 fprintf(stderr,"oops: %s: %d\n", strerror(errno), __LINE__); 76 fprintf(stderr,"can't find control\n"); 86 fprintf(stderr,"oops: %s: %d\n", strerror(errno), __LINE__);
|
/system/core/mkbootimg/ |
mkbootimg.c | 60 fprintf(stderr,"usage: mkbootimg\n" 157 fprintf(stderr,"error: unsupported page size %d\n", pagesize); 172 fprintf(stderr,"error: no output filename specified\n"); 177 fprintf(stderr,"error: no kernel image specified\n"); 182 fprintf(stderr,"error: no ramdisk image specified\n"); 187 fprintf(stderr,"error: board name too large\n"); 196 fprintf(stderr,"error: kernel commandline too large\n"); 203 fprintf(stderr,"error: could not load kernel '%s'\n", kernel_fn); 213 fprintf(stderr,"error: could not load ramdisk '%s'\n", ramdisk_fn); 221 fprintf(stderr,"error: could not load secondstage '%s'\n", second_fn) [all...] |
/system/core/toolbox/ |
insmod.c | 58 fprintf(stderr, "usage: insmod <module.o>\n"); 65 fprintf(stderr, "insmod: can't open '%s'\n", argv[1]); 87 fprintf(stderr,
|
/system/extras/ext4_utils/ |
ext4fixup_main.c | 25 fprintf(stderr, "%s: usage: %s [-vn] <image or block device>\n", me, me); 54 fprintf(stderr, "expected image or block device after options\n"); 62 fprintf(stderr, "Unexpected argument: %s\n", argv[optind]);
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/ |
mm_camera_dbg.h | 59 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args) 60 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) 68 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args) 69 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/inc/ |
mm_qcamera_dbg.h | 59 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args) 60 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) 68 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args) 69 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
|
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
mm_jpeg_dbg.h | 56 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args) 57 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) 65 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args) 66 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
|
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/ |
mm_camera_dbg.h | 58 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args) 59 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) 67 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args) 68 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
|
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/ |
mm_jpeg_dbg.h | 58 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args) 59 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) 67 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args) 68 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
|
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera_dbg.h | 58 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args) 59 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args) 67 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args) 68 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
|
/external/bison/lib/ |
getopt.c | 565 _IO_flockfile (stderr); 567 int old_flags2 = ((_IO_FILE *) stderr)->_flags2; 568 ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; 572 ((_IO_FILE *) stderr)->_flags2 = old_flags2; 573 _IO_funlockfile (stderr); 579 fprintf (stderr, 584 fprintf (stderr, " '--%s'", ambig_list->p->name); 589 fputc ('\n', stderr); 632 fprintf (stderr, _("\ 646 fprintf (stderr, _(" [all...] |
/external/chromium/net/tools/dnssec_chain_verify/ |
dnssec_chain_verify.cc | 14 fprintf(stderr, "Usage: %s [--ignore-timestamps] <target domain> " 62 fprintf(stderr, "Not a valid DNS name: %s\n", target); 103 fprintf(stderr, "Chain error: %s (%d)\n", err_str, (int) err); 107 fprintf(stderr, "Chain good: rrtype:%d\n", verifier.rrtype());
|
/external/chromium/third_party/libevent/sample/ |
event-test.c | 40 fprintf(stderr, "fifo_read called with fd: %d, event: %d, arg: %p\n", 47 fprintf(stderr, "End Of File"); 60 fprintf(stderr, "Connection closed\n"); 118 fprintf(stderr, "Write data to %s\n", fifo);
|
/external/chromium_org/net/tools/crl_set_dump/ |
crl_set_dump.cc | 21 fprintf(stderr, "Usage: %s <crl-set file> [<delta file>]" 50 fprintf(stderr, "Failed to parse CRLSet\n"); 56 fprintf(stderr, "Failed to apply delta to CRLSet\n"); 67 fprintf(stderr, "Failed to write resulting CRL set\n");
|