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

<<31323334353637383940>>

  /device/samsung/tuna/recovery/
recovery_updater.c 107 fprintf(stderr, "Footer updated\n");
117 fprintf(stderr, "Footer doesn't need updating\n");
123 fprintf(stderr, "installing samsung updater extensions\n");
  /external/blktrace/
blkiomon.h 104 fprintf(fp, "\ntime: %s", ctime((void *)&p->time));
105 fprintf(fp, "device: %d,%d\n", MAJOR(p->device), MINOR(p->device));
114 fprintf(fp, "bidirectional requests: %ld\n", (unsigned long)p->bidir);
  /external/bluetooth/bluez/tools/
csr_h4.c 51 fprintf(stderr, "Can't open serial port: %s (%d)\n",
59 fprintf(stderr, "Can't get port settings: %s (%d)\n",
73 fprintf(stderr, "Can't change port settings: %s (%d)\n",
hciattach.c 87 fprintf(stderr, "Initialization timed out.\n");
244 fprintf(stderr, "Invalid speed requested, using %d bps instead\n", u->speed);
363 fprintf(stderr, "BCSP initialization timed out\n");
381 fprintf(stderr, "BCSP initialization timed out\n");
588 fprintf(stderr, "Reading CSR build ID %d [%s]\n", rlen, temp + 1);
594 fprintf(stderr, "CSR build ID 0x%02X-0x%02X\n",
631 fprintf(stderr, "Reading CSR UART speed %d [%s]\n", rlen, temp+1);
636 fprintf(stderr, "Speed %d too high. Remaining at %d baud\n",
641 fprintf(stderr, "Speed %d unrecognised. Remaining at %d baud\n",
669 fprintf(stderr, "Writing CSR UART speed %d [%s]\n", clen, temp + 1)
    [all...]
  /external/bluetooth/glib/tests/
markup-test.c 88 fprintf (stderr, " %s\n", error->message);
158 fprintf (stderr, "%s\n", error->message);
210 fprintf (stderr, "Give a markup file on the command line\n");
  /external/bluetooth/hcidump/src/
bpasniff.c 271 fprintf(stderr, "Can't allocate buffer for hci%d: %s (%d)\n",
278 fprintf(stderr, "Can't open device hci%d: %s (%d)\n",
290 fprintf(stderr, "Can't set filter for hci%d: %s (%d)\n",
404 fprintf(stderr, "Can't open device hci%d: %s (%d)\n",
410 fprintf(stderr, "Can't get device info for hci%d: %s (%d)\n",
417 fprintf(stderr, "Can't read version info for hci%d: %s (%d)\n",
424 fprintf(stderr, "Can't find sniffer at hci%d: %s (%d)\n",
431 fprintf(stderr, "Can't read revision info for hci%d: %s (%d)\n",
440 fprintf(stderr, "Can't enable sniffer for hci%d: %s (%d)\n",
447 fprintf(stderr, "Can't enable sync for hci%d: %s (%d)\n"
    [all...]
  /external/bzip2/
dlltest.c 33 fprintf(stderr,"Can't load %s\n",BZ2_LIBNAME);
48 fprintf(stderr,"GetProcAddress failed.\n");
78 fprintf(stderr,"Loading of %s failed. Giving up.\n", BZ2_LIBNAME);
  /external/dbus/test/name-test/
test-privserver.c 56 fprintf (stderr, "server exiting loop\n");
108 fprintf (stderr, "server running mainloop\n");
110 fprintf (stderr, "server mainloop quit\n");
  /external/dropbear/
cli-authinteract.c 42 fprintf(stderr, "%s", prompt);
101 fprintf(stderr, "%s", name);
107 fprintf(stderr, "%s", instruction);
  /external/icu4c/tools/toolutil/
pkg_gencmn.c 144 fprintf(stderr, "gencmn: unable to open input file %s\n", dataFile);
192 fprintf(stderr, "gencmn: no files listed in %s\n", dataFile == NULL ? "<stdin>" : dataFile);
218 fprintf(stderr, "gencmn: udata_create(-d %s -n %s -t %s) failed - %s\n",
252 fprintf(stderr, "gencmn: unable to open listed file %s\n", files[i].pathname);
267 fprintf(stderr, "gencmn: unable to read %s properly (got %ld/%ld byte%s)\n", files[i].pathname, (long)nread, (long)files[i].fileSize, files[i].fileSize == 1 ? "" : "s");
281 fprintf(stderr, "gencmn: udata_finish() failed - %s\n", u_errorName(errorCode));
311 fprintf(stderr, "gencmn: unable to open .c output file %s\n", filename);
392 fprintf(stderr, "pkgdata/gencmn: Could not allocate %ld bytes for %d files\n", (fileMax*sizeof(files[0])), fileCount);
401 fprintf(stderr, "gencmn: Error: absolute path encountered. Old style paths are not supported. Use relative paths such as 'fur.res' or 'translit%cfur.res'.\n\tBad path: '%s'\n", U_FILE_SEP_CHAR, filename);
425 fprintf(stderr, "gencmn: unable to open listed file %s\n", fullPath)
    [all...]
  /external/libpng/contrib/gregbook/
rpng-win.c 284 fprintf(stderr, "\n%s %s: %s\n\n", PROGNAME, VERSION, appname);
286 fprintf(stderr, "\n"
306 fprintf(stderr, PROGNAME ": can't open PNG file [%s]\n", filename);
312 fprintf(stderr, PROGNAME
317 fprintf(stderr, PROGNAME
321 fprintf(stderr, PROGNAME ": insufficient memory\n");
324 fprintf(stderr, PROGNAME
338 fprintf(stderr, PROGNAME ": aborting.\n");
344 fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname);
345 fprintf(stderr
    [all...]
  /external/libvpx/vp8/encoder/
tokenize.c 348 fprintf(f, "#include \"entropy.h\"\n");
350 fprintf(f, "\n/* *** GENERATED FILE: DO NOT EDIT *** */\n\n");
352 fprintf(f, "int Contexts[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens];\n\n");
354 fprintf(f, "const int default_contexts[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens] = {");
362 fprintf(f, "%s\n { /* block Type %d */", Comma(type), type);
368 fprintf(f, "%s\n { /* Coeff Band %d */", Comma(band), band);
374 fprintf(f, "%s\n {", Comma(pt));
384 fprintf(f, "%s %d", Comma(t), y);
389 fprintf(f, "}");
393 fprintf(f, "\n }")
    [all...]
  /external/netperf/
netserver.c 262 fprintf(where,"netserver: sending CPU information:");
263 fprintf(where,"rate is %g num cpu %d\n",temp_rate,lib_num_loc_cpus);
410 fprintf(where,"unknown test number %d\n",
453 fprintf(stderr,
476 fprintf(stderr,"Sleeping on getaddrinfo EAI_AGAIN\n");
484 fprintf(stderr,
489 fprintf(stderr,"\n\tgetaddrinfo returned %d %s\n",
504 fprintf(stderr,
546 fprintf(stderr,
863 fprintf(stderr
    [all...]
  /external/openssl/crypto/bn/
bntest.c 132 fprintf(stderr, "test %s\n", m);
351 fprintf(stderr,"Add test failed!\n");
402 fprintf(stderr,"Subtract test failed!\n");
464 fprintf(stderr,"Division test failed!\n");
539 fprintf(stderr,"Division (word) test failed!\n");
603 fprintf(stderr,"Reciprocal division test failed!\n");
604 fprintf(stderr,"a=");
606 fprintf(stderr,"\nb=");
608 fprintf(stderr,"\n");
664 fprintf(stderr,"Multiplication test failed!\n")
    [all...]
  /external/openssl/crypto/pkcs7/
enc.c 92 fprintf(stderr, "Unknown cipher %s\n", argv[2]);
111 fprintf(stderr, "No recipients\n");
134 fprintf(stderr, "No cipher selected\n");
  /external/oprofile/libop/
op_cpu_type.c 136 fprintf(stderr, "Unable to open cpu_type file for reading\n");
137 fprintf(stderr, "Make sure you have done opcontrol --init\n");
143 fprintf(stderr, "Could not read cpu type.\n");
  /external/qemu/android/protocol/
user-events-proxy.c 98 fprintf(stdout, "user-events is now connected to the core at %s.",
102 fprintf(stdout, " Handshake: %s", handshake);
106 fprintf(stdout, "\n");
  /external/qemu/android/utils/
system.c 35 fprintf(stderr, "PANIC: not enough memory\n");
52 fprintf(stderr, "PANIC: not enough memory\n");
70 fprintf(stderr, "PANIC: not enough memory to reallocate %zu bytes\n", size);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.h 89 fprintf(stderr, "Warning: Value exceeds given limit(s)!\n"); \
103 fprintf(stderr,"Warning: Value [%d] exceeds given limit(s)!\n",i); \
120 #define EPRINT(msg) fprintf(stderr,"ERROR: %s\n",msg)
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 37 fprintf(stderr, "%s() returned %d\n", op, returnVal);
42 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
50 fprintf(stderr, "after %s() glError (0x%x)\n", op, error);
  /external/elfutils/libcpu/
i386_parse.y 1078 fprintf (outfile, "%s\n \"%s",
1102 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)->str);
1120 fprintf (outfile, "#define MNEMONIC_BITS %zu\n", best_mnemonic_bits);
1122 fprintf (outfile, "#define MNEMONIC_BITS %ld\n",
1125 fprintf (outfile, "#define SUFFIX_BITS %d\n", nbitsuf);
1128 fprintf (outfile, "#define FCT%d_BITS %d\n", i + 1, nbitfct[i]);
1130 fprintf (outfile, "#define STR%d_BITS %d\n", i + 1, nbitstr[i]);
1131 fprintf (outfile, "#define OFF%d_1_BITS %d\n", i + 1, nbitoff[i][0]);
1132 fprintf (outfile, "#define OFF%d_1_BIAS %d\n", i + 1, minoff[i][0]);
1135 fprintf (outfile, "#define OFF%d_2_BITS %d\n", i + 1, nbitoff[i][1])
    [all...]
  /external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 216 fprintf(stderr, "Warning, U_USING_DEFAULT_WARNING for %s\n", opt_locale);
219 fprintf(stderr, "Warning, U_USING_FALLBACK_ERROR for %s\n", opt_locale);
247 fprintf(stderr, "value expected for \"%s\" option.\n", pOpt->name);
255 fprintf(stderr, "value expected for \"%s\" option.\n", pOpt->name);
261 fprintf(stderr, "integer value expected for \"%s\" option.\n", pOpt->name);
271 fprintf(stderr, "Unrecognized option \"%s\"\n", pArgName);
297 //fprintf(stderr, "%d ", j);
379 //fprintf(stderr, "%d ", j);
428 fprintf(stderr, "ICU Converter open failed.: %d\n", &status);
440 fprintf(stderr, "Conversion from Unicode, something is wrong.\n")
    [all...]
  /frameworks/base/core/jni/
android_os_Debug.cpp 438 fprintf(fp, "Native heap dump not available. To enable, run these"
440 fprintf(fp, "$ adb shell setprop libc.debug.malloc 1\n");
441 fprintf(fp, "$ adb shell stop\n");
442 fprintf(fp, "$ adb shell start\n");
448 fprintf(fp, "Android Native Heap Dump v1.0\n\n");
451 fprintf(fp, "Total memory: %zu\n", totalMemory);
452 fprintf(fp, "Allocation records: %zd\n", recordCount);
454 fprintf(fp, "WARNING: mismatched backtrace sizes (%d vs. %d)\n",
457 fprintf(fp, "\n");
469 fprintf(fp, "z %d sz %8zu num %4zu bt"
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c 237 if (main_queue && (E) == kDNSServiceErr_ServiceNotRunning) { fprintf(stderr, "Error code %d\n", (E)); exit(0); }
628 fprintf(stderr, "DNSService add/update/remove failed %ld\n", (long int)err);
    [all...]
  /external/libvpx/
vpxenc.c 90 fprintf(stderr, "\n");
100 fprintf(stderr, "%s: %s\n", s, vpx_codec_error(ctx));
103 fprintf(stderr, " %s\n", detail);
155 fprintf(stderr, "First-pass stats file must be seekable!\n");
166 fprintf(stderr, "Failed to allocate first-pass stats buffer (%lu bytes)\n",
242 fprintf(stderr,
382 fprintf(stderr, "Error: Unrecognized IVF version! This file may not"
715 fprintf(stderr, "\nFailed to realloc cue list.\n");
1056 fprintf(stderr, "Usage: %s <options> -o dst_filename src_filename \n",
1059 fprintf(stderr, "\nOptions:\n")
    [all...]

Completed in 2309 milliseconds

<<31323334353637383940>>