/external/iproute2/tc/ |
m_mirred.c | 32 fprintf(stderr, "Usage: mirred <DIRECTION> <ACTION> [index INDEX] <dev DEVICENAME> \n"); 33 fprintf(stderr, "where: \n"); 34 fprintf(stderr, "\tDIRECTION := <ingress | egress>\n"); 35 fprintf(stderr, "\tACTION := <mirror | redirect>\n"); 36 fprintf(stderr, "\tINDEX is the specific policy instance id\n"); 37 fprintf(stderr, "\tDEVICENAME is the devicename \n"); 91 fprintf(stderr, "Illegal \"index\"\n"); 101 fprintf(stderr, "was expecting egress (%s)\n", *argv); 107 fprintf(stderr, "Cant have both mirror and redir\n"); 116 fprintf(stderr, "Cant have both mirror and redir\n") [all...] |
f_fw.c | 28 fprintf(stderr, "Usage: ... fw [ classid CLASSID ] [ police POLICE_SPEC ]\n"); 29 fprintf(stderr, " POLICE_SPEC := ... look at TBF\n"); 30 fprintf(stderr, " CLASSID := X:Y\n"); 31 fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n"); 49 fprintf(stderr, "Illegal \"handle\"\n"); 54 fprintf(stderr, "Illegal \"handle\" mask\n"); 76 fprintf(stderr, "Illegal \"classid\"\n"); 83 fprintf(stderr, "Illegal \"police\"\n"); 90 fprintf(stderr, "Illegal fw \"action\"\n"); 100 fprintf(stderr, "Illegal indev\n") [all...] |
q_red.c | 30 fprintf(stderr, "Usage: ... red limit BYTES min BYTES max BYTES avpkt BYTES burst PACKETS\n"); 31 fprintf(stderr, " probability PROBABILITY bandwidth KBPS [ ecn ]\n"); 52 fprintf(stderr, "Illegal \"limit\"\n"); 58 fprintf(stderr, "Illegal \"min\"\n"); 64 fprintf(stderr, "Illegal \"max\"\n"); 70 fprintf(stderr, "Illegal \"burst\"\n"); 76 fprintf(stderr, "Illegal \"avpkt\"\n"); 82 fprintf(stderr, "Illegal \"probability\"\n"); 88 fprintf(stderr, "Illegal \"bandwidth\"\n"); 97 fprintf(stderr, "What is \"%s\"?\n", *argv) [all...] |
/external/qemu/distrib/sdl-1.2.15/test/ |
testcdrom.c | 81 fprintf(stderr, "Usage: %s [drive#] [command] [command] ...\n", argv0); 82 fprintf(stderr, "Where 'command' is one of:\n"); 83 fprintf(stderr, " -status\n"); 84 fprintf(stderr, " -list\n"); 85 fprintf(stderr, " -play [first_track] [first_frame] [num_tracks] [num_frames]\n"); 86 fprintf(stderr, " -pause\n"); 87 fprintf(stderr, " -resume\n"); 88 fprintf(stderr, " -stop\n"); 89 fprintf(stderr, " -eject\n"); 90 fprintf(stderr, " -sleep <milliseconds>\n") [all...] |
/external/valgrind/main/drd/tests/ |
unit_vc.c | 23 fprintf(stderr, 31 fflush(stderr); 77 fprintf(stderr, "vc1: %s", (str = DRD_(vc_aprint)(&vc1))); 79 fprintf(stderr, "\nvc2: %s", (str = DRD_(vc_aprint)(&vc2))); 81 fprintf(stderr, "\nvc3: %s", (str = DRD_(vc_aprint)(&vc3))); 83 fprintf(stderr, "\n"); 84 fprintf(stderr, "vc_lte(vc1, vc2) = %d, vc_lte(vc1, vc3) = %d," 88 fprintf(stderr, "%s", (str = DRD_(vc_aprint)(&vc4))); 90 fprintf(stderr, ", "); 91 fprintf(stderr, "%s", (str = DRD_(vc_aprint)(&vc5))) [all...] |
annotate_publish_hg.c | 9 fprintf(stderr, "Done.\n");
|
new_delete.cpp | 16 fprintf(stderr, "Success.\n");
|
omp_printf.c | 11 fprintf(stderr, 58 fprintf(stderr, 64 fprintf(stderr, "%s", ""); 68 fprintf(stderr, "Finished.\n");
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
arec.c | 98 fprintf(stderr, "Arec:Failed to allocate ALSA hardware parameters!"); 123 fprintf(stderr, "Arec:cannot set hw params"); 133 fprintf (stderr,"period_size (%d)", pcm->period_size); 134 fprintf (stderr," buffer_size (%d)", pcm->buffer_size); 135 fprintf (stderr," period_cnt (%d)\n", pcm->period_cnt); 139 fprintf(stderr, "Arec:Failed to allocate ALSA software parameters!\n"); 165 fprintf(stderr, "Arec:cannot set sw params"); 169 fprintf (stderr,"avail_min (%lu)\n", sparams->avail_min); 170 fprintf (stderr,"start_threshold (%lu)\n", sparams->start_threshold); 171 fprintf (stderr,"stop_threshold (%lu)\n", sparams->stop_threshold) [all...] |
/frameworks/base/tools/obbtool/ |
Main.cpp | 72 fprintf(stderr, "Opaque Binary Blob (OBB) Tool\n\n"); 73 fprintf(stderr, "Usage:\n"); 74 fprintf(stderr, 77 fprintf(stderr, 84 fprintf(stderr, 87 fprintf(stderr, 95 fprintf(stderr, "ERROR: %s: OBB signature already present\n", filename); 107 fprintf(stderr, "ERROR: %s: couldn't write OBB signature: %s\n", 112 fprintf(stderr, "OBB signature successfully written\n"); 118 fprintf(stderr, "ERROR: %s: no OBB signature present\n", filename) [all...] |
/external/valgrind/main/memcheck/tests/linux/ |
timerfd-syscall.c | 119 fprintf(stderr, "error: clock_gettime\n"); 161 fprintf(stderr, "no ticks happened\n"); 190 fprintf(stderr, "\n\n---------------------------------------\n"); 191 fprintf(stderr, "| testing %s\n", clks[i].name); 192 fprintf(stderr, "---------------------------------------\n\n"); 194 fprintf(stderr, "relative timer test (at 500 ms) ...\n"); 210 fprintf(stderr, "waiting timer ...\n"); 214 fprintf(stderr, "whooops! no timer showed up!\n"); 216 fprintf(stderr, "got timer ticks (%ld) after %.1f s\n", 220 fprintf(stderr, "absolute timer test (at 500 ms) ...\n") [all...] |
/build/tools/acp/ |
acp.c | 83 fprintf(stderr, 87 fprintf(stderr, "acp: unable to stat dest dir\n"); 96 fprintf(stderr, 214 fprintf(stderr, "Unexpected arg -%c\n", ic); 226 fprintf(stderr, "acp: missing destination file\n"); 232 fprintf(stderr, "Usage: acp [OPTION]... SOURCE DEST\n"); 233 fprintf(stderr, " or: acp [OPTION]... SOURCE... DIRECTORY\n"); 234 fprintf(stderr, "\nOptions:\n"); 235 fprintf(stderr, " -d never follow (dereference) symbolic links\n"); 236 fprintf(stderr, " -e if source file doesn't exist, try adding [all...] |
/external/chromium/net/test/ |
openssl_helper.cc | 98 fprintf(stderr, "Missing argument to --key-file\n"); 106 fprintf(stderr, "Missing argument to --cert-file\n"); 111 fprintf(stderr, "Unknown argument: %s\n", argv[i]); 131 fprintf(stderr, "Failed to read %s\n", key_file); 137 fprintf(stderr, "Failed to parse %s\n", key_file); 145 fprintf(stderr, "Failed to read %s\n", cert_file); 151 fprintf(stderr, "Failed to parse %s\n", cert_file); 157 fprintf(stderr, "Failed to load %s\n", cert_file); 162 fprintf(stderr, "Failed to load %s\n", key_file); 167 fprintf(stderr, "Public and private keys don't match\n") [all...] |
/external/compiler-rt/lib/asan/lit_tests/ |
on_error_callback.cc | 8 fprintf(stderr, "__asan_on_error called");
|
throw_call_test.cc | 12 fprintf(stderr, "ReallyThrow\n"); 25 fprintf(stderr, "Throw stack = %p\n", &a); 35 fprintf(stderr, "CheckStack stack = %p, %p\n", ar, ar + 100); 42 fprintf(stderr, "a = %d\n", a);
|
throw_invoke_test.cc | 11 fprintf(stderr, "ReallyThrow\n"); 29 fprintf(stderr, "Throw stack = %p\n", &a); 39 fprintf(stderr, "CheckStack stack = %p, %p\n", ar, ar + 100); 46 fprintf(stderr, "a = %d\n", a);
|
/external/linux-tools-perf/util/include/asm/ |
bug.h | 4 #define __WARN_printf(arg...) do { fprintf(stderr, arg); } while (0)
|
/external/openssh/regress/ |
stderr-data.sh | 1 # $OpenBSD: stderr-data.sh,v 1.2 2002/03/27 22:39:52 markus Exp $ 4 tid="stderr data transfer" 20 cmp ${DATA} ${COPY} || fail "stderr corrupt" 30 cmp ${DATA} ${COPY} || fail "stderr corrupt"
|
/external/valgrind/main/memcheck/tests/ |
bug287260.c | 14 fprintf (stderr, "%d\n", r.rotation);
|
fwrite.c | 10 fprintf(stderr, "open failed\n");
|
leak-0.c | 20 PRINT_LEAK_COUNTS(stderr);
|
/external/valgrind/main/memcheck/tests/ppc32/ |
Makefile.am | 7 power_ISA2_05.stderr.exp power_ISA2_05.stdout.exp power_ISA2_05.vgtest
|
/external/valgrind/main/memcheck/tests/ppc64/ |
Makefile.am | 7 power_ISA2_05.stderr.exp power_ISA2_05.stdout.exp power_ISA2_05.vgtest
|
/external/webkit/Tools/android/flex-2.5.4a/ |
main.c | 407 fprintf( stderr, _( "%s version %s usage statistics:\n" ), 410 fprintf( stderr, _( " scanner options: -" ) ); 413 putc( '+', stderr ); 415 putc( 'b', stderr ); 417 putc( 'd', stderr ); 419 putc( 'i', stderr ); 421 putc( 'l', stderr ); 423 putc( 'p', stderr ); 425 putc( 'p', stderr ); 427 putc( 's', stderr ); [all...] |
/external/webrtc/test/testsupport/ |
frame_writer.cc | 31 fprintf(stderr, "Frame length must be >0, was %d\n", 37 fprintf(stderr, "Couldn't open output file for writing: %s\n", 54 fprintf(stderr, "FrameWriter is not initialized (output file is NULL)\n"); 60 fprintf(stderr, "Failed to write %d bytes to file %s\n",
|