Home
last modified time | relevance | path

Searched refs:stderr (Results 1901 - 1925 of 5233) sorted by relevance

1...<<71727374757677787980>>...210

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dbtf_helpers.c223 fprintf(stderr, "Failed to open memstream: %d\n", errno); in btf_type_raw_dump()
266 fprintf(stderr, "Failed to open memstream: %d\n", errno); in btf_type_c_dump()
272 fprintf(stderr, "Failed to create btf_dump instance: %ld\n", libbpf_get_error(d)); in btf_type_c_dump()
279 fprintf(stderr, "Failed to dump type [%d]: %d\n", i, err); in btf_type_c_dump()
/kernel/linux/linux-6.6/scripts/kconfig/tests/
H A Dconftest.py26 stdout, and stderr. It also provides methods to compare those
72 stderr=subprocess.PIPE,
88 self.stderr = ps.stderr.read().decode()
111 print("[stderr]")
112 print(self.stderr)
276 """Check if resulted stderr contains expected data.
281 return self._contains('stderr', expected)
284 """Check if resulted stderr exactly matches expected data.
289 return self._matches('stderr', expecte
[all...]
/third_party/gn/examples/ios/build/toolchain/apple/
H A Dswiftc.py102 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
105 stdout, stderr = process.communicate()
108 sys.stderr.write(stderr)
/third_party/fsverity-utils/programs/
H A Dutils.c55 fputs("ERROR: ", stderr); in do_error_msg()
56 vfprintf(stderr, format, va); in do_error_msg()
58 fprintf(stderr, ": %s", strerror(err)); in do_error_msg()
59 putc('\n', stderr); in do_error_msg()
/third_party/cups-filters/cupsfilters/
H A Dimage-sgi.c72 fprintf(stderr, "DEBUG: Bad SGI image dimensions %ux%ux%u!\n", in _cupsImageReadSGI()
92 fputs("DEBUG: Unable to allocate memory!\n", stderr); in _cupsImageReadSGI()
99 fputs("DEBUG: Unable to allocate memory!\n", stderr); in _cupsImageReadSGI()
108 fputs("DEBUG: Unable to allocate memory!\n", stderr); in _cupsImageReadSGI()
/third_party/libunwind/libunwind/tests/
H A Dtest-ptrace.c68 do { fprintf (stderr, args); ++nerrors; } while (0)
188 fprintf(stderr, "Automated test (%s,%s,%s,%s)\n", in main()
211 fprintf(stderr, "unrecognized option: %s\n", argv[optind++]); in main()
233 fprintf(stderr, "Need to specify a command line for the child\n"); in main()
/third_party/libcoap/tests/
H A Dtest_encode.c222 fprintf(stderr, "W: cannot add byte value decoder test suite (%s)\n", in t_init_encode_tests()
230 fprintf(stderr, "W: cannot add decoder test (%s)\n", \ in t_init_encode_tests()
246 fprintf(stderr, "W: cannot add encoder test (%s)\n", \ in t_init_encode_tests()
260 fprintf(stderr, "W: cannot add byte value encoder test suite (%s)\n", in t_init_encode_tests()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_opt_algebraic.c46 fprintf(stderr, "optimizing: "); in dump_from()
48 fprintf(stderr, "\n"); in dump_from()
57 fprintf(stderr, "to: "); in dump_to()
59 fprintf(stderr, "\n"); in dump_to()
/third_party/node/test/parallel/
H A Dtest-util-callbackify.js221 common.mustCall((err, stdout, stderr) => {
225 const errLines = stderr.trim().split(/[\r\n]+/);
238 common.mustSucceed((stdout, stderr) => {
242 assert.strictEqual(stderr, '');
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinffast_chunk.c149 Tracevv((stderr, here->val >= 0x20 && here->val < 0x7f ?
172 Tracevv((stderr, "inflate: length %u\n", len));
218 Tracevv((stderr, "inflate: distance %u\n", dist));
312 Tracevv((stderr, "inflate: end of block\n"));
/third_party/node/deps/v8/third_party/zlib/
H A Dinffast.c121 Tracevv((stderr, here->val >= 0x20 && here->val < 0x7f ?
138 Tracevv((stderr, "inflate: length %u\n", len));
172 Tracevv((stderr, "inflate: distance %u\n", dist));
285 Tracevv((stderr, "inflate: end of block\n"));
/third_party/node/deps/v8/tools/
H A Dadb-d8.py56 sys.stderr.write(
80 stderr=subprocess.PIPE
153 PrintUsage(sys.stderr)
198 PrintUsage(sys.stderr)
/third_party/node/deps/zlib/
H A Dinffast.c118 Tracevv((stderr, here->val >= 0x20 && here->val < 0x7f ? in inflate_fast()
135 Tracevv((stderr, "inflate: length %u\n", len)); in inflate_fast()
169 Tracevv((stderr, "inflate: distance %u\n", dist)); in inflate_fast()
282 Tracevv((stderr, "inflate: end of block\n")); in inflate_fast()
/third_party/icu/icu4c/source/samples/ucnv/
H A Dflagcb.c150 fprintf(stderr, "debugCBContext: %p:%d's magic is %x, supposed to be 0xC0FFEE\n", in debugCB_print_log()
192 fprintf(stderr, "debugCB_fromU: Context %p:%d magic is 0x%x should be 0xC0FFEE.\n", ctx,ctx->serial, ctx->magic); in debugCB_fromU()
211 fprintf(stderr, "debugCB_fromU: internal clone failed on %p\n", ctx); in debugCB_fromU()
285 fprintf(stderr, "debugCB:openContext opened[%p] = serial #%d\n", ctx, ctx->serial); in debugCB_openContext()
/third_party/icu/icu4c/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/libdrm/tests/proptest/
H A Dproptest.c189 fprintf(stderr, "Could not get connector %u: %s\n", in listConnectorProperties()
214 fprintf(stderr, "Could not get crtc %u: %s\n", in listCrtcProperties()
245 fprintf(stderr, "Invalid object type.\n"); in setProperty()
306 fprintf(stderr, "Failed to get resources: %s\n", in main()
/third_party/python/Lib/test/support/
H A Dtestresult.py66 stderr = self._stderr_buffer.getvalue().rstrip()
67 ET.SubElement(e, 'system-err').text = stderr
167 print('stderr', file=sys.stderr)
172 print('stderr', file=sys.stderr)
/third_party/skia/third_party/externals/icu/source/samples/ucnv/
H A Dflagcb.c150 fprintf(stderr, "debugCBContext: %p:%d's magic is %x, supposed to be 0xC0FFEE\n", in debugCB_print_log()
192 fprintf(stderr, "debugCB_fromU: Context %p:%d magic is 0x%x should be 0xC0FFEE.\n", ctx,ctx->serial, ctx->magic); in debugCB_fromU()
211 fprintf(stderr, "debugCB_fromU: internal clone failed on %p\n", ctx); in debugCB_fromU()
285 fprintf(stderr, "debugCB:openContext opened[%p] = serial #%d\n", ctx, ctx->serial); in debugCB_openContext()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dperf_get_concurrent.c114 fprintf (stderr, in stop()
203 fprintf (stderr, in do_gets()
320 fprintf (stderr, in testExternalGet()
361 fprintf (stderr, "Error (code: %u)\n", errorCount); in main()
H A Dtest_iplimit.c172 fprintf (stderr, in testMultithreadedGet()
256 fprintf (stderr, in testMultithreadedPoolGet()
262 fprintf (stderr, in testMultithreadedPoolGet()
310 fprintf (stderr, "Error (code: %u)\n", errorCount); in main()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinffast_chunk.c149 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
172 Tracevv((stderr, "inflate: length %u\n", len));
218 Tracevv((stderr, "inflate: distance %u\n", dist));
312 Tracevv((stderr, "inflate: end of block\n"));
/third_party/skia/third_party/externals/zlib/
H A Dinffast.c121 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
138 Tracevv((stderr, "inflate: length %u\n", len));
172 Tracevv((stderr, "inflate: distance %u\n", dist));
285 Tracevv((stderr, "inflate: end of block\n"));
/third_party/vixl/tools/
H A Dclang_format.py115 stdout = temp_file, stderr = subprocess.STDOUT)
123 stdout = subprocess.PIPE, stderr = subprocess.STDOUT)
129 stdout = subprocess.PIPE, stderr = subprocess.STDOUT)
139 subprocess.run(cmd_format, stdout=temp_file, stderr=subprocess.STDOUT)
/third_party/skia/third_party/externals/freetype/builds/windows/
H A Dftdebug.c114 vfprintf( stderr, fmt, ap ); in FT_Message()
150 fprintf( stderr, in FT_Throw()
444 ft_fileptr = stderr; in ft_logging_init()
456 if ( ft_fileptr != stderr ) in ft_logging_deinit()
/third_party/selinux/libselinux/utils/
H A Davcstat.c50 fputs("ERROR: ", stderr); in die()
53 vfprintf(stderr, msg, args); in die()
57 fprintf(stderr, ": %s", strerror(errno)); in die()
59 fputc('\n', stderr); in die()

Completed in 15 milliseconds

1...<<71727374757677787980>>...210