/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
gUnitBaseTest.java | 58 protected String stderr; field in class:gUnitBaseTest 82 PrintStream ps2 = null; // for redirecting stderr later 112 this.stderr = null; 115 this.stderr = err.toString(); 116 return this.stderr; 137 if ( e.getCause()!=null ) this.stderr = e.getCause().toString(); 138 else this.stderr = e.toString(); 139 return this.stderr; 174 PrintStream ps2 = null; // for redirecting stderr later 242 this.stderr = "" [all...] |
/external/libpng/contrib/gregbook/ |
wpng.c | 267 fprintf(stderr, PROGNAME 302 fprintf(stderr, PROGNAME 312 fprintf(stderr, PROGNAME 317 fprintf(stderr, PROGNAME 325 fprintf(stderr, PROGNAME ": input filename is too long [%d chars]\n", 329 fprintf(stderr, PROGNAME ": can't open input file [%s]\n", inname); 338 fprintf(stderr, PROGNAME 357 fprintf(stderr, PROGNAME 377 fprintf(stderr, PROGNAME ": output file exists [%s]\n", 382 fprintf(stderr, PROGNAME ": can't open output file [%s]\n" [all...] |
/device/samsung/toro/recovery/ |
update_cdma_modem.c | 60 fprintf(stderr, "Unable to open modem device (%s)\n", strerror(errno)); 80 fprintf(stderr, "IOCTL_MODEM_GOTA_START failed: (%d)\n", ret); 86 fprintf(stderr, "IOCTL_MODEM_BOOT_ON failed: (%d)\n", ret); 96 fprintf(stderr, "IOCTL_MODEM_FW_UPDATE failed: (%d)\n", ret); 102 fprintf(stderr, "IOCTL_MODEM_BOOT_OFF failed: (%d)\n", ret);
|
/device/samsung/toroplus/recovery/ |
update_cdma_modem.c | 60 fprintf(stderr, "Unable to open modem device (%s)\n", strerror(errno)); 80 fprintf(stderr, "IOCTL_MODEM_GOTA_START failed: (%d)\n", ret); 86 fprintf(stderr, "IOCTL_MODEM_BOOT_ON failed: (%d)\n", ret); 96 fprintf(stderr, "IOCTL_MODEM_FW_UPDATE failed: (%d)\n", ret); 102 fprintf(stderr, "IOCTL_MODEM_BOOT_OFF failed: (%d)\n", ret);
|
/external/dropbear/libtomcrypt/testprof/ |
store_test.c | 20 fprintf(stderr, "\n32L failed at offset %d\n", y); 26 fprintf(stderr, "\n32H failed at offset %d\n", y); 37 fprintf(stderr, "\n64L failed at offset %d\n", y); 43 fprintf(stderr, "\n64H failed at offset %d\n", y); 68 fprintf(stderr, "\nLTC_FAST failed at offset %d\n", z);
|
/external/expat/tests/benchmark/ |
benchmark.c | 20 fprintf(stderr, 51 fprintf (stderr, "could not access file '%s'\n", argv[j + 1]); 57 fprintf (stderr, "could not open file '%s'\n", argv[j + 1]); 64 fprintf (stderr, 91 fprintf (stderr, "error '%s' at line %" XML_FMT_INT_MOD \
|
/external/iproute2/tc/ |
q_drr.c | 28 fprintf(stderr, "Usage: ... drr\n"); 33 fprintf(stderr, "Usage: ... drr quantum SIZE\n"); 44 fprintf(stderr, "What is \"%s\"?\n", *argv); 66 fprintf(stderr, "Illegal \"quantum\"\n"); 74 fprintf(stderr, "What is \"%s\"?\n", *argv);
|
q_prio.c | 28 fprintf(stderr, "Usage: ... prio bands NUMBER priomap P1 P2...[multiqueue]\n"); 45 fprintf(stderr, "Illegal \"bands\"\n"); 50 fprintf(stderr, "Error: duplicate priomap\n"); 62 fprintf(stderr, "What is \"%s\"?\n", *argv); 67 fprintf(stderr, "Illegal \"priomap\" element\n"); 71 fprintf(stderr, "\"priomap\" element is out of bands\n"); 75 fprintf(stderr, "\"priomap\" index > TC_PRIO_MAX=%u\n", TC_PRIO_MAX);
|
q_rr.c | 28 fprintf(stderr, "Usage: ... rr bands NUMBER priomap P1 P2... [multiqueue]\n"); 46 fprintf(stderr, "Illegal \"bands\"\n"); 51 fprintf(stderr, "Error: duplicate priomap\n"); 63 fprintf(stderr, "What is \"%s\"?\n", *argv); 68 fprintf(stderr, "Illegal \"priomap\" element\n"); 72 fprintf(stderr, "\"priomap\" element is out of bands\n"); 76 fprintf(stderr, "\"priomap\" index > TC_RR_MAX=%u\n", TC_PRIO_MAX);
|
/external/libvorbis/vq/ |
metrics.c | 69 fprintf(stderr,"Specify at least one codebook\n"); 119 fprintf(stderr,"\tminimum cell spacing (closest side): %g\n",sqrt(min)); 120 fprintf(stderr,"\tmaximum cell spacing (closest side): %g\n",sqrt(max)); 121 fprintf(stderr,"\tmean closest side spacing: %g\n",mean/total); 122 fprintf(stderr,"\tmean sq closest side spacing: %g\n",sqrt(meansq/total)); 129 fprintf(stderr,"Done. Processed %ld data points:\n\n", 132 fprintf(stderr,"Global statistics:******************\n\n"); 134 fprintf(stderr,"\ttotal samples: %ld\n",(long)count); 135 fprintf(stderr,"\ttotal bits required to code: %ld\n",(long)bits); 136 fprintf(stderr,"\taverage bits per sample: %g\n\n",bits/count) [all...] |
/external/qemu/distrib/sdl-1.2.15/test/ |
testlock.c | 54 fprintf(stderr, "Couldn't lock mutex: %s", SDL_GetError()); 61 fprintf(stderr, "Couldn't unlock mutex: %s", SDL_GetError()); 81 fprintf(stderr, "%s\n", SDL_GetError()); 87 fprintf(stderr, "Couldn't create mutex: %s\n", SDL_GetError()); 96 fprintf(stderr, "Couldn't create thread!\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");
|
/frameworks/base/tools/aapt/ |
ResourceFilter.cpp | 33 fprintf(stderr, "Invalid configuration: %s\n", arg); 34 fprintf(stderr, " "); 36 fprintf(stderr, " "); 39 fprintf(stderr, "^"); 41 fprintf(stderr, "\n");
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
gl2_yuvtex.cpp | 37 // fprintf(stderr, "printGLString %s, %d\n", name, s); 40 // fprintf(stderr, "glGetError() = %d, result of glGetString = %x\n", error, 43 // fprintf(stderr, "GL %s = %s\n", name, v); 45 // fprintf(stderr, "GL %s = (null) 0x%08x\n", name, (unsigned int) v); 46 fprintf(stderr, "GL %s = %s\n", name, v); 51 fprintf(stderr, "%s() returned %d\n", op, returnVal); 56 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), 64 fprintf(stderr, "after %s() glError (0x%x)\n", op, error); 97 fprintf(stderr, "Could not compile shader %d:\n%s\n", 102 fprintf(stderr, "Guessing at GL_INFO_LOG_LENGTH size\n") [all...] |
/system/core/toolbox/ |
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/su/ |
su.c | 50 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/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/ |
Test.pm | 119 open my $old_err, '>&STDERR' or die "Can't capture stderr: $!"; 120 close STDERR or die "Can't close stderr: $!"; 121 open STDERR, '>', 'err.tmp' or die "Can't redirect stderr: $!"; 126 # restore stderr 128 close STDERR or die "Can't close stderr: $!"; 129 open STDERR, '>&', $old_err or die "Can't restore stderr: $!" [all...] |
/external/dropbear/ |
gendss.c | 84 fprintf(stderr, "dss key generation failed\n"); 103 fprintf(stderr, "dss key generation failed\n"); 120 fprintf(stderr, "dss key generation failed\n"); 126 fprintf(stderr, "dss key generation failed\n"); 131 fprintf(stderr, "dss key generation failed\n"); 138 fprintf(stderr, "dss key generation failed\n"); 158 fprintf(stderr, "dss key generation failed\n"); 162 fprintf(stderr, "dss key generation failed\n"); 171 fprintf(stderr, "dss key generation failed\n"); 176 fprintf(stderr, "dss key generation failed\n") [all...] |
/external/icu4c/layout/ |
KernTable.cpp | 79 fprintf(stderr, "no kern data\n"); 87 fprintf(stderr, "%0.2x ", ((const char*)tableData)[i]&0xff); 89 fprintf(stderr, "\n"); 91 fprintf(stderr, " "); 120 fprintf(stderr, "coverage: %0.4x nPairs: %d pairs 0x%x\n", coverage, nPairs, pairs); 121 fprintf(stderr, " searchRange: %d entrySelector: %d rangeShift: %d\n", searchRange, entrySelector, rangeShift); 145 fprintf(stderr, "%c/", c & 0xff); 147 printf(stderr, "%0.2x/", c & 0xff); 152 fprintf(stderr, "%c ", c & 0xff); 154 fprintf(stderr, "%0.2x ", c & 0xff) [all...] |
/sdk/emulator/opengl/host/renderer/ |
main.cpp | 35 fprintf(stderr, "Usage: %s -windowid <windowid> [options]\n", progName); 36 fprintf(stderr, " -windowid <windowid> - window id to render into\n"); 37 fprintf(stderr, " -x <num> - render subwindow x position\n"); 38 fprintf(stderr, " -y <num> - render subwindow y position\n"); 39 fprintf(stderr, " -width <num> - render subwindow width\n"); 40 fprintf(stderr, " -height <num> - render subwindow height\n"); 91 fprintf(stderr, "renderer pid %d , press any key to continue...\n", getpid()); 94 fprintf(stderr, "renderer pid %d \n", getpid()); 118 fprintf(stderr,"Failed to initialize Framebuffer\n"); 125 fprintf(stderr,"Failed to create subwindow Framebuffer\n") [all...] |
/development/tools/emulator/system/libqemu/ |
test_util.c | 54 fprintf(stderr, "%s: Can't create socket!!\n", __FUNCTION__); 64 fprintf(stderr, "%s: Can't connect to tcp:local:%d: %s\n", 79 fprintf(stderr, "%s: Could not open '%s' pipe: %s\n", __FUNCTION__, pipename, strerror(errno)); 95 fprintf(stderr, "%s: error: %s\n", __FUNCTION__, strerror(errno)); 99 fprintf(stderr, "%s: disconnection!\n", __FUNCTION__); 118 fprintf(stderr, "%s: error: %s\n", __FUNCTION__, strerror(errno)); 122 fprintf(stderr, "%s: disconnection!\n", __FUNCTION__);
|
/external/ganymed-ssh2/examples/ |
SingleThreadStdoutStderr.java | 41 sess.execCommand("echo \"Huge amounts of text on STDOUT\"; echo \"Huge amounts of text on STDERR\" >&2"); 46 * stderr without having to use two parallel worker threads (i.e., 57 InputStream stderr = sess.getStderr(); local 63 if ((stdout.available() == 0) && (stderr.available() == 0)) 105 * OKOK, that all matters only if you get HUGE amounts of stdout and stderr data =) 115 while (stderr.available() > 0) 117 int len = stderr.read(buffer);
|
/external/libvorbis/examples/ |
vorbisfile_example.c | 48 fprintf(stderr,"Input does not appear to be an Ogg bitstream.\n"); 58 fprintf(stderr,"%s\n",*ptr); 61 fprintf(stderr,"\nBitstream is %d channel, %ldHz\n",vi->channels,vi->rate); 62 fprintf(stderr,"\nDecoded length: %ld samples\n", 64 fprintf(stderr,"Encoded by: %s\n\n",ov_comment(&vf,-1)->vendor); 74 fprintf(stderr,"Corrupt bitstream section! Exiting.\n"); 90 fprintf(stderr,"Done.\n");
|
/external/oprofile/libdb/tests/ |
db_test.c | 55 fprintf(stderr, "%s", strerror(rc)); 62 fprintf(stderr, "%s", strerror(rc)); 97 fprintf(stderr, "%s", strerror(rc)); 106 fprintf(stderr, "%s", strerror(rc)); 128 fprintf(stderr, "%s:%d failure for %d %d\n", 146 fprintf(stderr, "%s", strerror(rc)); 151 fprintf(stderr, "checking file %s FAIL\n", filename);
|