HomeSort by relevance Sort by last modified time
    Searched refs:fprintf (Results 1026 - 1050 of 2586) sorted by null

<<41424344454647484950>>

  /external/webkit/Source/JavaScriptCore/runtime/
RegExp.cpp 215 fprintf(stderr, "RegExp Discrepency for /%s/\n string input ", pattern().utf8().data());
218 fprintf(stderr, (segmentLen < 150) ? "\"%s\"\n" : "\"%148s...\"\n", s.utf8().data() + startOffset);
221 fprintf(stderr, " JIT result = %d, blah interpreted result = %d\n", jitResult, interpreterResult);
224 fprintf(stderr, " Correct result = %d\n", jitResult);
230 fprintf(stderr, " JIT offset[%d] = %d, interpreted offset[%d] = %d\n", j, offsetVector[j], j, interpreterOffsetVector[j]);
232 fprintf(stderr, " JIT offset[%d] = %d, interpreted offset[%d] = %d\n", j+1, offsetVector[j+1], j+1, interpreterOffsetVector[j+1]);
  /system/core/libcutils/
open_memstream.c 293 fprintf(stream, "hello my world");
298 fprintf(stream, "good-bye");
308 fprintf(stream, "hello my world");
313 fprintf(stream, "good-bye");
331 fprintf(stream, "This-is-a-test");
333 fprintf(stream, "1234");
  /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");
  /external/icu4c/tools/makeconv/
