HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 351 - 375 of 2500) sorted by null

<<11121314151617181920>>

  /frameworks/base/tools/localize/
file_utils.cpp 112 fprintf(stderr, "unable to parse file: %s\n", filename.c_str());
130 fprintf(stderr, "unable to open file: %s\n", filename.c_str());
147 fprintf(stderr, "unable to parse file: %s\n", filename.c_str());
166 fprintf(stderr, "unable to open file for write (%s): %s\n", strerror(errno),
  /sdk/emulator/qtools/
exc_dump.cpp 8 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
q2dm.cpp 58 fprintf(stderr, "top %d\n", top);
60 fprintf(stderr, " %d: %s\n", ii, frames[ii]->name);
77 fprintf(stderr, "native push t %llu p %d s %d fid %d 0x%x %s\n",
99 fprintf(stderr, "native pop t %llu p %d s %d fid %d 0x%x %s\n",
112 fprintf(stderr, "Error: q2dm function mismatch at time %llu pid %d sym %s\n",
127 fprintf(stderr, "Usage: %s [options] trace_name elf_file dmtrace_name\n",
178 fprintf(stderr, "event t %llu p %d %s\n",
246 fprintf(stderr, "Error: no events in trace.\n");
  /system/core/libctest/
ctest.c 69 /** Prints failures to stderr. */
73 fprintf(stderr, "FAILURE! %d of %d tests failed. Failures:\n",
82 fwrite(buffer, sizeof(char), read, stderr);
98 fprintf(stderr, "Fork failed.");
  /system/core/logcat/
logcat.cpp 207 //fprintf (stderr, "Error processing record\n");
296 fprintf(stderr, "read: Unexpected EOF!\n");
391 fprintf(stderr,"Usage: %s [options] [filterspecs]\n", cmd);
393 fprintf(stderr, "options include:\n"
410 fprintf(stderr,"\nfilterspecs are a series of \n"
551 fprintf(stderr,"Invalid parameter to -r\n");
561 fprintf(stderr,"Invalid parameter to -r\n");
572 fprintf(stderr,"Invalid parameter to -v\n");
634 fprintf(stderr, "logcat using %s (%d)\n", devname, len);
648 fprintf(stderr,"Unrecognized Option\n")
    [all...]
  /system/core/netcfg/
netcfg.c 54 fprintf(stderr,"usage: netcfg [<interface> {dhcp|up|down}]\n");
153 fprintf(stderr, "not enough arguments for '%s'\n", cmdname);
158 fprintf(stderr, "action '%s' failed (%s)\n", cmdname, strerror(errno));
167 fprintf(stderr,"no such action '%s'\n", argv[0]);
  /external/iproute2/tc/
m_xt_old.c 146 fprintf(stderr, "%s v%s: ", pname, pversion);
147 vfprintf(stderr, msg, args);
149 fprintf(stderr, "\n");
195 fprintf(stderr, "using deprecated IPTABLES_LIB_DIR \n");
232 fprintf(stderr,"bad arguements to ipt %d vs %d \n", argc, rargc);
253 fprintf(stderr," failed to find target %s\n\n", optarg);
265 fprintf(stderr," failed to find target %s\n\n", optarg);
278 fprintf(stderr, "Illegal \"index\"\n");
289 fprintf(stderr," ipt Parser BAD!! (%s)\n", *argv);
388 fprintf(stderr, " %s error \n", m->name)
    [all...]
m_xt.c 104 fprintf(stderr, "using deprecated IPTABLES_LIB_DIR \n");
142 fprintf(stderr,"bad arguements to ipt %d vs %d \n", argc, rargc);
164 fprintf(stderr," failed to find target %s\n\n", optarg);
176 fprintf(stderr," failed to find target %s\n\n", optarg);
189 fprintf(stderr, "Illegal \"index\"\n");
200 fprintf(stderr," ipt Parser BAD!! (%s)\n", *argv);
300 fprintf(stderr, " %s error \n", m->name);
309 fprintf(stderr, " failed to find target %s\n\n",
  /external/jpeg/
rdswitch.c 91 fprintf(stderr, "Can't open table file %s\n", filename);
98 fprintf(stderr, "Too many tables in file %s\n", filename);
105 fprintf(stderr, "Invalid table data in file %s\n", filename);
116 fprintf(stderr, "Non-numeric data in file %s\n", filename);
183 fprintf(stderr, "Can't open scan definition file %s\n", filename);
191 fprintf(stderr, "Too many scans defined in file %s\n", filename);
199 fprintf(stderr, "Too many components in one scan in file %s\n",
232 fprintf(stderr, "Invalid scan entry format in file %s\n", filename);
240 fprintf(stderr, "Non-numeric data in file %s\n", filename);
284 fprintf(stderr, "JPEG quantization tables are numbered 0..%d\n"
    [all...]
  /frameworks/base/libs/utils/
BackupHelpers.cpp 557 fprintf(stderr, "creat %s failed\n", path);
564 fprintf(stderr, "error (%s) writing to file %s\n", strerror(errno), path);
581 fprintf(stderr, "compare_file error (%s) opening %s\n", strerror(errno), path);
587 fprintf(stderr, "malloc(%d) failed\n", len);
594 fprintf(stderr, "compare_file file length should be %d, was %d\n", len, amt);
602 fprintf(stderr, "compare_file read expected %d bytes but got %d\n", len, amt);
609 fprintf(stderr, "compare_file contents are different: (index, expected, actual)\n");
612 fprintf(stderr, " [%-2d] %02x %02x\n", i, data[i], contents[i]);
634 fprintf(stderr, "error creating %s\n", filename);
643 fprintf(stderr, "write_snapshot_file reported error %d (%s)\n", err, strerror(err))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/Xtrans/
Xtransint.h 71 * the value of XTRANSDEBUG, then the message will be printed out to stderr.
465 fprintf(stderr, __xtransname); fflush(stderr); \
466 fprintf(stderr, x+hack,a,b,c); fflush(stderr); \
467 fprintf(stderr, "timestamp (ms): %d\n",tp.tv_sec*1000+tp.tv_usec/1000); \
468 fflush(stderr); \
484 fprintf(stderr, __xtransname); fflush(stderr); \
485 fprintf(stderr, x+hack,a,b,c); fflush(stderr);
    [all...]
  /dalvik/dexlist/
DexList.c 165 fprintf(stderr, "Trouble reading class data\n");
212 fprintf(stderr, "Unable to process '%s'\n", fileName);
219 fprintf(stderr, "Warning: DEX parse failed for '%s'\n", fileName);
246 fprintf(stderr, "Copyright (C) 2007 The Android Open Source Project\n\n");
247 fprintf(stderr, "%s: dexfile [dexfile2 ...]\n", gProgName);
248 fprintf(stderr, "\n");
267 fprintf(stderr, "Expected package.Class.method\n");
279 fprintf(stderr, "%s: no file specified\n", gProgName);
  /development/simulator/app/
ExternalRuntime.cpp 45 fprintf(stderr, "Sim: ERROR: can't create ExternalRuntime thread\n");
70 fprintf(stderr, "Sim: failed creating named pipe '%s'\n",
  /external/bluetooth/bluez/tools/
hciattach_tialt.c 53 fprintf(stderr, ##args); \
110 fprintf(stderr, "Setting speed to %d\n", speed);
117 fprintf(stderr, "Wanted to write %d bytes, could only write %d. "
218 fprintf(stderr, "Wanted to write 4 bytes, could only write %d. Stop\n", n);
233 fprintf(stderr,"WARNING : module's manufacturer is not Texas Instrument\n");
236 fprintf(stderr, "Texas module LMP version : 0x%02x\n", resp[10] & 0xFF);
254 fprintf(stderr, "Texas module LMP sub-version : 0x%04x\n", lmp_subv);
256 fprintf(stderr,
  /external/bluetooth/hcidump/src/
csrsniff.c 199 fprintf(stderr, "Can't open device hci%d: %s (%d)\n",
205 fprintf(stderr, "Can't get device info for hci%d: %s (%d)\n",
212 fprintf(stderr, "Can't read version for hci%d: %s (%d)\n",
219 fprintf(stderr, "Can't find sniffer at hci%d: %s (%d)\n",
227 fprintf(stderr, "Can't read address for hci%d: %s (%d)\n",
243 fprintf(stderr, "Can't set filter for hci%d: %s (%d)\n",
264 fprintf(stderr, "Can't set raw mode on hci%d: %s (%d)\n",
275 fprintf(stderr, "Can't clear raw mode on hci%d: %s (%d)\n",
  /external/clearsilver/python/examples/base/
SafeHtml.py 57 # sys.stderr.write("write[%d] %s\n" % (self._stripping, data))
59 # sys.stderr.write("write %s\n" % data)
89 # sys.stderr.write("Stripping tag %s: %d\n" % (tag, self._stripping))
91 # sys.stderr.write("Skipping tag %s\n" % tag)
94 # sys.stderr.write("Matching tag %s\n" % tag)
101 # sys.stderr.write("Safe tag %s\n" % tag)
104 # sys.stderr.write("Other tag %s\n" % tag)
111 # sys.stderr.write("End Stripping tag %s: %d\n" % (tag, self._stripping))
  /external/e2fsprogs/misc/
mklost+found.c 45 fprintf (stderr, "mklost+found %s (%s)\n", E2FSPROGS_VERSION,
49 fprintf (stderr, _("Usage: mklost+found\n"));
partinfo.c 28 fprintf(stderr, _("%s failed for %s: %s\n"), operation, device,
45 fprintf(stderr, _("Usage: %s device...\n\nPrints out the"
  /external/elfutils/
config-compat-darwin.h 29 vfprintf(stderr, fmt, lst);
30 fprintf(stderr, "error %d: %s\n", errnum, strerror(errno));
  /external/iproute2/ip/
ipaddrlabel.c 53 fprintf(stderr, "Usage: ip addrlabel [ list | add | del | flush ] prefix PREFIX [ dev DEV ] [ label LABEL ]\n");
114 fprintf(stderr, "\"ip addrlabel show\" does not take any arguments.\n");
124 fprintf(stderr, "Dump terminated\n");
178 fprintf(stderr, "Not enough information: \"prefix\" argument is required.\n");
182 fprintf(stderr, "Not enough information: \"label\" argument is required.\n");
236 fprintf(stderr, "\"ip addrlabel flush\" does not allow extra arguments\n");
246 fprintf(stderr, "Flush terminated\n");
269 fprintf(stderr, "Command \"%s\" is unknown, try \"ip addrlabel help\".\n", *argv);
  /external/iproute2/testsuite/lib/
generic.sh 36 ts_err "stderr output:"
64 ts_err "stderr output:"
  /external/qemu/distrib/sdl-1.2.12/src/main/win32/
SDL_win32_main.c 39 #define STDERR_FILE TEXT("stderr.txt")
113 fprintf(stderr, "%s: %s\n", title, message);
141 fclose(stderr);
302 newfp = freopen(stderrPath, TEXT("w"), stderr);
305 #if !defined(stderr)
306 stderr = fopen(stderrPath, TEXT("w"));
310 *stderr = *newfp;
317 setbuf(stderr, NULL); /* No buffering */
  /external/webkit/WebCore/bridge/jni/
JNIUtility.cpp 80 fprintf(stderr, "%s: JNI_GetCreatedJavaVMs failed, returned %ld\n", __PRETTY_FUNCTION__, static_cast<long>(jniError));
96 fprintf(stderr, "%s: AttachCurrentThread failed, returned %ld\n", __PRETTY_FUNCTION__, static_cast<long>(jniError));
138 fprintf(stderr, "\n");
155 fprintf(stderr, "\n");
322 fprintf(stderr, "%s: invalid field type (%d)\n", __PRETTY_FUNCTION__, static_cast<int>(type));
325 fprintf(stderr, "%s: Could not find field: %s\n", __PRETTY_FUNCTION__, name);
328 fprintf(stderr, "\n");
333 fprintf(stderr, "%s: Could not find class for object\n", __PRETTY_FUNCTION__);
  /external/webkit/WebCore/bridge/
testbindings.mm 41 fprintf (stderr, "%s: ", __PRETTY_FUNCTION__); \
42 fprintf(stderr, formatAndArgs); \
215 fprintf(stderr, "Error opening %s.\n", file);
222 fprintf(stderr, "Warning: File may have been too long.\n");
233 fprintf(stderr, "You have to specify at least one filename\n");
270 fprintf(stderr,"Exception, line %d: %s\n",lineno,msg);
272 fprintf(stderr,"Exception: %s\n",msg);
277 fprintf(stderr,"Return value: %s\n",msg);
  /frameworks/base/tools/aidl/
aidl_language_y.y 68 fprintf(stderr, "%s:%d: syntax error don't know what to do with \"%s\"\n", g_currentFilename,
91 fprintf(stderr, "%s:%d syntax error in parcelable declaration. Expected type name.\n",
96 fprintf(stderr, "%s:%d syntax error in parcelable declaration. Expected type name, saw \"%s\".\n",
134 fprintf(stderr, "%s:%d: syntax error in interface declaration. Expected type name, saw \"%s\"\n",
139 fprintf(stderr, "%s:%d: syntax error in interface declaration. Expected type name, saw \"%s\"\n",
161 fprintf(stderr, "%s:%d: syntax error before ';' (expected method declaration)\n",
216 fprintf(stderr, "%s:%d: syntax error in parameter list\n", g_currentFilename, $1.buffer.lineno);
267 fprintf(stderr, "%s:%d: %s\n", g_currentFilename, yylineno, errstr);

Completed in 2981 milliseconds

<<11121314151617181920>>