Home
last modified time | relevance | path

Searched refs:stderr (Results 1176 - 1200 of 5497) sorted by relevance

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

/third_party/libdrm/tests/tegra/
H A Dvic40.c57 fprintf(stderr, "failed to map configuration structure: %s\n", in vic40_fill()
99 fprintf(stderr, "failed to map configuration structure: %s\n", in vic40_blit()
168 fprintf(stderr, "failed to map configuration structure: %s\n", in vic40_flip()
291 fprintf(stderr, "failed to allocate syncpoint: %s\n", strerror(-err)); in vic40_new()
297 fprintf(stderr, "failed to allocate configuration structurer: %s\n", in vic40_new()
305 fprintf(stderr, "failed to map configuration structure: %s\n", in vic40_new()
312 fprintf(stderr, "failed to allocate filter buffer: %s\n", in vic40_new()
319 fprintf(stderr, "failed to map filter buffer: %s\n", strerror(-err)); in vic40_new()
329 fprintf(stderr, "failed to map filter buffer: %s\n", in vic40_new()
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_openssl.c192 * TEST_ENC_OPENSSL_RC4_OTHERS - print a one line message to stderr each time
194 * TEST_ENG_OPENSSL_RC4_P_INIT - print a one line message to stderr each time
211 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_init_key() called\n"); in test_rc4_init_key()
224 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_cipher() called\n"); in test_rc4_cipher()
312 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) returning NULL for " in openssl_ciphers()
329 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_init() called\n"); in test_sha1_init()
337 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_update() called\n"); in test_sha1_update()
345 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_final() called\n"); in test_sha1_final()
406 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) returning NULL for " in openssl_digests()
423 fprintf(stderr, "(TEST_ENG_OPENSSL_PKE in openssl_load_privkey()
[all...]
/third_party/openssl/crypto/engine/
H A Deng_openssl.c192 * TEST_ENC_OPENSSL_RC4_OTHERS - print a one line message to stderr each time
194 * TEST_ENG_OPENSSL_RC4_P_INIT - print a one line message to stderr each time
211 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_init_key() called\n"); in test_rc4_init_key()
224 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) test_cipher() called\n"); in test_rc4_cipher()
312 fprintf(stderr, "(TEST_ENG_OPENSSL_RC4) returning NULL for " in openssl_ciphers()
329 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_init() called\n"); in test_sha1_init()
337 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_update() called\n"); in test_sha1_update()
345 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) test_sha1_final() called\n"); in test_sha1_final()
406 fprintf(stderr, "(TEST_ENG_OPENSSL_SHA) returning NULL for " in openssl_digests()
423 fprintf(stderr, "(TEST_ENG_OPENSSL_PKE in openssl_load_privkey()
[all...]
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Ddemo.c496 fprintf (stderr, in process_upload_data()
503 fprintf (stderr, "No filename, aborting upload\n"); in process_upload_data()
509 fprintf (stderr, in process_upload_data()
559 fprintf (stderr, in process_upload_data()
572 fprintf (stderr, in process_upload_data()
622 fprintf (stderr, in response_completed_callback()
828 fprintf (stderr, in ignore_sigpipe()
853 fprintf (stderr, in main()
895 fprintf (stderr, "HTTP server running. Press ENTER to stop the server\n"); in main()
H A Ddemo_https.c497 fprintf (stderr, in process_upload_data()
504 fprintf (stderr, "No filename, aborting upload\n"); in process_upload_data()
510 fprintf (stderr, in process_upload_data()
560 fprintf (stderr, in process_upload_data()
573 fprintf (stderr, in process_upload_data()
623 fprintf (stderr, in response_completed_callback()
829 fprintf (stderr, in ignore_sigpipe()
904 fprintf (stderr, in main()
948 fprintf (stderr, "HTTP server running. Press ENTER to stop the server\n"); in main()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_quiesce.c212 fprintf (stderr, in testGet()
234 fprintf (stderr, "pthread_create failed\n"); in testGet()
243 fprintf (stderr, in testGet()
253 fprintf (stderr, "pthread_join failed\n"); in testGet()
260 fprintf (stderr, "ServeOneRequest() error: %s\n", thrdRet); in testGet()
268 fprintf(stderr, "%s\n", cbc.buf); in testGet()
276 fprintf(stderr, "%s\n", cbc.buf); in testGet()
288 fprintf (stderr, "curl_easy_perform should fail\n"); in testGet()
454 fprintf (stderr, "Error (code: %u)\n", errorCount); in main()
/third_party/python/Lib/test/
H A Dtest_source_encoding.py73 stderr=subprocess.PIPE)
157 retcode, stdout, stderr = script_helper.assert_python_failure(TESTFN)
160 self.assertIn(b"Non-UTF-8 code starting with '\\xb1'", stderr)
169 retcode, stdout, stderr = script_helper.assert_python_ok(TESTFN)
170 self.assertIn(b"SyntaxWarning: invalid binary litera", stderr)
171 self.assertEqual(stderr.count(source.encode()), 1)
274 rc, stdout, stderr = script_helper.assert_python_failure(fn)
278 self.assertIn(b"Non-UTF-8 code starting with", stderr)
279 self.assertIn(b"on line 4", stderr)
/third_party/libwebsockets/win32port/zlib/
H A Dinflate.c126 Tracev((stderr, "inflate: reset\n"));
190 Tracev((stderr, "inflate: allocated\n"));
665 Tracev((stderr, "inflate: zlib header ok\n"));
823 Tracev((stderr, "inflate: stored block%s\n",
829 Tracev((stderr, "inflate: fixed codes block%s\n",
838 Tracev((stderr, "inflate: dynamic codes block%s\n",
857 Tracev((stderr, "inflate: stored length %u\n",
878 Tracev((stderr, "inflate: stored end\n"));
896 Tracev((stderr, "inflate: table sizes ok\n"));
917 Tracev((stderr, "inflat
[all...]
/third_party/cups-filters/fontembed/
H A Dembed_sfnt.c73 fprintf(stderr,"WARNING: no fontName\n"); in emb_otf_get_fontname()
117 fprintf(stderr,"WARNING: no italicAngle, no monospaced flag\n"); in emb_otf_get_pdf_fontdescr()
166 fprintf(stderr,"WARNING: no OS/2 table\n"); in emb_otf_get_pdf_fontdescr()
172 fprintf(stderr,"WARNING: no ascent/descent, capHeight, stemV, flags\n"); in emb_otf_get_pdf_fontdescr()
250 fprintf(stderr,"WARNING: empty embedding range\n"); in emb_otf_get_pdf_widths()
257 fprintf(stderr,"Unsupported OTF font / cmap table \n"); in emb_otf_get_pdf_widths()
273 fprintf(stderr,"Bad glyphid\n"); in emb_otf_get_pdf_widths()
302 fprintf(stderr,"Unsupported OTF font / cmap table \n"); in emb_otf_get_pdf_cidwidths()
499 fprintf(stderr,"Encoding too big(%d) for Type42\n",len); in emb_otf_ps()
503 fprintf(stderr,"A in emb_otf_ps()
[all...]
/third_party/node/deps/v8/tools/unittests/
H A Drun_tests_test.py37 'Result', ['stdout', 'stderr', 'returncode'])
41 (self.returncode, self.stdout, self.stderr))
84 """Wrapper that replaces system stdout/stderr an provides the streams."""
86 olderr = sys.stderr
89 stderr=StringIO()
91 sys.stderr = stderr
92 yield stdout, stderr
95 sys.stderr = olderr
100 with capture() as (stdout, stderr)
[all...]
/third_party/zlib/test/
H A Dinfcover.c41 mem_used(&strm, "msg") prints to stderr "msg" and the total bytes used
42 mem_high(&strm, "msg") prints to stderr "msg" and the high water mark
48 problem is printed to stderr. If everything is
188 fprintf(stderr, "%s: %lu allocated\n", prefix, zone->total); in mem_used()
196 fprintf(stderr, "%s: %lu high water mark\n", prefix, zone->highwater); in mem_high()
221 fprintf(stderr, "** %s: %lu bytes in %d blocks not freed\n", in mem_done()
224 fprintf(stderr, "** %s: %d frees not LIFO\n", prefix, zone->notlifo); in mem_done()
226 fprintf(stderr, "** %s: %d frees not recognized\n", in mem_done()
384 fputs("inflate built-in memory routines\n", stderr); in cover_support()
397 fputs("inflate bad parameters\n", stderr); in cover_wrap()
[all...]
/third_party/curl/tests/libtest/
H A Dlib501.c36 fprintf(stderr, "curl_global_init() failed\n"); in test()
42 fprintf(stderr, "curl_easy_init() failed\n"); in test()
H A Dlib520.c34 fprintf(stderr, "curl_global_init() failed\n"); in test()
40 fprintf(stderr, "curl_easy_init() failed\n"); in test()
H A Dlib524.c34 fprintf(stderr, "curl_global_init() failed\n"); in test()
40 fprintf(stderr, "curl_easy_init() failed\n"); in test()
H A Dlib559.c35 fprintf(stderr, "curl_global_init() failed\n"); in test()
41 fprintf(stderr, "curl_easy_init() failed\n"); in test()
/third_party/f2fs-tools/fsck/
H A Dcommon.h19 fprintf(stderr, "[ERROR] %s:%d:%s:: " format "\n", \
24 fprintf(stderr, "[DEBUG] %s:%d:%s:: " format "\n", \
/third_party/ffmpeg/libavcodec/tests/
H A Dmathops.c32 fprintf(stderr, "ff_sqrt failed at %u with %u\n", s, root); in main()
36 fprintf(stderr, "ff_sqrt failed at %u with %u\n", s, root); in main()
/third_party/alsa-lib/test/lsb/
H A Dtest.h12 fprintf(stderr, "%s:%d: test failed: %s\n", __FILE__, __LINE__, #cond); \
20 fprintf(stderr, "%s:%d: ALSA function call failed (%s): %s\n", \
/third_party/json/tests/thirdparty/Fuzzer/test/
H A DInitializeTest.cpp17 fprintf(stderr, "LLVMFuzzerInitialize: %s\n", argv0); in LLVMFuzzerInitialize()
24 fprintf(stderr, "BINGO %s\n", argv0); in LLVMFuzzerTestOneInput()
/third_party/ltp/include/
H A Dtst_private.h20 fprintf(stderr, "# "); \
25 fprintf(stderr, "# "); \
/third_party/ltp/lib/tests/
H A Dtst_checkpoint.c46 fprintf(stderr, "Child: checkpoint signaling\n"); in main()
52 fprintf(stderr, "Parent: checkpoint reached\n"); in main()
/third_party/musl/src/stdio/
H A Dstderr.c3 #undef stderr macro
17 FILE *const stderr = &__stderr_FILE; variable
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dstderr.c4 #undef stderr macro
19 FILE *const stderr = &__stderr_FILE; variable
/third_party/musl/porting/linux/user/src/stdio/
H A Dstderr.c3 #undef stderr macro
17 FILE *const stderr = &__stderr_FILE; variable
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dstderr.c4 #undef stderr macro
19 FILE *const stderr = &__stderr_FILE; variable

Completed in 13 milliseconds

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