/third_party/glfw/tests/ |
H A D | clipboard.c | 53 fprintf(stderr, "Error: %s\n", description); in error_callback() 114 fprintf(stderr, "Failed to initialize GLFW\n"); in main() 123 fprintf(stderr, "Failed to open GLFW window\n"); in main()
|
/third_party/curl/docs/examples/ |
H A D | threaded-ssl.c | 154 fprintf(stderr, "Couldn't run thread number %d, errno %d\n", i, error); in main() 156 fprintf(stderr, "Thread %d, gets %s\n", i, urls[i]); in main() 162 fprintf(stderr, "Thread %d terminated\n", i); in main()
|
/third_party/alsa-lib/test/ |
H A D | omixer.c | 61 fprintf(stderr, "Playback PCM open error: %s\n", snd_strerror(err)); in main() 72 fprintf(stderr, "Capture PCM open error: %s\n", snd_strerror(err)); in main() 80 fprintf(stderr, "mixer open error: %s\n", snd_strerror(err)); in main()
|
/third_party/libunwind/libunwind/tests/ |
H A D | Gtest-concurrent.c | 43 do { fprintf (stderr, args); ++nerrors; } while (0) 96 fprintf (stderr, "FAILURE: Failed to create %u threads " in doit() 129 fprintf (stderr, "FAILURE: detected %d errors\n", nerrors); in main()
|
H A D | Gtest-exc.c | 44 { ++nerrors; fprintf (stderr, args); } 162 fprintf (stderr, "Usage: %s depth\n" in main() 171 fprintf (stderr, in main()
|
/third_party/libuv/docs/code/cgi/ |
H A D | main.c | 12 fprintf(stderr, "Process exited with status %" PRId64 ", signal %d\n", exit_status, term_signal); in cleanup_handles() 45 fprintf(stderr, "%s\n", uv_strerror(r)); in invoke_cgi_script() 77 fprintf(stderr, "Listen error %s\n", uv_err_name(r)); in main()
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
H A D | optimization_test.py | 89 stderr=subprocess.PIPE, 101 print('Unexpected output on stderr: {}'.format(err), 109 print(l, file=sys.stderr) 123 print('Skipping due to inability to run host binaries', file=sys.stderr)
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | forker.c | 63 * to stderr and the process will exit with a value of errno. 87 * a error message will be printed to stderr. The error message 135 fprintf(stderr, in background() 157 char *prefix) /* if ! NULL, an message will be printed to stderr */ in forker() 173 fprintf(stderr, in forker() 200 fprintf(stderr, in forker()
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_cgl.c | 56 fprintf(stderr, "error: %s\n", dlerror()); in sym() 81 fprintf(stderr, "error: unable to dlopen %s : %s\n", in apple_cgl_init() 95 fprintf(stderr, "WARNING: the CGL major version has changed!\n" in apple_cgl_init()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_fence.c | 85 fprintf(stderr, "Failed to create syncobj to wait on: %d\n", in v3d_fence_wait() 92 fprintf(stderr, "Failed to import fence to syncobj: %d\n", ret); in v3d_fence_wait() 133 fprintf(stderr, "export failed\n"); in v3d_fence_create()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_interpolation_map.c | 94 fprintf(stderr, "VUE map:\n"); in brw_setup_vue_interpolation() 98 fprintf(stderr, "%d: --\n", i); in brw_setup_vue_interpolation() 102 fprintf(stderr, "%d: %d %s ofs %d\n", in brw_setup_vue_interpolation()
|
/third_party/node/test/internet/ |
H A D | test-corepack-yarn-install.js | 52 function handleExit(error, stdout, stderr) { 58 process.stderr.write(stderr);
|
/third_party/node/test/parallel/ |
H A D | test-http-chunk-problem.js | 54 (err, stdout, stderr) => { 55 if (stderr.trim() !== '') { 56 console.log(stderr);
|
H A D | test-http-full-response.js | 43 exec(command, function(err, stdout, stderr) { 45 if (/ab|apr/i.test(stderr)) { 46 common.printSkipMessage(`problem spawning \`ab\`.\n${stderr}`);
|
H A D | test-npm-install.js | 54 function handleExit(error, stdout, stderr) { 59 process.stderr.write(stderr);
|
H A D | test-trace-events-async-hooks-worker.js | 23 { eval: true, stdout: true, stderr: true }); 26 worker.stderr.on('data', 45 console.log('process stderr:', proc.stderr.toString());
|
/third_party/node/deps/v8/tools/cppgc/ |
H A D | export_to_github.sh | 44 echo -e "${RED}${1}${NOCOLOR}" > /dev/stderr 49 echo -e "${BLUE}${1}${NOCOLOR}" > /dev/stderr 54 echo -e "${GREEN}${1}${NOCOLOR}" > /dev/stderr
|
/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()
|