/third_party/python/Programs/ |
H A D | _freeze_module.c | 88 fprintf(stderr, "cannot open '%s' for reading\n", inpath); in read_text() 94 fprintf(stderr, "cannot fstat '%s'\n", inpath); in read_text() 102 fprintf(stderr, "could not allocate %ld bytes\n", (long) text_size); in read_text() 110 fprintf(stderr, "read too short: got %ld instead of %ld bytes\n", in read_text() 186 fprintf(stderr, "cannot open '%s' for writing\n", outpath); in write_frozen() 196 fprintf(stderr, "error when writing to '%s'\n", outpath); in write_frozen() 216 fprintf(stderr, "need to specify the name, input and output paths\n"); in main()
|
/third_party/selinux/libsepol/tests/ |
H A D | test-expander.c | 82 fprintf(stderr, "out of memory!\n"); in expander_policy_init() 88 fprintf(stderr, "out of memory!\n"); in expander_policy_init() 94 fprintf(stderr, "out of memory!\n"); in expander_policy_init() 102 fprintf(stderr, "read source policy failed %s\n", filename[0]); in expander_policy_init() 110 fprintf(stderr, "read source policy failed %s\n", filename[i]); in expander_policy_init() 116 fprintf(stderr, "link modules failed\n"); in expander_policy_init() 121 fprintf(stderr, "expand modules failed\n"); in expander_policy_init()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfssecaudit.c | 586 fprintf(stderr,"Versions of ntfs-3g and ntfssecaudit" in open_volume() 589 fprintf(stderr,"\"%s\" opened %s\n",volume, in open_volume() 596 fprintf(stderr,"Could not open \"%s\"\n",volume); in open_volume() 600 fprintf(stderr,"You need Administrator rights to open \"%s\"\n", in open_volume() 604 fprintf(stderr,"Looks like \"%s\" is mounted,\n",volume); in open_volume() 605 fprintf(stderr,"close all applications using it\n"); in open_volume() 608 fprintf(stderr,"Close all applications using %s\n", volume); in open_volume() 609 fprintf(stderr,"to make sure it is not mounted\n"); in open_volume() 612 fprintf(stderr,"Make sure \"%s\" is not mounted\n",volume); in open_volume() 616 fprintf(stderr," in open_volume() [all...] |
/third_party/icu/icu4c/source/tools/makeconv/ |
H A D | genmbcs.cpp | 213 fprintf(stderr, "error: out of memory allocating %ld 16-bit code units\n", in MBCSStartMappings() 235 fprintf(stderr, "error: out of memory allocating %ld B for target mappings\n", (long)sum); in MBCSStartMappings() 334 fprintf(stderr, "error: too many toUnicode fallbacks, currently at: U+%x\n", (int)c); in setFallback() 384 fprintf(stderr, "error: there is no state information!\n"); in MBCSAddToUnicode() 402 fprintf(stderr, "error: byte sequence too short, ends in non-final state %hu: 0x%s (U+%x)\n", in MBCSAddToUnicode() 410 fprintf(stderr, "error: byte sequence too long by %d bytes, final state %u: 0x%s (U+%x)\n", in MBCSAddToUnicode() 416 fprintf(stderr, "error: byte sequence ends in illegal state at U+%04x<->0x%s\n", in MBCSAddToUnicode() 420 fprintf(stderr, "error: byte sequence ends in state-change-only at U+%04x<->0x%s\n", in MBCSAddToUnicode() 424 fprintf(stderr, "error: byte sequence ends in unassigned state at U+%04x<->0x%s\n", in MBCSAddToUnicode() 439 fprintf(stderr, "erro in MBCSAddToUnicode() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
H A D | genmbcs.cpp | 213 fprintf(stderr, "error: out of memory allocating %ld 16-bit code units\n", in MBCSStartMappings() 235 fprintf(stderr, "error: out of memory allocating %ld B for target mappings\n", (long)sum); in MBCSStartMappings() 334 fprintf(stderr, "error: too many toUnicode fallbacks, currently at: U+%x\n", (int)c); in setFallback() 384 fprintf(stderr, "error: there is no state information!\n"); in MBCSAddToUnicode() 402 fprintf(stderr, "error: byte sequence too short, ends in non-final state %hu: 0x%s (U+%x)\n", in MBCSAddToUnicode() 410 fprintf(stderr, "error: byte sequence too long by %d bytes, final state %u: 0x%s (U+%x)\n", in MBCSAddToUnicode() 416 fprintf(stderr, "error: byte sequence ends in illegal state at U+%04x<->0x%s\n", in MBCSAddToUnicode() 420 fprintf(stderr, "error: byte sequence ends in state-change-only at U+%04x<->0x%s\n", in MBCSAddToUnicode() 424 fprintf(stderr, "error: byte sequence ends in unassigned state at U+%04x<->0x%s\n", in MBCSAddToUnicode() 439 fprintf(stderr, "erro in MBCSAddToUnicode() [all...] |
/third_party/alsa-utils/seq/aseqnet/ |
H A D | aseqnet.c | 197 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 D | infback.c | 61 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 D | infback.c | 54 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 D | cintltst.c | 119 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 D | infback.c | 52 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 D | rc_test_helpers.c | 57 #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/libwebp/extras/ |
H A D | get_disto.c | 52 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/freetype/src/tools/ftrandom/ |
H A D | ftrandom.c | 208 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 D | infback.c | 61 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/zlib/contrib/infback9/ |
H A D | infback9.c | 37 Tracev((stderr, "inflate: allocated\n")); in inflateBack9Init_() 278 Tracev((stderr, "inflate: stored block%s\n", in inflateBack9() 287 Tracev((stderr, "inflate: fixed codes block%s\n", in inflateBack9() 292 Tracev((stderr, "inflate: dynamic codes block%s\n", in inflateBack9() 313 Tracev((stderr, "inflate: stored length %lu\n", in inflateBack9() 331 Tracev((stderr, "inflate: stored end\n")); in inflateBack9() 349 Tracev((stderr, "inflate: table sizes ok\n")); in inflateBack9() 370 Tracev((stderr, "inflate: code lengths ok\n")); in inflateBack9() 455 Tracev((stderr, "inflate: codes ok\n")); in inflateBack9() 480 Tracevv((stderr, her in inflateBack9() [all...] |
/third_party/zlib/ |
H A D | infback.c | 54 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() 501 Tracevv((stderr, her in inflateBack() [all...] |
/third_party/curl/tests/libtest/ |
H A D | libauthretry.c | 39 fprintf(stderr, "Not enough memory for full url\n"); in send_request() 44 fprintf(stderr, "Sending new request %d to %s with credential %s " in send_request() 95 fprintf(stderr, "auth schemes not found on commandline\n"); in test() 100 fprintf(stderr, "curl_global_init() failed\n"); in test() 108 fprintf(stderr, "curl_easy_init() failed\n"); in test() 126 fprintf(stderr, "curl_easy_init() failed\n"); in test()
|
/third_party/ffmpeg/libavfilter/tests/ |
H A D | filtfmts.c | 93 fprintf(stderr, "Missing filter name as argument\n"); in main() 108 fprintf(stderr, "Unrecognized filter with name '%s'\n", filter_name); in main() 114 fprintf(stderr, "Impossible to open filter with name '%s'\n", in main() 119 fprintf(stderr, "Impossible to init filter '%s' with arguments '%s'\n", in main() 128 fprintf(stderr, "Unable to allocate memory for filter input link\n"); in main() 138 fprintf(stderr, "Unable to allocate memory for filter output link\n"); in main()
|
/third_party/alsa-utils/axfer/ |
H A D | mapper.c | 103 fprintf(stderr, "Mapper: %s\n", in mapper_context_pre_process() 105 fprintf(stderr, " target: %s\n", in mapper_context_pre_process() 107 fprintf(stderr, " access: %s\n", in mapper_context_pre_process() 109 fprintf(stderr, " bytes/sample: %u\n", in mapper_context_pre_process() 111 fprintf(stderr, " samples/frame: %u\n", in mapper_context_pre_process() 113 fprintf(stderr, " frames/buffer: %lu\n", in mapper_context_pre_process()
|
/third_party/curl/docs/examples/ |
H A D | chkspeed.c | 79 fprintf(stderr, in main() 85 fprintf(stderr, "\r%s %s - %s\n", in main() 127 fprintf(stderr, "\r%s: invalid parameter %s\n", in main() 133 fprintf(stderr, "\r%s: invalid or unknown option %s\n", in main() 137 fprintf(stderr, "\r%s: invalid or unknown option %s\n", in main() 213 fprintf(stderr, "Error while fetching '%s' : %s\n", in main()
|
/third_party/mesa3d/src/asahi/compiler/test/ |
H A D | agx_test.h | 107 fprintf(stderr, "Pass produced unexpected results"); \ 108 fprintf(stderr, " Actual:\n"); \ 109 agx_print_shader(A, stderr); \ 110 fprintf(stderr, " Expected:\n"); \ 111 agx_print_shader(B, stderr); \ 112 fprintf(stderr, "\n"); \
|
/third_party/node/test/common/ |
H A D | child_process.js | 41 console.error('child stderr'); 66 stderr: stderrCheck, 81 console.error(`${tag} --- stderr ---`); 82 console.error(stderrStr === undefined ? child.stderr.toString() : stderrStr); 95 stderrStr = child.stderr.toString(); 98 failures.push(`- stderr ${reason}`); 111 return { child, stderr: stderrStr, stdout: stdoutStr };
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/ |
H A D | tirpc_bottomlevel_clnt_call_complex.c | 101 fprintf(stderr, "rpcb_getaddr failed!!\n"); in my_thread_process() 115 fprintf(stderr, "Thread %ld\n", (long)arg); in my_thread_process() 132 fprintf(stderr, "Thread #%d calc : %lf, received : %lf\n", in my_thread_process() 178 fprintf(stderr, "Try to create thread %ld\n", i); in main() 181 fprintf(stderr, "pthread_create error for thread 1\n"); in main() 202 fprintf(stderr, "Result[%ld]=%d\n", i, in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/ |
H A D | tirpc_rpcb_rmtcall_complex.c | 101 fprintf(stderr, "rpcb_getaddr failed!!\n"); in my_thread_process() 107 fprintf(stderr, "Thread %ld\n", (long)arg); in my_thread_process() 125 fprintf(stderr, "Thread #%d calc : %lf, received : %lf\n", in my_thread_process() 171 fprintf(stderr, "Try to create thread %ld\n", i); in main() 174 fprintf(stderr, "pthread_create error for thread 1\n"); in main() 195 fprintf(stderr, "Result[%ld]=%d\n", i, in main()
|
H A D | tirpc_rpcb_rmtcall_mt.c | 61 fprintf(stderr, "Thread %ld\n", (long)arg); in my_thread_process() 70 fprintf(stderr, "err nconf\n"); in my_thread_process() 86 fprintf(stderr, "rpcb_getaddr failed!!\n"); in my_thread_process() 138 fprintf(stderr, "Try to create thread %ld\n", i); in main() 141 fprintf(stderr, "pthread_create error for thread 1\n"); in main() 162 fprintf(stderr, "Result[%ld]=%d\n", i, in main()
|