Home
last modified time | relevance | path

Searched refs:stderr (Results 1576 - 1600 of 6446) sorted by relevance

1...<<61626364656667686970>>...258

/third_party/ltp/testcases/realtime/func/matrix_mult/
H A Dmatrix_mult.c160 fprintf(stderr, "Thread %d: Can't set affinity.\n", thread_id); in concurrent_thread()
189 fprintf(stderr, "Cannot init stats container\n"); in main_thread()
201 fprintf(stderr, "Main thread: Can't set affinity.\n"); in main_thread()
232 fprintf(stderr, in main_thread()
278 fprintf(stderr, in main_thread()
312 fprintf(stderr, "iterations must be greater than zero\n"); in main()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A DmakesRGB.c67 fprintf(stderr, "invsRGB(%u) overflows to %u\n", i, x); in invsRGB()
120 fprintf(stderr, "not reached: %u .. %u .. %u\n", ec_lo, ec_mid, ec_hi); in main()
134 fprintf(stderr, "table[%d][0]: overflow %08x (%d)\n", i, calc, in main()
143 fprintf(stderr, "table[%d][1]: overflow %08x (%d)\n", i, calc, in main()
267 fprintf(stderr, "makesRGB: impossible\n"); in main()
370 fprintf(stderr, "8-bit rounding error: %d -> %d\n", i16, iexact); in main()
H A Dpngfix.c692 unsigned int errors :1; /* print file errors to stderr */
693 unsigned int warnings :1; /* print libpng warnings to stderr */
977 fprintf(stderr, "%s: %s %s [%s]\n", file->file_name, reason, what, in emit_error()
981 fprintf(stderr, "%s: %s %s\n", file->file_name, reason, what); in emit_error()
1195 fputs(file->file_name, stderr); in type_message()
1196 type_sep(stderr); in type_message()
1197 type_name(type, stderr); in type_message()
1198 type_sep(stderr); in type_message()
1199 fputs(what, stderr); in type_message()
1200 putc('\n', stderr); in type_message()
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Danim_diff.c109 fprintf(stderr, "%s: %d vs %d\n", output_str, a, b); in CompareValues()
122 fprintf(stderr, "Background color mismatch: 0x%08x vs 0x%08x\n", in CompareBackgroundColor()
181 fprintf(stderr, "Frame #%d, psnr = %.2lf (min_psnr = %f)\n", i, in CompareAnimatedImagePair()
187 fprintf(stderr, "Frame #%d, max pixel diff: %d\n", i, max_diff); in CompareAnimatedImagePair()
294 WFPRINTF(stderr, "Error decoding file: %s\n Aborting.\n", in main()
305 WFPRINTF(stderr, "\nFiles %s and %s differ.\n", (const W_CHAR*)files[0], in main()
H A Dvwebp.c126 fprintf(stderr, "Color profile is bogus!\n"); in ApplyColorProfile()
132 fprintf(stderr, "Error creating output color profile!\n"); in ApplyColorProfile()
141 fprintf(stderr, "Error creating color transform!\n"); in ApplyColorProfile()
177 fprintf(stderr, "Decoding of frame #%d failed!\n", curr->frame_num); in Decode()
183 fprintf(stderr, "Applying color profile to frame #%d failed!\n", in Decode()
490 fprintf(stderr, "Library version mismatch!\n"); in main()
558 fprintf(stderr, "Input file doesn't appear to be WebP format.\n"); in main()
564 fprintf(stderr, "Could not create demuxing object!\n"); in main()
584 fprintf(stderr, "Warning: color profile present, but qcms is unavailable!\n" in main()
634 fprintf(stderr, "OpenG in main()
[all...]
/third_party/python/Lib/test/test_json/
H A Dtest_tool.py93 self.assertEqual(process.stderr, '')
148 self.assertEqual(process.stderr, '')
175 self.assertEqual(process.stderr, '')
183 self.assertEqual(process.stderr, '')
191 self.assertEqual(process.stderr, '')
199 self.assertEqual(process.stderr, '')
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dszrt_asan.c126 fprintf(stderr, "%p: Illegal %d byte %s %s object at %p\n", ret_addr, size, in __asan_error()
128 fprintf(stderr, "(address of __asan_error symbol is %p)\n", __asan_error); in __asan_error()
180 fprintf(stderr, "unable to allocate shadow memory\n"); in __asan_init()
185 fprintf(stderr, "could not protect bad region\n"); in __asan_init()
254 fprintf(stderr, "%p: Double free of object at %p\n", in __asan_free()
256 fprintf(stderr, "(address of __asan_error symbol is %p)\n", __asan_error); in __asan_free()
/third_party/python/Parser/
H A Dmyreadline.c254 hStdErr = _Py_get_osfhandle_noraise(fileno(stderr)); in PyOS_StdioReadline()
276 fflush(stderr); in PyOS_StdioReadline()
283 fprintf(stderr, "%s", prompt); in PyOS_StdioReadline()
284 fflush(stderr); in PyOS_StdioReadline()
295 fprintf(stderr, "%s", prompt); in PyOS_StdioReadline()
297 fflush(stderr); in PyOS_StdioReadline()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dnettest.c150 fprintf(stderr, "%s %s:", in log_error()
154 vfprintf(stderr, format, args); in log_error()
157 fflush(stderr); in log_error()
168 fprintf(stderr, "%s %s: ", in log_err_errno()
172 vfprintf(stderr, fmt, args); in log_err_errno()
175 fprintf(stderr, ": %d: %s\n", errno, strerror(errno)); in log_err_errno()
176 fflush(stderr); in log_err_errno()
1374 fprintf(stderr, "remote IP or multicast group not given\n"); in do_client()
1485 fprintf(stderr, "Invalid port\n"); in convert_addr()
1652 fprintf(stderr, "Invali in main()
[all...]
H A Dmsg_zerocopy.c128 fprintf(stderr, "cpu: unable to pin, may increase variance.\n"); in do_setcpu()
130 fprintf(stderr, "cpu: %u\n", cpu); in do_setcpu()
210 fprintf(stderr, "send: ret=%u != %u\n", ret, len); in do_sendmsg()
355 fprintf(stderr, "%d\n", ck->cookies[i]); in do_process_zerocopy_cookies()
439 fprintf(stderr, "gap: %u..%u does not append to %u\n", in do_recv_completion()
447 fprintf(stderr, "serr: inconsistent\n"); in do_recv_completion()
452 fprintf(stderr, "completed: %u (h=%u l=%u)\n", in do_recv_completion()
477 fprintf(stderr, "missing notifications: %lu < %lu\n", in do_recv_remaining_completions()
565 fprintf(stderr, "tx=%lu (%lu MB) txc=%lu zc=%c\n", in do_tx()
673 fprintf(stderr, "r in do_rx()
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dtrees.c166 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
191 Tracevv((stderr," l %2d v %4x ", length, value));
528 Tracev((stderr,"\nbit length overflow\n"));
555 Tracev((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits));
594 Tracev((stderr,"\ngen_codes: max_code %d ", max_code));
602 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
678 fprintf(stderr,"\nnode %d(%d), sons %d(%d) %d(%d)",
823 Tracev((stderr, "\ndyn trees: dyn %ld, stat %ld",
843 Tracev((stderr, "\nbl counts: "));
848 Tracev((stderr, "\nb
[all...]
/third_party/node/deps/zlib/
H A Dtrees.c220 Tracev((stderr,"\ngen_codes: max_code %d ", max_code)); in gen_codes()
228 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ", in gen_codes()
243 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
253 Tracevv((stderr," l %2d v %4x ", length, value)); in send_bits()
577 Tracev((stderr,"\nbit length overflow\n")); in gen_bitlen()
604 Tracev((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits)); in gen_bitlen()
685 fprintf(stderr,"\nnode %d(%d), sons %d(%d) %d(%d)", in build_tree()
820 Tracev((stderr, "\ndyn trees: dyn %ld, stat %ld", in build_bl_tree()
838 Tracev((stderr, "\nbl counts: ")); in send_all_trees()
843 Tracev((stderr, "\nb in send_all_trees()
[all...]
/third_party/libwebsockets/win32port/zlib/
H A Dtrees.c173 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
198 Tracevv((stderr," l %2d v %4x ", length, value));
536 Trace((stderr,"\nbit length overflow\n"));
563 Trace((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits));
602 Tracev((stderr,"\ngen_codes: max_code %d ", max_code));
610 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
686 fprintf(stderr,"\nnode %d(%d), sons %d(%d) %d(%d)",
831 Tracev((stderr, "\ndyn trees: dyn %ld, stat %ld",
851 Tracev((stderr, "\nbl counts: "));
856 Tracev((stderr, "\nb
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngimage.c664 fprintf(stderr, "pngimage: internal error (no display)\n"); in get_dp()
709 fprintf(stderr, "%s: %s: %s", in display_log()
722 fprintf(stderr, "("); in display_log()
731 if (start) fprintf(stderr, "+"); in display_log()
732 fprintf(stderr, "%s", transform_name(trz)); in display_log()
739 fprintf(stderr, "-"); in display_log()
740 fprintf(stderr, ")"); in display_log()
744 fprintf(stderr, "(0x%x)", tr); in display_log()
748 fprintf(stderr, "(%s)", transform_name(tr)); in display_log()
751 fprintf(stderr, " in display_log()
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dtrees.c166 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
191 Tracevv((stderr," l %2d v %4x ", length, value));
528 Tracev((stderr,"\nbit length overflow\n"));
555 Tracev((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits));
594 Tracev((stderr,"\ngen_codes: max_code %d ", max_code));
602 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
678 fprintf(stderr,"\nnode %d(%d), sons %d(%d) %d(%d)",
823 Tracev((stderr, "\ndyn trees: dyn %ld, stat %ld",
843 Tracev((stderr, "\nbl counts: "));
848 Tracev((stderr, "\nb
[all...]
/third_party/zlib/
H A Dtrees.c233 Tracev((stderr,"\ngen_codes: max_code %d ", max_code)); in gen_codes()
241 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ", in gen_codes()
256 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
267 Tracevv((stderr," l %2d v %4x ", length, value)); in send_bits()
596 Tracev((stderr,"\nbit length overflow\n")); in gen_bitlen()
623 Tracev((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits)); in gen_bitlen()
705 fprintf(stderr,"\nnode %d(%d), sons %d(%d) %d(%d)", in build_tree()
843 Tracev((stderr, "\ndyn trees: dyn %ld, stat %ld", in build_bl_tree()
862 Tracev((stderr, "\nbl counts: ")); in send_all_trees()
867 Tracev((stderr, "\nb in send_all_trees()
[all...]
/third_party/python/Lib/test/
H A Dtest_wsgiref.py73 olderr = sys.stderr
74 err = sys.stderr = StringIO()
79 sys.stderr = olderr
671 self.assertEqual(h.stderr.getvalue(),"")
682 self.assertIn("AssertionError", h.stderr.getvalue())
695 self.assertIn("AssertionError", h.stderr.getvalue())
787 h = SimpleHandler(BytesIO(), PartialWriter(), sys.stderr, environ)
811 stderr = StringIO()
812 h = SimpleHandler(BytesIO(), AbortingWriter(), stderr, environ)
815 self.assertFalse(stderr
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dkallsyms.c78 fprintf(stderr, "Usage: kallsyms [--all-symbols] [--absolute-percpu] " in usage()
148 fprintf(stderr, "line format error\n"); in read_symbol()
156 fprintf(stderr, "Symbol %s too long for kallsyms (%zu >= %d).\n" in read_symbol()
178 fprintf(stderr, "kallsyms failure: " in read_symbol()
252 fprintf(stderr, "No valid symbol.\n"); in shrink_table()
281 fprintf(stderr, "out of memory\n"); in read_map()
412 fprintf(stderr, "kallsyms failure: " in write_src()
426 fprintf(stderr, "kallsyms failure: " in write_src()
433 fprintf(stderr, "kallsyms failure: " in write_src()
515 fprintf(stderr, "kallsym in write_src()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dmsg_zerocopy.c128 fprintf(stderr, "cpu: unable to pin, may increase variance.\n"); in do_setcpu()
130 fprintf(stderr, "cpu: %u\n", cpu); in do_setcpu()
210 fprintf(stderr, "send: ret=%u != %u\n", ret, len); in do_sendmsg()
355 fprintf(stderr, "%d\n", ck->cookies[i]); in do_process_zerocopy_cookies()
439 fprintf(stderr, "gap: %u..%u does not append to %u\n", in do_recv_completion()
447 fprintf(stderr, "serr: inconsistent\n"); in do_recv_completion()
452 fprintf(stderr, "completed: %u (h=%u l=%u)\n", in do_recv_completion()
477 fprintf(stderr, "missing notifications: %lu < %lu\n", in do_recv_remaining_completions()
565 fprintf(stderr, "tx=%lu (%lu MB) txc=%lu zc=%c\n", in do_tx()
673 fprintf(stderr, "r in do_rx()
[all...]
/third_party/libcoap/examples/
H A Doscore-interop-server.c381 fprintf(stderr, "%s v%s -- OSCORE interop implementation\n" in usage()
387 fprintf(stderr, "%s\n", coap_string_tls_support(buffer, sizeof(buffer))); in usage()
388 fprintf(stderr, "\n" in usage()
452 fprintf(stderr, "getaddrinfo: %s\n", gai_strerror(s)); in get_context()
484 fprintf(stderr, "no context available for interface '%s'\n", node); in get_context()
516 fprintf(stderr, "OSCORE configuration file error: %s\n", oscore_conf_file); in get_oscore_conf()
527 fprintf(stderr, "OSCORE save restart info file error: %s\n", in get_oscore_conf()
542 fprintf(stderr, "OSCORE configuration file error: %s\n", oscore_conf_file); in get_oscore_conf()
565 fprintf(stderr, "OSCORE support not enabled\n"); in cmdline_oscore()
625 fprintf(stderr, "Bloc in main()
[all...]
/third_party/mbedtls/scripts/
H A Dabi_check.py183 stderr=subprocess.STDOUT
196 stderr=subprocess.STDOUT
202 stderr=subprocess.STDOUT
214 stderr=subprocess.STDOUT
226 stderr=subprocess.STDOUT
236 stderr=subprocess.STDOUT
251 stderr=subprocess.STDOUT
285 stderr=subprocess.STDOUT
383 stderr=subprocess.STDOUT
447 stderr
[all...]
/third_party/nghttp2/examples/
H A Dlibevent-client.c32 # define warnx(format, args...) fprintf(stderr, format "\n", ##args)
228 print_header(stderr, name, namelen, value, valuelen); in on_header_callback()
247 fprintf(stderr, "Response headers for stream ID=%d:\n", in on_begin_headers_callback()
266 fprintf(stderr, "All headers received\n"); in on_frame_recv_callback()
301 fprintf(stderr, "Stream %d closed with error_code=%u\n", stream_id, in on_stream_close_callback()
426 fprintf(stderr, "Request headers:\n"); in submit_request()
427 print_headers(stderr, hdrs, ARRLEN(hdrs)); in submit_request()
507 fprintf(stderr, "Connected\n"); in eventcb()
521 fprintf(stderr, "h2 is not negotiated\n"); in eventcb()
569 printed in stderr, whil
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator.c176 fprintf(stderr, "Failed to get MMAP offset: %d\n", in vc4_create_simulator_bo()
184 fprintf(stderr, "mmap of bo %d (offset 0x%016llx, size %d) failed\n", in vc4_create_simulator_bo()
307 fprintf(stderr, "Couldn't open %s: %s", filename, in vc4_dump_to_file()
389 fprintf(stderr, "RCL:\n"); in vc4_simulator_submit_cl_ioctl()
399 fprintf(stderr, "Binning returned %d flushes, should be 1.\n", in vc4_simulator_submit_cl_ioctl()
401 fprintf(stderr, "Relocated binning command list:\n"); in vc4_simulator_submit_cl_ioctl()
409 fprintf(stderr, "Rendering returned %d frames, should be 1.\n", in vc4_simulator_submit_cl_ioctl()
411 fprintf(stderr, "Relocated render command list:\n"); in vc4_simulator_submit_cl_ioctl()
573 fprintf(stderr, "Unknown DRM_IOCTL_VC4_GET_PARAM(%lld)\n", in vc4_simulator_get_param_ioctl()
623 fprintf(stderr, "Unknow in vc4_simulator_ioctl()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.cpp1718 YYFPRINTF (stderr, "%s ", Title); \
1719 yy_symbol_print (stderr, \
1721 YYFPRINTF (stderr, "\n"); \
1772 YYFPRINTF (stderr, "Stack now"); in yy_stack_print()
1776 YYFPRINTF (stderr, " %d", yybot); in yy_stack_print()
1778 YYFPRINTF (stderr, "\n"); in yy_stack_print()
1798 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", in yy_reduce_print()
1803 YYFPRINTF (stderr, " $%d = ", yyi + 1); in yy_reduce_print()
1804 yy_symbol_print (stderr, in yy_reduce_print()
1808 YYFPRINTF (stderr, "\ in yy_reduce_print()
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_post.c199 fprintf (stderr, in testInternalPost()
253 fprintf (stderr, in testMultithreadedPost()
308 fprintf (stderr, in testMultithreadedPoolPost()
466 fprintf (stderr, in ahc_cancel()
479 fprintf(stderr, "Failed to queue response\n"); in ahc_cancel()
485 fprintf(stderr, in ahc_cancel()
594 fprintf (stderr, in testMultithreadedPostCancelPart()
605 fprintf(stderr, "curl_easy_getinfo failed: '%s'\n", curl_easy_strerror(errornum)); in testMultithreadedPostCancelPart()
611 fprintf(stderr, "Unexpected response code: %ld\n", response_code); in testMultithreadedPostCancelPart()
651 fprintf (stderr, "Erro in main()
[all...]

Completed in 34 milliseconds

1...<<61626364656667686970>>...258