Home
last modified time | relevance | path

Searched refs:stderr (Results 1101 - 1125 of 5497) sorted by relevance

1...<<41424344454647484950>>...220

/third_party/glfw/tests/
H A Dclipboard.c53 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 Dthreaded-ssl.c154 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 Domixer.c61 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 DGtest-concurrent.c43 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 DGtest-exc.c44 { ++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 Dmain.c12 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 Doptimization_test.py89 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 Dforker.c63 * 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 Dapple_cgl.c56 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 Dv3d_fence.c85 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 Dbrw_interpolation_map.c94 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 Dtest-corepack-yarn-install.js52 function handleExit(error, stdout, stderr) {
58 process.stderr.write(stderr);
/third_party/node/test/parallel/
H A Dtest-http-chunk-problem.js54 (err, stdout, stderr) => {
55 if (stderr.trim() !== '') {
56 console.log(stderr);
H A Dtest-http-full-response.js43 exec(command, function(err, stdout, stderr) {
45 if (/ab|apr/i.test(stderr)) {
46 common.printSkipMessage(`problem spawning \`ab\`.\n${stderr}`);
H A Dtest-npm-install.js54 function handleExit(error, stdout, stderr) {
59 process.stderr.write(stderr);
H A Dtest-trace-events-async-hooks-worker.js23 { 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 Dexport_to_github.sh44 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 Dgraphviz.py90 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 Dnode_mksnapshot.cc30 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 Dbuild_log_perftest.cc108 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 Dlink_program.cpp104 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 Dpause02.c125 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 Drpc_clnt_call_complex.c118 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 D8-1.c68 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 Dpreempt_timing.c108 fprintf(stderr, in main()
111 fprintf(stderr, in main()
114 fprintf(stderr, "Failed to set scheduler, errno %d\n", in main()

Completed in 8 milliseconds

1...<<41424344454647484950>>...220