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

<<51525354555657585960>>

  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h 86 #define G726ENC_DPRINT(...) fprintf(stderr,__VA_ARGS__)
96 #define G726ENC_MEMPRINT(...) fprintf(stderr,__VA_ARGS__)
127 #define G726ENC_DPRINT(...) fprintf(stderr,__VA_ARGS__)
128 #define G726ENC_MEMPRINT(...) fprintf(stderr,__VA_ARGS__)
129 #define G726ENC_EPRINT(...) fprintf(stderr,__VA_ARGS__)
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c 103 fprintf(stderr, "error: could not create PERF replay object\n");
120 fprintf(stderr, "Only replay mode is selected. Aborting...\n");
312 fprintf(stderr, "Unknown operation recorded: %lx\n", ulData0);
321 fprintf(stderr, "Incomplete log ended...\n");
357 fprintf(stderr, "Could not open log file %s: %d\n",
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 110 fprintf(stderr, "usage: %s [options]\n", progname);
111 fprintf(stderr, "\t-vs <filename> - vertex shader to use\n");
112 fprintf(stderr, "\t-fs <filename> - fragment shader to use\n");
383 fprintf(stderr,"SDL init failed: %s\n", SDL_GetError());
389 fprintf(stderr,"Failed to set video mode: %s\n", SDL_GetError());
  /system/core/toolbox/
ls.c 119 fprintf(stderr, "stat failed on %s: %s\n", tmp, strerror(errno));
137 fprintf(stderr, "lstat '%s' failed: %s\n", path, strerror(errno));
155 fprintf(stderr, "stat '%s' failed: %s\n", path, strerror(errno));
343 fprintf(stderr, "opendir failed, %s\n", strerror(errno));
466 fprintf(stderr, "%s: Unknown option '-%c'. Aborting.\n", "ls", arg[0]);
top.c 79 #define die(...) { fprintf(stderr, __VA_ARGS__); exit(EXIT_FAILURE); }
123 fprintf(stderr, "Option -m expects an argument.\n");
132 fprintf(stderr, "Option -n expects an argument.\n");
141 fprintf(stderr, "Option -d expects an argument.\n");
150 fprintf(stderr, "Option -s expects an argument.\n");
159 fprintf(stderr, "Invalid argument \"%s\" for option -s.\n", argv[i]);
167 fprintf(stderr, "Invalid argument \"%s\".\n", argv[i]);
173 fprintf(stderr, "Sorting by threads per thread makes no sense!\n");
563 fprintf(stderr, "Usage: %s [ -m max_procs ] [ -n iterations ] [ -d delay ] [ -s sort_column ] [ -t ] [ -h ]\n"
  /external/e2fsprogs/misc/
fsck.c 343 fprintf(stderr, _("WARNING: couldn't open %s: %s\n"),
353 fprintf(stderr, _("WARNING: bad format "
477 fprintf(stderr, _("fsck: %s: not found\n"), prog);
592 fprintf(stderr,
720 fprintf(stderr, _("%s: Error %d while executing fsck.%s "
882 fprintf(stderr,
910 fprintf(stderr, _("fsck: cannot check %s: fsck.%s not found\n"),
1119 fprintf(stderr, _("%s: too many devices\n"),
1130 fprintf(stderr, "Couldn't open /proc/partitions: %s\n",
1132 fprintf(stderr, "Is /proc mounted?\n")
    [all...]
  /external/libvpx/build/make/
obj_int_extract.c 238 fprintf(stderr, "Usage: %s [output format] <obj file>\n\n", argv[0]);
239 fprintf(stderr, " <obj file>\tMachO format object file to parse\n");
240 fprintf(stderr, "Output Formats:\n");
241 fprintf(stderr, " gas - compatible with GNU assembler\n");
242 fprintf(stderr, " rvds - compatible with armasm\n");
754 fprintf(stderr, "Usage: %s [output format] <obj file>\n\n", argv[0]);
755 fprintf(stderr, " <obj file>\tELF format object file to parse\n");
756 fprintf(stderr, "Output Formats:\n");
757 fprintf(stderr, " gas - compatible with GNU assembler\n");
758 fprintf(stderr, " rvds - compatible with armasm\n")
    [all...]
  /external/openssh/
scp.c 191 fprintf(stderr, "Executing:");
193 fprintf(stderr, " %s", a->list[i]);
194 fprintf(stderr, "\n");
234 fprintf(stderr,
309 fprintf(stderr,
781 fprintf(stderr, "File mtime %ld atime %ld\n",
783 fprintf(stderr, "Sending file timestamps: %s",
795 fprintf(stderr, "Sending file modes: %s", buf);
873 fprintf(stderr, "Entering directory: %s", path);
947 fprintf(stderr, "Sink: %s", buf)
    [all...]
ssh.c 198 fprintf(stderr,
401 fprintf(stderr, "Warning: Identity file %s "
417 fprintf(stderr, "no support for PKCS#11.\n");
437 fprintf(stderr, "%s, %s\n",
447 fprintf(stderr,
462 fprintf(stderr,
485 fprintf(stderr, "Bad escape character '%s'.\n",
499 fprintf(stderr,
516 fprintf(stderr, "Unknown mac type '%s'\n",
530 fprintf(stderr, "Bad port '%s'\n", optarg)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbevents.c 270 fprintf(stderr, "vtpath = %s, fd = %d\n",
299 fprintf(stderr, "Current VT: %d\n", current_vt);
386 fprintf(stderr,"testing gpm\n");
406 fprintf(stderr,"gpm arg %s len %d\n",arg,arglen);
532 fprintf(stderr, "Last mouse mode: 0x%x\n", ch);
559 fprintf(stderr, "Using tslib touchscreen\n");
578 fprintf(stderr, "Using ELO touchscreen\n");
618 fprintf(stderr, "GPM mouse using unknown protocol = %s\n", proto);
626 fprintf(stderr, "Using GPM mouse, protocol = %s\n", proto);
642 fprintf(stderr, "Using IMPS2 mouse\n")
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
trees.c 172 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
336 fprintf(header,
339 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
341 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code,
345 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
347 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
351 fprintf(header, "const uch _dist_code[DIST_CODE_LEN] = {\n");
353 fprintf(header, "%2u%s", _dist_code[i],
357 fprintf(header, "const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {\n");
359 fprintf(header, "%2u%s", _length_code[i]
    [all...]
  /external/zlib/
trees.c 168 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
334 fprintf(header,
337 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
339 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code,
343 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
345 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
349 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
351 fprintf(header, "%2u%s", _dist_code[i],
355 fprintf(header,
358 fprintf(header, "%2u%s", _length_code[i]
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestDecodeAac.cpp 152 fprintf(stderr, "Error code %u encountered at line %d, exiting\n", result, line);
249 fprintf(stdout, "EOS was processed\n");
261 fprintf(stderr, "Received acknowledgement after EOS with unexpected context %p\n",
283 fprintf(stderr, "Received acknowledgement before EOS with unexpected context %p\n",
298 fprintf(stderr,
305 fprintf(stderr, "corrupt ADTS frame encountered; offset=%u, filelen=%u\n",
329 fprintf(stderr, "Error writing to output file");
427 fprintf(stderr, "%s: not an ordinary file\n", path);
718 fprintf(stderr, "Unable to find key %s\n", ANDROID_KEY_PCMFORMAT_NUMCHANNELS);
724 fprintf(stderr, "Unable to find key %s\n", ANDROID_KEY_PCMFORMAT_SAMPLERATE)
    [all...]
  /external/libmtp/src/
libusb-glue.c 278 fprintf(dumpfile, "Configuration %d, interface %d, altsetting %d:\n", i, j, k);
279 fprintf(dumpfile, " Interface description contains the string \"MTP\"\n");
280 fprintf(dumpfile, " Device recognized as MTP, no further probing.\n");
358 fprintf(dumpfile, "Configuration %d, interface %d, altsetting %d:\n", i, j, k);
359 fprintf(dumpfile, " Interface description contains the string \"MTP\"\n");
360 fprintf(dumpfile, " Device recognized as MTP, no further probing.\n");
397 fprintf(dumpfile, "Microsoft device descriptor 0xee:\n");
427 fprintf(dumpfile, "Microsoft device response to control message 1, CMD 0x%02x:\n", cmd);
460 fprintf(dumpfile, "Microsoft device response to control message 2, CMD 0x%02x:\n", cmd);
468 fprintf(stderr, "Potential MTP Device with VendorID:%04x and
    [all...]
  /external/qemu/
savevm.c 258 fprintf(stderr, "qemu_popen: Argument validity check failed\n");
306 fprintf(stderr, "qemu_fdopen: Argument validity check failed\n");
361 fprintf(stderr, "qemu_fopen: Argument validity check failed\n");
498 fprintf(stderr,
520 fprintf(stderr,
724 fprintf(stderr, "%s: invalid QFIELD_BUFFER item passed as argument. aborting\n",
737 fprintf(stderr, "%s: invalid fields list passed as argument. aborting\n", __FUNCTION__);
769 fprintf(stderr, "%s: invalid QFIELD_BUFFER item passed as argument.\n",
779 fprintf(stderr, "%s: not enough bytes to load structure\n", __FUNCTION__);
786 fprintf(stderr, "%s: invalid fields list passed as argument. aborting\n", __FUNCTION__)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 172 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__)
178 #define APP_MEMPRINT(...) fprintf(stderr,__VA_ARGS__)
184 #define TIME_PRINT(...) fprintf(stderr,__VA_ARGS__)
185 #define TICK_PRINT(...) fprintf(stderr,__VA_ARGS__)
700 fprintf(stderr, "Error: failed to open the file %s for readonly\
707 fprintf(stderr, "Error: failed to create the output file \n");
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 290 fprintf(stderr, "htmlEscape(): buffer overflow\n");
634 fprintf(stderr,
644 fprintf(stderr, "ERROR: '%s' not found (got '%.7s')\n", cmpStr, data+1);
676 fprintf(stderr,
729 fprintf(stderr,
785 fprintf(stderr,
822 fprintf(stderr, "ERROR: missing field on method line: '%s'\n",
831 fprintf(stderr, "ERROR: bad method ID '%s'\n", data);
955 fprintf(stderr, "Key file is empty.\n");
962 fprintf(stderr, "ERROR: unable to alloc %ld bytes\n", pKeys->fileLen)
    [all...]
  /dalvik/libdex/
sha1.cpp 294 fprintf(stderr, "Can't open %s\n", fname);
343 fprintf(stderr, "Can't open %s\n", fname);
377 fprintf(stderr, "FAILED: %s\n"
380 fprintf(stderr, "%02X",
382 fprintf(stderr,"\n FOUND: ");
384 fprintf(stderr, "%02X", digest[k]);
385 fprintf(stderr, "\n");
501 fprintf(stderr,
507 fprintf(stderr, "No files checked.\n");
  /external/bluetooth/bluez/cups/
main.c 734 fprintf(stderr, "Invalid Bluetooth address '%s'\n",
744 fprintf(stderr, "Usage: bluetooth job-id user title copies"
746 fprintf(stderr, " bluetooth --get-deviceid [bdaddr]\n");
766 fprintf(stderr, "ERROR: No device URI found\n");
798 fprintf(stderr,
808 fprintf(stderr, "ERROR: Can't open Bluetooth connection\n");
839 fprintf(stderr, "ERROR: Can't get service information\n");
855 fprintf(stderr, "ERROR: Unsupported protocol\n");
873 fprintf(stderr, "INFO: Ready to print\n");
  /external/grub/lib/
device.c 501 fprintf (stderr, "%s:%d: error: %s\n", map_file, no, msg);
509 fprintf (stderr, "%s:%d: warning: ", map_file, no);
652 fprintf (stderr,
669 fprintf (fp, "(fd%d)\t%s\n", i, name);
701 fprintf (fp, "(hd%d)\t%s\n", num_hd, name);
728 fprintf (fp, "(hd%d)\t%s\n", num_hd, name);
748 fprintf (fp, "(hd%d)\t%s\n", num_hd, name);
768 fprintf (fp, "(hd%d)\t%s\n", num_hd, name);
797 fprintf (fp, "(hd%d)\t%s\n", num_hd, name);
  /external/oprofile/daemon/
opd_ibs.c 450 fprintf(stderr,"Invalid count (%s)\n", str);
474 fprintf(stderr,"Invalid unitmaks (%s)\n", str);
651 fprintf (memaccess_log, "# IBS Memory Access Log\n\n");
652 fprintf (memaccess_log, "# Format: app_cookie,cookie,cpu,tgid,tid,pc,branch-target-address,\n");
653 fprintf (memaccess_log, "# phy-hi:phy-low,lin-hi:lin-low,accese-type,latency\n\n");
666 fprintf (bta_log, "# IBS Memory Access Log\n\n");
667 fprintf (bta_log, "# Format: app_cookie,cookie,cpu,tgid,tid,pc,branch-target-address\n\n");
766 fprintf(stderr, "%s: Invalid IBS event %lu\n", __func__, trans->event);
819 fprintf(stderr,"Error: find_ibs_counter_event : "
  /external/webkit/Source/JavaScriptCore/
jsc.cpp 190 fprintf(stderr, "--> %s\n", exec->argument(0).toString(exec).utf8().data());
469 fprintf(stderr, "Usage: jsc [options] [files] [-- arguments]\n");
470 fprintf(stderr, " -d Dumps bytecode (debug builds only)\n");
471 fprintf(stderr, " -e Evaluate argument as script code\n");
472 fprintf(stderr, " -f Specifies a source file (deprecated)\n");
473 fprintf(stderr, " -h|--help Prints this help message\n");
474 fprintf(stderr, " -i Enables interactive mode (default if no files are specified)\n");
476 fprintf(stderr, " -s Installs signal handlers that exit on a crash (Unix platforms only)\n");
552 fprintf(stderr, "Could not open file: %s\n", fileName.utf8().data());
  /sdk/find_lock/
find_lock.cpp 229 fprintf(stderr, "%s", err.cstr());
596 if (gIsDebug) fprintf(stderr, "Search path: '%s'\n", searchPath);
607 if (gIsDebug) fprintf(stderr, "Warning: adusting privileges failed. Continuing anyway.\n");
609 if (gIsDebug) fprintf(stderr, "Privileges adjusted.\n"); // DEBUG remove lter
699 fprintf(stderr, "P:%08x | t:%02x | f:%02x | v:%08x | %c | %s %s\n",
727 fprintf(stderr, "==> MATCH FOUND: %s %s\n",
746 fprintf(stderr, "Processes matched: %d\n", numProcessMatch);
747 fprintf(stderr, "Handles: %d found, %d checked, %d dirs, %d files\n",
757 if (gIsDebug) fprintf(stderr, "[ERROR] %s: %s", error, msg.cstr());
  /external/icu4c/i18n/
gregocal.cpp 375 fprintf(stderr, "%s:%d: jd%d- (greg's %d)- [cut=%d]\n",
413 // fprintf(stderr, "%d - %d[%d] + 1\n", dayOfYear, isLeap?kLeapNumDays[month]:kNumDays[month], month );
414 // fprintf(stderr, "%s:%d: greg's HCF %d -> %d/%d/%d not %d/%d/%d\n",
418 fprintf(stderr, "%s:%d: doy %d (greg's %d)- [cut=%d]\n",
429 fprintf(stderr, "%s:%d: gregorian shift %d ::: doy%d => %d [cut=%d]\n",
490 fprintf(stderr, "%s:%d: jd [invert] %d\n",
496 fprintf(stderr, "%s:%d: fIsGregorian %s, fInvertGregorian %s - ",
498 fprintf(stderr, " jd NOW %d\n",
503 fprintf(stderr, "%s:%d: jd [==] %d - %sfIsGregorian %sfInvertGregorian, %d\n",
512 fprintf(stderr, "%s:%d: [DOY%d] gregorian shift of JD %d += %d\n",
    [all...]
  /external/icu4c/tools/ctestfw/
ctest.c 519 fprintf(stdout,"\nSUMMARY:\n");
521 fprintf(stdout,"******* [Total error count:\t%d]\n", ERROR_COUNT);
523 fprintf(stdout, " Errors in\n");
525 fprintf(stdout, "[%s]\n",ERROR_LOG[i]);
661 fprintf(stdout, "%-*s", INDENT_LEVEL,"" );
680 fprintf(stdout, "%-*s", INDENT_LEVEL,"" );
701 fprintf(stdout, "%-*s", INDENT_LEVEL,"" );
729 fprintf(stdout, "%-*s", INDENT_LEVEL,"" );
    [all...]

Completed in 1010 milliseconds

<<51525354555657585960>>