Home
last modified time | relevance | path

Searched refs:stderr (Results 651 - 675 of 5363) sorted by relevance

1...<<21222324252627282930>>...215

/third_party/node/test/parallel/
H A Dtest-tls-handshake-exception.js54 const stderr = result.stderr.toString();
55 const ok = stderr.includes('Error: eyecatcher');
56 assert(ok, stderr);
/third_party/node/benchmark/misc/
H A Dprint.js19 let stderr = '';
25 node.stderr.on('data', (data) => {
26 stderr += data;
33 console.error('------ stderr ------');
34 console.error(stderr);
/third_party/mesa3d/src/panfrost/perf/
H A Dquick.c9 fprintf(stderr, "No panfrost device\n"); in main()
23 fprintf(stderr, "failed to enable counters (%d)\n", ret); in main()
24 fprintf(stderr, "try `# echo Y > /sys/module/panfrost/parameters/unstable_ioctls`\n"); in main()
47 fprintf(stderr, "failed to disable counters\n"); in main()
/third_party/libexif/test/
H A Dtest-mem.c43 fprintf(stderr, "Out of memory\n"); in main()
56 fprintf(stderr, "Out of memory\n"); in main()
70 fprintf(stderr, "Out of memory\n"); in main()
82 fprintf(stderr, "Out of memory\n"); in main()
/third_party/ltp/testcases/lib/
H A Dtst_timeout_kill.c15 fprintf(stderr, "usage: %s timeout pid\n", name); in print_help()
18 #define print_msg(fmt, ...) fprintf(stderr, fmt "\n", ##__VA_ARGS__)
33 fprintf(stderr, "Invalid timeout '%s'\n", argv[1]); in main()
39 fprintf(stderr, "Invalid pid '%s'\n", argv[2]); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_3/
H A Dtirpc_svc_3.c51 fprintf(stderr, "Cannot get netconfig entry for UDP\n"); in main()
58 fprintf(stderr, "Cannot create service.\n"); in main()
64 fprintf(stderr, "svc_run() returned. ERROR has occurred.\n"); in main()
120 (void)fprintf(stderr, "unable to free arguments\n"); in exm_proc()
/third_party/rust/crates/libc/ci/
H A Druntest-android.rs37 let stderr = String::from_utf8_lossy(&output.stderr); in main()
42 stderr); in main()
44 if !stderr.lines().any(|l| (l.starts_with("PASSED ") && l.contains(" tests")) || l.starts_with("test result: ok")) in main()
/third_party/python/Tools/scripts/
H A Dfixheader.py16 sys.stderr.write('%s: can\'t open: %s\n' % (filename, str(msg)))
21 sys.stderr.write('%s does not begin with C comment\n' % filename)
26 sys.stderr.write('%s: can\'t write: %s\n' % (filename, str(msg)))
29 sys.stderr.write('Processing %s ...\n' % filename)
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/turbo-cov/
H A Dmain.cpp50 fprintf(stderr, "turbo-cov <exe> <profdata>\n"); in main()
60 fprintf(stderr, "Failed to load executable '%s': %s\n", exe, toString(std::move(E)).c_str()); in main()
67 fprintf(stderr, "Could not load coverage information\n"); in main()
73 fprintf(stderr, "%d functions have mismatched data\n", (int)mismatched); in main()
/third_party/openssl/demos/cms/
H A Dcms_ver.c66 fprintf(stderr, "Verification Failure\n"); in main()
70 fprintf(stderr, "Verification Successful\n"); in main()
77 fprintf(stderr, "Error Verifying Data\n"); in main()
78 ERR_print_errors_fp(stderr); in main()
/third_party/openssl/demos/pkey/
H A DEVP_PKEY_DSA_keygen.c32 fprintf(stderr, "EVP_PKEY_CTX_new_from_name() failed\n"); in dsa_genparams()
38 fprintf(stderr, "DSA paramgen failed\n"); in dsa_genparams()
63 fprintf(stderr, "EVP_PKEY_CTX_new_from_pkey() failed\n"); in main()
70 fprintf(stderr, "DSA keygen failed\n"); in main()
/third_party/openssl/demos/smime/
H A Dsmver.c66 fprintf(stderr, "Verification Failure\n"); in main()
70 fprintf(stderr, "Verification Successful\n"); in main()
76 fprintf(stderr, "Error Verifying Data\n"); in main()
77 ERR_print_errors_fp(stderr); in main()
/third_party/skia/third_party/externals/libwebp/extras/
H A Dvwebp_sdl.c70 WFPRINTF(stderr, "Error opening file: %s\n", (const W_CHAR*)file); in main()
75 fprintf(stderr, "File too large.\n"); in main()
81 WFPRINTF(stderr, "Error decoding file %s\n", (const W_CHAR*)file); in main()
96 fprintf(stderr, "SDL support not enabled in %s.\n", argv[0]); in main()
H A Dget_disto.c52 WFPRINTF(stderr, "Error! Could not process file %s\n", in ReadPicture()
217 fprintf(stderr, in Help()
247 fprintf(stderr, "Can't init pictures\n"); in main()
267 fprintf(stderr, "missing file name after %s option.\n", argv[c - 1]); in main()
279 fprintf(stderr, "Error: missing arguments.\n"); in main()
294 fprintf(stderr, "Error while computing the distortion.\n"); in main()
306 fprintf(stderr, "Pictures are not in the same argb format. " in main()
312 fprintf(stderr, "max differences per channel: "); in main()
321 if (range < 0) fprintf(stderr, "\nError computing diff map\n"); in main()
322 fprintf(stderr, "[ in main()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/gencolusb/
H A Dverify_uset.cpp25 fprintf(stderr, "\n -- pat '%c%c%c%c%c'\n", in main()
33 fprintf(stderr, "\n%s:%d: err creating set %s\n", __FILE__, __LINE__, u_errorName(errorCode)); in main()
52 fprintf(stderr, "\n%s:%d: err creating set %s\n", __FILE__, __LINE__, u_errorName(errorCode)); in main()
58 // fprintf(stderr, "\n%s:%d: err %s\n", __FILE__, __LINE__, u_errorName(errorCode)); in main()
63 fprintf(stderr, "\n%s:%d: err %s creating collator\n", __FILE__, __LINE__, u_errorName(errorCode)); in main()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H A Dtest_tls_authentication.c61 fprintf (stderr, MHD_E_SERVER_INIT); in test_secure_get()
83 fprintf (stderr, MHD_E_TEST_FILE_CREAT); in main()
89 fprintf (stderr, "Error (code: %u)\n", errorCount); in main()
106 fprintf (stderr, in main()
/third_party/pulseaudio/src/tests/
H A Dchannelmap-test.c19 fprintf(stderr, "map: <%s>\n", pa_channel_map_snprint(cm, sizeof(cm), &map)); in START_TEST()
23 fprintf(stderr, "map: <%s>\n", pa_channel_map_snprint(cm, sizeof(cm), &map)); in START_TEST()
27 fprintf(stderr, "map: <%s>\n", pa_channel_map_snprint(cm, sizeof(cm), &map)); in START_TEST()
31 fprintf(stderr, "map: <%s>\n", pa_channel_map_snprint(cm, sizeof(cm), &map)); in START_TEST()
/third_party/alsa-utils/seq/aseqnet/
H A Daseqnet.c197 fprintf(stderr, _("can't malloc\n")); in init_buf()
222 fprintf(stderr, _("closing files..\n")); in close_files()
285 fprintf(stderr, _("sequencer opened: %d:%d\n"), in init_seq()
292 fprintf(stderr, _("invalid source address %s\n"), source); in init_seq()
303 fprintf(stderr, _("invalid destination address %s\n"), dest); in init_seq()
362 fprintf(stderr, _("can't get address\n")); in init_server()
376 fprintf(stderr, _("connecting to: %s\n"), buf); in init_server()
414 fprintf(stderr, _("too many connections!\n")); in start_connection()
425 fprintf(stderr, _("accepted[%d]\n"), netfd[i]); in start_connection()
447 fprintf(stderr, in init_client()
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dinfback.c61 Tracev((stderr, "inflate: allocated\n"));
304 Tracev((stderr, "inflate: stored block%s\n",
310 Tracev((stderr, "inflate: fixed codes block%s\n",
315 Tracev((stderr, "inflate: dynamic codes block%s\n",
336 Tracev((stderr, "inflate: stored length %u\n",
354 Tracev((stderr, "inflate: stored end\n"));
374 Tracev((stderr, "inflate: table sizes ok\n"));
395 Tracev((stderr, "inflate: code lengths ok\n"));
478 Tracev((stderr, "inflate: codes ok\n"));
514 Tracevv((stderr, her
[all...]
/third_party/node/deps/zlib/
H A Dinfback.c54 Tracev((stderr, "inflate: allocated\n")); in inflateBackInit_()
291 Tracev((stderr, "inflate: stored block%s\n", in inflateBack()
297 Tracev((stderr, "inflate: fixed codes block%s\n", in inflateBack()
302 Tracev((stderr, "inflate: dynamic codes block%s\n", in inflateBack()
323 Tracev((stderr, "inflate: stored length %u\n", in inflateBack()
341 Tracev((stderr, "inflate: stored end\n")); in inflateBack()
361 Tracev((stderr, "inflate: table sizes ok\n")); in inflateBack()
382 Tracev((stderr, "inflate: code lengths ok\n")); in inflateBack()
465 Tracev((stderr, "inflate: codes ok\n")); in inflateBack()
502 Tracevv((stderr, her in inflateBack()
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcintltst.c119 fprintf(stderr, in main()
125 fprintf(stderr, "After initial u_cleanup: RB cache %s empty.\n", ures_dumpCacheContents()?"WAS NOT":"was"); in main()
142 fprintf(stderr, in main()
147 fprintf(stderr, "*** Exiting. Use the '-w' option if data files were\n*** purposely removed, to continue test anyway.\n"); in main()
161 fprintf(stderr, in main()
166 fprintf(stderr, "*** Exiting. Use the '-w' option if data files were\n*** purposely removed, to continue test anyway.\n"); in main()
177 fprintf(stderr, in main()
182 fprintf(stderr, "*** Exiting. Use the '-w' option if data files were\n*** purposely removed, to continue test anyway.\n"); in main()
193 fprintf(stderr, in main()
198 fprintf(stderr, in main()
[all...]
/third_party/libwebsockets/win32port/zlib/
H A Dinfback.c52 Tracev((stderr, "inflate: allocated\n"));
295 Tracev((stderr, "inflate: stored block%s\n",
301 Tracev((stderr, "inflate: fixed codes block%s\n",
306 Tracev((stderr, "inflate: dynamic codes block%s\n",
327 Tracev((stderr, "inflate: stored length %u\n",
345 Tracev((stderr, "inflate: stored end\n"));
365 Tracev((stderr, "inflate: table sizes ok\n"));
386 Tracev((stderr, "inflate: code lengths ok\n"));
470 Tracev((stderr, "inflate: codes ok\n"));
505 Tracevv((stderr, her
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c57 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
70 fprintf(stderr, "Failed to compile whitespace regex\n"); in is_whitespace()
95 fprintf(stderr, "Failed to compile regex: %s\n", err_buf); in regex_helper()
108 fprintf(stderr, "Failed to match regex: %s\n", err_buf); in regex_helper()
148 fprintf(stderr, "Failed to execute regex for src register.\n"); in init_rc_normal_src()
189 fprintf(stderr, "Could not convert src register index.\n"); in init_rc_normal_src()
200 fprintf(stderr, "First char of swizzle is not valid.\n"); in init_rc_normal_src()
235 fprintf(stderr, "Unknown src register swizzle: %c\n", in init_rc_normal_src()
276 fprintf(stderr, "Failed to execute regex for dst register.\n"); in init_rc_normal_dst()
297 fprintf(stderr, "Unknow in init_rc_normal_dst()
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/ftrandom/
H A Dftrandom.c208 fprintf( stderr, "Can't initialize FreeType.\n" ); in ExecuteTest()
332 fprintf( stderr, in figurefiletype()
340 fprintf( stderr, "Can't open `%s' for typing the file.\n", in figurefiletype()
369 fprintf( stderr, in FindFonts()
389 fprintf( stderr, "Can't allocate memory\n" ); in FindFonts()
407 fprintf( stderr, "Can't find matching font files.\n" ); in FindFonts()
449 fprintf( stderr, "Can't open `%s'\n", item->name ); in copyfont()
456 fprintf( stderr, "Can't create temporary output file `%s'\n", in copyfont()
547 fprintf( stderr, "Can't fork test case.\n" ); in do_test()
635 fprintf( stderr, "Ba in main()
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dinfback.c61 Tracev((stderr, "inflate: allocated\n"));
304 Tracev((stderr, "inflate: stored block%s\n",
310 Tracev((stderr, "inflate: fixed codes block%s\n",
315 Tracev((stderr, "inflate: dynamic codes block%s\n",
336 Tracev((stderr, "inflate: stored length %u\n",
354 Tracev((stderr, "inflate: stored end\n"));
374 Tracev((stderr, "inflate: table sizes ok\n"));
395 Tracev((stderr, "inflate: code lengths ok\n"));
478 Tracev((stderr, "inflate: codes ok\n"));
514 Tracevv((stderr, her
[all...]

Completed in 11 milliseconds

1...<<21222324252627282930>>...215