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

<<41424344454647484950>>

  /external/dbus/bus/
test-main.c 38 fprintf (stderr, "Unit test failed: %s\n", failure);
93 fprintf (stderr, "Must specify test data directory as argv[1] or in DBUS_TEST_DATA env variable\n");
  /external/e2fsprogs/lib/uuid/
uuid_time.c 128 fprintf(stderr, "Usage: %s uuid\n", argv[0]);
132 fprintf(stderr, "Invalid UUID: %s\n", argv[1]);
  /external/icu4c/tools/ctestfw/unicode/
uperf.h 44 fprintf(stdout,#test "---"); \
45 fprintf(stdout,"\n"); \
  /external/libmtp/examples/
thumb.c 56 fprintf(stdout, "libmtp version: " LIBMTP_VERSION_STRING "\n\n");
80 fprintf(stderr, "%s: ", path);
  /external/linux-tools-perf/util/
trace-event-scripting.c 49 fprintf(stderr, "Python scripting not supported."
110 fprintf(stderr, "Perl scripting not supported."
values.c 159 fprintf(fp, "# %*s %*s", pidwidth, "PID", tidwidth, "TID");
161 fprintf(fp, " %*s", counterwidth[j], values->countername[j]);
162 fprintf(fp, "\n");
165 fprintf(fp, " %*d %*d", pidwidth, values->pid[i],
168 fprintf(fp, " %*" PRIu64,
170 fprintf(fp, "\n");
211 fprintf(fp, "# %*s %*s %*s %*s %*s\n",
217 fprintf(fp, " %*d %*d %*s %*" PRIx64 " %*" PRIu64,
  /external/oprofile/daemon/
oprofiled.c 149 fprintf(stderr, "oprofiled: opd_go_daemon: couldn't chdir to %s: %s",
375 fprintf(stderr, "unknown verbose options\n");
418 fprintf(stderr, "oprofiled: no vmlinux specified.\n");
431 fprintf(stderr, "oprofiled: no kernel VMA range specified.\n");
441 fprintf(stderr, "oprofiled: no events specified.\n");
459 fprintf(stderr, "oprofiled: no Xen VMA range specified.\n");
492 fprintf(stderr, "Couldn't determine kernel version.\n");
524 fprintf(stderr, "oprofiled: could not create lock file %s\n",
  /external/webkit/Source/WebCore/bridge/
testbindings.cpp 36 fprintf (stderr, "%s: ", __PRETTY_FUNCTION__); \
37 fprintf(stderr, formatAndArgs); \
349 fprintf(stderr, "Error opening %s.\n", file);
356 fprintf(stderr, "Warning: File may have been too long.\n");
367 fprintf(stderr, "You have to specify at least one filename\n");
402 fprintf(stderr,"Exception, line %d: %s\n",lineno,msg);
404 fprintf(stderr,"Exception: %s\n",msg);
409 fprintf(stderr,"Return value: %s\n",msg);
  /ndk/tests/device/test-gabi++/jni/
test_gabixx_rtti.cpp 48 fprintf(stderr, "KO: Assertion failure: %s\n", #cond); \
98 fprintf(stderr, "KO: Could not dynamically cast 'foo' to a 'Bar*'\n");
  /ndk/tests/device/test-stlport-rtti/jni/
test_stlport_rtti.cpp 48 fprintf(stderr, "KO: Assertion failure: %s\n", #cond); \
98 fprintf(stderr, "KO: Could not dynamically cast 'foo' to a 'Bar*'\n");
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
bpabi.h 163 fprintf (STREAM, "\tpush\t{lr}\n"); \
164 fprintf (STREAM, "\tbl\t__gnu_mcount_nc\n"); \
  /sdk/avdlauncher/
avdlauncher.c 50 fprintf(stderr, "%s, error %ld\n", description, err);
60 fprintf(stderr, "%s", s);
  /sdk/sdklauncher/
sdklauncher.c 50 fprintf(stderr, "%s, error %ld\n", description, err);
60 fprintf(stderr, "%s", s);
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 268 fprintf(stderr, "Unknown option %s\n", optarg);
296 fprintf(stderr, "Open read only failed.");
324 fprintf(stderr, "Failed to read.\n");
336 fprintf(stderr, "Wrong pid found @ read block %x != %x\n", testCase->pid(), *pid);
382 fprintf(stderr, "Write failed %d %s.", errno, strerror(errno));
422 fprintf(stderr, "Open write failed.");
457 fprintf(stderr, "Failed to write.\n");
587 fprintf(stderr, "Unknown test type %s", testCase.name());
  /bionic/libc/netbsd/resolv/
res_debug.c 150 fprintf(file, ";; res options:");
153 fprintf(file, " %s", p_option(mask));
178 fprintf(file, ";; memory allocation failure\n");
187 fprintf(file, ";; ns_parserr: %s\n",
195 fprintf(file, ";; %s SECTION:\n",
198 fprintf(file, ";;\t%s, type = %s, class = %s\n",
204 fprintf(file,
217 fprintf(file,
223 fprintf(file, ";; ns_sprintrr: %s\n",
248 fprintf(file, ";; ns_initparse: %s\n", strerror(errno))
    [all...]
  /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",
  /external/bluetooth/bluez/tools/
hid2hci.c 210 fprintf(stderr,"\n%s\n", error);
297 fprintf(stderr, "error: could not find '%s'\n", devpath);
314 fprintf(stderr, "error: could not find usb_device for '%s'\n", devpath);
321 fprintf(stderr, "error: unable to handle '%s'\n",
333 fprintf(stderr, "error: could not find hiddev device node\n");
344 fprintf(stderr, "error: switching device '%s' failed.\n",
  /external/dbus/tools/
dbus-monitor.c 210 fprintf (stderr, "Usage: %s [--system | --session | --address ADDRESS] [--monitor | --profile ] [watch expressions]\n", name);
291 fprintf (stderr, "Failed to register connection to bus at %s: %s\n",
319 fprintf (stderr, "Failed to open connection to %s: %s\n",
333 fprintf (stderr, "Failed to setup match \"%s\": %s\n",
366 fprintf (stderr, "Couldn't add filter!\n");
374 fprintf (stderr, "Error: %s\n", error.message);
  /external/dropbear/libtommath/demo/
timing.c 124 fprintf(log, "%d %9llu\n", cnt * DIGIT_BIT, tt);
146 fprintf(log, "%d %9llu\n", cnt * DIGIT_BIT, tt);
177 fprintf(log, "%d %9llu\n", mp_count_bits(&a), tt);
197 fprintf(log, "%d %9llu\n", mp_count_bits(&a), tt);
274 fprintf(n < 4 ? logd : (n < 9) ? logc : (n < 16) ? logb : log,
310 fprintf(log, "%d %9llu\n", cnt * DIGIT_BIT, tt);
  /external/e2fsprogs/misc/
e2freefrag.c 34 fprintf(stderr, "usage: %s [-c chunksize in kb] [-h] "
271 fprintf(stderr, "%s: bad chunk size '%s'\n",
277 fprintf(stderr, "%s: chunk size must be a "
284 fprintf(stderr, "%s: bad option '%c'\n",
293 fprintf(stderr, "%s: missing device name.\n", progname);
302 fprintf(stderr, "%s: chunksize must be greater than or equal "
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.cpp 127 fprintf(stderr, "error: unorm_quickCheck(UNORM_FCD) failed: %s\n",
147 fprintf(stderr, "error: unorm_quickCheck(UNORM_FCD) failed: %s\n",
166 fprintf(stderr, "error: bogus result from unorm_checkFCDUTF8()\n");
197 fprintf(stderr, "error: unorm_normalize(UNORM_NFC) failed: %s\n",
225 fprintf(stderr, "error: GetBiDiClass() did not collect bits\n");
255 fprintf(stderr, "FAILED: Tests could not be run please check the "
  /external/icu4c/tools/icuinfo/
icuinfo.cpp 165 fprintf(stderr, "Dynamic Loading: is disabled. No plugins will be loaded at start-up.\n");
173 fprintf(stderr,"ICU u_cleanup() called.\n");
269 fprintf(stderr,
274 fprintf(stderr, "%s: Output information about the current ICU\n", argv[0]);
275 fprintf(stderr, "Options:\n"
285 fprintf(stderr, "International Components for Unicode %s\n%s\n", U_ICU_VERSION, U_COPYRIGHT_STRING );
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 166 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;}
338 fprintf(stderr, "Parsed a function definition.\n");
347 fprintf(stderr, "Parsed an extern\n");
357 fprintf(stderr, "Parsed a top-level expr\n");
367 fprintf(stderr, "ready> ");
391 fprintf(stderr, "ready> ");
  /external/qemu/distrib/libpng-1.2.19/
pngerror.c 213 fprintf(stderr, "libpng error no. %s: %s\n", error_number,
217 fprintf(stderr, "libpng error: %s, offset=%d\n", error_message,offset);
221 fprintf(stderr, "libpng error: %s\n", error_message);
269 fprintf(stderr, "libpng warning no. %s: %s\n", warning_number,
273 fprintf(stderr, "libpng warning: %s\n", warning_message);
277 fprintf(stderr, "libpng warning: %s\n", warning_message);
  /external/quake/quake/src/QW/qwfwd/
qwfwd.c 94 fprintf(stderr, "Winsock initialization failed.");
120 fprintf(stderr, "udpred: can't get \"%s\" service entry\n", service);
129 fprintf(stderr, "udpred: can't get \"%s\" host entry\n", host);
136 fprintf(stderr, "udpred: can't get \"%s\" protocol entry\n", protocol);
150 fprintf(stderr, "udpred: can't create socket: %s\n", sys_errlist[errno]);
157 fprintf(stderr, "udpred: can't connect to %s.%s: %s\n", host, service, sys_errlist[errno]);

Completed in 1111 milliseconds

<<41424344454647484950>>