Home
last modified time | relevance | path

Searched refs:stderr (Results 1826 - 1850 of 4173) sorted by relevance

1...<<71727374757677787980>>...167

/third_party/node/test/parallel/
H A Dtest-console.js35 assert.ok(process.stderr.writable);
39 assert.strictEqual(typeof process.stderr.fd, 'number');
91 process.stderr.isTTY = false;
117 // Test console.error() goes to stderr
124 // Test console.warn() goes to stderr
204 assert.strictEqual(errStrings.length, process.stderr.writeTimes);
277 // Hijack stderr to catch `process.emitWarning` which is using
282 // stderr.write will catch sync error, so use `process.nextTick` here
/third_party/node/test/report/
H A Dtest-report-uv-handles.js157 let stderr = '';
158 child.stderr.on('data', (chunk) => { stderr += chunk; });
163 assert.strictEqual(stderr.trim(), '');
/third_party/node/deps/v8/tools/
H A Drun-clang-tidy.py110 stderr=DEVNULL)
150 stderr=DEVNULL)
198 stderr=DEVNULL)
256 stderr=DEVNULL)
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_opt.c46 fprintf(stderr, "fuse: memory allocation failed\n"); in alloc_failed()
87 fprintf(stderr, "fuse: missing argument after `%s'\n", opt); in next_arg()
189 fprintf(stderr, "fuse: invalid parameter in option `%s'\n", arg); in process_opt_param()
303 fprintf(stderr, "fuse: memory allocation failed\n"); in process_option_group()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dtoolutil.cpp81 fprintf(stderr, "error at %s: %s\n", location, errorName()); in handleFailure()
283 fprintf(stderr, "error: %s - out of memory\n", name); in utm_open()
324 fprintf(stderr, "error: %s - trying to use more than maxCapacity=%ld units\n", in utm_hasCapacity()
348 fprintf(stderr, "error: %s - out of memory\n", mem->name); in utm_hasCapacity()
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A Dfind-visualstudio.js131 const [err, stdout, stderr] = await execFile(ps, psArgs, { encoding: 'utf8' })
132 return this.parseData(err, stdout, stderr)
137 parseData (err, stdout, stderr) {
138 this.log.silly('PS stderr = %j', stderr)
/third_party/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.cpp58 fprintf(stderr, "FAILED: Tests could not be run please check the " in main()
79 //fprintf(stderr,gUsageString, "stringperf"); in StringPerformanceTest()
83 fprintf(stderr, "FAILED to create UPerfTest object. Error: %s\n", in StringPerformanceTest()
92 fprintf(stderr, "FAILED to read lines from file and create UPerfTest object. Error: %s\n", u_errorName(status)); in StringPerformanceTest()
108 fprintf(stderr, "FAILED to read buffer from file and create UPerfTest object. Error: %s\n", u_errorName(status)); in StringPerformanceTest()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp81 fprintf(stderr, "error at %s: %s\n", location, errorName()); in handleFailure()
283 fprintf(stderr, "error: %s - out of memory\n", name); in utm_open()
324 fprintf(stderr, "error: %s - trying to use more than maxCapacity=%ld units\n", in utm_hasCapacity()
348 fprintf(stderr, "error: %s - out of memory\n", mem->name); in utm_hasCapacity()
/third_party/ltp/testcases/misc/math/float/
H A Dmain.c137 setbuf(stderr, NULL); in main()
157 fprintf(stderr, in main()
160 fprintf(stderr, "[-l number_of_loops] "); in main()
161 fprintf(stderr, "[-D DATAs absolute path]\n"); in main()
/third_party/libwebsockets/win32port/zlib/
H A Dinffast.c134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
151 Tracevv((stderr, "inflate: length %u\n", len));
185 Tracevv((stderr, "inflate: distance %u\n", dist));
298 Tracevv((stderr, "inflate: end of block\n"));
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_nic.c125 fprintf(stderr, "Unable to create socket for %s\n", nic->name); in query_wifi_bitrate()
130 fprintf(stderr, "Error performing SIOCGIWSTATS on %s\n", nic->name); in query_wifi_bitrate()
159 fprintf(stderr, "Unable to create socket for %s\n", nic->name); in query_nic_rssi()
165 fprintf(stderr, "Error performing SIOCGIWSTATS on %s\n", nic->name); in query_nic_rssi()
/third_party/pulseaudio/src/tests/
H A Dpassthrough-test.c65 fprintf(stderr, "Connection established.\n"); in context_state_callback()
77 fprintf(stderr, "Context error: %s\n", pa_strerror(pa_context_errno(c))); in context_state_callback()
161 fprintf(stderr, "Stream finished\n"); in underflow_cb()
195 fprintf(stderr, "Stream error: %s\n", pa_strerror(pa_context_errno(pa_stream_get_context(s)))); in stream_state_callback()
/third_party/python/Lib/test/support/
H A Dscript_helper.py73 err = b'(... truncated stderr ...)' + err[-maxlen:]
84 "stderr:\n"
135 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
159 stderr) tuple.
173 stderr) tuple.
181 def spawn_python(*args, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, **kw):
191 # Under Fedora (?), GNU readline can output junk on stderr when initialized,
200 stdout=stdout, stderr=stderr,
/third_party/skia/third_party/externals/icu/source/samples/date/
H A Ddate.c233 fprintf(stderr, " ** Error getting default zone: %s\n", u_errorName(status)); in version()
299 fprintf(stderr, "Error in Print: %s\n", u_errorName(*status)); in date()
341 fprintf(stderr, "Error in Parse: %s\n", u_errorName(*status)); in getWhen()
343 fprintf(stderr, "ERR>\"%s\" @%d\n" in getWhen()
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
H A Dextradata.cpp50 fprintf(stderr, in writeMapping()
129 fprintf(stderr, in writeCompositions()
177 fprintf(stderr, in rangeHandler()
184 fprintf(stderr, "gennorm2 error: U+%04lX %s\n", (long)start, norm.error); in rangeHandler()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dtoolutil.cpp80 fprintf(stderr, "error at %s: %s\n", location, errorName()); in handleFailure()
258 fprintf(stderr, "error: %s - out of memory\n", name); in utm_open()
299 fprintf(stderr, "error: %s - trying to use more than maxCapacity=%ld units\n", in utm_hasCapacity()
323 fprintf(stderr, "error: %s - out of memory\n", mem->name); in utm_hasCapacity()
/third_party/optimized-routines/math/test/rtest/
H A Dmain.c193 fprintf(stderr, "unknown test `%s'\n", q); in dofile()
302 fprintf(stderr, in main()
329 fprintf(stderr, "Tests expected to run: %d\n", ntests); in main()
330 fflush(stderr); in main()
/third_party/python/Lib/test/
H A Dtest_pyclbr.py31 print("l1=%r\nl2=%r\nignore=%r" % (l1, l2, ignore), file=sys.stderr)
46 print("***",key, file=sys.stderr)
107 print("class=%s" % py_item, file=sys.stderr)
129 print("class=%s" % py_item, file=sys.stderr)
/third_party/skia/tools/
H A Dcompare_codereview.py53 print >> sys.stderr, 'Error getting', url
174 print >> sys.stderr, 'Error getting', url
330 print >> sys.stderr, (
410 print >> sys.stderr, __doc__
/third_party/selinux/libselinux/src/
H A Dget_context_list.c227 fprintf(stderr, "%s: one of partial contexts is too big\n", __FUNCTION__); in get_context_user()
248 fprintf(stderr, in get_context_user()
442 fprintf(stderr, in get_ordered_context_list()
455 fprintf(stderr, in get_ordered_context_list()
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
H A Druntests.py64 If a test binary writes *anything at all* to stderr or exits with an
78 stderr, and waits for the process to exit. A set of worker processes perform
167 proc = Popen(command, bufsize=1<<20 , stdin=PIPE, stdout=PIPE, stderr=PIPE)
203 rest, stderr = proc.communicate()
204 if stderr:
205 msg("rust stderr output:", stderr)
/third_party/vk-gl-cts/scripts/android/
H A Dinstall_apk.py53 (stdout, stderr) = proc.communicate()
82 process = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
84 stderrJob = threading.Thread(target=readApplyPrefixAndPrint, args=(process.stderr, linePrefix, sys.stderr))
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
H A Dl2_packet_winpcap.c171 fprintf(stderr, "pcap_open_live: %s\n", pcap_err); in l2_packet_init_libpcap()
172 fprintf(stderr, "ifname='%s'\n", l2->ifname); in l2_packet_init_libpcap()
183 fprintf(stderr, "pcap_compile: %s\n", pcap_geterr(l2->pcap)); in l2_packet_init_libpcap()
188 fprintf(stderr, "pcap_setfilter: %s\n", pcap_geterr(l2->pcap)); in l2_packet_init_libpcap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
H A Dl2_packet_winpcap.c171 fprintf(stderr, "pcap_open_live: %s\n", pcap_err); in l2_packet_init_libpcap()
172 fprintf(stderr, "ifname='%s'\n", l2->ifname); in l2_packet_init_libpcap()
183 fprintf(stderr, "pcap_compile: %s\n", pcap_geterr(l2->pcap)); in l2_packet_init_libpcap()
188 fprintf(stderr, "pcap_setfilter: %s\n", pcap_geterr(l2->pcap)); in l2_packet_init_libpcap()
/third_party/node/tools/
H A Dtest.py124 if failure.output.stderr:
125 output += ["--- stderr ---" ]
126 output += [failure.output.stderr.strip()]
208 'ECONNREFUSED' in output.output.stderr):
320 traceback = output.stdout + output.stderr
369 self.traceback = output.output.stdout + output.output.stderr
407 self.traceback = 'timeout\n' + output.output.stdout + output.output.stderr
471 stderr = output.output.stderr.strip()
472 if len(stderr)
[all...]

Completed in 16 milliseconds

1...<<71727374757677787980>>...167