/system/extras/tests/directiotest/ |
directiotest.c | 83 fprintf(stderr, "Unexpected end-of-file\n"); 105 fprintf(stderr, "write returned 0\n"); 196 fprintf(stderr, "%s is not a block device\n", path); 214 fprintf(stderr, "Error allocating test buffers\n"); 242 fprintf(stderr, "write failed, aborting test\n"); 247 fprintf(stderr, "read failed, aborting test\n");
|
/bootable/recovery/mtdutils/ |
mtdutils.c | 292 fprintf(stderr, "mtd: ECCGETSTATS error (%s)\n", strerror(errno)); 303 fprintf(stderr, "mtd: read error at 0x%08llx (%s)\n", 306 fprintf(stderr, "mtd: ECCGETSTATS error (%s)\n", strerror(errno)); 309 fprintf(stderr, "mtd: ECC errors (%d soft, %d hard) at 0x%08llx\n", 315 fprintf(stderr, 421 fprintf(stderr, 434 fprintf(stderr, "mtd: erase failure at 0x%08lx (%s)\n", 440 fprintf(stderr, "mtd: write error at 0x%08lx (%s)\n", 447 fprintf(stderr, "mtd: re-read error at 0x%08lx (%s)\n", 452 fprintf(stderr, "mtd: verification error at 0x%08lx (%s)\n" [all...] |
/external/iproute2/ip/ |
iprule.c | 35 fprintf(stderr, "Usage: ip rule [ list | add | del | flush ] SELECTOR ACTION\n"); 36 fprintf(stderr, "SELECTOR := [ not ] [ from PREFIX ] [ to PREFIX ] [ tos TOS ] [ fwmark FWMARK[/MASK] ]\n"); 37 fprintf(stderr, " [ iif STRING ] [ oif STRING ] [ pref NUMBER ]\n"); 38 fprintf(stderr, "ACTION := [ table TABLE_ID ]\n"); 39 fprintf(stderr, " [ prohibit | reject | unreachable ]\n"); 40 fprintf(stderr, " [ realms [SRCREALM/]DSTREALM ]\n"); 41 fprintf(stderr, " [ goto NUMBER ]\n"); 42 fprintf(stderr, "TABLE_ID := [ local | main | default | NUMBER ]\n"); 206 fprintf(stderr, "\"ip rule show\" does not take any arguments.\n"); 216 fprintf(stderr, "Dump terminated\n") [all...] |
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
PlatformCALayerWin.cpp | 595 fprintf(stderr, " "); 600 fprintf(stderr, "[%g %g %g %g; %g %g %g %g; %g %g %g %g; %g %g %g %g]", 624 fprintf(stderr, "(%s [%g %g %g] [%g %g %g %g] [%g %g %g] superlayer=%p\n", 634 fprintf(stderr, "(name %s)\n", layerName.utf8().data()); 641 fprintf(stderr, "(masksToBounds true)\n"); 648 fprintf(stderr, "(opacity %hf)\n", layerOpacity); 655 fprintf(stderr, "(sublayerTransform "); 657 fprintf(stderr, ")\n"); 664 fprintf(stderr, "(transform "); 666 fprintf(stderr, ")\n") [all...] |
/external/chromium/third_party/libevent/test/ |
regress.c | 141 fprintf(stderr, "%s: write\n", __func__); 170 fprintf(stderr, "%s: read\n", __func__); 235 fprintf(stderr, "%s: read\n", __func__); 257 fprintf(stderr, "%s: write\n", __func__); 277 fprintf(stderr, "%s: socketpair\n", __func__); 283 fprintf(stderr, "fcntl(O_NONBLOCK)"); 286 fprintf(stderr, "fcntl(O_NONBLOCK)"); 549 fprintf(stderr, "FAILED (reinit)\n"); 571 fprintf(stderr, "FAILED (fork)\n"); 576 fprintf(stderr, "FAILED (exit): %d\n", WEXITSTATUS(status)) [all...] |
/build/tools/atree/ |
atree.cpp | 61 fwrite(USAGE, strlen(USAGE), 1, stderr); 84 fflush(stderr); 113 fprintf(stderr, "%s: -o may only be supplied once -- " 124 fprintf(stderr, "%s: -m may only be supplied once -- " 132 fprintf(stderr, "%s Invalid expression in '-v %s': " 148 fprintf(stderr, "%s: invalid argument -- %s\n", argv[0], argv[optind]); 153 fprintf(stderr, "%s: At least one -f option must be supplied.\n", 159 fprintf(stderr, "%s: At least one -I option must be supplied.\n", 165 fprintf(stderr, "%s: -o option must be supplied.\n", argv[0]); 333 fprintf(stderr, "error opening manifest file for write: %s\n" [all...] |
/external/chromium-trace/ |
systrace-legacy.py | 92 print >> sys.stderr, 'unable to set tags: %s' % e 152 stderr=subprocess.PIPE) 155 ready = select.select([adb.stdout, adb.stderr], [], [adb.stdout, adb.stderr]) 156 if adb.stderr in ready[0]: 157 err = os.read(adb.stderr.fileno(), 4096) 158 sys.stderr.write(err) 159 sys.stderr.flush() 195 print >> sys.stderr, 'adb returned error code %d' % result 204 print >> sys.stderr, ('An error occured while capturing the trace. Output ' [all...] |
/external/iproute2/tc/ |
q_netem.c | 30 fprintf(stderr, 42 fprintf(stderr, "Illegal \"%s\"\n", arg); 67 fprintf(stderr, "No distribution data for %s (%s: %s)\n", 84 fprintf(stderr, "%s: too much data\n", 117 fprintf(stderr, "Illegal %u time (too large)\n", t); 251 fprintf(stderr, "What is \"%s\"?\n", *argv); 262 fprintf(stderr, "reordering not possible without specifying some delay\n"); 267 fprintf(stderr, "gap specified without reorder probability\n"); 273 fprintf(stderr, "distribution specified but no latency and jitter values\n"); 317 fprintf(stderr, "options size error\n") [all...] |
/external/openssl/crypto/engine/ |
eng_openssl.c | 214 * TEST_ENC_OPENSSL_RC4_OTHERS - print a one line message to stderr each time 216 * TEST_ENG_OPENSSL_RC4_P_INIT - print a one line message to stderr each time 233 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_init_key() called\n"); 244 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_cipher() called\n"); 294 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) returning NULL for " 312 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_init() called\n"); 319 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_update() called\n"); 326 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_final() called\n"); 360 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) returning NULL for " 376 fprintf(stderr, "(TEST_ENG_OPENSSL_PKEY)Loading Private key %s\n", key_id) [all...] |
/external/v8/preparser/ |
preparser-process.cc | 54 // Diagnostic output is output on stderr. 74 fprintf(stderr, "Invalid pushback: '%c' at offset %d.", ch, offset_); 88 fprintf(stderr, "Non-ASCII character in input: '%c'.", next_char); 200 vfprintf(stderr, message, args); 202 fflush(stderr); 206 fprintf(stderr, "LOG: data size: %u\n", size); 209 fflush(stderr); 331 fflush(stderr); 337 fflush(stderr); 346 fflush(stderr); [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
mock_drt_unittest.py | 124 def make_drt(self, options, args, filesystem, stdin, stdout, stderr): 125 return mock_drt.MockDRT(options, args, filesystem, stdin, stdout, stderr) 168 stderr = newstringio.StringIO() 171 drt = self.make_drt(options, args, filesystem, stdin, stdout, stderr) 179 self.assertEqual(stderr.getvalue(), '') 185 stderr = newstringio.StringIO() 187 filesystem, stdin, stdout, stderr) 190 self.assertEqual(stderr.getvalue(), '') 224 def make_drt(self, options, args, filesystem, stdin, stdout, stderr): 232 return mock_drt.MockChromiumDRT(options, args, filesystem, stdin, stdout, stderr) [all...] |
/frameworks/wilhelm/tools/permute/ |
permute.c | 140 fprintf(stderr, "%s: unsupported type 0x%X\n", path_in, type); 155 fprintf(stderr, "%s: unsupported subtype 0x%X\n", path_in, subtype); 168 fprintf(stderr, "%s: unsupported endianness 0x%X\n", path_in, endianness); 183 fprintf(stderr, "%s: unsupported sample rate %d\n", path_in, sfinfo_in.samplerate); 197 fprintf(stderr, "%s: unsupported channels %d\n", path_in, sfinfo_in.channels); 205 fprintf(stderr, "%s: unsupported frames %d\n", path_in, (int) sfinfo_in.frames); 246 fprintf(stderr, "%s: expected to read %d frames but actually read %d frames\n", path_in, 273 fprintf(stderr, "%s: expected to write %d frames but actually wrote %d frames\n", 319 fprintf(stderr, "%s: invalid value %s\n", argv[0], arg); 327 fprintf(stderr, "%s: invalid value %s\n", argv[0], arg) [all...] |
/hardware/ti/wlan/mac80211/ti-utils/ |
misc_cmds.c | 241 fprintf(stderr, "Fail to read ini file\n"); 248 fprintf(stderr, "Fail to create reference NVS file\n"); 291 fprintf(stderr, "Fail to create reference NVS file\n"); 322 fprintf(stderr, "Fail to read ini file\n"); 333 fprintf(stderr, "Fail to update NVS file\n"); 363 fprintf(stderr, "Fail to dump NVS file\n"); 387 fprintf(stderr, "Missing argument\n"); 398 fprintf(stderr, "Fail to set AutoFEM\n"); 422 fprintf(stderr, "Missing argument\n"); 433 fprintf(stderr, "Fail to set AutoFEM\n") [all...] |
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
triangleCM.cpp | 109 fprintf(stderr, "usage: %s [-n <nframes> -i -h]\n", progname); 110 fprintf(stderr, "\t-h: this message\n"); 111 fprintf(stderr, "\t-i: immidate mode\n"); 112 fprintf(stderr, "\t-n nframes: generate nframes\n"); 113 fprintf(stderr, "\t-e: use index arrays\n"); 114 fprintf(stderr, "\t-t: use texture\n"); 115 fprintf(stderr, "\t-f: use fixed points\n"); 116 fprintf(stderr, "\t-p: use point size OES extention\n"); 165 fprintf(stderr,"SDL init failed: %s\n", SDL_GetError()); 171 fprintf(stderr,"Failed to set video mode: %s\n", SDL_GetError()) [all...] |
/external/libpng/contrib/gregbook/ |
rpng-x.c | 276 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname); 278 fprintf(stderr, "\n" 296 fprintf(stderr, PROGNAME ": can't open PNG file [%s]\n", filename); 302 fprintf(stderr, PROGNAME 307 fprintf(stderr, PROGNAME 311 fprintf(stderr, PROGNAME ": insufficient memory\n"); 314 fprintf(stderr, PROGNAME 323 fprintf(stderr, PROGNAME ": can't open X display [%s]\n", 334 fprintf(stderr, PROGNAME ": aborting.\n"); 362 fprintf(stderr, PROGNAM [all...] |
/external/checkpolicy/ |
checkpolicy.c | 116 fprintf(stderr, "fgets failed at line %d: %s\n", __LINE__,\ 185 fprintf(stderr, "out of memory\n"); 236 fprintf(stderr, "out of memory\n"); 369 fprintf(stderr, 422 fprintf(stderr, "%s: Unknown target platform:" 457 fprintf(stderr, 465 fprintf(stderr, 504 fprintf(stderr, "Can't open '%s': %s\n", 509 fprintf(stderr, "Can't stat '%s': %s\n", 517 fprintf(stderr, "Can't map '%s': %s\n" [all...] |
/external/icu4c/tools/gensprep/ |
store.c | 204 fprintf(stderr, "error: failed to initialize tries\n"); 287 fprintf(stderr,"trieWord cannot contain value greater than 0x%04X.\n",_SPREP_TYPE_THRESHOLD); 301 fprintf(stderr,"Type for codepoint \\U%08X already set!.\n", (int)codepoint); 308 fprintf(stderr,"Could not set the value for code point.\n"); 317 fprintf(stderr, "Too many entries in the mapping table %i. Maximum allowed is %i\n", 333 fprintf(stderr, "gensprep, fatal error at %s, %d. Aborting.\n", __FILE__, __LINE__); 381 fprintf(stderr,"Type for codepoint \\U%08X already set!.\n", (int)codepoint); 397 fprintf(stderr,"Could not set the value for code point.\n"); 403 fprintf(stderr,"trieWord cannot contain value greater than threshold 0x%04X.\n",_SPREP_TYPE_THRESHOLD); 418 fprintf(stderr,"The second bit in the trie word is not zero while storing a delta.\n") [all...] |
/external/icu4c/tools/tzcode/ |
zdump.c | 17 #include "stdio.h" /* for stdout, stderr, perror */ 204 (void) fprintf(stderr, "\n%s: ", progname); 205 (void) fprintf(stderr, tformat(), *tp); 206 (void) fprintf(stderr, " ->"); 207 (void) fprintf(stderr, " year=%d", tmp->tm_year); 208 (void) fprintf(stderr, " mon=%d", tmp->tm_mon); 209 (void) fprintf(stderr, " mday=%d", tmp->tm_mday); 210 (void) fprintf(stderr, " hour=%d", tmp->tm_hour); 211 (void) fprintf(stderr, " min=%d", tmp->tm_min); 212 (void) fprintf(stderr, " sec=%d", tmp->tm_sec) [all...] |
/frameworks/wilhelm/tests/sandbox/ |
xaplay.c | 290 fprintf(stderr, "%s: unknown option %s\n", prog, arg); 297 fprintf(stderr, "usage: %s [-a] [-c] [-d#] [-D#] [-f#] [-F#] [-l] [-n#] [-p#] [-s#] uri\n", 299 fprintf(stderr, " -a Use Android buffer queue to supply data, default is URI\n"); 300 fprintf(stderr, " -c Force callback to return an error randomly, for debugging only\n"); 301 fprintf(stderr, " -d# Packet index to insert a discontinuity, default is none\n"); 302 fprintf(stderr, " -D# Packet index to switch to after the discontinuity\n"); 303 fprintf(stderr, " -f# First packet index, defaults to 0\n"); 304 fprintf(stderr, " -F# Packet index to insert a format change, default is none\n"); 305 fprintf(stderr, " -l Enable looping, for URI only\n"); 306 fprintf(stderr, " -n# Number of packets to enqueue\n") [all...] |
/external/llvm/lib/Support/Windows/ |
Signals.inc | 190 fprintf(stderr, "CRT assert: %s\n", Message); 196 fprintf(stderr, "CRT error: %s\n", Message); 202 fprintf(stderr, "CRT warn: %s\n", Message); 394 fprintf(stderr, "0x%016llX", PC); 396 fprintf(stderr, "0x%08lX", static_cast<DWORD>(PC)); 401 fprintf(stderr, " (0x%016llX 0x%016llX 0x%016llX 0x%016llX)", 407 fprintf(stderr, " (0x%08lX 0x%08lX 0x%08lX 0x%08lX)", 415 fputs(" <unknown module>\n", stderr); 428 fputc('\n', stderr); 434 fprintf(stderr, ", %s() + 0x%llX bytes(s)", symbol->Name, dwDisp) [all...] |
/external/qemu/distrib/sdl-1.2.15/test/ |
testalpha.c | 33 fprintf(stderr, "Couldn't lock the display surface: %s\n", 89 fprintf(stderr, "Couldn't create light: %s\n", SDL_GetError()); 188 fprintf(stderr, "Couldn't load %s: %s", file, SDL_GetError()); 202 fprintf(stderr, "Couldn't convert background: %s\n", 212 fprintf(stderr, "Couldn't create background: %s\n", 222 fprintf(stderr, "Couldn't convert background: %s\n", 338 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError()); 356 fprintf(stderr, "forced 16 bpp mode\n"); 364 fprintf(stderr, "forced 16 bpp mode\n"); 388 fprintf(stderr, [all...] |
/frameworks/native/cmds/servicemanager/ |
binder.c | 30 fprintf(stderr,"%04x:", count); 31 fprintf(stderr," %02x %c", *data, 35 fprintf(stderr,"\n"); 38 fprintf(stderr,"\n"); 47 fprintf(stderr," target %p cookie %p code %08x flags %08x\n", 49 fprintf(stderr," pid %8d uid %8d data %8d offs %8d\n", 54 fprintf(stderr," - type %08x flags %08x ptr %p cookie %p\n", 106 fprintf(stderr,"binder: cannot open device (%s)\n", 114 fprintf(stderr,"binder: cannot map device (%s)\n", 154 fprintf(stderr,"binder_write: ioctl failed (%s)\n" [all...] |
/external/libvorbis/test/ |
write_read.c | 172 fprintf (stderr,"Input does not appear to be an Ogg bitstream.\n"); 181 fprintf (stderr,"Error reading first page of Ogg bitstream data.\n"); 186 fprintf (stderr,"Error reading initial header packet.\n"); 191 fprintf (stderr,"This Ogg bitstream does not contain Vorbis " 210 fprintf (stderr,"Corrupt secondary header. Exiting.\n"); 222 fprintf (stderr,"End of file before finding all Vorbis headers!\n"); 243 fprintf (stderr,"Corrupt or missing data in bitstream; "
|
/external/openssl/crypto/pkcs12/ |
p12_key.c | 127 fprintf(stderr, "KEYGEN DEBUG\n"); 128 fprintf(stderr, "ID %d, ITER %d\n", id, iter); 129 fprintf(stderr, "Password (length %d):\n", passlen); 131 fprintf(stderr, "Salt (length %d):\n", saltlen); 169 fprintf(stderr, "Output KEY (length %d)\n", tmpn); 224 for (; len --; p++) fprintf(stderr, "%02X", *p); 225 fprintf(stderr, "\n");
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dsp/ |
SDL_dspaudio.c | 142 fprintf(stderr, "Wrote %d bytes of audio data\n", mixlen); 212 fprintf(stderr, "Trying format 0x%4.4x\n", test_format); 310 fprintf(stderr, "Requesting %d fragments of size %d\n", 319 fprintf(stderr, "fragments = %d\n", info.fragments); 320 fprintf(stderr, "fragstotal = %d\n", info.fragstotal); 321 fprintf(stderr, "fragsize = %d\n", info.fragsize); 322 fprintf(stderr, "bytes = %d\n", info.bytes);
|