HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 326 - 350 of 3862) sorted by null

<<11121314151617181920>>

  /system/vold/
vdc.c 48 fprintf(stderr, "Error connecting (%s)\n", strerror(errno));
102 fprintf(stderr, "Error in select (%s)\n", strerror(errno));
107 fprintf(stderr, "[TIMEOUT]\n");
113 fprintf(stderr, "Lost connection to Vold - did it crash?\n");
115 fprintf(stderr, "Error reading data (%s)\n", strerror(errno));
149 fprintf(stderr, "Usage: %s <monitor>|<cmd> [arg1] [arg2...]\n", progname);
  /external/libvpx/
vpxdec.c 136 fprintf(stderr, "Usage: %s <options> filename\n\n"
138 arg_show_usage(stderr, all_args);
140 fprintf(stderr, "\nVP8 Postprocessing Options:\n");
141 arg_show_usage(stderr, vp8_pp_args);
143 fprintf(stderr,
157 fprintf(stderr, "\nIncluded decoders:\n\n");
160 fprintf(stderr, " %-6s - %s\n",
171 vfprintf(stderr, fmt, ap);
172 fprintf(stderr, "\n");
264 fprintf(stderr, "Failed to read frame size\n")
    [all...]
  /build/tools/bin2asm/
icudata.c 17 fprintf(stderr, "usage: %s NAME < DAT_FILE > ASM_FILE\n", argv[0]);
19 fprintf(stderr, " '%s'", argv[i]);
21 fprintf(stderr, "\n");
  /external/bluetooth/bluez/sbc/
sbcenc.c 58 fprintf(stderr, "FIXME: sizeof(au_hdr) != 24\n");
65 fprintf(stderr, "Can't open file %s: %s\n",
74 if (fd > fileno(stderr))
75 fprintf(stderr, "Can't read header from file %s: %s\n",
86 fprintf(stderr, "Not in Sun/NeXT audio S16_BE format\n");
114 fprintf(stderr, "Audio is mono but joint or "
125 fprintf(stderr, "Both joint and dualchannel mode have been "
142 fprintf(stderr, "encoding %s with rate %d, %d blocks, "
175 fprintf(stderr,
202 if (fd > fileno(stderr))
    [all...]
  /external/bluetooth/glib/tests/
errorcheck-mutex-test.c 123 fprintf (stderr, "Usage: errorcheck-mutex-test [TEST]\n\n");
124 fprintf (stderr, " where TEST can be one of:\n\n");
127 fprintf (stderr, " %s\n", func_table[i].name);
unicode-collate.c 51 fprintf (stderr, "No suitable locale, skipping test\n");
57 fprintf (stderr, "Usage: unicode-collate [--key|--file] [FILE]\n");
82 fprintf (stderr, "Cannot open %s: %s\n", argv[i], error->message);
113 fprintf (stderr, "Error reading test file, %s\n", error->message);
  /external/expat/xmlwf/
readfilemap.c 64 fprintf(stderr, "%s: not a regular file\n", name);
77 fprintf(stderr, "%s: out of memory\n", name);
89 fprintf(stderr, "%s: read unexpected number of bytes\n", name);
  /external/iproute2/ip/
iplink_macvlan.c 25 fprintf(stderr,
32 fprintf(stderr, "Error: argument of \"mode\" must be \"private\", "
59 fprintf(stderr, "macvlan: what is \"%s\"?\n", *argv);
  /external/iproute2/tc/
tc.c 66 fprintf(stderr, "Unknown qdisc \"%s\", hence option \"%s\" is unparsable\n", qu->id, *argv);
87 fprintf(stderr, "Unknown filter \"%s\", hence option \"%s\" is unparsable\n", qu->id, *argv);
93 fprintf(stderr, "Unparsable filter ID \"%s\"\n", fhandle);
115 fprintf(stderr, "Android does not support qdisc '%s'\n", str);
168 fprintf(stderr, "Android does not support filter '%s'\n", str);
211 fprintf(stderr, "Usage: tc [ OPTIONS ] OBJECT { COMMAND | help }\n"
243 fprintf(stderr, "Object \"%s\" is unknown, try \"tc help\".\n",
257 fprintf(stderr, "Cannot open file \"%s\" for reading: %s\n",
266 fprintf(stderr, "Cannot open rtnetlink\n");
280 fprintf(stderr, "Command failed %s:%d\n", name, cmdlineno)
    [all...]
  /external/valgrind/main/drd/tests/
atomic_var.c 48 fprintf(stderr, "y = %d\n", s_y);
58 fprintf(stderr, "Start of test.\n");
63 fprintf(stderr, "Test finished.\n");
  /external/valgrind/main/none/tests/
exec-sigmask.c 24 fprintf(stderr, "FAILED: execl failed with %s\n",
36 fprintf(stderr, "child exec failed\n");
62 fprintf(stderr, "empty or full?\n");
  /external/webkit/Source/WebKit2/mac/
MainMac.cpp 35 // Close all file descriptors except stdin, stdout and stderr.
49 fprintf(stderr, "Unable to load WebKit2.framework: %s\n", dlerror());
56 fprintf(stderr, "Unable to find entry point in WebKit2.framework: %s\n", dlerror());
  /frameworks/base/tools/localize/
ValuesFile_test.cpp 46 fprintf(stderr, "ValuesFile_test failed\n");
47 fprintf(stderr, "canonical=[[%s]]\n", canonical.c_str());
48 fprintf(stderr, "EXPECTED=[[%s]]\n", EXPECTED);
  /system/core/mkbootimg/
mkbootimg.c 60 fprintf(stderr,"usage: mkbootimg\n"
153 fprintf(stderr,"error: unsupported page size %d\n", pagesize);
164 fprintf(stderr,"error: no output filename specified\n");
169 fprintf(stderr,"error: no kernel image specified\n");
174 fprintf(stderr,"error: no ramdisk image specified\n");
179 fprintf(stderr,"error: board name too large\n");
188 fprintf(stderr,"error: kernel commandline too large\n");
195 fprintf(stderr,"error: could not load kernel '%s'\n", kernel_fn);
205 fprintf(stderr,"error: could not load ramdisk '%s'\n", ramdisk_fn);
213 fprintf(stderr,"error: could not load secondstage '%s'\n", second_fn)
    [all...]
  /system/core/toolbox/
insmod.c 58 fprintf(stderr, "usage: insmod <module.o>\n");
65 fprintf(stderr, "insmod: can't open '%s'\n", argv[1]);
87 fprintf(stderr,
  /system/extras/ext4_utils/
ext4fixup_main.c 25 fprintf(stderr, "%s: usage: %s [-vn] <image or block device>\n", me, me);
54 fprintf(stderr, "expected image or block device after options\n");
62 fprintf(stderr, "Unexpected argument: %s\n", argv[optind]);
  /dalvik/dvz/
dvz.cpp 86 fprintf(stderr,"Usage: %s [--help] [-classpath <classpath>] \n"
88 fprintf(stderr, "\nRequests a new Dalvik VM instance to be spawned from the zygote\n"
89 "process. stdin, stdout, and stderr are hooked up. This process remains\n"
105 fprintf(stderr, "%s error: no zygote process found\n", argv[0]);
  /development/tools/emulator/opengl/tests/ut_renderer/
RendererSurface.cpp 43 fprintf(stderr, "EGL COLOR Buffer size: %d\n", ibuf);
45 fprintf(stderr, "eglGetConfigAttrib error: %d\n", eglGetError());
48 fprintf(stderr, "EGL DEPTH Buffer size: %d\n", ibuf);
50 fprintf(stderr, "eglGetConfigAttrib error: %d\n", eglGetError());
  /external/chromium/net/tools/dnssec_chain_verify/
dnssec_chain_verify.cc 14 fprintf(stderr, "Usage: %s [--ignore-timestamps] <target domain> "
62 fprintf(stderr, "Not a valid DNS name: %s\n", target);
103 fprintf(stderr, "Chain error: %s (%d)\n", err_str, (int) err);
107 fprintf(stderr, "Chain good: rrtype:%d\n", verifier.rrtype());
  /external/chromium/third_party/libevent/sample/
event-test.c 40 fprintf(stderr, "fifo_read called with fd: %d, event: %d, arg: %p\n",
47 fprintf(stderr, "End Of File");
60 fprintf(stderr, "Connection closed\n");
118 fprintf(stderr, "Write data to %s\n", fifo);
  /external/clang/include/clang/Frontend/
ASTConsumers.h 37 // AST dumper: dumps the raw AST in human-readable form to stderr; this is
41 // AST XML-dumper: dumps out the AST to stderr in a very detailed XML
47 // function declarations to stderr.
51 // to stderr; this is intended for debugging.
  /external/dbus/test/
test-shell-service.c 28 fprintf (stderr, "*** test-service: %s", message);
62 fprintf (stderr, "Shell echo service echoed the command line\n");
137 fprintf (stderr, "*** Failed to open connection to activating message bus: %s\n",
172 fprintf (stderr, "Error %s\n", error.message);
  /external/dropbear/libtomcrypt/testprof/
base64_test.c 15 fprintf(stderr, "base64 failed %lu %lu %lu", x, l1, l2);
  /external/harfbuzz/src/
harfbuzz-dump-main.c 38 fprintf (stderr, "%s: Error %d\n", situation, error);
54 fprintf (stderr, "Usage: harfbuzz-dump MYFONT.TTF\n");
75 fprintf (stderr, "HB_Load_GSUB_Table: error 0x%x\n", error);
85 fprintf (stderr, "HB_Load_GPOS_Table: error 0x%x\n", error);
  /external/icu4c/extra/uconv/unicode/
uwmsg.h 8 and print it to stderr

Completed in 393 milliseconds

<<11121314151617181920>>