/external/icu4c/tools/icuinfo/ |
testplug.c | 50 fprintf(stderr,"MyPlugin: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status)); 66 fprintf(stderr,"MyPluginLow: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status)); 84 fprintf(stderr,"MyPluginFailQuery: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status)); 99 fprintf(stderr,"MyPluginFailToken: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status)); 119 fprintf(stderr,"MyPluginLow: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status)); 128 fprintf(stderr,"I'm %p and I did a bad thing and malloced %p\n", (void*)data, (void*)ctx); 144 fprintf(stderr,"MyPluginHigh: data=%p, reason=%s, status=%s\n", (void*)data, udbg_enumName(UDBG_UPlugReason,(int32_t)reason), u_errorName(*status)); 159 fprintf(stderr, "MEM: malloc(%d) = %p\n", (int32_t)size, retPtr); 167 fprintf(stderr, "MEM: free(%p)\n", mem); 180 fprintf(stderr, "MEM: realloc(%p, %d) = %p\n", mem, (int32_t)size, retPtr) [all...] |
/external/iproute2/tc/ |
f_route.c | 30 fprintf(stderr, "Usage: ... route [ from REALM | fromif TAG ] [ to REALM ]\n"); 31 fprintf(stderr, " [ flowid CLASSID ] [ police POLICE_SPEC ]\n"); 32 fprintf(stderr, " POLICE_SPEC := ... look at TBF\n"); 33 fprintf(stderr, " CLASSID := X:Y\n"); 34 fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n"); 49 fprintf(stderr, "Illegal \"handle\"\n"); 65 fprintf(stderr, "Illegal \"to\"\n"); 75 fprintf(stderr, "Illegal \"from\"\n"); 86 fprintf(stderr, "Illegal \"fromif\"\n"); 97 fprintf(stderr, "Illegal \"classid\"\n") [all...] |
tc_qdisc.c | 33 fprintf(stderr, "Usage: tc qdisc [ add | del | replace | change | show ] dev STRING\n"); 34 fprintf(stderr, " [ handle QHANDLE ] [ root | ingress | parent CLASSID ]\n"); 35 fprintf(stderr, " [ estimator INTERVAL TIME_CONSTANT ]\n"); 36 fprintf(stderr, " [ stab [ help | STAB_OPTIONS] ]\n"); 37 fprintf(stderr, " [ [ QDISC_KIND ] [ help | OPTIONS ] ]\n"); 38 fprintf(stderr, "\n"); 39 fprintf(stderr, " tc qdisc show [ dev STRING ] [ingress]\n"); 40 fprintf(stderr, "Where:\n"); 41 fprintf(stderr, "QDISC_KIND := { [p|b]fifo | tbf | prio | cbq | red | etc. }\n"); 42 fprintf(stderr, "OPTIONS := ... try tc qdisc add <desired QDISC_KIND> help\n") [all...] |
/external/dropbear/libtomcrypt/testprof/ |
pkcs_1_test.c | 17 fprintf(stderr, "pkcs_1 tests require sha1/yarrow"); 48 fprintf(stderr, "Outsize == %lu, should have been %lu, res1 = %d, lparamlen = %lu, msg contents follow.\n", l2, l3, res1, lparamlen); 49 fprintf(stderr, "ORIGINAL:\n"); 51 fprintf(stderr, "%02x ", buf[0][x]); 53 fprintf(stderr, "\nRESULT:\n"); 55 fprintf(stderr, "%02x ", buf[2][x]); 57 fprintf(stderr, "\n\n"); 73 fprintf(stderr, "PSS failed: %d, %d, %d, %lu, %lu\n", res1, res2, res3, l3, saltlen); 84 fprintf(stderr, "NOP");
|
/external/qemu/hw/ |
watchdog.c | 44 fprintf(stderr, 52 fprintf(stderr, "\t%s\t%s\n", 65 fprintf(stderr, "Unknown -watchdog device. Supported devices are:\n"); 67 fprintf(stderr, "\t%s\t%s\n", 116 fprintf(stderr, "watchdog: timer fired\n");
|
/external/valgrind/main/drd/tests/ |
hold_lock.c | 40 fprintf(stderr, "Usage: %s [-i <interval time in ms>].\n", argv[0]); 45 fprintf(stderr, "Locking mutex ...\n"); 58 fprintf(stderr, "Locking rwlock exclusively ...\n"); 66 fprintf(stderr, "Locking rwlock shared ...\n"); 76 fprintf(stderr, "Done.\n");
|
/external/valgrind/main/helgrind/tests/ |
bar_bad.c | 37 fprintf(stderr, "\ninitialise a barrier with zero count\n"); 42 fprintf(stderr, "\ninitialise a barrier twice\n"); 49 fprintf(stderr, "\ninitialise a barrier which has threads waiting on it\n"); 60 fprintf(stderr, "\ndestroy a barrier that has waiting threads\n"); 76 fprintf(stderr, "\ndestroy a barrier that was never initialised\n");
|
tc15_laog_lockdel.c | 26 fprintf(stderr, "Establish order 1 -> 2\n"); 34 fprintf(stderr, "Try order 2 -> 1. This gives an error.\n"); 43 fprintf(stderr, 45 fprintf(stderr, "so a second locking sequence 2 -> 1 should now be OK.\n"); 60 fprintf(stderr, "done\n");
|
/external/valgrind/main/none/tests/ |
pending.c | 24 fprintf(stderr, "FAILED: got signal %d instead\n", sig); 29 fprintf(stderr, "FAILED: signal delivered early (in handler)\n"); 58 fprintf(stderr, "FAILED: signal delivered too early\n"); 68 fprintf(stderr, "FAILED: signal not delivered\n"); 81 fprintf(stderr, "FAILED: SIGHUP not still pending; got signal %d\n",
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Common.h | 79 OMXDBG_PRINT(stderr, ERROR, 4, 0, "***********************************\n"); \ 80 OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d :: Malloc Failed\n",__LINE__); \ 81 OMXDBG_PRINT(stderr, ERROR, 4, 0, "***********************************\n"); \ 86 OMXDBG_PRINT(stderr, BUFFER, 2, OMX_DBG_BASEMASK, "%d :: Malloced = %p\n",__LINE__,_ptr_); 103 OMXDBG_PRINT(stderr, BUFFER, 2, OMX_DBG_BASEMASK, "%d :: [FREE] %p\n",__LINE__,_pStruct_); \
|
/system/core/toolbox/ |
rotatefb.c | 31 fprintf(stderr, "%s: invalid option -%c\n", 38 fprintf(stderr, "%s: specify rotation\n", argv[0]); 45 fprintf(stderr, "cannot open %s\n", fbdev); 51 fprintf(stderr, "failed to get fbinfo: %s\n", strerror(errno)); 66 fprintf(stderr, "failed to set fbinfo: %s\n", strerror(errno));
|
setkey.c | 11 fprintf(stderr, "%s [-t <table>] [-k <index>] [-v value] [-r] [-h]\n" 33 fprintf(stderr, "open %s: %s\n", TTYDEV, strerror(errno)); 55 fprintf(stderr, "KDSKBENT %d %d %d failed: %s\n", 65 fprintf(stderr, "KDGKBENT %d %d failed: %s\n", 77 fprintf(stderr, "%s: invalid option -%c\n",
|
/system/extras/ext4_utils/ |
simg2img.c | 41 fprintf(stderr, "Usage: simg2img <sparse_image_file> <raw_image_file>\n"); 98 fprintf(stderr, "read returned an error copying a raw chunk: %d %d\n", 105 fprintf(stderr, "write returned an error copying a raw chunk\n"); 136 fprintf(stderr, "write returned an error copying a raw chunk\n"); 164 fprintf(stderr, "read returned an error copying a crc32 chunk\n"); 169 fprintf(stderr, "computed crc32 of 0x%8.8x, expected 0x%8.8x\n", 194 fprintf(stderr, "Cannot malloc copy buf\n"); 202 fprintf(stderr, "Cannot open input file %s\n", argv[1]); 211 fprintf(stderr, "Cannot open output file %s\n", argv[2]); 218 fprintf(stderr, "Error reading sparse file header\n") [all...] |
/system/extras/su/ |
su.c | 63 fprintf(stderr,"su: uid %d not allowed to su\n", myuid); 68 fprintf(stderr,"su: permission denied\n"); 75 fprintf(stderr, "su: exec failed for %s Error:%s\n", argv[2], 85 fprintf(stderr, "su: exec failed for %s Error:%s\n", argv[2], 94 fprintf(stderr, "su: exec failed\n");
|
/external/jpeg/ |
wrjpgcom.c | 87 #define ERREXIT(msg) (fprintf(stderr, "%s\n", msg), exit(EXIT_FAILURE)) 206 fprintf(stderr, "Warning: garbage data found in JPEG file\n"); 354 fprintf(stderr, "wrjpgcom inserts a textual comment in a JPEG file.\n"); 355 fprintf(stderr, "You can add to or replace any existing comment(s).\n"); 357 fprintf(stderr, "Usage: %s [switches] ", progname); 359 fprintf(stderr, "inputfile outputfile\n"); 361 fprintf(stderr, "[inputfile]\n"); 364 fprintf(stderr, "Switches (names may be abbreviated):\n"); 365 fprintf(stderr, " -replace Delete any existing comments\n"); 366 fprintf(stderr, " -comment \"text\" Insert comment with given text\n") [all...] |
/development/tools/etc1tool/ |
etc1tool.cpp | 35 vfprintf(stderr, message, ap); 37 fprintf(stderr, "\n\n"); 38 fprintf(stderr, "usage:\n"); 41 stderr, 44 fprintf(stderr, "\tDefault is --encode\n"); 45 fprintf(stderr, "\t\t--help print this usage information.\n"); 46 fprintf(stderr, 49 stderr, 51 fprintf(stderr, 53 fprintf(stderr, [all...] |
/development/tools/emulator/opengl/host/tools/emugen/ |
EntryPoint.cpp | 113 fprintf(stderr, "line: %d: Parsing error in field <%s>\n", lc, field.c_str()); 119 fprintf(stderr, "UNKNOWN retval: %s\n", linestr.c_str()); 134 fprintf(stderr, "line: %d: Parsing error in field <%s>\n", lc, field.c_str()); 140 fprintf(stderr, "%d: Unknown type: %s\n", lc, vartype.c_str()); 216 fprintf(stderr, "ERROR: %u: Missing variable name in 'len' attribute\n", (unsigned int)lc); 221 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n", 233 fprintf(stderr, "ERROR: %u: Missing variable name in 'param_check' attribute\n", (unsigned int)lc); 238 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n", 250 fprintf(stderr, "ERROR: %u: Missing variable name in 'dir' attribute\n", (unsigned int)lc); 255 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n" [all...] |
main.cpp | 31 fprintf(stderr, "Usage: %s [options] <base name>\n", filename); 32 fprintf(stderr, "\t-h: This message\n"); 33 fprintf(stderr, "\t-E <dir>: generate encoder into dir\n"); 34 fprintf(stderr, "\t-D <dir>: generate decoder into dir\n"); 35 fprintf(stderr, "\t-i: input dir, local directory by default\n"); 36 fprintf(stderr, "\t-T : generate attribute template into the input directory\n\t\tno other files are generated\n"); 37 fprintf(stderr, "\t-W : generate wrapper into dir\n"); 71 fprintf(stderr, "Missing argument !!\n"); 80 fprintf(stderr, "Usage: %s [options] <base name> \n", argv[0]); 88 fprintf(stderr, "No output specified - aborting\n") [all...] |
/external/libpng/contrib/pngminus/ |
png2pnm.c | 35 #define STDERR 2 86 fprintf (stderr, "PNM2PNG\n"); 87 fprintf (stderr, "Error: can not create alpha-channel file %s\n", argv[argi]); 97 fprintf (stderr, "PNG2PNM\n"); 98 fprintf (stderr, "Error: unknown option %s\n", argv[argi]); 108 fprintf (stderr, "PNG2PNM\n"); 109 fprintf (stderr, "Error: file %s does not exist\n", argv[argi]); 117 fprintf (stderr, "PNG2PNM\n"); 118 fprintf (stderr, "Error: can not create file %s\n", argv[argi]); 124 fprintf (stderr, "PNG2PNM\n") [all...] |
/external/qemu/ |
qemu-sockets-android.c | 100 fprintf(stderr, "%s: host and/or port not specified\n", __FUNCTION__); 120 fprintf(stderr,"%s: getaddrinfo(%s,%s): %s\n", __FUNCTION__, 135 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__, 151 fprintf(stderr,"%s: bind(%s,%s,%d): OK\n", __FUNCTION__, 158 fprintf(stderr,"%s: bind(%s,%s,%d): %s\n", __FUNCTION__, 169 fprintf(stderr, "%s: FAILED\n", __FUNCTION__); 206 fprintf(stderr, "inet_connect: host and/or port not specified\n"); 222 fprintf(stderr,"getaddrinfo(%s,%s): %s\n", 231 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__, 240 fprintf(stderr, "%s: connect(%s,%s,%s,%s): %s\n", __FUNCTION__ [all...] |
/frameworks/base/cmds/stagefright/ |
recordvideo.cpp | 34 fprintf(stderr, "usage: %s\n", me); 35 fprintf(stderr, " -h(elp)\n"); 36 fprintf(stderr, " -b bit rate in bits per second (default: 300000)\n"); 37 fprintf(stderr, " -c YUV420 color format: [0] semi planar or [1] planar or other omx YUV420 color format (default: 1)\n"); 38 fprintf(stderr, " -f frame rate in frames per second (default: 30)\n"); 39 fprintf(stderr, " -i I frame interval in seconds (default: 1)\n"); 40 fprintf(stderr, " -n number of frames to be recorded (default: 300)\n"); 41 fprintf(stderr, " -w width in pixels (default: 176)\n"); 42 fprintf(stderr, " -t height in pixels (default: 144)\n"); 43 fprintf(stderr, " -l encoder level. see omx il header (default: encoder specific)\n") [all...] |
/build/tools/bin2asm/ |
icudata.c | 17 fprintf(stderr, "usage: %s NAME < DAT_FILE > ASM_FILE\n", argv[0]); 19 fprintf(stderr, " '%s'", argv[i]); 21 fprintf(stderr, "\n");
|
/external/e2fsprogs/lib/e2p/ |
percent.c | 43 fprintf(stderr, "Usage: %s percent base\n", argv[0]); 49 fprintf(stderr, "Bad percent: %s\n", argv[1]); 55 fprintf(stderr, "Bad base: %s\n", argv[2]);
|
/external/elfutils/tests/ |
newscn.c | 30 fprintf (stderr, "library fd of date\n"); 38 fprintf (stderr, "Failed to open fdput file: %s\n", name); 46 fprintf (stderr, "Failed to elf_begin fdput file: %s\n", name);
|
/external/iptables/iptables/ |
ip6tables-standalone.c | 55 fprintf(stderr, "%s/%s Failed to initialize xtables\n", 74 fprintf(stderr, "ip6tables: %s. " 78 fprintf(stderr, "ip6tables: %s.\n",
|