/third_party/python/Tools/scripts/ |
H A D | finddiv.py | 46 sys.stderr.write("%s: %s\n" % (sys.argv[0], msg)) 47 sys.stderr.write("Usage: %s [-l] file ...\n" % sys.argv[0]) 48 sys.stderr.write("Try `%s -h' for more information.\n" % sys.argv[0]) 56 sys.stderr.write("Can't open: %s\n" % msg) 74 sys.stderr.write("Can't list directory: %s\n" % dir)
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | readppm.c | 75 fprintf(stderr, " Compiled without libpng, zlib or PBMPLUS/NetPBM.\n"); in readpng_version_info() 91 fprintf(stderr, "ERROR: not a PPM file\n"); in readpng_init() 116 fprintf(stderr, "ERROR: maxval = %d\n", maxval); in readpng_init() 157 Trace((stderr, "readpng_get_image: rowbytes = %ld, height = %ld\n", rowbytes, height)); in readpng_get_image() 161 fprintf(stderr, PROGNAME ": image_data buffer would be too large\n", in readpng_get_image()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
H A D | test_https_multi_daemon.c | 62 fprintf (stderr, MHD_E_SERVER_INIT); in test_concurent_daemon_pair() 76 fprintf (stderr, MHD_E_SERVER_INIT); in test_concurent_daemon_pair() 106 fprintf (stderr, "Error (code: %u). l:%d f:%s\n", errorCount, __LINE__, in main() 112 fprintf (stderr, MHD_E_TEST_FILE_CREAT); in main() 130 fprintf (stderr, in main()
|
/third_party/skia/infra/bots/ |
H A D | infra_tests.py | 24 subprocess.check_output(cmd, cwd=cwd, stderr=subprocess.STDOUT) 77 print('Test failures:\n', file=sys.stderr) 79 print('==============================', file=sys.stderr) 80 print(err, file=sys.stderr) 81 print('==============================', file=sys.stderr)
|
/kernel/linux/linux-6.6/scripts/ |
H A D | sorttable.h | 234 fprintf(stderr, "get start_mcount_loc error!"); in get_mcount_loc() 240 fprintf(stderr, "get stop_mcount_loc error!"); in get_mcount_loc() 355 fprintf(stderr, in do_sort() 364 fprintf(stderr, in do_sort() 373 fprintf(stderr, in do_sort() 382 fprintf(stderr, in do_sort() 390 fprintf(stderr, in do_sort() 397 fprintf(stderr, "no __ex_table in file: %s\n", fname); in do_sort() 402 fprintf(stderr, "no .symtab in file: %s\n", fname); in do_sort() 407 fprintf(stderr, "n in do_sort() [all...] |
/third_party/libdrm/radeon/ |
H A D | bof.c | 229 fprintf(stderr, " "); in bof_indent() 236 fprintf(stderr, "--NULL-- for entry %d\n", entry); in bof_print_bof() 241 fprintf(stderr, "%p string [%s %d]\n", bof, (char*)bof->value, bof->size); in bof_print_bof() 244 fprintf(stderr, "%p int32 [%d %d]\n", bof, *(int*)bof->value, bof->size); in bof_print_bof() 247 fprintf(stderr, "%p blob [%d]\n", bof, bof->size); in bof_print_bof() 250 fprintf(stderr, "%p null [%d]\n", bof, bof->size); in bof_print_bof() 253 fprintf(stderr, "%p object [%d %d]\n", bof, bof->array_size / 2, bof->size); in bof_print_bof() 256 fprintf(stderr, "%p array [%d %d]\n", bof, bof->array_size, bof->size); in bof_print_bof() 259 fprintf(stderr, "%p unknown [%d]\n", bof, bof->type); in bof_print_bof() 313 fprintf(stderr, "erro in bof_read() [all...] |
/third_party/mesa3d/src/util/ |
H A D | texcompress_rgtc_tmp.h | 119 fprintf(stderr, "enc0 used\n"); in encode_rgtc_ubyte() 181 fprintf(stderr, "%d ", alphaenc1[i]); in encode_rgtc_ubyte() 183 fprintf(stderr, "cutVals "); in encode_rgtc_ubyte() 185 fprintf(stderr, "%d ", acutValues[i]); in encode_rgtc_ubyte() 187 fprintf(stderr, "srcVals "); in encode_rgtc_ubyte() 190 fprintf(stderr, "%d ", srccolors[j][i]); in encode_rgtc_ubyte() 193 fprintf(stderr, "\n"); in encode_rgtc_ubyte() 328 fprintf(stderr, "block err lin low %d, nr %d\n", blockerrlin1, nralphainrangelow); in encode_rgtc_ubyte() 329 fprintf(stderr, "block err lin high %d, nr %d\n", blockerrlin2, nralphainrangehigh); in encode_rgtc_ubyte() 390 if (alphablockerror1 > 96) fprintf(stderr, "enc in encode_rgtc_ubyte() [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_validate.cpp | 528 fprintf (stderr, in main() 597 fprintf (stderr, "*** Invalid number after -d\n"); in main() 613 fprintf (stderr, "*** Missing number after -s\n"); in main() 634 fprintf (stderr, "*** Missing number after -size\n"); in main() 650 fprintf (stderr, "*** Missing number after -min\n"); in main() 666 fprintf (stderr, "*** Missing number after -max\n"); in main() 682 fprintf (stderr, "*** Missing number after -proxy\n"); in main() 749 fprintf (stderr, "*** Missing file name after -1\n"); in main() 772 fprintf (stderr, "*** Missing file name after -2\n"); in main() 795 fprintf (stderr, "*** Missin in main() [all...] |
/third_party/zlib/examples/ |
H A D | gun.c | 561 fprintf(stderr, "gun cannot open %s\n", inname); in gunzip() 575 fprintf(stderr, "gun cannot create %s\n", outname); in gunzip() 595 fprintf(stderr, "gun warning: trailing garbage ignored in %s\n", in gunzip() 600 fprintf(stderr, "gun data error on %s: %s\n", inname, strm->msg); in gunzip() 604 fprintf(stderr, "gun out of memory error--aborting\n"); in gunzip() 609 fprintf(stderr, "gun write error on %s: %s\n", in gunzip() 613 fprintf(stderr, "gun read error on %s: %s\n", in gunzip() 617 fprintf(stderr, "gun unexpected end of file on %s\n", in gunzip() 623 fprintf(stderr, "gun internal error--aborting\n"); in gunzip() 645 fprintf(stderr, "gu in main() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/ |
H A D | bench_rename.c | 17 fprintf(stderr, "benchmark doesn't support multi-producer!\n"); in validate() 21 fprintf(stderr, "benchmark doesn't support multi-consumer!\n"); in validate() 34 fprintf(stderr, "write failed\n"); in producer() 52 fprintf(stderr, "failed to open skeleton\n"); in setup_ctx() 58 fprintf(stderr, "failed to open /proc/self/comm: %d\n", -errno); in setup_ctx() 69 fprintf(stderr, "failed to attach program!\n"); in attach_bpf()
|
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/examples/ |
H A D | sampling.c | 15 return vfprintf(stderr, fmt, ap); in libperf_print() 44 fprintf(stderr, "failed to create cpus\n"); in main() 50 fprintf(stderr, "failed to create evlist\n"); in main() 56 fprintf(stderr, "failed to create cycles\n"); in main() 66 fprintf(stderr, "failed to open evlist\n"); in main() 72 fprintf(stderr, "failed to mmap evlist\n"); in main()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | help-unknown-cmd.c | 68 fprintf(stderr, "ERROR: Failed to allocate command list for unknown command.\n"); in help_unknown_cmd() 95 fprintf(stderr, "WARNING: You called a perf program named '%s', " in help_unknown_cmd() 100 fprintf(stderr, "in %0.1f seconds automatically...\n", in help_unknown_cmd() 107 fprintf(stderr, "perf: '%s' is not a perf-command. See 'perf --help'.\n", cmd); in help_unknown_cmd() 110 fprintf(stderr, "\nDid you mean %s?\n", in help_unknown_cmd() 114 fprintf(stderr, "\t%s\n", main_cmds.names[i]->name); in help_unknown_cmd()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | syscall.c | 43 fprintf(stderr, "fork failed\n"); in test_fork() 49 fprintf(stderr, "waitpid failed\n"); in test_fork() 62 fprintf(stderr, "fork failed\n"); in test_execve() 66 fprintf(stderr, "execve /bin/true failed\n"); in test_execve() 70 fprintf(stderr, "waitpid failed\n"); in test_execve() 158 fprintf(stderr, "Unknown format:%d\n", bench_format); in bench_syscall_common()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_strncmp.c | 34 fprintf(stderr, "Invalid cmp str len (limit %zu)\n", in strncmp_parse_arg() 54 fprintf(stderr, "strncmp benchmark doesn't support consumer!\n"); in strncmp_validate() 67 fprintf(stderr, "invalid string size (target %zu, src %zu)\n", in strncmp_setup() 76 fprintf(stderr, "failed to open skeleton\n"); in strncmp_setup() 95 fprintf(stderr, "failed to load skeleton\n"); in strncmp_setup() 107 fprintf(stderr, "failed to attach program!\n"); in strncmp_attach_prog()
|
H A D | bench_rename.c | 17 fprintf(stderr, "benchmark doesn't support multi-producer!\n"); in validate() 21 fprintf(stderr, "benchmark doesn't support consumer!\n"); in validate() 34 fprintf(stderr, "write failed\n"); in producer() 52 fprintf(stderr, "failed to open skeleton\n"); in setup_ctx() 58 fprintf(stderr, "failed to open /proc/self/comm: %d\n", -errno); in setup_ctx() 69 fprintf(stderr, "failed to attach program!\n"); in attach_bpf()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | help-unknown-cmd.c | 68 fprintf(stderr, "ERROR: Failed to allocate command list for unknown command.\n"); in help_unknown_cmd() 96 fprintf(stderr, "WARNING: You called a perf program named '%s', " in help_unknown_cmd() 101 fprintf(stderr, "in %0.1f seconds automatically...\n", in help_unknown_cmd() 108 fprintf(stderr, "perf: '%s' is not a perf-command. See 'perf --help'.\n", cmd); in help_unknown_cmd() 111 fprintf(stderr, "\nDid you mean %s?\n", in help_unknown_cmd() 115 fprintf(stderr, "\t%s\n", main_cmds.names[i]->name); in help_unknown_cmd()
|
/kernel/linux/linux-6.6/scripts/selinux/genheaders/ |
H A D | genheaders.c | 35 fprintf(stderr, "%s: out of memory\n", progname); in stoupperx() 57 fprintf(stderr, "Could not open %s for writing: %s\n", in main() 111 fprintf(stderr, "Could not successfully close %s: %s\n", in main() 118 fprintf(stderr, "Could not open %s for writing: %s\n", in main() 136 fprintf(stderr, "Too many permissions to fit into an access vector at (%s, %s).\n", in main() 151 fprintf(stderr, "Could not successfully close %s: %s\n", in main()
|
/kernel/linux/linux-6.6/tools/lib/perf/Documentation/examples/ |
H A D | sampling.c | 15 return vfprintf(stderr, fmt, ap); in libperf_print() 44 fprintf(stderr, "failed to create cpus\n"); in main() 50 fprintf(stderr, "failed to create evlist\n"); in main() 56 fprintf(stderr, "failed to create cycles\n"); in main() 66 fprintf(stderr, "failed to open evlist\n"); in main() 72 fprintf(stderr, "failed to mmap evlist\n"); in main()
|
/kernel/linux/linux-6.6/samples/hid/ |
H A D | hid_mouse.c | 44 fprintf(stderr, in usage() 47 fprintf(stderr, in usage() 113 fprintf(stderr, "%s %s:%d", __func__, __FILE__, __LINE__); in main() 120 fprintf(stderr, "can not open HID device: %m\n"); in main() 127 fprintf(stderr, "can't locate attach prog: %m\n"); in main() 140 fprintf(stderr, "can't attach prog to hid device %d: %m (err: %d)\n", in main()
|
/third_party/curl/tests/libtest/ |
H A D | libauthretry.c | 39 fprintf(stderr, "Not enough memory for full url\n"); in send_request() 44 fprintf(stderr, "Sending new request %d to %s with credential %s " in send_request() 95 fprintf(stderr, "auth schemes not found on commandline\n"); in test() 100 fprintf(stderr, "curl_global_init() failed\n"); in test() 108 fprintf(stderr, "curl_easy_init() failed\n"); in test() 126 fprintf(stderr, "curl_easy_init() failed\n"); in test()
|
/third_party/ffmpeg/libavfilter/tests/ |
H A D | filtfmts.c | 93 fprintf(stderr, "Missing filter name as argument\n"); in main() 108 fprintf(stderr, "Unrecognized filter with name '%s'\n", filter_name); in main() 114 fprintf(stderr, "Impossible to open filter with name '%s'\n", in main() 119 fprintf(stderr, "Impossible to init filter '%s' with arguments '%s'\n", in main() 128 fprintf(stderr, "Unable to allocate memory for filter input link\n"); in main() 138 fprintf(stderr, "Unable to allocate memory for filter output link\n"); in main()
|
/third_party/alsa-utils/axfer/ |
H A D | mapper.c | 103 fprintf(stderr, "Mapper: %s\n", in mapper_context_pre_process() 105 fprintf(stderr, " target: %s\n", in mapper_context_pre_process() 107 fprintf(stderr, " access: %s\n", in mapper_context_pre_process() 109 fprintf(stderr, " bytes/sample: %u\n", in mapper_context_pre_process() 111 fprintf(stderr, " samples/frame: %u\n", in mapper_context_pre_process() 113 fprintf(stderr, " frames/buffer: %lu\n", in mapper_context_pre_process()
|
/third_party/curl/docs/examples/ |
H A D | chkspeed.c | 79 fprintf(stderr, in main() 85 fprintf(stderr, "\r%s %s - %s\n", in main() 127 fprintf(stderr, "\r%s: invalid parameter %s\n", in main() 133 fprintf(stderr, "\r%s: invalid or unknown option %s\n", in main() 137 fprintf(stderr, "\r%s: invalid or unknown option %s\n", in main() 213 fprintf(stderr, "Error while fetching '%s' : %s\n", in main()
|
/third_party/mesa3d/src/asahi/compiler/test/ |
H A D | agx_test.h | 107 fprintf(stderr, "Pass produced unexpected results"); \ 108 fprintf(stderr, " Actual:\n"); \ 109 agx_print_shader(A, stderr); \ 110 fprintf(stderr, " Expected:\n"); \ 111 agx_print_shader(B, stderr); \ 112 fprintf(stderr, "\n"); \
|
/third_party/node/test/common/ |
H A D | child_process.js | 41 console.error('child stderr'); 66 stderr: stderrCheck, 81 console.error(`${tag} --- stderr ---`); 82 console.error(stderrStr === undefined ? child.stderr.toString() : stderrStr); 95 stderrStr = child.stderr.toString(); 98 failures.push(`- stderr ${reason}`); 111 return { child, stderr: stderrStr, stdout: stdoutStr };
|