/third_party/node/tools/gyp/tools/ |
H A D | graphviz.py | 90 print(__doc__, file=sys.stderr) 91 print(file=sys.stderr) 92 print("usage: %s target1 target2..." % (sys.argv[0]), file=sys.stderr)
|
/third_party/node/tools/snapshot/ |
H A D | node_mksnapshot.cc | 30 fprintf(stderr, "Could not convert arguments to utf8."); 39 fprintf(stderr, "Could not convert arguments to utf8."); 51 setvbuf(stderr, nullptr, _IONBF, 0);
|
/third_party/ninja/src/ |
H A D | build_log_perftest.cc | 108 fprintf(stderr, "Failed to write test data: %s\n", err.c_str()); in main() 116 fprintf(stderr, "Failed to read test data: %s\n", err.c_str()); in main() 125 fprintf(stderr, "Failed to read test data: %s\n", err.c_str()); in main()
|
/third_party/mesa3d/src/mesa/program/ |
H A D | link_program.cpp | 104 fprintf(stderr, "GLSL shader program %d failed to link\n", prog->Name); in _mesa_glsl_link_shader() 108 fprintf(stderr, "GLSL shader program %d info log:\n", prog->Name); in _mesa_glsl_link_shader() 109 fprintf(stderr, "%s\n", prog->data->InfoLog); in _mesa_glsl_link_shader()
|
/third_party/ltp/testcases/kernel/syscalls/pause/ |
H A D | pause02.c | 125 fprintf(stderr, "Child: Failed to setup signal handler\n"); in do_child() 138 fprintf(stderr, "Child: Pause returned -1 but errno is %d (%s)\n", in do_child() 143 fprintf(stderr, "Child: Pause returned %ld\n", TEST_RETURN); in do_child()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/ |
H A D | rpc_clnt_call_complex.c | 118 fprintf(stderr, "value sent : %lf, %lf, %lf\n", vars.a, in main() 120 fprintf(stderr, "value localy calculated : %lf\n", in main() 122 fprintf(stderr, "value from server : %lf\n", in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
H A D | 8-1.c | 68 fprintf(stderr, "pthread_sigmask(): %s\n", strerror(ret)); in main() 83 fprintf(stderr, "pthread_create(): %s\n", strerror(ret)); in main() 89 fprintf(stderr, "pthread_join(): %s\n", strerror(ret)); in main()
|
/third_party/ltp/testcases/realtime/func/measurement/ |
H A D | preempt_timing.c | 108 fprintf(stderr, in main() 111 fprintf(stderr, in main() 114 fprintf(stderr, "Failed to set scheduler, errno %d\n", in main()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
H A D | test_https_get.c | 58 fprintf (stderr, MHD_E_SERVER_INIT); in test_cipher_option() 87 fprintf (stderr, MHD_E_SERVER_INIT); in test_secure_get() 111 fprintf (stderr, "Error: %s\n", strerror (errno)); in main()
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | png_utils.cpp | 51 fprintf(stderr, "Error opening '%s'.\n", fileName); in SavePNGRGB() 59 fprintf(stderr, "Error on png_create_write_struct.\n"); in SavePNGRGB() 66 fprintf(stderr, "Error on png_create_info_struct.\n"); in SavePNGRGB()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
H A D | merger.cc | 49 fprintf(stderr, "Could not create merged font info\n"); in Merge() 68 fprintf(stderr, "Couldn't create font info. " in MergeFontInfos() 80 fprintf(stderr, "Counts: chars_to_glyph_ids: %d; resoved_glyph_ids: %d\n", in MergeFontInfos()
|
/third_party/pulseaudio/src/tests/ |
H A D | mcalign-test.c | 66 fprintf(stderr, "read() failed: %s\n", r < 0 ? strerror(errno) : "EOF"); in main() 74 fprintf(stderr, "Read %zd bytes\n", r); in main() 92 fprintf(stderr, "Wrote %lu bytes.\n", (unsigned long) t.length); in main()
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
H A D | generate_spirv_corpus.py | 79 stderr=subprocess.PIPE) 80 stdout, stderr = proc.communicate() 83 logged_errors += "Error running " + " ".join(cmd) + ": " + stdout.decode('utf-8') + stderr.decode('utf-8')
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
H A D | readfilemap.c | 105 ftprintf(stderr, T("%s: not a regular file\n"), name); in filemap() 124 ftprintf(stderr, T("%s: out of memory\n"), name); in filemap() 136 ftprintf(stderr, T("%s: read unexpected number of bytes\n"), name); in filemap()
|
H A D | win32filemap.c | 115 _ftprintf(stderr, _T("%s: %s"), s, buf); in win32perror() 116 fflush(stderr); in win32perror() 119 _ftprintf(stderr, _T("%s: unknown Windows error\n"), s); in win32perror()
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | pytree_idempotency.py | 49 print("Parsing", fn, file=sys.stderr) 60 print("Scanning", dir, "...", file=sys.stderr) 64 print("Parsing", name, file=sys.stderr)
|
/third_party/selinux/libsepol/tests/ |
H A D | test-linker.c | 73 fprintf(stderr, "out of memory!\n"); in linker_test_init() 83 fprintf(stderr, "link modules failed\n"); in linker_test_init() 88 fprintf(stderr, "link modules failed\n"); in linker_test_init()
|
/third_party/spirv-tools/tools/as/ |
H A D | as.cpp | 75 fprintf(stderr, in main() 97 fprintf(stderr, "error: Unrecognized target env: %s\n", in main() 103 fprintf(stderr, "error: exactly one input file must be specified.\n"); in main()
|
/kernel/linux/linux-6.6/tools/testing/kunit/ |
H A D | kunit_kernel.py | 51 subprocess.check_output(['make', 'mrproper'], stderr=subprocess.STDOUT) 68 subprocess.check_output(command, stderr=subprocess.STDOUT) 83 stderr=subprocess.PIPE, 89 _, stderr = proc.communicate() 91 raise BuildError(stderr.decode()) 92 if stderr: # likely only due to build warnings 93 print(stderr.decode()) 131 stderr=subprocess.STDOUT, 152 stderr=subprocess.STDOUT,
|
/third_party/elfutils/tests/ |
H A D | backtrace.c | 48 fprintf (stderr, "%s: Unwinding not supported for this architecture\n", in main() 120 fprintf (stderr, in callback_verify() 129 fprintf (stderr, in callback_verify() 143 fprintf (stderr, in callback_verify() 152 fprintf (stderr, in callback_verify() 170 fprintf (stderr, in callback_verify() 179 fprintf (stderr, in callback_verify() 196 fprintf (stderr, in callback_verify() 513 __fsetlocking (stderr, FSETLOCKING_BYCALLER); in main()
|
/third_party/backends/backend/ |
H A D | pieusb_usb.c | 181 fprintf (stderr, "%s\t%08lx:", msg?msg:"", start); in _hexdump() 184 fprintf (stderr, " %02x", *ptr++); in _hexdump() 191 fprintf (stderr, " "); in _hexdump() 197 fprintf (stderr, " "); in _hexdump() 201 fprintf (stderr, "%c", ((c < 0x20)||(c == 0x7f)) ? '.' : c); in _hexdump() 204 fprintf (stderr, "\n"); in _hexdump() 208 fprintf (stderr, "\n"); in _hexdump() 210 fprintf (stderr, "\t%08lx bytes clipped\n", clipped); in _hexdump() 212 fflush(stderr); in _hexdump()
|
/third_party/cups-filters/filter/ |
H A D | textcommon.c | 507 setbuf(stderr, NULL); in TextMain() 515 fprintf(stderr, "Usage: %s job-id user title copies options [file]\n", in TextMain() 612 fprintf(stderr, "ERROR: Bad columns value %d.\n", PageColumns); in TextMain() 625 fprintf(stderr, "ERROR: Bad cpi value %f.\n", CharsPerInch); in TextMain() 638 fprintf(stderr, "ERROR: Bad lpi value %f.", LinesPerInch); in TextMain() 663 fprintf(stderr, "ERROR: bad page size\n"); in TextMain() 670 fprintf(stderr, "ERROR: cannot allocate memory for page\n"); in TextMain() 678 fprintf(stderr, "ERROR: cannot allocate memory for page\n"); in TextMain() 1171 fprintf(stderr, "DEBUG: Input is empty, outputting empty file.\n"); in TextMain()
|
/third_party/libsnd/src/ |
H A D | ogg_speex.c | 367 { fprintf (stderr, "Invalid/corrupted comments\n") ; in spx_print_comments() 374 { fprintf (stderr, "Invalid/corrupted comments\n") ; in spx_print_comments() 377 (void) fwrite (c, 1, len, stderr) ; in spx_print_comments() 379 fprintf (stderr, "\n") ; in spx_print_comments() 381 { fprintf (stderr, "Invalid/corrupted comments\n") ; in spx_print_comments() 388 { fprintf (stderr, "Invalid/corrupted comments\n") ; in spx_print_comments() 394 { fprintf (stderr, "Invalid/corrupted comments\n") ; in spx_print_comments() 397 (void) fwrite (c, 1, len, stderr) ; in spx_print_comments() 399 fprintf (stderr, "\n") ; in spx_print_comments()
|
/third_party/jerryscript/tools/ |
H A D | run-tests.py | 247 sys.stderr.write('%s%s%s\n' % (TERM_BLUE, cmd_type, TERM_NORMAL)) 249 sys.stderr.write(''.join('%s%s=%r \\%s\n' % (TERM_BLUE, var, val, TERM_NORMAL) 251 sys.stderr.write('%s%s%s\n' % (TERM_BLUE, (' \\%s\n\t%s' % (TERM_NORMAL, TERM_BLUE)).join(cmd), TERM_NORMAL)) 254 sys.stderr.write('%sSkipping: %s' % (TERM_YELLOW, job.name)) 256 sys.stderr.write(' (%s)' % job.skip) 257 sys.stderr.write('%s\n' % TERM_NORMAL) 289 sys.stderr.write('(skipping: already built at %s with returncode %d)\n' % (build_dir_path, ret)) 326 sys.stderr.write('(skipping: already tested with %s)\n' % build_dir_path) 335 sys.stderr.write('(skipping: already tested with equivalent %s)\n' % tested_hashes[bin_hash])
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_aux_map.c | 227 fprintf(stderr, "AUX-MAP L3: 0x%"PRIx64", map=%p\n", in intel_aux_map_init() 320 fprintf(stderr, "AUX-MAP entry %s, bpp_enc=%d\n", in intel_aux_map_format_bits() 357 fprintf(stderr, "AUX-MAP L3[0x%x]: 0x%"PRIx64", map=%p\n", in get_aux_entry() 374 fprintf(stderr, "AUX-MAP L2[0x%x]: 0x%"PRIx64", map=%p\n", in get_aux_entry() 399 fprintf(stderr, "AUX-MAP 0x%"PRIx64" => 0x%"PRIx64"\n", address, in add_mapping() 415 fprintf(stderr, "AUX-MAP L1[0x%x] 0x%"PRIx64" -> 0x%"PRIx64"\n", in add_mapping() 429 fprintf(stderr, "AUX-MAP L1[0x%x] is already marked valid!\n", in add_mapping() 509 fprintf(stderr, "AUX-MAP [0x%x][0x%x][0x%x] L1 entry removed!\n", in remove_mapping() 529 fprintf(stderr, "AUX-MAP remove 0x%"PRIx64"-0x%"PRIx64"\n", address, in intel_aux_map_unmap_range()
|