HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 776 - 800 of 2500) sorted by null

<<31323334353637383940>>

  /external/qemu/hw/
bt-hci-csr.c 105 fprintf(stderr, "%s: can't alloc %i bytes\n", __FUNCTION__, len);
112 fprintf(stderr, "%s: can't alloc %i bytes\n", __FUNCTION__, len);
162 fprintf(stderr, "%s: bd_address loaded from firmware: "
175 fprintf(stderr, "%s: got a bad CMD packet\n", __FUNCTION__);
220 fprintf(stderr, "%s: got a bad NEG packet\n", __FUNCTION__);
235 fprintf(stderr, "%s: got a bad ALIVE packet\n", __FUNCTION__);
248 fprintf(stderr, "%s: got a bad packet\n", __FUNCTION__);
  /external/webkit/WebKitTools/android/flex-2.5.4a/
nfa.c 99 fprintf( stderr,
112 fprintf( stderr, _( "state # %4d\t" ), ns );
119 fprintf( stderr, "%3d: %4d, %4d", sym, tsp1, tsp2 );
122 fprintf( stderr, " [%d]", anum );
124 fprintf( stderr, "\n" );
127 fprintf( stderr, _( "********** end of dump\n" ) );
224 fprintf( stderr,
  /external/zlib/contrib/untgz/
untgz.c 156 fprintf(stderr,"%s: Couldn't find ",prog);
158 fprintf(stderr,(TGZsuffix[i+1]) ? "%s%s, " : "or %s%s\n",
358 fprintf(stderr,"%s: Couldn't create directory %s\n",prog,buffer);
496 fprintf(stderr, "%s: Couldn't create %s",prog,fname);
535 fprintf(stderr,
595 fprintf(stderr, "%s: %s\n", prog, msg);
662 fprintf(stderr,"%s: Couldn't gzopen %s\n",prog,TGZfile);
  /frameworks/base/tests/DumpRenderTree/assets/
run_layout_tests.py 62 adb_output = subprocess.Popen(shell_cmd_str, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0]
167 adb_output = subprocess.Popen(generate_test_list_cmd_str, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0]
205 adb_output = subprocess.Popen(run_layout_test_cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0]
215 stderr=subprocess.PIPE).communicate()
219 logging.error('stderr: ' + err)
230 adb_output = subprocess.Popen(run_layout_test_cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0]
253 adb_output = subprocess.Popen(shell_cmd_str, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()[0]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 37 /* close debug file unless stdout or stderr */
39 me->fDebug != stderr) fclose(me->fDebug);
223 /* open log file unless STDOUT or STDERR is specified */
225 else if (!strcasecmp(config->log_file, "STDERR")) fOut = stderr;
250 /* detailed debug is through stderr */
251 me->fDebug = me->fPrint = stderr;
  /external/icu4c/tools/makeconv/
gencnvex.c 460 fprintf(stderr, "error: toUnicode extension table section overflow: %ld section entries\n", (long)count);
518 fprintf(stderr, "error: multiple mappings from same bytes\n");
519 ucm_printMapping(table, m, stderr);
520 ucm_printMapping(table, mappings+map[subStart], stderr);
789 fprintf(stderr, "error: multiple mappings from same Unicode code points\n");
790 ucm_printMapping(table, m, stderr);
791 ucm_printMapping(table, mappings+map[subStart], stderr);
850 fprintf(stderr, "error: too many stage 2 entries at U+%04x\n", (int)c);
872 fprintf(stderr, "error: too many stage 3 entries at U+%04x\n", (int)c);
916 fprintf(stderr, "error: too many stage 3b entries at U+%04x\n", (int)c)
    [all...]
  /external/qemu/
savevm.c 242 fprintf(stderr, "qemu_popen: Argument validity check failed\n");
470 fprintf(stderr,
492 fprintf(stderr,
656 fprintf(stderr, "%s: invalid QFIELD_BUFFER item passed as argument. aborting\n",
669 fprintf(stderr, "%s: invalid fields list passed as argument. aborting\n", __FUNCTION__);
702 fprintf(stderr, "%s: invalid QFIELD_BUFFER item passed as argument.\n",
712 fprintf(stderr, "%s: not enough bytes to load structure\n", __FUNCTION__);
719 fprintf(stderr, "%s: invalid fields list passed as argument. aborting\n", __FUNCTION__);
992 fprintf(stderr, "qemu: warning: instance 0x%x of device '%s' not present in current VM\n",
997 fprintf(stderr, "qemu: warning: error while loading state for instance 0x%x of device '%s'\n"
    [all...]
  /external/icu4c/tools/gennames/
gennames.c 367 fprintf(stderr, "%s: can not initialize ICU. errorCode = %s\n",
379 fprintf(stderr,
390 fprintf(stderr,
400 fprintf(stderr,
408 fprintf(stderr,
516 fprintf(stderr, "gennames: error - properties for non-character code point U+%04lx\n",
524 fprintf(stderr, "gennames: error - UnicodeData entries out of order, U+%04lx after U+%04lx\n",
559 fprintf(stderr, "gennames parse error: %s\n", u_errorName(errorCode));
830 fprintf(stderr, "gennames: group store overflow\n");
862 fprintf(stderr, "gennames: group store overflow\n")
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 124 Tracev((stderr, "inflate: reset\n"));
165 Tracev((stderr, "inflate: allocated\n"));
628 Tracev((stderr, "inflate: zlib header ok\n"));
786 Tracev((stderr, "inflate: stored block%s\n",
792 Tracev((stderr, "inflate: fixed codes block%s\n",
797 Tracev((stderr, "inflate: dynamic codes block%s\n",
816 Tracev((stderr, "inflate: stored length %u\n",
834 Tracev((stderr, "inflate: stored end\n"));
852 Tracev((stderr, "inflate: table sizes ok\n"));
873 Tracev((stderr, "inflate: code lengths ok\n"))
    [all...]
  /external/v8/tools/
test.py 158 if failed.output.stderr:
159 print "--- stderr ---"
160 print failed.output.stderr.strip()
247 stderr = output.output.stderr.strip()
248 if len(stderr):
249 print self.templates['stderr'] % stderr
285 'stderr': "\033[31m%s\033[0m",
299 'stderr': '%s'
    [all...]
  /external/zlib/
inflate.c 124 Tracev((stderr, "inflate: reset\n"));
165 Tracev((stderr, "inflate: allocated\n"));
628 Tracev((stderr, "inflate: zlib header ok\n"));
786 Tracev((stderr, "inflate: stored block%s\n",
792 Tracev((stderr, "inflate: fixed codes block%s\n",
797 Tracev((stderr, "inflate: dynamic codes block%s\n",
816 Tracev((stderr, "inflate: stored length %u\n",
834 Tracev((stderr, "inflate: stored end\n"));
852 Tracev((stderr, "inflate: table sizes ok\n"));
873 Tracev((stderr, "inflate: code lengths ok\n"))
    [all...]
  /external/qemu/android/
main.c 428 fprintf(stderr, "argument for -dpi-device must be a positive integer. Aborting\n" );
455 fprintf(stderr, "could not get monitor DPI resolution from system. please use -dpi-monitor to specify one\n" );
468 fprintf(stderr, "emulator: ignoring bad -scale argument '%s': %s\n", opts->scale,
476 fprintf(stderr, "emulator: ignoring bad -scale argument '%s': %s\n", opts->scale,
481 fprintf(stderr, "emulator: ignoring bad -window-scale argument '%s': %s\n", opts->scale,
644 //fprintf(stderr, "weird, sdl_resize being called with framebuffer interface\n");
721 fprintf(stderr, "... mouse button %s: button=%d state=%04x x=%d y=%d\n",
994 fprintf(stderr, "SDL init failure, reason is: %s\n", SDL_GetError() );
    [all...]
  /external/icu4c/samples/ugrep/
ugrep.cpp 111 fprintf(stderr, "ugrep: error in pattern: \"%s\" at position %d\n",
122 fprintf(stderr, "ugrep: error in creating RegexMatcher: \"%s\"\n",
223 fprintf(stderr, "ugrep: files or pattern are missing.\n");
275 fprintf(stderr, "ugrep: Could not open file \"%s\"\n", fileName);
289 fprintf(stderr, "Error reading file \"%s\"\n", fileName);
304 fprintf(stderr, "ugrep: ICU Error \"%s\" from ucnv_detectUnicodeSignature()\n",
319 fprintf(stderr, "ugrep: ICU Error \"%s\" from ucnv_open()\n", u_errorName(status));
334 fprintf(stderr, "ugrep: ucnv_toUChars: ICU Error \"%s\"\n", u_errorName(status));
347 fprintf(stderr, "ugrep: ucnv_toUChars: ICU Error \"%s\"\n", u_errorName(status));
423 fprintf(stderr, "ugrep: Error opening default converter: \"%s\"\n"
    [all...]
  /external/oprofile/opcontrol/
opcontrol.cpp 270 fprintf(stderr, "Cannot create directory \"%s\": %s\n",
274 fprintf(stderr, "Cannot create directory \"%s\": %s\n",
286 fprintf(stderr, "Cannot create directory "OP_DRIVER_BASE": %s\n",
356 fprintf(stderr, "Unknown event name: %s\n", event_name);
388 fprintf(stderr, "Cannot open %s: %s\n", fullname, strerror(errno));
508 fprintf(stderr, "More than %d events specified\n",
564 fprintf(stderr, "do_setup failed");
590 fprintf(stderr, "You can only specify three events if one of "
641 fprintf(stderr, "Counter configuration failed for %s\n",
643 fprintf(stderr, "Did you do \"opcontrol --setup\" first?\n")
    [all...]
  /external/qemu/block/
qcow2-refcount.c 608 fprintf(stderr, "ERROR: invalid cluster offset=0x%" PRIx64 "\n",
613 fprintf(stderr, "ERROR: overflow cluster offset=0x%" PRIx64
654 fprintf(stderr, "ERROR: cluster %" PRId64 ": "
675 fprintf(stderr, "ERROR OFLAG_COPIED: offset=%"
689 fprintf(stderr, "ERROR offset=%" PRIx64 ": Cluster is not "
701 fprintf(stderr, "ERROR: I/O error in check_refcounts_l1\n");
748 fprintf(stderr, "ERROR OFLAG_COPIED: l2_offset=%" PRIx64
763 fprintf(stderr, "ERROR l2_offset=%" PRIx64 ": Table is not "
781 fprintf(stderr, "ERROR: I/O error in check_refcounts_l1\n");
844 fprintf(stderr, "ERROR cluster %d refcount=%d reference=%d\n"
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 151 fprintf(stderr, "XME: set_best_resolution(): w = %d, h = %d\n",
169 fprintf(stderr, "XME: set_best_resolution: "
188 fprintf(stderr, "XRANDR: set_best_resolution(): w = %d, h = %d\n",
213 fprintf(stderr, "XRANDR: set_best_resolution: "
246 fprintf(stderr, "XME: get_real_resolution: w = %d h = %d\n", *w, *h);
282 fprintf(stderr, "XRANDR: get_real_resolution: w = %d h = %d\n", *w, *h);
581 fprintf(stderr, "XRANDR: XRRQueryVersion: V%d.%d\n",
609 fprintf(stderr, "XRANDR: mode = %4d, w = %4d, h = %4d\n",
720 fprintf(stderr, "XME: nummodes = %d, active mode = %d\n",
739 fprintf(stderr, "XME: mode = %4d, w = %4d, h = %4d\n"
    [all...]
  /external/grub/lib/
getopt.c 684 fprintf (stderr, _("%s: option `%s' is ambiguous\n"),
708 fprintf (stderr,
713 fprintf (stderr,
730 fprintf (stderr,
760 fprintf (stderr, _("%s: unrecognized option `--%s'\n"),
764 fprintf (stderr, _("%s: unrecognized option `%c%s'\n"),
790 fprintf (stderr, _("%s: illegal option -- %c\n"),
793 fprintf (stderr, _("%s: invalid option -- %c\n"),
823 fprintf (stderr, _("%s: option requires an argument -- %c\n"),
870 fprintf (stderr, _("%s: option `-W %s' is ambiguous\n")
    [all...]
  /external/openssl/crypto/bn/
bn_mul.c 99 fprintf(stderr, " bn_sub_part_words %d + %d (dl < 0, c = %d)\n", cl, dl, c);
131 fprintf(stderr, " bn_sub_part_words %d + %d (dl > 0, c = %d)\n", cl, dl, c);
162 fprintf(stderr, " bn_sub_part_words %d + %d (dl > 0, c == 0)\n", cl, dl);
185 fprintf(stderr, " bn_sub_part_words %d + %d (dl > 0, copy)\n", cl, dl);
227 fprintf(stderr, " bn_add_part_words %d + %d (dl < 0, c = %d)\n", cl, dl, c);
258 fprintf(stderr, " bn_add_part_words %d + %d (dl < 0, c == 0)\n", cl, dl);
281 fprintf(stderr, " bn_add_part_words %d + %d (dl < 0, copy)\n", cl, dl);
303 fprintf(stderr, " bn_add_part_words %d + %d (dl > 0)\n", cl, dl);
332 fprintf(stderr, " bn_add_part_words %d + %d (dl > 0, c == 0)\n", cl, dl);
357 fprintf(stderr, " bn_add_part_words %d + %d (dl > 0, copy)\n", cl, dl)
    [all...]
  /system/core/sh/
arith.c 630 YYFPRINTF (stderr, "%s ", Title); \
631 yysymprint (stderr, \
633 YYFPRINTF (stderr, "\n"); \
652 YYFPRINTF (stderr, "Stack now");
654 YYFPRINTF (stderr, " %d", *bottom);
655 YYFPRINTF (stderr, "\n");
680 YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ",
684 YYFPRINTF (stderr, "%s ", yytname [yyrhs[yyi]]);
685 YYFPRINTF (stderr, "-> %s\n", yytname [yyr1[yyrule]]);
943 YYDPRINTF ((stderr, "Starting parse\n"))
    [all...]
  /development/simulator/wrapsim/
DevLog.c 7 * All messages are just dumped to stderr.
217 * Show a log message. We write it to stderr and send a copy to the
379 cc = writev(fileno(stderr), vec, v-vec);
385 /* can't really log the failure; for now, throw out a stderr */
386 fprintf(stderr, "+++ LOG: write failed (errno=%d)\n", errno);
390 fprintf(stderr, "+++ LOG: write partial (%d of %d)\n", cc, totalLen);
  /external/bison/src/
LR0.c 67 fprintf (stderr, "state_list_append (state = %d, symbol = %d (%s))\n",
181 fprintf (stderr, "Entering new_itemsets, state = %d\n", s->number);
216 fprintf (stderr, "Entering get_state, symbol = %d (%s)\n",
224 fprintf (stderr, "Exiting get_state => %d\n", s->number);
242 fprintf (stderr, "Entering append_states, state = %d\n", s->number);
353 fprintf (stderr, "Processing state %d (reached by %s)\n",
parse-gram.y 179 %printer { fprintf (stderr, "\"%s\"", $$); }
181 %printer { fprintf (stderr, "{\n%s\n}", $$); }
190 %printer { fprintf (stderr, "<%s>", $$); } TYPE
192 %printer { fprintf (stderr, "%d", $$); } INT
194 %printer { fprintf (stderr, "%s", $$->tag); } ID symbol string_as_id
196 %printer { fprintf (stderr, "%s:", $$->tag); } ID_COLON
  /external/bluetooth/bluez/compat/
fakehid.c 68 if (fd <= fileno(stderr))
90 fprintf(stderr, "Can't open input device: %s (%d)\n",
108 fprintf(stderr, "Can't write device information: %s (%d)\n",
152 fprintf(stderr, "Can't create socket: %s (%d)\n",
162 fprintf(stderr, "Can't bind socket: %s (%d)\n",
174 fprintf(stderr, "Can't connect: %s (%d)\n",
  /external/icu4c/test/perf/collationperf/
collperf.cpp 237 fprintf(stderr, "value expected for \"%s\" option.\n", pOpt->name);
245 fprintf(stderr, "value expected for \"%s\" option.\n", pOpt->name);
251 fprintf(stderr, "integer value expected for \"%s\" option.\n", pOpt->name);
261 fprintf(stderr, "Unrecognized option \"%s\"\n", pArgName);
611 fprintf(stderr, "Error returned from Windows CompareStringW.\n");
658 fprintf(stderr, "Error %d returned from strcoll.\n", errno);
    [all...]
  /external/icu4c/tools/ctestfw/
uperf.cpp 226 fprintf(stderr, "Out of memory reading line %d.\n", (int)numLines);
325 fprintf(stderr,"*** runIndexedTest needs to be overriden! ***");
358 fprintf(stderr,"%s function returned NULL", name);
363 fprintf(stderr, "%s returned an illegal operations/iteration()\n", name);
385 fprintf(stderr,"Unable to converge on desired duration");
442 fprintf(stderr, "%s did not run\n", name);

Completed in 1287 milliseconds

<<31323334353637383940>>