/external/icu4c/tools/gensprep/ |
gensprep.c | 98 fprintf(stderr, 105 fprintf(stderr, 110 fprintf(stderr, 117 fprintf(stderr, 121 fprintf(stderr, 126 fprintf(stderr, 159 fprintf(stderr, 194 fprintf(stderr, 226 fprintf(stderr, "Could not open file %s for reading. Error: %s \n", filename, u_errorName(errorCode)); 243 fprintf(stderr,"Could not open file %s for reading \n", filename) [all...] |
/external/bluetooth/bluez/tools/ |
hciconfig.c | 172 fprintf(stderr, "Can't reset stats counters hci%d: %s (%d)\n", 192 fprintf(stderr, "Can't set scan mode on hci%d: %s (%d)\n", 214 fprintf(stderr, "Could not open device: %s(%d)\n", 234 fprintf(stderr, "Can't set random address for hci%d: " 276 fprintf(stderr, "Can't set advertise mode on hci%d: %s (%d)\n", 282 fprintf(stderr, "LE set advertise enable on hci%d returned status %d\n", 299 fprintf(stderr, "Can't open device hci%d: %s (%d)\n", 317 fprintf(stderr, "Can't read LE supported states on hci%d:" 323 fprintf(stderr, "Read LE supported states on hci%d" 336 fprintf(stderr, "Can't open device hci%d: %s (%d)\n" [all...] |
csr_bcsp.c | 60 fprintf(stderr, "Can't open serial port: %s (%d)\n", 68 fprintf(stderr, "Can't get port settings: %s (%d)\n", 90 fprintf(stderr, "Can't change port settings: %s (%d)\n", 99 fprintf(stderr, "Can't set non blocking mode: %s (%d)\n", 128 fprintf(stderr, "Initialization timed out\n"); 140 fprintf(stderr, "UART write error\n"); 221 fprintf(stderr, "Operation timed out\n");
|
/external/icu4c/tools/genbrk/ |
genbrk.cpp | 142 fprintf(stderr, "error in command line argument \"%s\"\n", argv[-argc]); 152 fprintf(stderr, "rule file and output file must both be specified.\n"); 179 fprintf(stderr, "%s\n", msg); 191 fprintf(stderr, "%s: can not initialize ICU. status = %s\n", 207 fprintf(stderr, "Could not open file \"%s\"\n", ruleFileName); 217 fprintf(stderr, "Error reading file \"%s\"\n", ruleFileName); 244 fprintf(stderr, "ucnv_open: ICU Error \"%s\"\n", u_errorName(status)); 259 fprintf(stderr, "ucnv_toUChars: ICU Error \"%s\"\n", u_errorName(status)); 272 fprintf(stderr, "ucnv_toUChars: ICU Error \"%s\"\n", u_errorName(status)); 292 fprintf(stderr, "createRuleBasedBreakIterator: ICU Error \"%s\" at line %d, column %d\n" [all...] |
/external/iproute2/tc/ |
q_hfsc.c | 33 fprintf(stderr, 43 fprintf(stderr, 66 fprintf(stderr, "HFSC: Illegal \"%s\"\n", arg); 80 fprintf(stderr, "HFSC: Double \"default\"\n"); 91 fprintf(stderr, "HFSC: What is \"%s\" ?\n", *argv); 189 fprintf(stderr, "HFSC: What is \"%s\" ?\n", *argv); 197 fprintf(stderr, "HFSC: no parameters given\n"); 202 fprintf(stderr, "HFSC: Upper-limit Service Curve without " 246 fprintf(stderr, "HFSC: truncated realtime option\n"); 252 fprintf(stderr, "HFSC: truncated linkshare option\n") [all...] |
/external/oprofile/daemon/ |
oprofiled.c | 115 perror("oprofiled: couldn't dup stdout to stderr: "); 149 fprintf(stderr, "oprofiled: opd_go_daemon: couldn't chdir to %s: %s", 375 fprintf(stderr, "unknown verbose options\n"); 418 fprintf(stderr, "oprofiled: no vmlinux specified.\n"); 419 poptPrintHelp(optcon, stderr, 0); 431 fprintf(stderr, "oprofiled: no kernel VMA range specified.\n"); 432 poptPrintHelp(optcon, stderr, 0); 441 fprintf(stderr, "oprofiled: no events specified.\n"); 442 poptPrintHelp(optcon, stderr, 0); 459 fprintf(stderr, "oprofiled: no Xen VMA range specified.\n") [all...] |
/system/extras/procmem/ |
procmem.c | 91 fprintf(stderr, "Invalid argument \"%s\".\n", argv[i]); 98 fprintf(stderr, "Invalid PID \"%s\".\n", argv[argc - 1]); 104 fprintf(stderr, "error creating kernel interface -- " 113 fprintf(stderr, "error creating process interface -- " 121 fprintf(stderr, "error resetting working set for process.\n"); 130 fprintf(stderr, "error listing maps.\n"); 136 fprintf(stderr, "error allocating map_info array: %s\n", strerror(errno)); 160 fprintf(stderr, "error allocating map_info: %s\n", strerror(errno)); 174 fprintf(stderr, "error getting usage for map.\n"); 185 fprintf(stderr, "error getting pagemap for map.\n") [all...] |
/system/core/toolbox/ |
getevent.c | 95 fprintf(stderr, "failed to allocate buffer of size %d\n", (int)bits_size); 308 fprintf(stderr, "could not open %s, %s\n", device, strerror(errno)); 314 fprintf(stderr, "could not get driver version for %s, %s\n", device, strerror(errno)); 319 fprintf(stderr, "could not get driver id for %s, %s\n", device, strerror(errno)); 326 //fprintf(stderr, "could not get device name for %s, %s\n", device, strerror(errno)); 330 //fprintf(stderr, "could not get location for %s, %s\n", device, strerror(errno)); 334 //fprintf(stderr, "could not get idstring for %s, %s\n", device, strerror(errno)); 340 fprintf(stderr, "out of memory\n"); 346 fprintf(stderr, "out of memory\n"); 403 fprintf(stderr, "remote device: %s not found\n", device) [all...] |
/external/iproute2/ip/ |
ip6tunnel.c | 49 fprintf(stderr, "Usage: ip -f inet6 tunnel { add | change | del | show } [ NAME ]\n"); 50 fprintf(stderr, " [ mode { ip6ip6 | ipip6 | any } ]\n"); 51 fprintf(stderr, " [ remote ADDR local ADDR ] [ dev PHYS_DEV ]\n"); 52 fprintf(stderr, " [ encaplimit ELIM ]\n"); 53 fprintf(stderr ," [ hoplimit TTL ] [ tclass TCLASS ] [ flowlabel FLOWLABEL ]\n"); 54 fprintf(stderr, " [ dscp inherit ]\n"); 55 fprintf(stderr, "\n"); 56 fprintf(stderr, "Where: NAME := STRING\n"); 57 fprintf(stderr, " ADDR := IPV6_ADDRESS\n"); 58 fprintf(stderr, " ELIM := { none | 0..255 }(default=%d)\n" [all...] |
ip.c | 41 fprintf(stderr, 93 fprintf(stderr, "Object \"%s\" is unknown, try \"ip help\".\n", argv0); 106 fprintf(stderr, "Cannot open file \"%s\" for reading: %s\n", 113 fprintf(stderr, "Cannot open rtnetlink\n"); 127 fprintf(stderr, "Command failed %s:%d\n", name, cmdlineno); 226 fprintf(stderr, "Invalid rcvbuf size '%s'\n", 234 fprintf(stderr, "Option \"%s\" is unknown, try \"ip -help\".\n", opt);
|
/frameworks/base/cmds/dumpstate/ |
utils.c | 234 fprintf(stderr, "android_get_control_socket(%s): %s\n", service, strerror(errno)); 238 fprintf(stderr, "listen(control socket): %s\n", strerror(errno)); 246 fprintf(stderr, "accept(control socket): %s\n", strerror(errno)); 275 fprintf(stderr, "%s: %s\n", path, strerror(errno)); 283 fprintf(stderr, "pipe: %s\n", strerror(errno)); 292 fprintf(stderr, "fork: %s\n", strerror(errno)); 307 fprintf(stderr, "exec(gzip): %s\n", strerror(errno)); 332 fprintf(stderr, "rename(%s, %s): %s\n", traces_path, anr_traces_path, strerror(errno)); 345 fprintf(stderr, "mkdir(%s): %s\n", anr_traces_dir, strerror(errno)); 353 fprintf(stderr, "%s: %s\n", traces_path, strerror(errno)) [all...] |
/development/tools/elftree/ |
elftree.c | 20 vfprintf(stderr, fmt, ap); 23 fprintf(stderr, "\n"); 34 vfprintf(stderr, fmt, ap); 37 fprintf(stderr, ": %s\n", strerror(errsv)); 45 vfprintf(stderr, fmt, ap); 48 fprintf(stderr, ": %s\n", elf_errmsg(-1)); 258 fprintf(stderr, "Usage: elftree [ -s | -h ] elf-file\n"
|
/development/tools/emulator/opengl/host/tools/emugen/ |
TypeFactory.cpp | 88 fprintf(stderr, "Error: %d : missing type name\n", lc); 95 fprintf(stderr, "Error: %d : missing type width\n", lc); 102 fprintf(stderr, "Error: %d : missing print-string\n", lc); 110 fprintf(stderr, "Error: %d : missing ispointer definition\n", lc); 121 fprintf(stderr, "Error: %d : invalid isPointer definition, must be either \"true\" or \"false\"\n", lc); 127 fprintf(stderr, "Error: %d : unknown var width: %d\n", lc, atoi(size.c_str())); 132 fprintf(stderr,
|
/development/tools/emulator/system/libqemu/ |
test_host_1.c | 165 fprintf(stderr, "-unix option needs an argument! See --help for details.\n"); 173 fprintf(stderr, "-tcp option needs an argument! See --help for details.\n"); 180 fprintf(stderr, "UNKNOWN OPTION: %s\n\n", arg); 195 fprintf(stderr, "Could not start server: %s\n", strerror(errno)); 203 fprintf(stderr, "Server error: %s\n", strerror(errno)); 215 fprintf(stderr, "Client read error: %s\n", strerror(errno)); 229 fprintf(stderr, "Client write error: %s\n", strerror(errno));
|
/external/dropbear/ |
genrsa.c | 61 fprintf(stderr, "rsa generation failed\n"); 72 fprintf(stderr, "rsa generation failed\n"); 79 fprintf(stderr, "rsa generation failed\n"); 86 fprintf(stderr, "rsa generation failed\n"); 115 fprintf(stderr, "rsa generation failed\n"); 121 fprintf(stderr, "rsa generation failed\n"); 126 fprintf(stderr, "rsa generation failed\n");
|
/external/libpng/contrib/gregbook/ |
readpng2.c | 89 fprintf(stderr, " Compiled with libpng %s; using libpng %s " 96 fprintf(stderr, " Compiled with libpng %s; using libpng %s " 100 fprintf(stderr, " Processor (x86%s) %s MMX instructions.\n", 110 fprintf(stderr, 121 fprintf(stderr, 125 fprintf(stderr, " combining rows (reading)\n"); 129 fprintf(stderr, 140 fprintf(stderr, " other (unknown)\n"); 144 fprintf(stderr, " (none)\n"); 149 fprintf(stderr, " Compiled with libpng %s; using libpng %s [all...] |
/external/openssl/crypto/x509v3/ |
v3conf.c | 81 fprintf(stderr, "Usage: v3conf cert.pem [file.cnf]\n"); 88 fprintf(stderr, "Error opening Config file %s\n", conf_file); 89 ERR_print_errors_fp(stderr); 95 fprintf(stderr, "Can't open certificate file %s\n", argv[1]); 100 fprintf(stderr, "Error reading certificate file %s\n", argv[1]); 109 fprintf(stderr, "Error adding extensions\n"); 110 ERR_print_errors_fp(stderr);
|
/external/qemu/ |
bt-host.c | 60 fprintf(stderr, "qemu: error %i writing bluetooth packet.\n", 94 fprintf(stderr, "qemu: error %i reading HCI frame\n", errno); 136 fprintf(stderr, "qemu: bad HCI packet type %02x\n", pkt[-1]); 154 fprintf(stderr, "qemu: `%s' not available\n", id); 164 fprintf(stderr, "qemu: Can't open `%s': %s (%i)\n", 175 fprintf(stderr, "qemu: Can't set HCI filter on socket (%i)\n", errno); 194 fprintf(stderr, "qemu: bluetooth passthrough not supported (yet)\n");
|
/external/qemu/hw/ |
smbios.c | 71 fprintf(stderr, "SMBIOS type %d field already defined, " 79 fprintf(stderr, "SMBIOS type %d table already defined, " 155 fprintf(stderr, "Invalid SMBIOS UUID string\n"); 177 fprintf(stderr, "Cannot read smbios file %s", buf); 193 fprintf(stderr, "Failed to load smbios file %s", buf); 216 fprintf(stderr, "Don't know how to build fields for SMBIOS type " 222 fprintf(stderr, "smbios: must specify type= or file=\n");
|
/external/webkit/Source/WebCore/rendering/svg/ |
SVGResourcesCycleSolver.cpp | 102 fprintf(stderr, "\nBefore cycle detection:\n"); 121 fprintf(stderr, "\nDetecting wheter any resources references any of following objects:\n"); 123 fprintf(stderr, "Local resources:\n"); 126 fprintf(stderr, "|> %s: object=%p (node=%p)\n", (*it)->renderName(), *it, (*it)->node()); 128 fprintf(stderr, "Parent resources:\n"); 131 fprintf(stderr, "|> %s: object=%p (node=%p)\n", (*it)->renderName(), *it, (*it)->node()); 157 fprintf(stderr, "\nAfter cycle detection:\n");
|
/frameworks/base/opengl/tests/angeles/ |
app-linux.cpp | 100 fprintf(stderr,"%s(): egl error 0x%x (%s)\n", 109 fprintf(stderr, "GL Error: 0x%04x\n", (int)error); 118 fprintf(stderr, "EGL Error: 0x%04x\n", (int)error); 146 fprintf(stderr, "couldn't find an EGLConfig matching the screen format\n"); 153 fprintf(stderr,"surface = %p\n", surface); 157 fprintf(stderr,"context = %p\n", context); 198 fprintf(stderr, "Graphics initialization failed.\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
|
/system/core/debuggerd/ |
getevent.c | 45 //fprintf(stderr, "could not get device name for %s, %s\n", device, strerror(errno)); 49 //fprintf(stderr, "could not get location for %s, %s\n", device, strerror(errno)); 53 //fprintf(stderr, "could not get idstring for %s, %s\n", device, strerror(errno)); 59 fprintf(stderr, "out of memory\n"); 65 fprintf(stderr, "out of memory\n"); 107 fprintf(stderr, "could not get event, %s\n", strerror(errno)); 210 fprintf(stderr, "could not get event\n");
|
/external/icu4c/tools/gencnval/ |
gencnval.c | 233 fprintf(stderr, 238 fprintf(stderr, 284 fprintf(stderr, "gencnval: unable to open input file %s\n", path); 294 fprintf(stderr, "gencnval: unable to open output file - error %s\n", u_errorName(errorCode)); 304 fprintf(stderr, "gencnval: error finishing output file - %s\n", u_errorName(errorCode)); 345 fprintf(stderr, "%s:%d: error: cannot start an alias with a space\n", path, lineNum-1); 349 fprintf(stderr, "%s:%d: error: alias needs to start with a converter name\n", path, lineNum); 359 fprintf(stderr, "%s:%d: error: alias table needs to start a list of standard tags\n", path, lineNum); 500 fprintf(stderr, "%s:%d: Unterminated tag list\n", path, lineNum); 516 fprintf(stderr, "%s:%d: too many tags\n", path, lineNum) [all...] |
/external/icu4c/tools/toolutil/ |
ucmstate.c | 190 fprintf(stderr, "ucm error: too many states (maximum %u)\n", MBCS_MAX_STATE_COUNT); 197 fprintf(stderr, "ucm error: parse error in state definition at '%s'\n", error); 237 fprintf(stderr, "ucm error: no header field <key> in line \"%s\"\n", line); 243 fprintf(stderr, "ucm error: incomplete header field <key> in line \"%s\"\n", line); 273 fprintf(stderr, "ucm error: unknown <uconv_class> %s\n", *pValue); 283 fprintf(stderr, "ucm error: illegal <mb_cur_max> %s\n", *pValue); 292 fprintf(stderr, "ucm error: illegal <mb_cur_min> %s\n", *pValue); 307 fprintf(stderr, "ucm error: <icu:state> entry for non-MBCS table or before the <uconv_class> line\n"); 312 fprintf(stderr, "ucm error: <icu:state> before the <mb_cur_max> line\n"); 319 fprintf(stderr, "ucm error: <icu:base> without a base table name\n") [all...] |