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

<<41424344454647484950>>

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 82 fprintf(stderr, "%s: ", dhdu_av0);
201 fprintf(stderr, "devnode already opened!\n");
245 fprintf(stderr, "Version mismatch, please upgrade\n");
394 fprintf(stderr, "%s: dhd driver adapter not found\n", av0);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h 234 #define G711DEC_DPRINT(...) fprintf(stderr,__VA_ARGS__)
240 #define G711DEC_MEMPRINT(...) fprintf(stderr,__VA_ARGS__)
247 #define G711DEC_MCP_DPRINT(...) fprintf(stderr,__VA_ARGS__)
277 #define G711DEC_PRINT(...) printf(stderr,__VA_ARGS__)
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
file_reporter.h 33 // reporting to stderr
37 { _file = stderr; }
  /ndk/tests/device/test-stlport/unit/cppunit/
file_reporter.h 33 // reporting to stderr
37 { _file = stderr; }
  /sdk/emulator/qtools/
profile_pid.cpp 38 fprintf(stderr, "Usage: %s [options] trace_file\n", program);
q2g.cpp 28 fprintf(stderr, "Usage: %s [options] trace_file elf_file gtrace_file\n",
read_pid.cpp 8 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
  /system/core/adb/
test_track_devices.c 12 fprintf(stderr, "PANIC: %s: %s\n", msg, strerror(errno));
test_track_jdwp.c 12 fprintf(stderr, "PANIC: %s: %s\n", msg, strerror(errno));
  /system/core/toolbox/
watchprops.c 37 fprintf(stderr,"%10d %s = '%s'\n", (int) time(0), name, value);
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 93 #ifndef stderr
94 #error "stderr must be a macro"
  /system/media/wilhelm/tests/examples/
slesTestSendToPresetReverb.cpp 42 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
188 fprintf(stderr, "option --fd is not supported\n");
240 fprintf(stderr, "Error during prefetch, exiting\n");
357 fprintf(stderr, "unknown option %s ignored\n", arg);
  /system/media/wilhelm/tests/sandbox/
monkey.c 244 fprintf(stderr, "Unknown option %s\n", arg);
263 fprintf(stderr, "No matching transitions in state %d\n", currentState);
268 fprintf(stderr, "Found at least one matching transition in state %d, "
290 fprintf(stderr, "This shouldn't happen\n");
  /external/icu4c/common/
uresbund.c 228 fprintf(stderr,"%s:%d: RB Cache is NULL.\n", __FILE__, __LINE__);
235 fprintf(stderr,"%s:%d: RB Cache: Entry @0x%p, refcount %d, name %s:%s. Pool 0x%p, alias 0x%p, parent 0x%p\n",
245 fprintf(stderr,"%s:%d: RB Cache still contains %d items.\n", __FILE__, __LINE__, uhash_count(cache));
    [all...]
  /development/scripts/app_engine_server/gae_shell/
shell.py 262 old_stderr = sys.stderr
265 sys.stderr = self.response.out
269 sys.stderr = old_stderr
  /external/bison/src/
gram.c 306 | Report on STDERR the rules that are not flagged USEFUL, using the |
319 location_print (stderr, rules[r].location);
320 fprintf (stderr, ": %s: %s: ", _("warning"), message);
321 rule_print (&rules[r], stderr);
  /external/blktrace/btreplay/
btreplay.c 221 vfprintf(stderr, fmt, ap);
259 fprintf(stderr, "Usage: btreplay -- version %s\n%s",
881 fprintf(stderr, "\t%s empty\n", file_name);
891 fprintf(stderr, "%llx %llx %llx %llx\n",
911 fprintf(stderr, "Setting genesis to %llu.%llu\n",
923 fprintf(stderr, "Added %s %llu\n", file_name,
    [all...]
  /external/bluetooth/bluez/tools/
hciattach_st.c 186 fprintf(stderr, "Sequence number mismatch\n");
223 fprintf(stderr, "No ROM patch file loaded.\n");
231 fprintf(stderr, "No static settings file loaded.\n");
  /external/chromium/build/util/
lastchange.py 35 stderr=subprocess.PIPE,
81 stderr=subprocess.PIPE,
267 sys.stderr.write('Unexpected arguments: %r\n\n' % args)
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 248 fprintf(stderr, "Normalizes and verifies UTF-8 TLD data files\n");
249 fprintf(stderr, "Usage: %s\n", argv[0]);
291 fprintf(stderr,
  /external/chromium/third_party/libjingle/source/talk/base/
flags.cc 214 fprintf(stderr, "Error: unrecognized flag %s\n", arg);
223 fprintf(stderr, "Error: missing value for flag %s of type %s\n",
251 fprintf(stderr, "Error: illegal value for flag %s of type %s\n",
  /external/dropbear/
cli-runopts.c 46 fprintf(stderr, "Dropbear client v%s\n"
221 fprintf(stderr,
305 fprintf(stderr, "Failed loading keyfile '%s'\n", filename);
  /external/expat/xmlwf/
xmlfile.c 72 ftprintf(stderr, T("%s: (unknown message %d)\n"), filename, code);
172 ftprintf(stderr, T("%s: out of memory\n"),
225 ftprintf(stderr, T("%s: out of memory"), filename);
  /external/icu4c/tools/icupkg/
icupkg.cpp 56 FILE *where=isHelp ? stdout : stderr;
248 fprintf(stderr, "icupkg: not enough memory\n");
449 fprintf(stderr, "icupkg: unable to auto-generate an output filename if there is no input filename\n");
  /external/icu4c/tools/pkgdata/
pkgtypes.c 84 fprintf(stderr, "%s:%d: Internal error, line too long (greater than 1023 chars)\n",
227 fprintf(stderr, "## ERR: Path too long [%d chars]: %s\n", (int)sizeof(aBuf), strAlias);
266 fprintf(stderr, " P %s\n", t);

Completed in 548 milliseconds

<<41424344454647484950>>