/third_party/ffmpeg/tests/checkasm/ |
H A D | synth_filter.c | 96 fprintf(stderr, "offsets do not match: %d, %d", offset0, offset1); in checkasm_check_synth_filter() 108 fprintf(stderr, "out: %11g (0x%08x); %11g (0x%08x); abs diff %11g\n", in checkasm_check_synth_filter() 110 fprintf(stderr, "buf2: %11g (0x%08x); %11g (0x%08x); abs diff %11g\n", in checkasm_check_synth_filter()
|
/third_party/astc-encoder/Test/ |
H A D | astc_size_binary.py | 60 result = sp.run(args, stdout=sp.PIPE, stderr=sp.PIPE, 91 result = sp.run(args, stdout=sp.PIPE, stderr=sp.PIPE, 180 print(" %s" % ex.stderr.strip())
|
/third_party/backends/sanei/ |
H A D | sanei_init_debug.c | 137 if (is_socket(fileno(stderr))) in sanei_debug_msg() 161 fprintf (stderr, "[%02d:%02d:%02d.%06ld] [%s] ", t->tm_hour, t->tm_min, t->tm_sec, tv.tv_usec, be); in sanei_debug_msg() 162 vfprintf (stderr, fmt, ap); in sanei_debug_msg()
|
/third_party/cJSON/tests/ |
H A D | readme_examples.c | 109 fprintf(stderr, "Failed to print monitor.\n"); in create_monitor() 160 fprintf(stderr, "Failed to print monitor.\n"); in create_monitor_with_helpers() 181 fprintf(stderr, "Error before: %s\n", error_ptr); in supports_full_hd()
|
/third_party/curl/docs/examples/ |
H A D | debug.c | 97 fprintf(stderr, "== Info: %s", data); in my_trace() 121 dump(text, stderr, (unsigned char *)data, size, config->trace_ascii); in my_trace() 148 fprintf(stderr, "curl_easy_perform() failed: %s\n", in main()
|
H A D | smooth-gtk-thread.c | 134 fprintf(stderr, "Couldn't run thread number %d, errno %d\n", i, error); in create_thread() 136 fprintf(stderr, "Thread %d, gets %s\n", i, urls[i]); in create_thread() 142 fprintf(stderr, "Thread %d terminated\n", i); in create_thread()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | filetools.cpp | 66 fprintf(stderr, "%s:%d: %s\n", __FILE__, __LINE__, u_errorName(status)); in isFileModTimeLater() 89 fprintf(stderr, "Unable to open directory: %s\n", checkAgainst); in isFileModTimeLater() 127 fprintf(stderr, "Unable to get stats from file: %s or %s\n", file1, file2); in whichFileModTimeIsLater()
|
/third_party/libunwind/libunwind/tests/ |
H A D | Gtest-resume-sig.c | 45 do { fprintf (stderr, args); ++nerrors; } while (0) 169 fprintf (stderr, "sigaction() failed: %s\n", strerror (errno)); in main() 193 fprintf (stderr, "FAILURE: detected %d errors\n", nerrors); in main()
|
H A D | test-async-sig.c | 64 { ++nerrors; fprintf (stderr, args); return; } 153 fprintf (stderr, "FAILURE: detected %d errors\n", nerrors); in sighandler() 188 fprintf (stderr, "Too many errors (%d)\n", nerrors); in main()
|
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_asic_id.c | 118 fprintf(stderr, "%s: %s\n", AMDGPU_ASIC_ID_TABLE, in amdgpu_parse_asic_ids() 152 fprintf(stderr, "Invalid format: %s: line %d: %s\n", in amdgpu_parse_asic_ids() 155 fprintf(stderr, "%s: Cannot parse ASIC IDs: %s\n", in amdgpu_parse_asic_ids()
|
/third_party/ltp/testcases/kernel/fs/fs-bench/ |
H A D | create-files.c | 77 fprintf(stderr, "\nTotal create files: %d\n", filecount); in main() 105 fprintf(stderr, "\nTotal create files: %d\n", filecount); in create_file() 113 fprintf(stderr, "\nTotal create files: %d\n", filecount); in create_file()
|
/third_party/mesa3d/src/gallium/winsys/etnaviv/drm/ |
H A D | etnaviv_drm_winsys.c | 72 fprintf(stderr, "os_same_file_description couldn't determine if " in equal_file_description() 107 fprintf(stderr, "Error creating device\n"); in screen_create() 114 fprintf(stderr, "Error creating gpu\n"); in screen_create()
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx_surface.c | 74 fprintf(stderr, "error: xp_attach_gl_context returned: %d\n", error); in surface_make_current() 104 fprintf(stderr, "xp_destroy_surface error: %d\n", (int) error); in surface_destroy() 149 fprintf(stderr, "error: xp_import_surface returned: %d\n", error); in create_surface()
|
/third_party/node/lib/ |
H A D | wasi.js | 73 const { stdin = 0, stdout = 1, stderr = 2 } = options; 76 validateInt32(stderr, 'options.stderr', 0); 77 const stdio = [stdin, stdout, stderr];
|
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/ |
H A D | v8_commands.py | 125 stderr=subprocess.PIPE, 130 sys.stderr.write("Error executing: %s\n" % popen_args) 140 sys.stderr.write('Error: Process %s already ended.\n' % process.pid)
|
/third_party/node/test/sequential/ |
H A D | test-diagnostic-dir-heap-prof.js | 44 console.log(output.stderr.toString()); 82 console.log(output.stderr.toString()); 110 console.log(output.stderr.toString());
|
H A D | test-util-debug.js | 91 child.stderr.setEncoding('utf8'); 92 child.stderr.on('data', (c) => { 117 Object.defineProperty(process.stderr, 'hasColors', {
|
/third_party/node/tools/ |
H A D | v8-json-to-junit.py | 92 stderr = failing_test["stderr"].strip() 93 if len(stderr): 94 failing_output.append("stderr:") 95 failing_output.append(stderr)
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | filetools.cpp | 66 fprintf(stderr, "%s:%d: %s\n", __FILE__, __LINE__, u_errorName(status)); in isFileModTimeLater() 89 fprintf(stderr, "Unable to open directory: %s\n", checkAgainst); in isFileModTimeLater() 127 fprintf(stderr, "Unable to get stats from file: %s or %s\n", file1, file2); in whichFileModTimeIsLater()
|
/third_party/node/deps/npm/node_modules/debug/src/ |
H A D | node.js | 34 if (supportsColor && (supportsColor.stderr || supportsColor).level >= 2) { 158 tty.isatty(process.stderr.fd); 190 * Invokes `util.format()` with the specified arguments and writes to stderr. 194 return process.stderr.write(util.format(...args) + '\n');
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/ |
H A D | test-validate-fau.cpp | 32 fprintf(stderr, "Incorrect validation for:\n"); \ 33 bi_print_instr(instr, stderr); \ 34 fprintf(stderr, "\n"); \
|
/third_party/libfuse/example/ |
H A D | null.c | 126 fprintf(stderr, "missing mountpoint parameter\n"); in main() 131 fprintf(stderr ,"failed to access mountpoint %s: %s\n", in main() 138 fprintf(stderr, "mountpoint is not a regular file\n"); in main()
|
/third_party/libfuse/test/ |
H A D | test_ctests.py | 41 subprocess.check_call(cmdline, stdout=output_checker.fd, stderr=output_checker.fd) 59 stderr=output_checker.fd) 89 stderr=output_checker.fd)
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress02.c | 42 #define ERROR(M) (void)fprintf(stderr, "%s: errno = %d; " M "\n", \ 90 (void)fprintf(stderr, "argc == 0\n"); in main() 94 (void)fprintf(stderr, "usage: %s\n", argv[0]); in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/ |
H A D | tirpc_expertlevel_clnt_call_performance.c | 123 fprintf(stderr, "err nconf\n"); in main() 138 fprintf(stderr, "rpcb_getaddr failed!!\n"); in main() 177 fprintf(stderr, "lf time = %lf usecn\n", resultTbl[i]); in main()
|