HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 1576 - 1600 of 2255) sorted by null

<<61626364656667686970>>

  /system/core/toolbox/
readtty.c 102 fprintf(stderr, "%s: invalid option -%c\n",
149 // fprintf(stderr, "got unprintable character 0x%x\n", buf[0]);
  /system/media/wilhelm/tests/sandbox/
dim.c 32 fprintf(stderr, "usage: %s\n", argv[0]);
urimime.c 33 fprintf(stderr, "usage: %s URI\n", argv[0]);
  /external/icu4c/i18n/
ucol_bld.cpp 728 fprintf(stderr, "%04X str: %i, [%08X, %08X, %08X]: tok: ", tok->debugSource, tok->strength, CEparts[0] >> (32-8*noOfBytes[0]), CEparts[1] >> (32-8*noOfBytes[1]), CEparts[2]>> (32-8*noOfBytes[2]));
730 fprintf(stderr, "%08X ", tok->CEs[i]);
732 fprintf(stderr, "\n");
765 fprintf(stderr, "BaseCE: %08X %08X\n", lh->baseCE, lh->baseContCE);
768 fprintf(stderr, "gapsLo[%i] [%08X %08X %08X]\n", j, lh->gapsLo[j*3], lh->gapsLo[j*3+1], lh->gapsLo[j*3+2]);
769 fprintf(stderr, "gapsHi[%i] [%08X %08X %08X]\n", j, lh->gapsHi[j*3], lh->gapsHi[j*3+1], lh->gapsHi[j*3+2]);
774 fprintf(stderr,"%i", tok->strength);
777 fprintf(stderr, "\n");
782 fprintf(stderr,"%i", tok->toInsert);
    [all...]
  /sdk/emulator/qtools/
trace_reader.h 617 fprintf(stderr, "Cannot read ELF header from '%s'\n", full_path);
623 fprintf(stderr, "Can't read section headers from executable\n");
631 fprintf(stderr, "Can't read symbol table from '%s'\n", full_path);
638 fprintf(stderr, "Can't read symbol string table from '%s'\n", full_path);
    [all...]
  /development/scripts/
stack 160 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
163 err = p.stderr.read()
165 raise SymbolDownloadException("stderr from curl download: %s" % err)
  /external/bison/lib/
timevar.c 461 fp = stderr;
551 /* Prints a message to stderr stating that time elapsed in STR is
560 fprintf (stderr,
  /external/bison/src/
conflicts.c 505 /* Report the total number of conflicts on STDERR. */
509 fprintf (stderr, "%s: ", current_file);
510 conflict_report (stderr, src_total, rrc_total);
  /external/blktrace/btt/
btt_plot.py 85 print >>sys.stderr, 'FATAL: %s' % msg
210 print >>sys.stderr, msg
  /external/bluetooth/glib/tests/
unicode-encoding.c 18 vfprintf (stderr, format, va);
30 vfprintf (stderr, format, va);
  /external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc 418 fprintf(stderr, "WARNING: Multiple packages contain a file=%s\n",
425 fprintf(stderr, "WARNING: Unable to find a package for file=%s\n",
  /external/dhcpcd/
showlease.c 325 fprintf(stderr, "Usage: %s <interface>\n", argv[0]);
330 fprintf(stderr, "Couldn't read lease file: %s\n", strerror(errno));
  /external/dropbear/libtommath/etc/
pprime.c 232 fprintf (stderr, "prime has %4d bits left\r", k - mp_count_bits (&a));
233 fflush (stderr);
  /external/iproute2/lib/
rt_names.c 55 fprintf(stderr, "Database %s is corrupted at %s\n",
93 fprintf(stderr, "Database %s is corrupted at %s\n",
  /external/llvm/utils/Misc/
zkill 17 print >>sys.stderr, '%s: %s: %s' % (location, kind, message)
73 stderr=subprocess.PIPE)
  /external/openssl/crypto/threads/
netware.bat 9 rem want to redirect stdout and stderr. An example command line would be
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 168 fprintf(stderr,"Warning: Unable to initialize AAlib mouse");
176 fprintf(stderr,"Using AAlib driver: %s (%s)\n", AA_context->driver->name, AA_context->driver->shortname);
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggievents.c 111 fprintf(stderr, "Command event %x recieved\n", ev.cmd.code);
114 fprintf(stderr, "Unhandled event type %d\n", ev.any.type);
  /external/qemu/telephony/
remote_call.c 37 # define D(...) do { if (D_ACTIVE) fprintf( stderr, __VA_ARGS__ ); } while (0)
38 # define S(...) do { if (S_ACTIVE) fprintf( stderr, __VA_ARGS__ ); } while (0)
  /external/quake/quake/src/WinQuake/
sys_android.cpp 79 fprintf(stderr, "%s", text);
182 fprintf(stderr, "Error: %s\n", string);
205 fprintf(stderr, "Warning: %s\n", string);
  /external/tcpdump/
parsenfsfh.c 430 (void)fprintf(stderr, "%x.", fhp[i]);
431 (void)fprintf(stderr, "\n");
  /external/valgrind/main/drd/tests/
matinv.c 330 fprintf(stderr, "Error: unknown option '%c'.\n", optchar);
337 fprintf(stderr, "Error: wrong number of arguments.\n");
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutAttributesBuilder.cpp 238 fprintf(stderr, "\nDumping layout attributes for RenderSVGInlineText, renderer=%p, node=%p (atCharacter: %i)\n", text, text->node(), atCharacter);
239 fprintf(stderr, "BiDi properties: unicode-bidi=%i, block direction=%i\n", text->style()->unicodeBidi(), text->style()->direction());
  /external/zlib/examples/
gzjoin.c 67 fprintf(stderr, "gzjoin error: %s%s, output incomplete\n", why1, why2);
437 stderr);
  /frameworks/compile/libbcc/tests/
test.py 51 proc = subprocess.Popen(["../libbcc_driver"] + args, stderr=subprocess.PIPE, stdout=subprocess.PIPE)
56 proc = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
129 # a1 and a2 are the expected stdout and stderr.
130 # b1 and b2 are the actual stdout and stderr.
132 # to appear in either stdout or stderr. This is because

Completed in 1912 milliseconds

<<61626364656667686970>>