genmbcs.c 205 fprintf(stderr, "error: out of memory allocating %ld 16-bit code units\n",
227 fprintf(stderr, "error: out of memory allocating %ld B for target mappings\n", (long)sum);
326 fprintf(stderr, "error: too many toUnicode fallbacks, currently at: U+%x\n", (int)c);
376 fprintf(stderr, "error: there is no state information!\n");
394 fprintf(stderr, "error: byte sequence too short, ends in non-final state %hu: 0x%s (U+%x)\n",
402 fprintf(stderr, "error: byte sequence too long by %d bytes, final state %hu: 0x%s (U+%x)\n",
408 fprintf(stderr, "error: byte sequence ends in illegal state at U+%04x<->0x%s\n",
412 fprintf(stderr, "error: byte sequence ends in state-change-only at U+%04x<->0x%s\n",
416 fprintf(stderr, "error: byte sequence ends in unassigned state at U+%04x<->0x%s\n",
431 fprintf(stderr, "error: duplicate codepage byte sequence at U+%04x<->0x%s see U+%04x\n"
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 68 // for stderr, and fprintf, and the addition of this include fixed the
283 fprintf(stderr, format, intToPrint);
287 fprintf(stderr, "::print32Int(...):NULL arg.\n");
300 fprintf(stderr, format, intToPrint);
304 fprintf(stderr, "::print64Int(...):NULL arg.\n");
313 fprintf(stderr, "%s", toPrint);
316 fprintf(stderr, "::printStr(...):NULL arg.\n");
327 fprintf(stderr,
348 fprintf(stderr,
543 fprintf(stderr
    [all...]
  /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/blktrace/btreplay/
btrecord.c 216 fprintf(stderr, "Usage: btrecord -- version %s\n%s",
230 fprintf(stderr, "\t%s: %llx %llx %llx %llx\n",
427 fprintf(stderr, "Invalid bunch time %llu\n",
438 fprintf(stderr, "Invalid max pkts %llu\n",
450 fprintf(stderr, "btrecord -- version %s\n",
452 fprintf(stderr, " Built on %s\n", build_date);
502 fprintf(stderr, "WARNING: Short read on %s (%d)\n",
536 fprintf(stderr, "WARNING: Short PDU read on %s (%d)\n",
548 fprintf(stderr, "%2d: %10llu+%10llu (%d) @ %10llx\n",
556 fprintf(stderr, "\tSetting new genesis: %llx(%d)\n"
    [all...]
  /external/valgrind/tsan/
ts_valgrind_intercepts.c 692 fprintf(stderr, "<< pthread_create wrapper"); fflush(stderr);
719 fprintf(stderr, " :: pth_create -> %d >>\n", ret);
742 fprintf(stderr, "<< pthread_join wrapper"); fflush(stderr);
757 fprintf(stderr, " :: pth_join -> %d >>\n", ret);
858 fprintf(stderr, "<< pthread_mxinit %p", mutex); fflush(stderr);
879 fprintf(stderr, " :: mxinit -> %d >>\n", ret);
893 fprintf(stderr, "<< pthread_mxdestroy %p", mutex); fflush(stderr);
906 fprintf(stderr, " :: mxdestroy -> %d >>\n", ret);
921 fprintf(stderr, "<< pthread_mxlock %p", mutex); fflush(stderr);
943 fprintf(stderr, " :: mxlock -> %d >>\n", ret)
    [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...]
  /system/core/fastboot/
fastboot.c 68 fprintf(stderr,"error: ");
70 fprintf(stderr,"\n");
96 fprintf(stderr,"unknown partition '%s'\n", item);
205 fprintf(stderr,"< waiting for device >\n");
220 fprintf(stderr,
259 fprintf(stderr, "no image specified\n");
265 fprintf(stderr, "cannot load '%s'\n", kernel);
274 fprintf(stderr, "cannot boot a boot.img *and* ramdisk\n");
285 fprintf(stderr,"cannot load '%s'\n", ramdisk);
290 fprintf(stderr,"creating boot image...\n")
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 306 fprintf(fOut, "%c%c%c%c %s %ld+ %s[0x%lX]%s%s%s%s",
324 fprintf(me->fRt, "rtPERF: [%ld] ", TIME_DELTA(dRate->last_reporting, me->first_time)/1000000);
331 fprintf(me->fRt, ": %.3g fps (s=%.3g)\n", x, s);
364 fprintf(me->fRt, "rtPERF: %s[0x%lX]: ", tag, me->dSTS->size_min);
373 fprintf(me->fRt, "%.3g +- %.3g s (%ld samples)\n",
378 fprintf(me->fRt, "%.3g\n", x);
383 fprintf(me->fRt, "UNABLE TO CALCULATE\n");
562 fprintf(me->fRt, "rtPERF: [%ld] IGNORED (steps=%d, tn0=%ld, tn=%ld)\n",
573 fprintf(me->fRt, "rtPERF: [%ld] not-ignored (steps=%d, tn0=%ld, tn=%ld)\n",
676 fprintf(me->fRt, "rtPERF: [%ld] Modified burst shot-to-shot[0x%lX]: %.3g s\n"
    [all...]
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c     [all...]
  /bionic/libc/bionic/
stubs.c 444 fprintf(stderr, "FIX ME! implement getgrnam() %s:%d\n", __FILE__, __LINE__);
454 fprintf(stderr, "FIX ME! implement getmntent() %s:%d\n", __FILE__, __LINE__);
460 fprintf(stderr, "FIX ME! implement ttyname() %s:%d\n", __FILE__, __LINE__);
466 fprintf(stderr, "FIX ME! implement ttyname_r() %s:%d\n", __FILE__, __LINE__);
472 fprintf(stderr, "FIX ME! implement %s() %s:%d\n", __FUNCTION__, __FILE__, __LINE__);
478 fprintf(stderr, "FIX ME! implement %s() %s:%d\n", __FUNCTION__, __FILE__, __LINE__);
484 fprintf(stderr, "FIX ME! implement %s() %s:%d\n", __FUNCTION__, __FILE__, __LINE__);
490 fprintf(stderr, "FIX ME! implement %s() %s:%d\n", __FUNCTION__, __FILE__, __LINE__);
496 fprintf(stderr, "FIX ME! implement %s() %s:%d\n", __FUNCTION__, __FILE__, __LINE__);
501 fprintf(stderr, "FIX ME! implement %s() %s:%d\n", __FUNCTION__, __FILE__, __LINE__)
    [all...]
  /external/linux-tools-perf/
builtin-report.c 119 fprintf(stderr, "problem processing %d event, skipping it.\n",
164 fprintf(stderr, "selected --sort parent, but no"
170 fprintf(stderr, "selected -g but no callchain data."
179 fprintf(stderr, "Can't register callchain"
219 ret = fprintf(fp, "# Events: %lu%c", nr_events, unit);
221 ret += fprintf(fp, " %s", evname);
222 return ret + fprintf(fp, "\n#\n");
239 fprintf(stdout, "\n\n");
244 fprintf(stdout, "#\n# (%s)\n#\n", help);
406 fprintf(stderr, "Can't register callchain params\n")
    [all...]
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 35 // fprintf(stderr, "printGLString %s, %d\n", name, s);
38 // fprintf(stderr, "glGetError() = %d, result of glGetString = %x\n", error,
41 // fprintf(stderr, "GL %s = %s\n", name, v);
43 // fprintf(stderr, "GL %s = (null) 0x%08x\n", name, (unsigned int) v);
44 fprintf(stderr, "GL %s = %s\n", name, v);
49 fprintf(stderr, "%s() returned %d\n", op, returnVal);
54 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
62 fprintf(stderr, "after %s() glError (0x%x)\n", op, error);
90 fprintf(stderr, "Could not compile shader %d:\n%s\n",
129 fprintf(stderr, "Could not link program:\n%s\n", buf)
    [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/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/toolutil/
pkg_genc.c 229 fprintf(stderr, "%s", assemblyHeader[0].name);
231 fprintf(stderr, ", %s", assemblyHeader[idx].name);
233 fprintf(stderr,
248 fprintf(stderr, "genccode: unable to open input file %s\n", filename);
255 fprintf(stderr, "genccode: unable to open output file %s\n", bufferStr);
311 fprintf(stderr, "genccode: file read error while generating from file %s\n", filename);
316 fprintf(stderr, "genccode: file write error while generating from file %s\n", filename);
333 fprintf(stderr, "genccode: unable to open input file %s\n", filename);
350 fprintf(stderr, "genccode: unable to open output file %s\n", buffer);
424 fprintf(stderr, "genccode: file read error while generating from file %s\n", filename)
    [all...]
pkgitems.cpp 95 fprintf(stderr, "icupkg: udata_openSwapper(\"%s\") failed - %s\n",
105 fprintf(stderr, "icupkg: unable to allocate memory for swapping \"%s\"\n", pItem->name);
152 fprintf(stderr, "icupkg/makeTargetName(%s) target item name length %ld too long\n",
229 fprintf(stderr, "icupkg/ures_enumDependencies(%s res=%08x) alias string contains non-invariant characters\n",
255 fprintf(stderr, "icupkg/ures_enumDependencies(%s res=%08x) %%ALIAS contains a '/'\n",
265 fprintf(stderr, "icupkg/ures_enumDependencies(%s res=%08x) alias locale ID length %ld too long\n",
334 fprintf(stderr, "icupkg/ures_enumDependencies(%s table res=%08x)[%d].recurse(%s: %08x) failed\n",
355 fprintf(stderr, "icupkg/ures_enumDependencies(%s array res=%08x)[%d].recurse(%08x) failed\n",
377 fprintf(stderr, "icupkg: .res format version %02x.%02x not supported, or bundle malformed\n",
412 fprintf(stderr, "icupkg: %s is not a pool bundle\n", poolName)
    [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...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 158 fprintf(stderr, "ERROR: ");
160 fprintf(stderr, "\n");
175 fprintf(stderr, "WARNING: ");
177 fprintf(stderr, "\n");
192 fprintf(stderr, "\n");
208 fprintf(stderr, "TRACE: ERROR: ");
210 fprintf(stderr, "\n");
229 fprintf(stderr, "TRACE: WARNING: ");
231 fprintf(stderr, "\n");
250 fprintf(stderr, "TRACE: ")
    [all...]
  /external/bison/lib/
bitset_stats.c 120 fprintf (file, "%s %s", name, msg);
122 fprintf (file, "%.0f-%.0f%%\t%8u (%5.1f%%)\n",
153 fprintf (file, "%s %s", name, msg);
155 fprintf (file, "%*d\t%8u (%5.1f%%)\n",
159 fprintf (file, "%*lu-%lu\t%8u (%5.1f%%)\n",
176 fprintf (file, "%s:\n", name);
177 fprintf (file, _("%u bitset_allocs, %u freed (%.2f%%).\n"),
180 fprintf (file, _("%u bitset_sets, %u cached (%.2f%%)\n"),
183 fprintf (file, _("%u bitset_resets, %u cached (%.2f%%)\n"),
186 fprintf (file, _("%u bitset_tests, %u cached (%.2f%%)\n")
    [all...]
  /external/e2fsprogs/lib/ext2fs/
test_io.c 136 fprintf(f, "Contents of block %lu, checksum %08lu: \n", block, cksum);
139 fprintf(f, "%04x: ", i);
140 fprintf(f, "%02x%c", *cp, ((i % 16) == 15) ? '\n' : ' ');
153 fprintf(f, "Aborting due to I/O to block %lu\n", block);
298 fprintf(data->outfile,
321 fprintf(data->outfile,
348 fprintf(data->outfile,
375 fprintf(data->outfile,
402 fprintf(data->outfile,
429 fprintf(data->outfile
    [all...]
  /external/iproute2/lib/
utils.c 380 fprintf(stderr, "Error: \"%s\" may be inet address, but it is not allowed in this context.\n", arg);
384 fprintf(stderr, "Error: an inet address is expected rather than \"%s\".\n", arg);
393 fprintf(stderr, "Error: \"%s\" may be inet prefix, but it is not allowed in this context.\n", arg);
397 fprintf(stderr, "Error: an inet prefix is expected rather than \"%s\".\n", arg);
407 fprintf(stderr, "Error: an IP address is expected rather than \"%s\"\n", name);
415 fprintf(stderr, "Command line is not complete. Try option \"help\"\n");
421 fprintf(stderr, "Error: argument \"%s\" is required\n", key);
427 fprintf(stderr, "Error: argument \"%s\" is wrong: %s\n", arg, msg);
433 fprintf(stderr, "Error: duplicate \"%s\": \"%s\" is the second value.\n", key, arg);
439 fprintf(stderr, "Error: either \"%s\" is duplicate, or \"%s\" is a garbage.\n", key, arg)
    [all...]
  /frameworks/base/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...]

Completed in 2415 milliseconds

<<41424344454647484950>>