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

<<31323334353637383940>>

  /external/icu4c/tools/gencnval/
gencnval.c 233 fprintf(stderr,
238 fprintf(stderr,
284 fprintf(stderr, "gencnval: unable to open input file %s\n", path);
294 fprintf(stderr, "gencnval: unable to open output file - error %s\n", u_errorName(errorCode));
304 fprintf(stderr, "gencnval: error finishing output file - %s\n", u_errorName(errorCode));
345 fprintf(stderr, "%s:%d: error: cannot start an alias with a space\n", path, lineNum-1);
349 fprintf(stderr, "%s:%d: error: alias needs to start with a converter name\n", path, lineNum);
359 fprintf(stderr, "%s:%d: error: alias table needs to start a list of standard tags\n", path, lineNum);
500 fprintf(stderr, "%s:%d: Unterminated tag list\n", path, lineNum);
516 fprintf(stderr, "%s:%d: too many tags\n", path, lineNum)
    [all...]
  /external/libvpx/
vpxdec.c 136 fprintf(stderr, "Usage: %s <options> filename\n\n"
140 fprintf(stderr, "\nVP8 Postprocessing Options:\n");
143 fprintf(stderr,
157 fprintf(stderr, "\nIncluded decoders:\n\n");
160 fprintf(stderr, " %-6s - %s\n",
172 fprintf(stderr, "\n");
264 fprintf(stderr, "Failed to read frame size\n");
274 fprintf(stderr, "Error: Read invalid frame size (%u)\n",
280 fprintf(stderr, "Warning: Read invalid frame size (%u)"
294 fprintf(stderr, "Failed to allocate compressed data buffer\n")
    [all...]
  /external/icu4c/tools/makeconv/
makeconv.c 134 fprintf(stderr, "Couldn't create the udata %s.%s: %s\n",
161 fprintf(stderr, "error: wrote %u bytes to the .cnv file but counted %u bytes\n", (int)sz2, (int)size);
220 fprintf(stderr,
228 fprintf(stdfile,
238 fprintf(stdfile,
298 fprintf(stderr, "%s\n", u_errorName(U_BUFFER_OVERFLOW_ERROR));
340 fprintf(stderr, "Error creating converter for \"%s\" file for \"%s\" (%s)\n", outFileName, arg,
368 fprintf(stderr, "Warning: %s%s claims to be '%s'\n",
376 fprintf(stderr,
393 fprintf(stderr, "Error writing \"%s\" file for \"%s\" (%s)\n", outFileName, arg
    [all...]
  /external/qemu/
vl.c 302 fprintf(stderr, "unused inb: port=0x%04x\n", address);
310 fprintf(stderr, "unused outb: port=0x%04x data=0x%02x\n", address, data);
334 fprintf(stderr, "unused inl: port=0x%04x\n", address);
342 fprintf(stderr, "unused outl: port=0x%04x data=0x%02x\n", address, data);
423 fprintf(stderr, "WSAStartup: %d\n", err);
564 fprintf(stderr, "qemu: Unknown bluetooth HCI `%s'.\n", str);
575 fprintf(stderr, "qemu: Too many bluetooth HCIs (max %i).\n", MAX_NICS);
601 fprintf(stderr, "qemu: warning: adding a VHCI to "
620 fprintf(stderr, "qemu: unrecognised bluetooth vlan Id\n");
628 fprintf(stderr, "qemu: warning: adding a slave device to
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 141 fprintf(stderr, "Error: malformed resource filename %s\n",
202 fprintf(stderr, "warning: Multiple AndroidManifest.xml files found, using %s\n",
223 fprintf(stderr, "%s:%d: No start tag found\n",
228 fprintf(stderr, "%s:%d: Invalid start tag %s, expected <manifest>\n",
236 fprintf(stderr, "%s:%d: <manifest> does not have package attribute.\n",
290 fprintf(stderr, "%s: Invalid file name: must contain only [a-z0-9_.]\n",
345 fprintf(stderr, "preProcessImages failed: schedule() returned %d\n", status);
353 fprintf(stderr, "preProcessImages failed: finish() returned %d\n", status);
465 fprintf(stderr, "%s:%d: Tag <%s> attribute %s references unknown resid 0x%08x.\n",
481 fprintf(stderr, "%s:%d: Tag <%s> attribute %s varies by configurations 0x%x.\n"
    [all...]
  /dalvik/dexlist/
DexList.cpp 168 fprintf(stderr, "Trouble reading class data\n");
215 fprintf(stderr, "Unable to process '%s'\n", fileName);
222 fprintf(stderr, "Warning: DEX parse failed for '%s'\n", fileName);
249 fprintf(stderr, "Copyright (C) 2007 The Android Open Source Project\n\n");
250 fprintf(stderr, "%s: dexfile [dexfile2 ...]\n", gProgName);
251 fprintf(stderr, "\n");
270 fprintf(stderr, "Expected package.Class.method\n");
282 fprintf(stderr, "%s: no file specified\n", gProgName);
  /device/moto/stingray/whisper/
Whisper_AccyMain.h 55 fprintf(logFp,"ACCYDET :"fmt" from %s() in %s(%d)\n",## x,__FUNCTION__,__FILE__,__LINE__); fflush(logFp);} \
60 if(logFp != NULL) {fprintf(logFp,"whisperd : ERROR = "fmt" from %s() in %s(%d)\n",## x,__FUNCTION__,__FILE__,__LINE__); fflush(logFp);} \
  /external/astl/tests/
common.h 43 std::fprintf(stderr, "%d: %s\n", __LINE__, #expr); \
83 std::fprintf(stderr, "CtorDtorCounter: %d %d %d %d\n",
  /external/blktrace/btt/
aqd.c 64 fprintf(ap->fp, "%lf %d\n%lf %d\n", ts, ap->na, ts, ap->na + 1);
75 fprintf(ap->fp, "%lf %d\n%lf %d\n",
  /external/dbus/bus/
activation-helper-bin.c 66 fprintf(stderr, "%s: %s\n", error->name, error->message);
86 fprintf (stderr, "dbus-daemon-activation-helper service.to.activate\n");
test-launch-helper.c 36 fprintf (stderr, "Unit test failed: %s\n", failure);
111 fprintf (stderr, "Must specify test data directory as argv[1] or in DBUS_TEST_DATA env variable\n");
  /external/e2fsprogs/misc/
mklost+found.c 45 fprintf (stderr, "mklost+found %s (%s)\n", E2FSPROGS_VERSION,
49 fprintf (stderr, _("Usage: mklost+found\n"));
  /external/icu4c/common/
ucln_cmn.c 56 fprintf(stderr, "Cleaning up: UCLN_COMMON with u_cleanup, type %d\n", (int)libType);
61 fprintf(stderr, "Cleaning up: using ucln_cleanup_internal, type %d\n", (int)libType);
  /external/icu4c/test/perf/ucnvavailperf/
ucnvavailperf.cpp 88 fprintf(stderr,
105 fprintf(stderr,
  /external/icu4c/test/threadtest/
stringtest.cpp 109 fprintf(stderr, "Error, strings don't compare equal.\n");
130 fprintf(stderr, "\nFailure. SourceString Ref Count was %d, should be 1.\n", refCount);
  /external/icu4c/tools/tzcode/
zdump.c 204 (void) fprintf(stderr, "\n%s: ", progname);
205 (void) fprintf(stderr, tformat(), *tp);
206 (void) fprintf(stderr, " ->");
207 (void) fprintf(stderr, " year=%d", tmp->tm_year);
208 (void) fprintf(stderr, " mon=%d", tmp->tm_mon);
209 (void) fprintf(stderr, " mday=%d", tmp->tm_mday);
210 (void) fprintf(stderr, " hour=%d", tmp->tm_hour);
211 (void) fprintf(stderr, " min=%d", tmp->tm_min);
212 (void) fprintf(stderr, " sec=%d", tmp->tm_sec);
213 (void) fprintf(stderr, " isdst=%d", tmp->tm_isdst)
    [all...]
  /external/libmtp/examples/
sendfile.c 46 fprintf(stderr, "usage: sendfile <local filename> <remote filename>\n");
60 fprintf(stderr, "%s: ", from_path);
  /external/libsepol/src/
debug.c 63 fprintf(stream, "%s.%s: ",
71 fprintf(stream, "\n");
  /external/libsepol/tests/
helpers.c 50 fprintf(stderr, "Out of memory");
58 fprintf(stderr, "failed to read policy %s\n", filename);
  /external/linux-tools-perf/util/
usage.c 12 fprintf(stderr, " %s%s\n", prefix, msg);
17 fprintf(stderr, "\n Usage: %s\n", err);
  /external/openssh/openbsd-compat/
getopt.c 93 (void)fprintf(stderr,
110 (void)fprintf(stderr,
  /external/openssl/crypto/engine/
eng_openssl.c 233 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_init_key() called\n");
244 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_cipher() called\n");
294 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) returning NULL for "
312 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_init() called\n");
319 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_update() called\n");
326 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_final() called\n");
360 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) returning NULL for "
376 fprintf(stderr, "(TEST_ENG_OPENSSL_PKEY)Loading Private key %s\n", key_id);
  /external/oprofile/libabi/
op_abi.c 88 fprintf(fp, "%s %u\n", abi_entry->name, abi_entry->offset);
89 fprintf(fp, "little_endian %d\n", op_little_endian());
  /external/qemu/distrib/sdl-1.2.12/src/audio/bsd/
SDL_bsdaudio.c 165 fprintf(stderr, "Waiting for audio to get ready\n");
174 fprintf(stderr, "SDL: %s\n", message);
179 fprintf(stderr, "Done disabling audio\n");
183 fprintf(stderr, "Ready!\n");
221 fprintf(stderr, "Wrote %d bytes of audio data\n", written);
251 fprintf(stderr,"AUDIO_GETINFO failed.\n");
255 fprintf(stderr,"\n"
283 fprintf(stderr,"\n"
  /external/qemu/hw/
mips_r4k.c 98 fprintf(stderr, "qemu: could not load kernel '%s'\n",
111 fprintf(stderr,
121 fprintf(stderr, "qemu: could not load initial ram disk '%s'\n",
186 fprintf(stderr, "Unable to find CPU definition\n");
196 fprintf(stderr,
235 fprintf(stderr, "qemu: Error registering flash memory.\n");
240 fprintf(stderr, "qemu: Warning, could not load MIPS bios '%s'\n",
284 fprintf(stderr, "qemu: too many IDE bus\n");

Completed in 1109 milliseconds

<<31323334353637383940>>