/third_party/curl/tests/libtest/ |
H A D | lib554.c | 151 fprintf(stderr, "curl_easy_init() failed\n"); in once() 197 fprintf(stderr, "curl_global_init() failed\n"); in test()
|
H A D | lib2404.c | 54 fprintf(stderr, "curl_slist_append() failed\n"); in test() 93 fprintf(stderr, "Start at URL 0\n"); in test()
|
H A D | testtrace.c | 119 fprintf(stderr, "%s== Info: %s", timestr, (char *)data); in libtest_debug_cb() 143 libtest_debug_dump(timebuf, text, stderr, data, size, trace_cfg->nohex); in libtest_debug_cb()
|
/third_party/curl/tests/unit/ |
H A D | unit3200.c | 101 fprintf(stderr, "Test %zd...", i); 161 fprintf(stderr, "OK\n");
|
H A D | unit1604.c | 328 fprintf(stderr, "\n" 354 fprintf(stderr, "Skipped test not for this platform\n");
|
/third_party/eudev/src/udev/ |
H A D | udevadm-settle.c | 75 fprintf(stderr, "Invalid timeout value '%s': %s\n", in adm_settle() 105 fprintf(stderr, "Extraneous argument: '%s'\n", argv[optind]); in adm_settle()
|
/third_party/ffmpeg/libavcodec/tests/ |
H A D | mjpegenc_huffman.c | 73 fprintf(stderr, in check_lengths() 146 fprintf(stderr, in main()
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | pixelutils.c | 85 fprintf(stderr, "malloc failure\n"); in main() 140 fprintf(stderr, "malloc failure\n"); in main()
|
/third_party/glfw/tests/ |
H A D | threads.c | 54 fprintf(stderr, "Error: %s\n", description); in error_callback() 125 fprintf(stderr, "Failed to create secondary thread\n"); in main()
|
/third_party/curl/docs/examples/ |
H A D | htmltidy.c | 110 fprintf(stderr, "%s\n", tidy_errbuf.bp); /* show errors */ in main() 116 fprintf(stderr, "%s\n", curl_errbuf); in main()
|
H A D | multi-debugcallback.c | 102 fprintf(stderr, "== Info: %s", data); in my_trace() 120 dump(text, stderr, data, size, TRUE); in my_trace()
|
/third_party/cups-filters/cupsfilters/ |
H A D | lut.c | 84 fprintf(stderr, "DEBUG: Loaded LUT %s from PPD with values [%.3f %.3f %.3f %.3f]\n", in cupsLutLoad() 186 fprintf(stderr, "DEBUG: %d = %d/%d/%d\n", start, lut[start].intensity, in cupsLutNew()
|
/third_party/icu/tools/multi/proj/provider/ |
H A D | caldiff.cpp | 36 fprintf(stderr, "ICU %s init: %s\n", U_ICU_VERSION, u_errorName(status)); in setup() 40 fprintf(stderr, "# Calendars now available: %d,\t%s - %d providers expected.\n", count, u_errorName(status), (int32_t)PROVIDER_COUNT); in setup() 45 // fprintf(stderr, "Warning: ICU %s doesn't support date providers. Need at least 49.\n", U_ICU_VERSION ); in main()
|
/third_party/libuv/src/win/ |
H A D | error.c | 52 fprintf(stderr, "%s: (%d) %s", syscall, errorno, errmsg); in uv_fatal_error() 54 fprintf(stderr, "(%d) %s", errorno, errmsg); in uv_fatal_error()
|
/third_party/libuv/test/ |
H A D | benchmark-spawn.c | 158 fprintf(stderr, "spawn: %.0f spawns/s\n", in BENCHMARK_IMPL() 160 fflush(stderr); in BENCHMARK_IMPL()
|
H A D | benchmark-ping-udp.c | 68 fprintf(stderr, "ping_pongs: %d roundtrips/s\n", in pinger_close_cb() 153 fprintf(stderr, "ping_pongs: %d pingers, ~ %lu roundtrips/s\n", in ping_udp()
|
H A D | test-handle-fileno.c | 105 fprintf(stderr, "Cannot open a TTY fd"); in TEST_IMPL() 106 fflush(stderr); in TEST_IMPL()
|
/third_party/libunwind/libunwind/tests/ |
H A D | test-proc-info.c | 44 { ++errors; fprintf (stderr, args); return -1; } 103 fprintf (stderr, "%s() got called!\n", __FUNCTION__); in put_unwind_info()
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | c_build_helper.py | 108 stderr=subprocess.PIPE, 165 sys.stderr.write('List of {} tests kept at {}\n'
|
/third_party/mesa3d/bin/ |
H A D | symbols-check.py | 37 stderr=open(os.devnull, 'w')).decode("ascii") 60 stderr=open(os.devnull, 'w')).decode("ascii")
|
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | control_flow_tests.cpp | 107 nir_print_shader(b.shader, stderr); in TEST_F() 112 nir_print_shader(b.shader, stderr); in TEST_F()
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | io.c | 48 fprintf(stderr, "%s\n", archive_error_string(io->a)); in io_error() 159 fprintf(stderr, "%s\n", archive_error_string(io->a)); in io_readn()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_cl.c | 63 fprintf(stderr, "failed to allocate memory for command list\n"); in cl_alloc_bo() 72 fprintf(stderr, "failed to map command list buffer\n"); in cl_alloc_bo()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_inherit_test/ |
H A D | cpuset_inherit_testset.sh | 60 /bin/echo "$write_string" > "$write_file" 2> $CPUSET_TMP/stderr 61 mkdir $(dirname $write_file)/2 2> $CPUSET_TMP/stderr
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qir_validate.c | 30 fprintf(stderr, "qir_validate: %s: ", msg); in fail_instr() 32 fprintf(stderr, "\n"); in fail_instr()
|