/external/bluetooth/glib/tests/ |
markup-test.c | 88 fprintf (stderr, " %s\n", error->message); 158 fprintf (stderr, "%s\n", error->message); 210 fprintf (stderr, "Give a markup file on the command line\n");
|
/external/bluetooth/hcidump/src/ |
bpasniff.c | 271 fprintf(stderr, "Can't allocate buffer for hci%d: %s (%d)\n", 278 fprintf(stderr, "Can't open device hci%d: %s (%d)\n", 290 fprintf(stderr, "Can't set filter for hci%d: %s (%d)\n", 404 fprintf(stderr, "Can't open device hci%d: %s (%d)\n", 410 fprintf(stderr, "Can't get device info for hci%d: %s (%d)\n", 417 fprintf(stderr, "Can't read version info for hci%d: %s (%d)\n", 424 fprintf(stderr, "Can't find sniffer at hci%d: %s (%d)\n", 431 fprintf(stderr, "Can't read revision info for hci%d: %s (%d)\n", 440 fprintf(stderr, "Can't enable sniffer for hci%d: %s (%d)\n", 447 fprintf(stderr, "Can't enable sync for hci%d: %s (%d)\n" [all...] |
/external/bzip2/ |
dlltest.c | 33 fprintf(stderr,"Can't load %s\n",BZ2_LIBNAME);
48 fprintf(stderr,"GetProcAddress failed.\n");
78 fprintf(stderr,"Loading of %s failed. Giving up.\n", BZ2_LIBNAME);
|
/external/dropbear/ |
cli-authinteract.c | 42 fprintf(stderr, "%s", prompt); 101 fprintf(stderr, "%s", name); 107 fprintf(stderr, "%s", instruction);
|
/external/icu4c/tools/toolutil/ |
pkg_gencmn.c | 144 fprintf(stderr, "gencmn: unable to open input file %s\n", dataFile); 192 fprintf(stderr, "gencmn: no files listed in %s\n", dataFile == NULL ? "<stdin>" : dataFile); 218 fprintf(stderr, "gencmn: udata_create(-d %s -n %s -t %s) failed - %s\n", 252 fprintf(stderr, "gencmn: unable to open listed file %s\n", files[i].pathname); 267 fprintf(stderr, "gencmn: unable to read %s properly (got %ld/%ld byte%s)\n", files[i].pathname, (long)nread, (long)files[i].fileSize, files[i].fileSize == 1 ? "" : "s"); 281 fprintf(stderr, "gencmn: udata_finish() failed - %s\n", u_errorName(errorCode)); 311 fprintf(stderr, "gencmn: unable to open .c output file %s\n", filename); 392 fprintf(stderr, "pkgdata/gencmn: Could not allocate %ld bytes for %d files\n", (fileMax*sizeof(files[0])), fileCount); 401 fprintf(stderr, "gencmn: Error: absolute path encountered. Old style paths are not supported. Use relative paths such as 'fur.res' or 'translit%cfur.res'.\n\tBad path: '%s'\n", U_FILE_SEP_CHAR, filename); 425 fprintf(stderr, "gencmn: unable to open listed file %s\n", fullPath) [all...] |
/external/iproute2/ip/ |
ipneigh.c | 48 fprintf(stderr, "Usage: ip neigh { add | del | change | replace } { ADDR [ lladdr LLADDR ]\n" 51 fprintf(stderr, " ip neigh {show|flush} [ to PREFIX ] [ dev DEV ] [ nud STATE ]\n"); 156 fprintf(stderr, "Device and destination are required arguments.\n"); 173 fprintf(stderr, "Cannot find device \"%s\"\n", d); 193 fprintf(stderr, "Not RTM_NEWNEIGH: %08x %08x %08x\n", 200 fprintf(stderr, "BUG: wrong nlmsg len %d\n", len); 327 fprintf(stderr, "Flush requires arguments.\n"); 376 fprintf(stderr, "Cannot find device \"%s\"\n", filter_dev); 397 fprintf(stderr, "Flush terminated\n"); 429 fprintf(stderr, "Dump terminated\n") [all...] |
iproute.c | 55 fprintf(stderr, "Usage: ip route { list | flush } SELECTOR\n"); 56 fprintf(stderr, " ip route get ADDRESS [ from ADDRESS iif STRING ]\n"); 57 fprintf(stderr, " [ oif STRING ] [ tos TOS ]\n"); 58 fprintf(stderr, " ip route { add | del | change | append | replace | monitor } ROUTE\n"); 59 fprintf(stderr, "SELECTOR := [ root PREFIX ] [ match PREFIX ] [ exact PREFIX ]\n"); 60 fprintf(stderr, " [ table TABLE_ID ] [ proto RTPROTO ]\n"); 61 fprintf(stderr, " [ type TYPE ] [ scope SCOPE ]\n"); 62 fprintf(stderr, "ROUTE := NODE_SPEC [ INFO_SPEC ]\n"); 63 fprintf(stderr, "NODE_SPEC := [ TYPE ] PREFIX [ tos TOS ]\n"); 64 fprintf(stderr, " [ table TABLE_ID ] [ proto RTPROTO ]\n") [all...] |
/external/oprofile/libop/ |
op_cpu_type.c | 136 fprintf(stderr, "Unable to open cpu_type file for reading\n"); 137 fprintf(stderr, "Make sure you have done opcontrol --init\n"); 143 fprintf(stderr, "Could not read cpu type.\n");
|
/external/qemu/android/tools/ |
gen-hw-config.py | 120 sys.stderr.write("ignoring config item with no type '%s'\n" % item.name) 124 sys.stderr.write("ignoring config item with unknown type '%s': '%s'\n" % \ 129 sys.stderr.write("ignoring config item with no default '%s' */" % item.name)
|
/external/qemu/android/utils/ |
system.c | 35 fprintf(stderr, "PANIC: not enough memory\n"); 52 fprintf(stderr, "PANIC: not enough memory\n"); 70 fprintf(stderr, "PANIC: not enough memory to reallocate %lld bytes\n", (uint64_t)size);
|
/external/qemu/ |
json-parser.c | 99 fprintf(stderr, "parse error: "); 100 vfprintf(stderr, msg, ap); 101 fprintf(stderr, "\n");
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_util.h | 89 fprintf(stderr, "Warning: Value exceeds given limit(s)!\n"); \ 103 fprintf(stderr,"Warning: Value [%d] exceeds given limit(s)!\n",i); \ 120 #define EPRINT(msg) fprintf(stderr,"ERROR: %s\n",msg)
|
/frameworks/base/opengl/tests/gl_perf/ |
gl2_perf.cpp | 37 fprintf(stderr, "%s() returned %d\n", op, returnVal); 42 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), 50 fprintf(stderr, "after %s() glError (0x%x)\n", op, error);
|
/frameworks/compile/libbcc/tools/ |
gen-build-stamp.py | 23 stderr=subprocess.PIPE, 33 stderr=subprocess.PIPE, 88 print >> sys.stderr, 'USAGE:', sys.argv[0], '[REPO] [LIBs]'
|
/system/core/libctest/ |
ctest.c | 69 /** Prints failures to stderr. */ 73 fprintf(stderr, "FAILURE! %d of %d tests failed. Failures:\n", 82 fwrite(buffer, sizeof(char), read, stderr); 98 fprintf(stderr, "Fork failed.");
|
/external/iproute2/tc/ |
f_u32.c | 33 fprintf(stderr, "Usage: ... u32 [ match SELECTOR ... ] [ link HTID ]" 35 fprintf(stderr, " [ police POLICE_SPEC ]" 37 fprintf(stderr, " [ ht HTID ] [ hashkey HASHKEY_SPEC ]\n"); 38 fprintf(stderr, " [ sample SAMPLE ]\n"); 39 fprintf(stderr, "or u32 divisor DIVISOR\n"); 40 fprintf(stderr, "\n"); 41 fprintf(stderr, "Where: SELECTOR := SAMPLE SAMPLE ...\n"); 42 fprintf(stderr, " SAMPLE := { ip | ip6 | udp | tcp | icmp |" 44 fprintf(stderr, " FILTERID := X:Y:Z\n"); 45 fprintf(stderr, "\nNOTE: CLASSID is parsed at hexadecimal input.\n") [all...] |
/external/icu4c/test/perf/ubrkperf/ |
ubrkperfold.cpp | 216 fprintf(stderr, "Warning, U_USING_DEFAULT_WARNING for %s\n", opt_locale); 219 fprintf(stderr, "Warning, U_USING_FALLBACK_ERROR for %s\n", opt_locale); 247 fprintf(stderr, "value expected for \"%s\" option.\n", pOpt->name); 255 fprintf(stderr, "value expected for \"%s\" option.\n", pOpt->name); 261 fprintf(stderr, "integer value expected for \"%s\" option.\n", pOpt->name); 271 fprintf(stderr, "Unrecognized option \"%s\"\n", pArgName); 297 //fprintf(stderr, "%d ", j); 379 //fprintf(stderr, "%d ", j); 428 fprintf(stderr, "ICU Converter open failed.: %d\n", &status); 440 fprintf(stderr, "Conversion from Unicode, something is wrong.\n") [all...] |
/external/openssl/crypto/des/ |
des.c | 205 fputs("must have a key with the -k option\n",stderr); 219 fprintf(stderr,"'%c' unknown flag\n",p[-1]); 253 fprintf(stderr,"des(1) built with %s\n",libdes_version); 261 if (vflag) fprintf(stderr,"des(1) built with %s\n",libdes_version); 274 fputs("input and output file are the same\n",stderr); 281 fputs("password error\n",stderr); 297 CKSUM_OUT=stderr; 335 " stderr if data being output on stdout). The checksum is", 353 fputs(*u,stderr); 354 fputc('\n',stderr); [all...] |
/system/core/sh/ |
arith.c | 630 YYFPRINTF (stderr, "%s ", Title); \ 631 yysymprint (stderr, \ 633 YYFPRINTF (stderr, "\n"); \ 652 YYFPRINTF (stderr, "Stack now"); 654 YYFPRINTF (stderr, " %d", *bottom); 655 YYFPRINTF (stderr, "\n"); 680 YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ", 684 YYFPRINTF (stderr, "%s ", yytname [yyrhs[yyi]]); 685 YYFPRINTF (stderr, "-> %s\n", yytname [yyr1[yyrule]]); 943 YYDPRINTF ((stderr, "Starting parse\n")) [all...] |
/external/e2fsprogs/misc/ |
tune2fs.c | 104 fprintf(stderr, 194 fprintf(stderr, _("%s is not a journal device.\n"), 209 fputs(_("Journal superblock not found!\n"), stderr); 222 stderr); 242 fputs(_("Journal NOT removed\n"), stderr); 322 fprintf(stderr, _("Invalid mount option set: %s\n"), 354 fprintf(stderr, 358 fprintf(stderr, _("Clearing filesystem feature '%s' " 364 fprintf(stderr, _("Setting filesystem feature '%s' " 376 "read-only.\n"), stderr); [all...] |
/external/bison/src/ |
parse-gram.c | [all...] |
/external/icu4c/tools/gennames/ |
gennames.c | 385 fprintf(stderr, "%s: can not initialize ICU. errorCode = %s\n", 397 fprintf(stderr, 408 fprintf(stderr, 420 fprintf(stderr, 428 fprintf(stderr, 509 fprintf(stderr, "gennames: error - name alias %s empty or too long for code point U+%04lx\n", 517 fprintf(stderr, "gennames: error - name alias for non-character code point U+%04lx\n", 525 fprintf(stderr, "gennames: error - NameAliases entries out of order, U+%04lx after U+%04lx\n", 533 fprintf(stderr, "gennames: error - too many name aliases\n"); 594 fprintf(stderr, "gennames: error - properties for non-character code point U+%04lx\n" [all...] |
/external/libvpx/ |
vpxenc.c | 89 vfprintf(stderr, fmt, ap); 90 fprintf(stderr, "\n"); 100 fprintf(stderr, "%s: %s\n", s, vpx_codec_error(ctx)); 103 fprintf(stderr, " %s\n", detail); 155 fprintf(stderr, "First-pass stats file must be seekable!\n"); 166 fprintf(stderr, "Failed to allocate first-pass stats buffer (%lu bytes)\n", 242 fprintf(stderr, 382 fprintf(stderr, "Error: Unrecognized IVF version! This file may not" 715 fprintf(stderr, "\nFailed to realloc cue list.\n"); 1056 fprintf(stderr, "Usage: %s <options> -o dst_filename src_filename \n" [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/ |
VPPTest.c | 65 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__) 166 fprintf(stderr, "VPPTEST:: Press CTL-C to continue\n"); 375 fprintf (stderr,"VPPTEST:: Error in OMX_GetExtensionIndex function\n"); 382 fprintf (stderr,"VPPTEST:: Error in OMX_GetExtensionIndex function\n"); 389 fprintf (stderr,"Error in OMX_GetExtensionIndex function\n"); 396 fprintf (stderr,"VPPTEST:: Error in OMX_GetExtensionIndex function\n"); 403 fprintf (stderr,"Error in OMX_GetExtensionIndex function\n"); 410 fprintf (stderr,"VPPTEST:: Error in OMX_GetExtensionIndex function\n"); 418 fprintf (stderr,"VPPTEST:: Error in OMX_GetExtensionIndex function\n"); 425 fprintf (stderr,"VPPTEST:: Error in OMX_GetExtensionIndex function\n") [all...] |
/build/tools/ |
merge-event-log-tags.py | 62 print >> sys.stderr, "unhandled option %s" % (o,) 133 print >> sys.stderr, "%s:%d: error: %s" % (fn, ln, msg) 138 print >> sys.stderr, "%s:%d: warning: %s" % (fn, ln, msg) 160 print >> sys.stderr, ("Error: Tag number not defined for tag `%s'."
|