/external/qemu/distrib/sdl-1.2.15/test/ |
testoverlay.c | 304 fprintf(stderr, "Usage: %s [arg] [arg] [arg] ...\n", argv0); 305 fprintf(stderr, "Where 'arg' is one of:\n"); 306 fprintf(stderr, " -delay <seconds>\n"); 307 fprintf(stderr, " -width <pixels>\n"); 308 fprintf(stderr, " -height <pixels>\n"); 309 fprintf(stderr, " -bpp <bits>\n"); 310 fprintf(stderr, " -format <fmt> (one of the: YV12, IYUV, YUY2, UYVY, YVYU)\n"); 311 fprintf(stderr, " -hw\n"); 312 fprintf(stderr, " -flip\n"); 313 fprintf(stderr, " -scale (test scaling features, from 50%% upto window size)\n") [all...] |
testoverlay2.c | 266 fprintf(stderr, "Usage: %s [arg] [arg] [arg] ...\n", argv0); 267 fprintf(stderr, "\n"); 268 fprintf(stderr, "Where 'arg' is any of the following options:\n"); 269 fprintf(stderr, "\n"); 270 fprintf(stderr, " -fps <frames per second>\n"); 271 fprintf(stderr, " -format <fmt> (one of the: YV12, IYUV, YUY2, UYVY, YVYU)\n"); 272 fprintf(stderr, " -scale <scale factor> (initial scale of the overlay)\n"); 273 fprintf(stderr, " -help (shows this help)\n"); 274 fprintf(stderr, "\n"); 275 fprintf(stderr, "Press ESC to exit, or SPACE to freeze the movie while application running.\n") [all...] |
/external/tcpdump/ |
tcpdump.c | 316 (void) fprintf(stderr, "Data link types (use option -y to set):\n"); 321 (void) fprintf(stderr, " %s (%s)", dlt_name, 328 (void) fprintf(stderr, " (not supported)"); 331 (void) fprintf(stderr, " DLT %d (not supported)\n", 379 fprintf(stderr, "tcpdump: Chroot without dropping root is insecure\n"); 387 fprintf(stderr, "tcpdump: Couldn't chroot/chdir to '%.64s': %s\n", 394 fprintf(stderr, "tcpdump: Couldn't change to '%.32s' uid=%lu gid=%lu: %s\n", 403 fprintf(stderr, "tcpdump: Couldn't find user '%.32s'\n", 649 (void)fprintf(stderr, "%s: ignoring option `-m %s' ", 651 (void)fprintf(stderr, "(no libsmi support)\n") [all...] |
/external/jpeg/ |
djpeg.c | 93 fprintf(stderr, "usage: %s [switches] ", progname); 95 fprintf(stderr, "inputfile outputfile\n"); 97 fprintf(stderr, "[inputfile]\n"); 100 fprintf(stderr, "Switches (names may be abbreviated):\n"); 101 fprintf(stderr, " -colors N Reduce image to no more than N colors\n"); 102 fprintf(stderr, " -fast Fast, low-quality processing\n"); 103 fprintf(stderr, " -grayscale Force grayscale output\n"); 105 fprintf(stderr, " -scale M/N Scale output image by fraction M/N, eg, 1/8\n"); 108 fprintf(stderr, " -bmp Select BMP output format (Windows style)%s\n", 112 fprintf(stderr, " -gif Select GIF output format%s\n" [all...] |
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...] |
/external/qemu/distrib/jpeg-6b/ |
djpeg.c | 93 fprintf(stderr, "usage: %s [switches] ", progname); 95 fprintf(stderr, "inputfile outputfile\n"); 97 fprintf(stderr, "[inputfile]\n"); 100 fprintf(stderr, "Switches (names may be abbreviated):\n"); 101 fprintf(stderr, " -colors N Reduce image to no more than N colors\n"); 102 fprintf(stderr, " -fast Fast, low-quality processing\n"); 103 fprintf(stderr, " -grayscale Force grayscale output\n"); 105 fprintf(stderr, " -scale M/N Scale output image by fraction M/N, eg, 1/8\n"); 108 fprintf(stderr, " -bmp Select BMP output format (Windows style)%s\n", 112 fprintf(stderr, " -gif Select GIF output format%s\n" [all...] |
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...] |
/external/chromium_org/third_party/opus/src/silk/ |
MacroDebug.h | 45 fprintf (stderr, "silk_ADD16(%d, %d) in %s: line %d\n", a, b, file, line); 61 fprintf (stderr, "silk_ADD32(%d, %d) in %s: line %d\n", a, b, file, line); 77 fprintf (stderr, "silk_ADD64(%lld, %lld) in %s: line %d\n", (long long)a, (long long)b, file, line); 93 fprintf (stderr, "silk_SUB16(%d, %d) in %s: line %d\n", a, b, file, line); 109 fprintf (stderr, "silk_SUB32(%d, %d) in %s: line %d\n", a, b, file, line); 125 fprintf (stderr, "silk_SUB64(%lld, %lld) in %s: line %d\n", (long long)a, (long long)b, file, line); 140 fprintf (stderr, "silk_ADD_SAT16(%d, %d) in %s: line %d\n", a16, b16, file, line); 157 fprintf (stderr, "silk_ADD_SAT32(%d, %d) in %s: line %d\n", a32, b32, file, line); 186 fprintf (stderr, "silk_ADD_SAT64(%lld, %lld) in %s: line %d\n", (long long)a64, (long long)b64, file, line); 201 fprintf (stderr, "silk_SUB_SAT16(%d, %d) in %s: line %d\n", a16, b16, file, line) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bntest.c | 132 fprintf(stderr, "test %s\n", m); 312 ERR_print_errors_fp(stderr); 351 fprintf(stderr,"Add test failed!\n"); 402 fprintf(stderr,"Subtract test failed!\n"); 464 fprintf(stderr,"Division test failed!\n"); 539 fprintf(stderr,"Division (word) test failed!\n"); 603 fprintf(stderr,"Reciprocal division test failed!\n"); 604 fprintf(stderr,"a="); 605 BN_print_fp(stderr,&a); 606 fprintf(stderr,"\nb=") [all...] |
/external/libpng/ |
pngtest.c | 103 /* #define STDERR stderr */ 104 #define STDERR stdout /* For DOS */ 468 fprintf(STDERR, "%s: libpng warning: %s\n", name, message); 470 fprintf(STDERR, "%s: libpng warning: %s\n", test, message); 571 fprintf(STDERR, "NULL pointer to png_debug_free.\n"); 575 fprintf(STDERR, "WARNING: freeing NULL pointer\n"); 591 fprintf(STDERR, "Duplicate free of memory\n"); 601 fprintf(STDERR, "Pointer %x not found\n", (unsigned int)ptr); 728 fprintf(STDERR, "Could not find input file %s\n", inname) [all...] |
/external/openssl/crypto/bn/ |
bntest.c | 132 fprintf(stderr, "test %s\n", m); 312 ERR_print_errors_fp(stderr); 351 fprintf(stderr,"Add test failed!\n"); 402 fprintf(stderr,"Subtract test failed!\n"); 464 fprintf(stderr,"Division test failed!\n"); 539 fprintf(stderr,"Division (word) test failed!\n"); 603 fprintf(stderr,"Reciprocal division test failed!\n"); 604 fprintf(stderr,"a="); 605 BN_print_fp(stderr,&a); 606 fprintf(stderr,"\nb=") [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
r500_fragprog.c | 377 fprintf(stderr, "R500 Fragment Program:\n--------\n"); 381 fprintf(stderr,"%d\t0:CMN_INST 0x%08x:", n, inst); 388 fprintf(stderr,"%s %s %s %s %s ", str, 393 fprintf(stderr,"wmask: %s omask: %s\n", to_mask((inst >> 11) & 0xf), 399 fprintf(stderr,"\t1:RGB_ADDR 0x%08x:", code->inst[n].inst1); 402 fprintf(stderr,"Addr0: %d%c, Addr1: %d%c, Addr2: %d%c, srcp:%d\n", 408 fprintf(stderr,"\t2:ALPHA_ADDR 0x%08x:", code->inst[n].inst2); 410 fprintf(stderr,"Addr0: %d%c, Addr1: %d%c, Addr2: %d%c, srcp:%d\n", 415 fprintf(stderr,"\t3 RGB_INST: 0x%08x:", code->inst[n].inst3); 417 fprintf(stderr,"rgb_A_src:%d %s/%s/%s %d rgb_B_src:%d %s/%s/%s %d targ: %d\n" [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
r500_fragprog.c | 377 fprintf(stderr, "R500 Fragment Program:\n--------\n"); 381 fprintf(stderr,"%d\t0:CMN_INST 0x%08x:", n, inst); 388 fprintf(stderr,"%s %s %s %s %s ", str, 393 fprintf(stderr,"wmask: %s omask: %s\n", to_mask((inst >> 11) & 0xf), 399 fprintf(stderr,"\t1:RGB_ADDR 0x%08x:", code->inst[n].inst1); 402 fprintf(stderr,"Addr0: %d%c, Addr1: %d%c, Addr2: %d%c, srcp:%d\n", 408 fprintf(stderr,"\t2:ALPHA_ADDR 0x%08x:", code->inst[n].inst2); 410 fprintf(stderr,"Addr0: %d%c, Addr1: %d%c, Addr2: %d%c, srcp:%d\n", 415 fprintf(stderr,"\t3 RGB_INST: 0x%08x:", code->inst[n].inst3); 417 fprintf(stderr,"rgb_A_src:%d %s/%s/%s %d rgb_B_src:%d %s/%s/%s %d targ: %d\n" [all...] |
/external/chromium_org/third_party/opus/src/celt/tests/ |
test_unit_entropy.c | 70 fprintf(stderr, "Usage: %s [<seed>]\n", _argv[0]); 97 fprintf(stderr,"Used %li bits to encode %i bits directly.\n", 105 fprintf(stderr, 108 fprintf(stderr,"Packed to %li bytes.\n",(long)ec_range_bytes(&enc)); 114 fprintf(stderr,"Decoded %i instead of %i with ft of %i.\n",sym,i,ft); 123 fprintf(stderr,"Decoded %i instead of %i with ftb of %i.\n",sym,i,ftb); 130 fprintf(stderr, 163 fprintf(stderr,"Encoder bust overwrote range coder data with raw bits.\n"); 167 fprintf(stderr,"Testing random streams... Random seed: %u (%.4X)\n", seed, rand() % 65536); 195 fprintf(stderr,"ec_tell() changed after ec_enc_done(): %i instead of %i (Random seed: %u)\n" [all...] |
/external/qemu/distrib/sdl-1.2.15/src/cdrom/aix/ |
SDL_syscdrom.c | 103 fprintf(stderr, "Could not open drive %s (%s)\n", drive, strerror(errno)); 122 fprintf(stderr, "Duplicate drive detected: %s == %s\n", drive, SDL_cdlist[i]); 138 fprintf(stderr, "Added CD-ROM drive: %s\n", drive); 154 fprintf(stderr, "Could not allocate 10 bytes in aix/SDL_syscdrom.c:CheckMounts\n" ); 172 fprintf(stderr, 181 fprintf(stderr, "Error reading vmount structures\n"); 189 fprintf ( stderr, "Read %d vmount structures\n",ret ); 203 fprintf(stderr, "Checking mount path: %s mounted on %s\n", 242 fprintf(stderr, 271 fprintf(stderr,"Found unmounted CD ROM drive with device name %s", entry->fs_spec) [all...] |
/hardware/ti/wlan/mac80211/ti-utils/ |
nvs.c | 203 fprintf(stderr, "unable to socket (%s)\n", strerror(errno)); 210 fprintf(stderr, "unable to ioctl (%s)\n", strerror(errno)); 228 fprintf(stderr, "wrong parameter\n"); 234 fprintf(stderr, "fail to stat file %s (%s)\n", filename, 258 fprintf(stderr, "%s> Unable to open NVS file for reference " 265 fprintf(stderr, "Fail to read file %s (%s)", nvs_file, 299 fprintf(stderr, "File %s not exists\n", CURRENT_NVS_NAME); 455 fprintf(stderr, "%s> Fail to get mac address\n", __func__); 498 fprintf(stderr, "Fail to fill version\n"); 528 fprintf(stderr, "%s> Missing args\n", __func__) [all...] |
/external/chromium-trace/ |
systrace.py | 44 stderr=subprocess.PIPE) 47 print >> sys.stderr, 'Error querying device SDK-version:' 48 print >> sys.stderr, err 149 stderr=subprocess.PIPE) 157 ready = select.select([adb.stdout, adb.stderr], [], [adb.stdout, adb.stderr]) 158 if adb.stderr in ready[0]: 159 err = os.read(adb.stderr.fileno(), 4096) 160 sys.stderr.write(err) 161 sys.stderr.flush( [all...] |
/external/iproute2/misc/ |
lnstat.c | 55 fprintf(stderr, "%s Version %s\n", name, LNSTAT_VERSION); 56 fprintf(stderr, "Copyright (C) 2004 by Harald Welte " 58 fprintf(stderr, "This program is free software licensed under GNU GPLv2" 60 fprintf(stderr, "Parameters:\n"); 61 fprintf(stderr, "\t-V --version\t\tPrint Version of Program\n"); 62 fprintf(stderr, "\t-c --count <count>\t" 64 fprintf(stderr, "\t-d --dump\t\t" 66 fprintf(stderr, "\t-f --file <file>\tStatistics file to use\n"); 67 fprintf(stderr, "\t-h --help\t\tThis help message\n"); 68 fprintf(stderr, "\t-i --interval <intv>\t [all...] |
/external/mksh/src/ |
check.pl | 32 # expected-stderr: 123 # expected-stderr m What the test should generate on stderr; 125 # expected-stderr-pattern m A perl pattern which matches the 214 'expected-stderr', 'm', 215 'expected-stderr-pattern', 'm', 247 print STDERR $Usage; 385 print STDERR "$prog: can't open directory $dir - $!\n"; 413 print STDERR "$prog: can't open $file - $!\n"; 450 print STDERR "$prog: couldn't cd to $tempdir - $!\n" [all...] |
/bionic/libc/kernel/tools/ |
find_headers.py | 62 sys.stderr.write( "error: directory '%s' does not exist\n" % kernel_root ) 66 sys.stderr.write( "error: '%s' is not a directory\n" % kernel_root ) 70 sys.stderr.write( "error: '%s' does not have an 'include/linux' directory\n" % kernel_root ) 75 sys.stderr.write( "error: file '%s' does not exist\n" % wanted_config ) 79 sys.stderr.write( "error: '%s' is not a file\n" % wanted_config ) 104 sys.stderr.write( "error: when parsing kernel_headers, only 'arm' and 'mips' architectures are supported at the moment\n" ) 111 sys.stderr.write( "error: the following requested architectures are not in the kernel tree: " ) 113 sys.stderr.write( " %s" % a ) 114 sys.stderr.write( "\n" ) 135 sys.stderr.write( "error: can't parse '%s'" % wanted_config [all...] |
/external/chromium_org/third_party/ots/test/ |
idempotent.cc | 35 std::fprintf(stderr, "Usage: %s <ttf file>\n", argv0); 148 std::fprintf(stderr, "Can't verify the transcoded font on this platform.\n"); 162 std::fprintf(stderr, "Failed to read file!\n"); 177 std::fprintf(stderr, "Failed to sanitise file!\n"); 187 std::fprintf(stderr, "Failed to sanitise previous output!\n"); 194 std::fprintf(stderr, "Outputs differ in length\n"); 197 std::fprintf(stderr, "Outputs differ in content\n"); 202 std::fprintf(stderr, "Dumping results to out1.tff and out2.tff\n"); 204 std::fprintf(stderr, "Failed to dump output files.\n"); 212 std::fprintf(stderr, "Failed to verify the transcoded font\n") [all...] |
validator-checker.cc | 52 std::fprintf(stderr, "Failed to initialize FreeType2!\n"); 59 std::fprintf(stderr, 88 std::fprintf(stderr, "OK: FreeType2 didn't crash: %s\n", file_name); 97 std::fprintf(stderr, 108 std::fprintf(stderr, 117 std::fprintf(stderr, 122 std::fprintf(stderr, "OK: font renderer didn't crash: %s\n", file_name); 138 std::fprintf(stderr, "Usage: %s ttf_or_otf_filename\n", argv[0]); 155 std::fprintf(stderr, "Failed to read file!\n"); 167 std::fprintf(stderr, "OK: the malicious font was filtered: %s\n", argv[1]) [all...] |
/external/chromium_org/v8/tools/testrunner/server/ |
daemon.py | 26 stdout='/dev/null', stderr='/dev/null'): 29 self.stderr = stderr 44 sys.stderr.write("fork #1 failed: %d (%s)\n" % (e.errno, e.strerror)) 59 sys.stderr.write("fork #2 failed: %d (%s)\n" % (e.errno, e.strerror)) 64 sys.stderr.flush() 67 se = file(self.stderr, 'a+', 0) 71 #os.dup2(se.fileno(), sys.stderr.fileno()) 95 sys.stderr.write(message % self.pidfile) 116 sys.stderr.write(message % self.pidfile [all...] |
/external/icu4c/samples/coll/ |
coll.cpp | 99 fprintf(stderr, "value expected for \"%s\" option.\n", 108 fprintf(stderr, "value expected for \"%s\" option.\n", 115 fprintf(stderr, 127 fprintf(stderr, "Unrecognized option \"%s\"\n", pArgName); 171 fprintf(stderr, "Collator creation failed.: %d\n", status); 175 fprintf(stderr, "Warning, U_USING_DEFAULT_WARNING for %s\n", 179 fprintf(stderr, "Warning, U_USING_FALLBACK_ERROR for %s\n", 224 fprintf(stderr, "-level param must be between 1 and 5\n"); 229 fprintf(stderr, "Collator attribute setting failed.: %d\n", status); 247 fprintf(stderr, "Error creating collator for comparison\n") [all...] |
/external/qemu/ |
qemu-sockets.c | 119 fprintf(stderr,"%s: getaddrinfo: family %s, host %s, port %s\n", 147 fprintf(stderr, "%s: host and/or port not specified\n", __FUNCTION__); 164 fprintf(stderr,"getaddrinfo(%s,%s): %s\n", addr, port, 178 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__, 195 fprintf(stderr,"%s: bind(%s,%s,%d): OK\n", __FUNCTION__, 201 fprintf(stderr,"%s: bind(%s,%s,%d): %s\n", __FUNCTION__, 212 fprintf(stderr, "%s: FAILED\n", __FUNCTION__); 256 fprintf(stderr, "inet_connect: host and/or port not specified\n"); 267 fprintf(stderr,"getaddrinfo(%s,%s): %s\n", addr, port, 278 fprintf(stderr,"%s: getnameinfo: oops\n", __FUNCTION__) [all...] |