HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 1301 - 1325 of 2255) sorted by null

<<51525354555657585960>>

  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Decoder.h 163 #define G711DEC_DPRINT(...) fprintf(stderr,__VA_ARGS__)
169 #define G711DEC_MEMPRINT(...) fprintf(stderr,__VA_ARGS__)
176 #define G711DEC_MCP_DPRINT(...) fprintf(stderr,__VA_ARGS__)
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 80 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__)
86 #define APP_STATEPRINT(...) fprintf(stderr,__VA_ARGS__)
387 fprintf(stderr, "Error: failed to open the file %s for readonly access\n", argv[1]);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 129 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__)
135 #define APP_MEMPRINT(...) fprintf(stderr,__VA_ARGS__)
648 fprintf(stderr, "Error: failed to open the file %s for read only access\n",argv[1]);
654 fprintf(stderr, "Error: failed to create the output file %s\n",argv[2]);
    [all...]
  /system/core/fastboot/
usb_linux.c 57 #define DBG1(x...) fprintf(stderr, x)
58 #define DBG(x...) fprintf(stderr, x)
288 fprintf(stderr,"ERROR: n = %d, errno = %d (%s)\n",
  /system/media/wilhelm/tests/mimeUri/
slesTestManyPlayers.cpp 63 fprintf(stderr, "Error %u code encountered at line %d, exiting\n", result, line);
65 fprintf(stderr, "Error %u code encountered at line %d for player %d, exiting\n",
287 fprintf(stderr, "Prefetch timed out for player %d\n", playerId);
  /system/media/wilhelm/tests/sandbox/
multiplay.c 77 fprintf(stderr, "error %s at line %d\n", result_to_string(result), line);
103 //fprintf(stderr, "PrefetchEventCallback: received event %u, level %u, status %u\n",
131 fprintf(stderr, "unknown option: %s\n", arg);
135 fprintf(stderr, "usage: %s file.wav ...\n", argv[0]);
  /system/media/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 64 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
298 fprintf(stderr, "Error filling cache, exiting\n");
312 fprintf(stderr, "Error filling cache, exiting\n");
335 fprintf(stderr, "We\'re done waiting, failed to prefetch data in time, exiting\n");
  /bionic/libc/netbsd/net/
getservent_r.c 95 fprintf(stderr, "*** FIX ME! getservent_r() is going to fail!!!\n");
  /bootable/recovery/tools/ota/
check-lost+found.c 52 fprintf(stderr, "Can't write %s: %s\n", kOutputFile, strerror(errno));
  /build/tools/rgb2565/
to565.c 128 fprintf(stderr,"%d pixels\n",total);
  /external/bison/src/
nullable.c 136 nullable_print (stderr);
  /external/chromium/testing/gtest/test/
gtest_catch_exceptions_test_.cc 295 fprintf(stderr, "%s\n", "Unhandled C++ exception terminating the program.");
  /external/chromium/third_party/libevent/
log.c 185 (void)fprintf(stderr, "[%s] %s\n", severity_str, msg);
  /external/dbus/test/
shell-test.c 54 fprintf (stderr, "Error parsing command line: %s\n", error.message ? error.message : "");
  /external/dropbear/
svr-session.c 176 /* if we are using DEBUG_TRACE, we want to print to stderr even if
194 fprintf(stderr, "[%d] %s %s\n", getpid(), datestr, printbuf);
  /external/e2fsprogs/misc/
ismounted.c 207 fprintf(stderr, "Usage: %s device\n", argv[0]);
  /external/grub/grub/
main.c 96 fprintf (stderr, "Try ``grub --help'' for more information.\n");
  /external/gtest/test/
gtest_test_utils.py 136 output Child process's stdout and stderr output
153 stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
  /external/icu4c/i18n/
nfrule.cpp 775 fprintf(stderr, "doParse %x ", this);
779 dumpUS(stderr, rt);
782 fprintf(stderr, " text: '", this);
783 dumpUS(stderr, text);
784 fprintf(stderr, "' prefix: '");
785 dumpUS(stderr, prefix);
791 fprintf(stderr, "' pl: %d ppi: %d s1p: %d\n", prefixLength, pp.getIndex(), sub1->getPos());
    [all...]
  /external/icu4c/test/compat/
tzdate.c 47 fprintf(stderr, "Not enough arguments\n");
  /external/icu4c/test/perf/usetperf/
usetperf.cpp 138 fprintf(stderr, "FAILED: Tests could not be run please check the "
  /external/icu4c/tools/genrb/
derb.c 122 fprintf(stderr,
127 fprintf(argc < 0 ? stderr : stdout,
140 fprintf(stderr,
191 fprintf(stderr, "%s: couldn't create %s converter for encoding\n", pname, encoding ? encoding : ucnv_getDefaultName());
196 fprintf(stderr, "%s: couldn't configure converter for encoding\n", pname);
202 fprintf(stderr, "%s: couldn't create %s converter for encoding\n", ucnv_getDefaultName(), pname);
298 fprintf(stderr, "%s: couldn't set standard output to binary mode\n", pname);
324 fprintf(stderr, "%s: couldn't create %s\n", pname, thefile);
727 fprintf(stderr, "%s: error %d while %s: %s\n", pname, *status, when, u_errorName(*status));
  /external/iptables/extensions/
libipt_REJECT.c 111 fprintf(stderr, "--reject-with echo-reply no longer"
libipt_realm.c 39 fprintf(stderr, "Warning: %s: %s\n", file, strerror(errno));
  /external/jpeg/
jerror.c 10 * stderr is the right thing to do. Many applications will want to replace
16 * which is what happens to output to stderr under most Windows C compilers.
85 * other than stderr.
87 * On Windows, printing to stderr is generally completely useless,
110 /* Send it to stderr, adding a newline */
111 fprintf(stderr, "%s\n", buffer);

Completed in 882 milliseconds

<<51525354555657585960>>