HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 801 - 825 of 3043) sorted by null

<<31323334353637383940>>

  /external/chromium-trace/
systrace-legacy.py 92 print >> sys.stderr, 'unable to set tags: %s' % e
154 stderr=subprocess.PIPE)
157 ready = select.select([adb.stdout, adb.stderr], [], [adb.stdout, adb.stderr])
158 if adb.stderr in ready[0]:
159 err = os.read(adb.stderr.fileno(), 4096)
160 sys.stderr.write(err)
161 sys.stderr.flush()
198 print >> sys.stderr, 'adb returned error code %d' % result
208 print >> sys.stderr, ('An error occured while capturing the trace. Output '
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.cpp 77 fprintf(stderr, "%p: %2d: AudioNode::~AudioNode() %d [%d]\n",
155 fprintf(stderr, "%p: %2d: AudioNode::AudioNode [%3d]\n", this, nodeType(), s_nodeCount[nodeType()]);
489 fprintf(stderr, "%p: %2d: AudioNode::ref %3d [%3d]\n",
532 fprintf(stderr, "%p: %2d: AudioNode::deref %3d [%3d]\n",
547 fprintf(stderr, "\n\n");
548 fprintf(stderr, "===========================\n");
549 fprintf(stderr, "AudioNode: reference counts\n");
550 fprintf(stderr, "===========================\n");
553 fprintf(stderr, "%2d: %d\n", i, s_nodeCount[i]);
555 fprintf(stderr, "===========================\n\n\n")
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
gregoimp.cpp 191 fprintf(stderr, "%p: CalendarData(%s, %s, %s) -> main(%p, %s)=%s, fallback(%p, %s)=%s\n",
199 fprintf(stderr, "%p: CalendarData(%s, %s, %s) -> main(%p, %s)=%s, fallback = NULL\n",
221 fprintf(stderr, "%p: get %s -> %s - from MAIN %s\n",this, key, u_errorName(status), ures_getLocale(fFillin, &status));
228 fprintf(stderr, "%p: get %s -> %s - from FALLBACK %s\n",this, key, u_errorName(status), ures_getLocale(fFillin, &status));
241 fprintf(stderr, "%p: //\n");
247 fprintf(stderr, "%p: get %s/format/%s -> %s - from MAIN %s\n", this, key, subKey, u_errorName(status), ures_getLocale(fFillin, &status));
256 fprintf(stderr, "%p: get %s/format/%s -> %s - from FALLBACK %s\n",this, key, subKey, u_errorName(status), ures_getLocale(fFillin,&status));
264 // fprintf(stderr, "%p: - attempting fallback -\n", this);
265 // fflush(stderr);
280 // fprintf(stderr, "%p: trying %s/format/default -> \"%s\"\n",this, key, kwBuf)
    [all...]
  /external/chromium_org/third_party/libyuv/util/
convert.cc 104 fprintf(stderr, "Unknown option. %s\n", argv[c]);
115 fprintf(stderr, "Missing filenames\n");
119 fprintf(stderr, "Skipped frames incorrect\n");
123 fprintf(stderr, "Number of frames incorrect\n");
143 fprintf(stderr, "Missing dimensions.\n");
195 fprintf(stderr, "Cannot open %s\n", argv[fileindex_org]);
205 fprintf(stderr, "Cannot open %s\n", argv[fileindex_rec + cur_rec]);
218 fprintf(stderr, "Original format unknown %s\n", argv[fileindex_org]);
246 fprintf(stderr, "No memory available\n");
315 fprintf(stderr, "Output format unknown %s\n"
    [all...]
  /external/icu/icu4c/source/i18n/
gregoimp.cpp 191 fprintf(stderr, "%p: CalendarData(%s, %s, %s) -> main(%p, %s)=%s, fallback(%p, %s)=%s\n",
199 fprintf(stderr, "%p: CalendarData(%s, %s, %s) -> main(%p, %s)=%s, fallback = NULL\n",
221 fprintf(stderr, "%p: get %s -> %s - from MAIN %s\n",this, key, u_errorName(status), ures_getLocale(fFillin, &status));
228 fprintf(stderr, "%p: get %s -> %s - from FALLBACK %s\n",this, key, u_errorName(status), ures_getLocale(fFillin, &status));
241 fprintf(stderr, "%p: //\n");
247 fprintf(stderr, "%p: get %s/format/%s -> %s - from MAIN %s\n", this, key, subKey, u_errorName(status), ures_getLocale(fFillin, &status));
256 fprintf(stderr, "%p: get %s/format/%s -> %s - from FALLBACK %s\n",this, key, subKey, u_errorName(status), ures_getLocale(fFillin,&status));
264 // fprintf(stderr, "%p: - attempting fallback -\n", this);
265 // fflush(stderr);
280 // fprintf(stderr, "%p: trying %s/format/default -> \"%s\"\n",this, key, kwBuf)
    [all...]
  /external/iproute2/ip/
iproute.c 60 fprintf(stderr, "Usage: ip route { list | flush } SELECTOR\n");
61 fprintf(stderr, " ip route save SELECTOR\n");
62 fprintf(stderr, " ip route restore\n");
63 fprintf(stderr, " ip route get ADDRESS [ from ADDRESS iif STRING ]\n");
64 fprintf(stderr, " [ oif STRING ] [ tos TOS ]\n");
65 fprintf(stderr, " [ mark NUMBER ] [ uid NUMBER ]\n");
66 fprintf(stderr, " ip route { add | del | change | append | replace } ROUTE\n");
67 fprintf(stderr, "SELECTOR := [ root PREFIX ] [ match PREFIX ] [ exact PREFIX ]\n");
68 fprintf(stderr, " [ table TABLE_ID ] [ proto RTPROTO ]\n");
69 fprintf(stderr, " [ type TYPE ] [ scope SCOPE ]\n")
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.cc 64 fprintf(stderr, "%3d) ", ip);
68 fprintf(stderr, "LOAD %d // ", (int)iter->k);
70 fprintf(stderr, "System call number\n");
72 fprintf(stderr, "Architecture\n");
75 fprintf(stderr, "Instruction pointer (LSB)\n");
79 fprintf(stderr, "Instruction pointer (MSB)\n");
85 stderr,
91 fprintf(stderr, "???\n");
94 fprintf(stderr, "LOAD ???\n");
99 fprintf(stderr, "JMP %d\n", ip + iter->k + 1)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_gencmn.c 128 fprintf(stderr, "gencmn: unable to allocate memory for line buffer of size %d\n", LINE_BUFFER_SIZE);
154 fprintf(stderr, "gencmn: unable to open input file %s\n", dataFile);
213 fprintf(stderr, "gencmn: no files listed in %s\n", dataFile == NULL ? "<stdin>" : dataFile);
239 fprintf(stderr, "gencmn: udata_create(-d %s -n %s -t %s) failed - %s\n",
273 fprintf(stderr, "gencmn: unable to open listed file %s\n", files[i].pathname);
288 fprintf(stderr, "gencmn: unable to read %s properly (got %ld/%ld byte%s)\n", files[i].pathname, (long)nread, (long)files[i].fileSize, files[i].fileSize == 1 ? "" : "s");
302 fprintf(stderr, "gencmn: udata_finish() failed - %s\n", u_errorName(errorCode));
332 fprintf(stderr, "gencmn: unable to open .c output file %s\n", filename);
413 fprintf(stderr, "pkgdata/gencmn: Could not allocate %u bytes for %d files\n", (unsigned int)(fileMax*sizeof(files[0])), fileCount);
422 fprintf(stderr, "gencmn: Error: absolute path encountered. Old style paths are not supported. Use relative paths (…)
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c 118 fprintf(stderr,
220 fprintf(stderr, _("%s is not a journal device.\n"),
235 fputs(_("Journal superblock not found!\n"), stderr);
247 stderr);
269 stderr);
355 fprintf(stderr, _("Invalid mount option set: %s\n"),
413 fprintf(stderr,
417 fprintf(stderr, _("Clearing filesystem feature '%s' "
423 fprintf(stderr, _("Setting filesystem feature '%s' "
435 "read-only.\n"), stderr);
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.c 128 fprintf(stderr, "gencmn: unable to allocate memory for line buffer of size %d\n", LINE_BUFFER_SIZE);
154 fprintf(stderr, "gencmn: unable to open input file %s\n", dataFile);
213 fprintf(stderr, "gencmn: no files listed in %s\n", dataFile == NULL ? "<stdin>" : dataFile);
239 fprintf(stderr, "gencmn: udata_create(-d %s -n %s -t %s) failed - %s\n",
273 fprintf(stderr, "gencmn: unable to open listed file %s\n", files[i].pathname);
288 fprintf(stderr, "gencmn: unable to read %s properly (got %ld/%ld byte%s)\n", files[i].pathname, (long)nread, (long)files[i].fileSize, files[i].fileSize == 1 ? "" : "s");
302 fprintf(stderr, "gencmn: udata_finish() failed - %s\n", u_errorName(errorCode));
332 fprintf(stderr, "gencmn: unable to open .c output file %s\n", filename);
413 fprintf(stderr, "pkgdata/gencmn: Could not allocate %u bytes for %d files\n", (unsigned int)(fileMax*sizeof(files[0])), fileCount);
422 fprintf(stderr, "gencmn: Error: absolute path encountered. Old style paths are not supported. Use relative paths (…)
    [all...]
  /external/iproute2/tc/
m_pedit.c 38 fprintf(stderr, "Usage: ... pedit munge <MUNGE>\n");
39 fprintf(stderr,
68 fprintf(stderr, "Unknown action hence option \"%s\" is unparsable\n", *argv);
130 fprintf(stderr, "offsets MUST be in 32 bit boundaries\n");
149 fprintf(stderr,
176 fprintf(stderr, "pack_key16 bad value\n");
183 fprintf(stderr, "pack_key16 bad index value %d\n",ind);
219 fprintf(stderr, "pack_key8 bad value (val %x mask %x\n", tkey->val, tkey->mask);
443 fprintf(stderr,"bad pedit parsing\n");
477 fprintf(stderr, "while pedit (%d:%s)\n",argc, *argv)
    [all...]
  /external/iputils/
ping6.c 237 fprintf(stderr, "ping: unknown iface %s\n", ifname);
485 fprintf(stderr, "Unknown host: %s\n", arg);
527 fprintf(stderr, "ping6: IDN support failed.\n");
540 fprintf(stderr, "ping6: too long scope name.\n");
548 fprintf(stderr, "ping6: IDN encoding error: %s\n",
579 fprintf(stderr, "ping6: out of memory.\n");
591 fprintf(stderr, "ping6: Inappropriate subject name: %s\n", canonname);
594 fprintf(stderr, "ping6: dn_comp() returned too long result.\n");
623 fprintf(stderr, "ping6: out of memory.\n");
634 fprintf(stderr, "ping6 -N suboptions\n
    [all...]
  /external/chromium_org/third_party/libxml/src/
runsuite.c 100 fprintf(stderr, "Exitting tests on fatal error\n");
124 fprintf(stderr, "Too many entities defined\n");
164 fprintf(stderr, "Failed to find resource %s\n", URL);
173 * stderr messages on CLI tools.
190 vfprintf(stderr, msg, args);
261 fprintf(stderr, "Failed to compile %s\n", xpath);
289 fprintf(stderr, "Failed to compile %s\n", xpath);
337 fprintf(stderr, "out of memory !\n");
377 fprintf(stderr, "out of memory !\n");
460 fprintf(stderr, "Failed to find test in correct line %ld\n"
    [all...]
  /bionic/benchmarks/
benchmark_main.cpp 78 fprintf(stderr, "couldn't compile \"%s\" as a regular expression!\n", argv[i]);
96 fprintf(stderr, "%s: missing function\n", name_);
108 fprintf(stderr, "%s: no args!\n", name_);
194 fprintf(stderr, "No benchmarks registered!\n");
217 fprintf(stderr, "No matching benchmarks!\n");
218 fprintf(stderr, "Available benchmarks:\n");
220 fprintf(stderr, " %s\n", it->second->Name());
  /development/tools/elftree/
elftree.c 20 vfprintf(stderr, fmt, ap);
23 fprintf(stderr, "\n");
34 vfprintf(stderr, fmt, ap);
37 fprintf(stderr, ": %s\n", strerror(errsv));
45 vfprintf(stderr, fmt, ap);
48 fprintf(stderr, ": %s\n", elf_errmsg(-1));
258 fprintf(stderr, "Usage: elftree [ -s | -h ] elf-file\n"
  /device/asus/fugu/recovery/
recovery_ui.cpp 89 fprintf(stderr, "FAIL: failed to open \"%s\" (errno = %d)\n", kFBDevice, errno);
97 fprintf(stderr,
105 fprintf(stderr, "FAIL: unable to get mode, err %d\n", res);
111 fprintf(stderr, "FAIL: unable to blank display, err %d\n", res);
125 fprintf(stderr, "FAIL: unable to set mode, err %d\n", res);
132 fprintf(stderr,
140 fprintf(stderr, "FAIL: unable to unblank display, err %d\n", res);
  /external/chromium_org/native_client_sdk/src/build_tools/
buildbot_common.py 50 """Write and error to stderr, then exit with 1 signaling failure."""
51 sys.stderr.write(str(msg) + '\n')
57 sys.stderr.write(str(msg) + '\n')
108 sys.stderr.write('\n@@@BUILD_STEP %s@@@\n' % name)
125 sys.stderr.flush()
130 sys.stderr.flush()
134 sys.stderr.flush()
212 sys.stderr.write('@@@STEP_LINK@download@%s@@@\n' % url)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive_mock.py 39 def __init__(self, stdout='MOCK STDOUT\n', stderr=''):
42 self.stderr = StringIO.StringIO(stderr)
50 # Consider the process completed when all the stdout and stderr has been read.
51 if self.stdout.len != self.stdout.tell() or self.stderr.len != self.stderr.tell():
178 def __init__(self, output='', exit_code=0, exception=None, run_command_fn=None, stderr=''):
180 self._stderr = stderr
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
lint_test_expectations_unittest.py 169 self.stderr = StringIO.StringIO()
177 res = lint_test_expectations.main(['--platform', 'test'], self.stdout, self.stderr)
178 self.assertTrue('Lint succeeded' in self.stderr.getvalue())
183 res = lint_test_expectations.main(['--platform', 'test'], self.stdout, self.stderr)
184 self.assertTrue('Lint failed' in self.stderr.getvalue())
192 res = lint_test_expectations.main([], self.stdout, self.stderr)
199 res = lint_test_expectations.main([], self.stdout, self.stderr)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
optparser.py 247 serves as stderr.write. Defaults to sys.stderr.write.
279 stderr = sys.stderr if mock_stderr is None else mock_stderr
288 self.stderr_write = stderr.write
290 self._parser = self._create_option_parser(stderr=stderr,
295 def _create_option_parser(self, stderr, usage,
348 parser.print_help = lambda file=stderr: print_help(file=file)
  /external/chromium_org/third_party/icu/source/common/
ucmndata.c 231 fprintf(stderr, "\tx%d: %s\n", number, &base[toc->entry[number].nameOffset]);
239 fprintf(stderr, "%s: Found.\n", tocEntryName);
249 fprintf(stderr, "%s: Not found.\n", tocEntryName);
255 fprintf(stderr, "returning header\n");
280 fprintf(stderr, "\tx%d: %s\n", number, toc->entry[number].entryName);
287 fprintf(stderr, "%s: Found.\n", toc->entry[number].entryName);
293 fprintf(stderr, "%s: Not found.\n", name);
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
Global.cpp 41 fprintf(stderr, "%s\n", exceptionString);
47 fprintf(stderr,
52 fprintf(stderr, "%s\n", sourceLineString);
56 fprintf(stderr, " ");
60 fprintf(stderr, "^");
62 fprintf(stderr, "\n");
66 fprintf(stderr, "%s\n", stackTraceString);
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
nm-pdb.c 203 fprintf(stderr, "usage: nm-pdb [-C|--demangle] <module or filename>\n");
212 fprintf(stderr, "SymInitialize returned error : %d\n", error);
219 fprintf(stderr, "Search path too long\n");
226 fprintf(stderr, "SymGetSearchPath returned error : %d\n", error);
232 fprintf(stderr, "SymSetSearchPath returned error : %d\n", error);
241 fprintf(stderr, "SymLoadModuleEx returned error : %d for %s\n",
253 fprintf(stderr, "SymEnumSymbols returned error: %d\n", error);
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
nm-pdb.c 184 fprintf(stderr, "usage: nm-pdb [-C|--demangle] <module or filename>\n");
219 fprintf(stderr, "SymInitialize returned error : %d\n", error);
226 fprintf(stderr, "Search path too long\n");
233 fprintf(stderr, "SymGetSearchPath returned error : %d\n", error);
239 fprintf(stderr, "SymSetSearchPath returned error : %d\n", error);
248 fprintf(stderr, "SymLoadModuleEx returned error : %d for %s\n",
260 fprintf(stderr, "SymEnumSymbols returned error: %d\n", error);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
work_unit.py 76 sys.stderr.write( "# %s\n" % cmd )
80 sys.stderr.write( "# %s\n" % cmd )
86 sys.stderr.write( "# parse %s\n" % str(self.files) )
106 sys.stderr.write( "# parsing %s lines\n" % s.count('\n') )
112 sys.stderr.write( "# processing...\n" )
120 sys.stderr.write( "# pyxstr...\n" )
129 sys.stderr.write( "# wrote %s, %d lines\n" % (pxi,decls.count('\n')) )

Completed in 991 milliseconds

<<31323334353637383940>>