HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 176 - 200 of 4138) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/tools/validatekeymaps/
Main.cpp 41 fprintf(stderr, "Keymap Validation Tool\n\n");
42 fprintf(stderr, "Usage:\n");
43 fprintf(stderr,
77 fprintf(stderr, "Supported file types: *.kl, *.kcm, virtualkeys.*\n\n");
84 fprintf(stderr, "Error %d parsing key layout file.\n\n", status);
95 fprintf(stderr, "Error %d parsing key character map file.\n\n", status);
105 fprintf(stderr, "Error %d parsing input device configuration file.\n\n", status);
116 fprintf(stderr, "Error %d parsing virtual key definition file.\n\n", status);
142 fputs("Failed!\n", stderr);
  /sdk/emulator/opengl/host/tools/emugen/
EntryPoint.cpp 113 fprintf(stderr, "line: %d: Parsing error in field <%s>\n", lc, field.c_str());
119 fprintf(stderr, "UNKNOWN retval: %s\n", linestr.c_str());
134 fprintf(stderr, "line: %d: Parsing error in field <%s>\n", lc, field.c_str());
140 fprintf(stderr, "%d: Unknown type: %s\n", lc, vartype.c_str());
216 fprintf(stderr, "ERROR: %u: Missing variable name in 'len' attribute\n", (unsigned int)lc);
221 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n",
233 fprintf(stderr, "ERROR: %u: Missing variable name in 'param_check' attribute\n", (unsigned int)lc);
238 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n",
250 fprintf(stderr, "ERROR: %u: Missing variable name in 'dir' attribute\n", (unsigned int)lc);
255 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n"
    [all...]
  /device/samsung/manta/recovery/
recovery_updater.c 56 fprintf(stderr, "failed to seek to %d: %s\n",
61 fprintf(stderr, "failed to write bootloader: %s\n", strerror(errno));
72 fprintf(stderr, "failed to read boot flag: %s\n", strerror(errno));
76 fprintf(stderr, "bootflag is [%c%c%c%c%c%c%c%c]\n",
97 fprintf(stderr, "expected bootloader.img of length %d; got %d\n",
105 fprintf(stderr, "failed to open %s: %s\n", force_ro_fn, strerror(errno));
109 fprintf(stderr, "failed to write %s: %s\n", force_ro_fn, strerror(errno));
115 fprintf(stderr, "failed to close %s: %s\n", force_ro_fn, strerror(errno));
121 fprintf(stderr, "failed to open %s: %s\n", block_fn, strerror(errno));
132 fprintf(stderr, "updating secondary copy of bootloader\n")
    [all...]
  /external/mdnsresponder/mDNSPosix/
Client.c 69 fprintf(stderr, "*** %s name = '%s', type = '%s', domain = '%s'\n", state, nameC, typeC, domainC);
82 fprintf(stderr,
90 fprintf(stderr,
104 fprintf(stderr,
107 fprintf(stderr, " -v verbose mode, level is a number from 0 to 2\n");
108 fprintf(stderr, " 0 = no debugging info (default)\n");
109 fprintf(stderr, " 1 = standard debugging info\n");
110 fprintf(stderr, " 2 = intense debugging info\n");
111 fprintf(stderr, " -t uses 'type' as the service type (default is '%s')\n", kDefaultServiceType);
112 fprintf(stderr, " -d uses 'domain' as the domain to browse (default is '%s')\n", kDefaultDomain)
    [all...]
  /external/valgrind/main/gdbserver_tests/
sleepers.c 29 fprintf(stderr, "pid %d Thread %d %s\n", getpid(), gettid(), msg);
30 fflush(stderr);
50 fprintf(stderr, "signal_ready lock error %d_n", rc);
54 fprintf(stderr, "signal_ready signal error %d_n", rc);
57 fprintf(stderr, "signal_ready unlock error %d_n", rc);
75 fprintf(stderr, "%s ready to sleep and/or burn\n", s->name);
76 fflush (stderr);
90 fprintf(stderr, "%s finished to sleep and/or burn\n", s->name);
91 fflush (stderr);
102 fprintf(stderr, "wait_ready lock error %d_n", rc)
    [all...]
  /system/core/toolbox/
alarm.c 54 fprintf(stderr, "%s: invalid option -%c\n",
60 fprintf(stderr,"%s [-uwa] [-t type] [seconds]\n", argv[0]);
66 fprintf(stderr, "Unable to open rtc: %s\n", strerror(errno));
77 fprintf(stderr, "Unable to read alarm: %s\n", strerror(errno));
97 fprintf(stderr, "Unable to set alarm: %s\n", strerror(errno));
116 fprintf(stderr, "Unable to get current time: %s\n", strerror(errno));
128 fprintf(stderr, "Unable to set alarm: %s\n", strerror(errno));
135 fprintf(stderr, "Unable to set alarm: %s\n", strerror(errno));
140 fprintf(stderr, "Unable to enable alarm: %s\n", strerror(errno));
146 fprintf(stderr,"%s [-u] [date]\n", argv[0])
    [all...]
ioctl.c 47 fprintf(stderr, "%s [-l <length>] [-a <argsize>] [-rdh] <device> <ioctlnr>\n"
55 fprintf(stderr, "%s: invalid option -%c\n",
62 fprintf(stderr, "%s: too few arguments\n", argv[0]);
68 fprintf(stderr, "cannot open %s\n", argv[optind]);
92 fprintf(stderr, "%s: too many arguments\n", argv[0]);
115 fprintf(stderr, "ioctl 0x%x failed, %d\n", ioctl_nr, res);
kill.c 75 fprintf(stderr, "%2d) SIG%-9s ", i, signals[index].name);
78 fprintf(stderr, "\n");
83 fprintf(stderr, "\n");
112 fprintf(stderr, "invalid argument: -\n");
126 fprintf(stderr, "invalid signal name: %s\n", arg);
140 fprintf(stderr, "could not kill pid %d: %s\n", pid, strerror(errno));
  /system/extras/tests/bionic/libc/common/
test_libgen.c 25 fprintf(stderr,
30 fprintf(stderr,
40 fprintf(stderr, "KO: basename(\"%s\") returned NULL with error %d\n",
45 fprintf(stderr, "KO: basename(\"%s\") returned \"%s\", instead of \"%s\"\n",
64 fprintf(stderr,
72 fprintf(stderr,
80 fprintf(stderr,
97 fprintf(stderr,
105 fprintf(stderr,
113 fprintf(stderr,
    [all...]
  /external/iproute2/tc/
q_tbf.c 28 fprintf(stderr, "Usage: ... tbf limit BYTES burst BYTES[/BYTES] rate KBPS [ mtu BYTES[/BYTES] ]\n");
29 fprintf(stderr, " [ peakrate KBPS ] [ latency TIME ] ");
30 fprintf(stderr, "[ overhead BYTES ] [ linklayer TYPE ]\n");
35 fprintf(stderr, "Illegal \"%s\"\n", arg);
57 fprintf(stderr, "Double \"limit/latency\" spec\n");
68 fprintf(stderr, "Double \"limit/latency\" spec\n");
81 fprintf(stderr, "Double \"buffer/burst\" spec\n");
93 fprintf(stderr, "Double \"mtu/minburst\" spec\n");
104 fprintf(stderr, "Double \"mpu\" spec\n");
115 fprintf(stderr, "Double \"rate\" spec\n")
    [all...]
q_sfq.c 28 fprintf(stderr, "Usage: ... sfq [ limit NUMBER ] [ perturb SECS ] [ quantum BYTES ]\n");
42 fprintf(stderr, "Illegal \"limit\"\n");
49 fprintf(stderr, "Illegal \"perturb\"\n");
56 fprintf(stderr, "Illegal \"limit\"\n");
60 fprintf(stderr, "Illegal \"limit\", must be > 1\n");
68 fprintf(stderr, "What is \"%s\"?\n", *argv);
tc_filter.c 33 fprintf(stderr, "Usage: tc filter [ add | del | change | replace | show ] dev STRING\n");
34 fprintf(stderr, " [ pref PRIO ] protocol PROTO\n");
35 fprintf(stderr, " [ estimator INTERVAL TIME_CONSTANT ]\n");
36 fprintf(stderr, " [ root | classid CLASSID ] [ handle FILTERID ]\n");
37 fprintf(stderr, " [ [ FILTER_TYPE ] [ help | OPTIONS ] ]\n");
38 fprintf(stderr, "\n");
39 fprintf(stderr, " tc filter show [ dev STRING ] [ root | parent CLASSID ]\n");
40 fprintf(stderr, "Where:\n");
41 fprintf(stderr, "FILTER_TYPE := { rsvp | u32 | fw | route | etc. }\n");
42 fprintf(stderr, "FILTERID := ... format depends on classifier, see there\n")
    [all...]
  /external/speex/libspeex/
fixed_debug.h 55 fprintf (stderr, "NEG16: input is not short: %d\n", (int)x);
59 fprintf (stderr, "NEG16: output is not short: %d\n", (int)res);
68 fprintf (stderr, "NEG16: input is not int: %d\n", (int)x);
72 fprintf (stderr, "NEG16: output is not int: %d\n", (int)res);
83 fprintf (stderr, "EXTRACT16: input is not short: %d in %s: line %d\n", x, file, line);
96 fprintf (stderr, "EXTEND32: input is not short: %d in %s: line %d\n", x, file, line);
109 fprintf (stderr, "SHR16: inputs are not short: %d >> %d in %s: line %d\n", a, shift, file, line);
113 fprintf (stderr, "SHR16: output is not short: %d in %s: line %d\n", res, file, line);
123 fprintf (stderr, "SHL16: inputs are not short: %d %d in %s: line %d\n", a, shift, file, line);
127 fprintf (stderr, "SHL16: output is not short: %d in %s: line %d\n", res, file, line)
    [all...]
  /development/tools/etc1tool/
etc1tool.cpp 35 vfprintf(stderr, message, ap);
37 fprintf(stderr, "\n\n");
38 fprintf(stderr, "usage:\n");
41 stderr,
44 fprintf(stderr, "\tDefault is --encode\n");
45 fprintf(stderr, "\t\t--help print this usage information.\n");
46 fprintf(stderr,
49 stderr,
51 fprintf(stderr,
53 fprintf(stderr,
    [all...]
  /external/clang/test/PCH/
headersearch.cpp 23 // RUN: %clang_cc1 -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -Wpadded -emit-obj -o %t.o %s 2> %t.stderr
24 // RUN: grep 'struct orig_sub' %t.stderr
27 // RUN: not %clang_cc1 -DREDECL -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -emit-obj -o %t.o %s 2> %t.stderr
28 // RUN: grep 'void foo' %t.stderr
31 // RUN: not %clang_cc1 -DINSTANTIATION -include-pch all.h.pch -I%t_moved -I%t_moved/sub2 -emit-obj -o %t.o %s 2> %t.stderr
32 // RUN: grep 'orig_sub2_1' %t.stderr
  /external/dropbear/libtomcrypt/testprof/
dsa_test.c 17 if (stat1 == 0) { fprintf(stderr, "dsa_verify_key "); return 1; }
29 fprintf(stderr, "dsa_decrypt failed, y == %lu\n", y);
44 if (!(stat1 == 1 && stat2 == 0)) { fprintf(stderr, "dsa_verify %d %d", stat1, stat2); return 1; }
53 if (stat1 == 0) { fprintf(stderr, "dsa_verify (import private) %d ", stat1); return 1; }
63 if (stat1 == 0) { fprintf(stderr, "dsa_verify (import public) %d ", stat1); return 1; }
74 fprintf(stderr, "NOP");
  /external/qemu/android/utils/
debug.c 67 /** STDOUT/STDERR REDIRECTION
69 ** allows you to shut temporarily shutdown stdout/stderr
85 err_fd = _fileno(stderr);
102 err_fd = _fileno(stderr);
117 err_fd = fileno(stderr);
134 err_fd = fileno(stderr);
  /external/valgrind/main/none/tests/amd64/
asorep.c 27 fprintf (stderr, "addr32 rep movsb wrong\n");
38 fprintf (stderr, "addr32 rep stosw wrong\n");
45 fprintf (stderr, "addr32 lodsl wrong\n");
55 fprintf (stderr, "addr32 repe cmpsb wrong\n");
65 fprintf (stderr, "addr32 repne scasw wrong\n");
74 fprintf (stderr, "addr32 repe scasw wrong\n");
faultstatus.c 33 fprintf(stderr, " FAIL: expected signal %d, not %d\n", want, sig);
42 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
51 fprintf(stderr, " FAIL: expected si_addr==%p, not %p\n", want, addr);
68 fprintf(stderr, " PASS\n");
128 fprintf(stderr, "Test %d: ", i+1);
130 fprintf(stderr, " FAIL: no fault, or handler returned\n");
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/mac/
InjectedBundleMac.cpp 43 fprintf(stderr, "InjectedBundle::load failed - Could not consume bundle sandbox extension for [%s].\n", m_path.utf8().data());
52 fprintf(stderr, "InjectedBundle::load failed - Could not create the path string.\n");
58 fprintf(stderr, "InjectedBundle::load failed - Could not create the url from the path string.\n");
64 fprintf(stderr, "InjectedBundle::load failed - Could not create the bundle.\n");
69 fprintf(stderr, "InjectedBundle::load failed - Could not load the executable from the bundle.\n");
75 fprintf(stderr, "InjectedBundle::load failed - Could not find the initialize function in the bundle executable.\n");
  /external/webkit/Tools/Scripts/
check-for-inappropriate-files-in-framework 40 STDERR.puts "ERROR: #{msg}"
64 STDERR.puts
65 STDERR.puts " Inappropriate files were detected and have been removed from the framework."
66 STDERR.puts " If this error continues to appear after building again then the build system needs"
67 STDERR.puts " to be modified so that the inappropriate files are no longer copied in to the framework."
68 STDERR.puts
  /system/core/libsparse/
img2simg.c 43 fprintf(stderr, "Usage: img2simg <raw_image_file> <sparse_image_file> [<block_size>]\n");
75 fprintf(stderr, "Cannot open input file %s\n", argv[1]);
85 fprintf(stderr, "Cannot open output file %s\n", argv[2]);
95 fprintf(stderr, "Failed to create sparse file\n");
102 fprintf(stderr, "Failed to read file\n");
108 fprintf(stderr, "Failed to write sparse file\n");
  /external/qemu/
qemu-sockets-android.c 100 fprintf(stderr, "%s: host and/or port not specified\n", __FUNCTION__);
120 fprintf(stderr,"%s: getaddrinfo(%s,%s): %s\n", __FUNCTION__,
135 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__,
151 fprintf(stderr,"%s: bind(%s,%s,%d): OK\n", __FUNCTION__,
158 fprintf(stderr,"%s: bind(%s,%s,%d): %s\n", __FUNCTION__,
169 fprintf(stderr, "%s: FAILED\n", __FUNCTION__);
206 fprintf(stderr, "inet_connect: host and/or port not specified\n");
222 fprintf(stderr,"getaddrinfo(%s,%s): %s\n",
231 fprintf(stderr,"%s: socket(%s): %s\n", __FUNCTION__,
240 fprintf(stderr, "%s: connect(%s,%s,%s,%s): %s\n", __FUNCTION__
    [all...]
  /system/extras/sound/
playwav.c 65 fprintf(stderr,"too big\n");
69 fprintf(stderr,"prefill\n");
77 fprintf(stderr,"start\n");
83 fprintf(stderr,"%10d\n", stats.out_bytes);
140 fprintf(stderr,"could not allocate %d bytes\n", count);
144 fprintf(stderr,"could not read %d bytes\n", count);
158 fprintf(stderr, "playwav: cannot open '%s'\n", fn);
162 fprintf(stderr, "playwav: cannot read header\n");
165 fprintf(stderr,"playwav: %d ch, %d hz, %d bit, %s\n",
172 fprintf(stderr, "playwav: '%s' is not a riff/wave file\n", fn)
    [all...]
  /development/tools/emulator/system/libqemu/
test_guest_2.c 79 fprintf(stderr, "-pipe option needs an argument! See --help for details.\n");
87 fprintf(stderr, "-tcp option needs an argument! See --help for details.\n");
95 fprintf(stderr, "-tcp option needs an argument! See --help for details.\n");
102 fprintf(stderr, "UNKNOWN OPTION: %s\n\n", arg);
111 fprintf(stderr, "You can't use both -pipe and -tcp at the same time\n");
118 fprintf(stderr, "Invalid port number: %s\n", tcpPort);
129 fprintf(stderr, "Invalid byte size: %s\n", packetSize);
138 fprintf(stderr, "Could not open tcp socket!\n");
145 fprintf(stderr, "Could not open '%s' pipe: %s\n", pipeName, strerror(errno));
167 fprintf(stderr,"%d: Sending %d bytes failed: %s\n", count, bufferSize, strerror(errno))
    [all...]

Completed in 707 milliseconds

1 2 3 4 5 6 78 91011>>