Home
last modified time | relevance | path

Searched refs:stderr (Results 1051 - 1075 of 5497) sorted by relevance

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

/third_party/mesa3d/src/broadcom/compiler/
H A Dvir_to_qpu.c194 fprintf(stderr, "translating qinst to qpu: "); in v3d_generate_code_block()
196 fprintf(stderr, "\n"); in v3d_generate_code_block()
371 fprintf(stderr, "%s prog %d/%d QPU:\n", in v3d_dump_qpu()
378 fprintf(stderr, "0x%016"PRIx64" %s", c->qpu_insts[i], str); in v3d_dump_qpu()
385 fprintf(stderr, " ("); in v3d_dump_qpu()
388 fprintf(stderr, ")"); in v3d_dump_qpu()
391 fprintf(stderr, "\n"); in v3d_dump_qpu()
399 fprintf(stderr, "\n"); in v3d_dump_qpu()
421 fprintf(stderr, "Failed to pack instruction %d:\n", i); in v3d_vir_to_qpu()
423 fprintf(stderr, "\ in v3d_vir_to_qpu()
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir_schedule.c534 fprintf(stderr, "%3d: ", i++); in dump_state()
536 fprintf(stderr, " (%d cost)\n", in dump_state()
542 fprintf(stderr, " - "); in dump_state()
544 fprintf(stderr, " (%d parents)\n", in dump_state()
620 fprintf(stderr, "initial deps:\n"); in schedule_instructions()
630 fprintf(stderr, "current list:\n"); in schedule_instructions()
632 fprintf(stderr, "chose: "); in schedule_instructions()
634 fprintf(stderr, " (%d cost)\n", in schedule_instructions()
719 fprintf(stderr, "Pre-schedule instructions\n"); in qir_schedule_instructions()
727 fprintf(stderr, "Pos in qir_schedule_instructions()
[all...]
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H A Dmain.c308 fprintf(stderr, "\nTotal create files: %d\n", cFileCount); in do_create_file_test()
339 fprintf(stderr, "\nERROR line %d: Total create files: %d\n", in create_file()
350 fprintf(stderr, "\nERROR:%d line%d: Total create files: %d\n", in create_file()
604 fprintf(stderr, "Too many errors -- Aborting test\n"); in create_or_delete()
605 fprintf(stderr, "Total create files: %d\n", cFileCount); in create_or_delete()
606 fprintf(stderr, "Total delete files: %d\n", dFileCount); in create_or_delete()
607 fprintf(stderr, "Total error : %d\n", errorCount); in create_or_delete()
643 fprintf(stderr, "Total create files: %d\n", cFileCount); in do_random_create_delete()
644 fprintf(stderr, "Total delete files: %d\n", dFileCount); in do_random_create_delete()
645 fprintf(stderr, "Tota in do_random_create_delete()
[all...]
/third_party/ltp/testcases/realtime/func/rt-migrate/
H A Drt-migrate.c164 /* Use stderr, so we don't capture it */ in print_progress_bar()
165 putc('\r', stderr); in print_progress_bar()
166 putc('|', stderr); in print_progress_bar()
168 putc(' ', stderr); in print_progress_bar()
169 putc('|', stderr); in print_progress_bar()
170 putc('\r', stderr); in print_progress_bar()
171 putc('|', stderr); in print_progress_bar()
176 putc('-', stderr); in print_progress_bar()
178 fflush(stderr); in print_progress_bar()
455 * Progress bar uses stderr t in main()
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_bo.c100 fprintf(stderr, "%s: %p (size=%d)\n", __func__, in lima_bo_free()
180 fprintf(stderr, "%s: freed %d stale BOs\n", __func__, cnt); in lima_bo_cache_free_stale_bos()
186 fprintf(stderr, "===============\n"); in lima_bo_cache_print_stats()
187 fprintf(stderr, "BO cache stats:\n"); in lima_bo_cache_print_stats()
196 fprintf(stderr, "Bucket #%d, BOs: %d, size: %u\n", i, in lima_bo_cache_print_stats()
200 fprintf(stderr, "Total size: %u\n", total_size); in lima_bo_cache_print_stats()
226 fprintf(stderr, "%s: put BO: %p (size=%d)\n", __func__, bo, bo->size); in lima_bo_cache_put()
255 fprintf(stderr, "%s: found BO %p but it's busy\n", __func__, in lima_bo_cache_get()
266 fprintf(stderr, "%s: got BO: %p (size=%d), requested size %d\n", in lima_bo_cache_get()
317 fprintf(stderr, " in lima_bo_create()
[all...]
/third_party/python/Lib/test/
H A Dpythoninfo.py121 for name in ('stdin', 'stdout', 'stderr'):
390 stderr=subprocess.PIPE,
712 stderr=subprocess.STDOUT,
793 stderr=subprocess.PIPE,
796 output, stderr = proc.communicate()
816 stderr=subprocess.PIPE,
896 file=sys.stderr)
897 traceback.print_exc(file=sys.stderr)
898 print(file=sys.stderr)
899 sys.stderr
[all...]
/third_party/openGLES/xml/
H A Dgenglvnd.py35 write('Enabling debug (-debug)', file=sys.stderr)
38 write('Enabling dump (-dump)', file=sys.stderr)
41 write('Disabling inclusion protection in output headers', file=sys.stderr)
44 write('Enabling profiling (-profile)', file=sys.stderr)
49 write('Using registry ', regFilename, file=sys.stderr)
51 write('Enabling timing (-time)', file=sys.stderr)
54 write('Enabling group validation (-validate)', file=sys.stderr)
57 write('Unrecognized argument:', arg, file=sys.stderr)
61 write('Using target', target, file=sys.stderr)
595 errWarn = sys.stderr
[all...]
H A Dgenheaders.py514 write('Enabling debug (-debug)', file=sys.stderr)
517 write('Enabling dump (-dump)', file=sys.stderr)
520 write('Disabling inclusion protection in output headers', file=sys.stderr)
523 write('Enabling profiling (-profile)', file=sys.stderr)
528 write('Using registry ', regFilename, file=sys.stderr)
530 write('Enabling timing (-time)', file=sys.stderr)
533 write('Enabling group validation (-validate)', file=sys.stderr)
536 write('Unrecognized argument:', arg, file=sys.stderr)
540 write('Using target', target, file=sys.stderr)
566 errWarn = sys.stderr
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor_tab_autogen.cpp611 YYFPRINTF(stderr, "%s ", Title); \
612 yy_symbol_print(stderr, Type, Value, context); \
613 YYFPRINTF(stderr, "\n"); \
657 YYFPRINTF(stderr, "Stack now"); in yy_stack_print()
661 YYFPRINTF(stderr, " %d", yybot); in yy_stack_print()
663 YYFPRINTF(stderr, "\n"); in yy_stack_print()
682 YYFPRINTF(stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); in yy_reduce_print()
686 YYFPRINTF(stderr, " $%d = ", yyi + 1); in yy_reduce_print()
687 yy_symbol_print(stderr, yystos[yyssp[yyi + 1 - yynrhs]], &yyvsp[(yyi + 1) - (yynrhs)], in yy_reduce_print()
689 YYFPRINTF(stderr, "\ in yy_reduce_print()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.cpp722 YYFPRINTF (stderr, "%s ", Title); \
723 yy_symbol_print (stderr, \
725 YYFPRINTF (stderr, "\n"); \
772 YYFPRINTF (stderr, "Stack now"); in yy_stack_print()
776 YYFPRINTF (stderr, " %d", yybot); in yy_stack_print()
778 YYFPRINTF (stderr, "\n"); in yy_stack_print()
798 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", in yy_reduce_print()
803 YYFPRINTF (stderr, " $%d = ", yyi + 1); in yy_reduce_print()
804 yy_symbol_print (stderr, in yy_reduce_print()
808 YYFPRINTF (stderr, "\ in yy_reduce_print()
[all...]
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dgenglvnd.py46 write('Enabling debug (-debug)', file=sys.stderr)
49 write('Enabling dump (-dump)', file=sys.stderr)
52 write('Disabling inclusion protection in output headers', file=sys.stderr)
55 write('Enabling profiling (-profile)', file=sys.stderr)
60 write('Using registry ', regFilename, file=sys.stderr)
62 write('Enabling timing (-time)', file=sys.stderr)
65 write('Enabling group validation (-validate)', file=sys.stderr)
68 write('Unrecognized argument:', arg, file=sys.stderr)
72 write('Using target', target, file=sys.stderr)
625 errWarn = sys.stderr
[all...]
H A Dgenheaders.py46 write('Enabling debug (-debug)', file=sys.stderr)
49 write('Enabling dump (-dump)', file=sys.stderr)
52 write('Disabling inclusion protection in output headers', file=sys.stderr)
55 write('Enabling profiling (-profile)', file=sys.stderr)
60 write('Using registry ', regFilename, file=sys.stderr)
62 write('Enabling timing (-time)', file=sys.stderr)
65 write('Enabling group validation (-validate)', file=sys.stderr)
68 write('Unrecognized argument:', arg, file=sys.stderr)
72 write('Using target', target, file=sys.stderr)
567 errWarn = sys.stderr
[all...]
/third_party/python/Lib/test/libregrtest/
H A Druntest.py178 # Handle faulthandler timeout, capture stdout+stderr, XML serialization
201 orig_stderr = sys.stderr
208 sys.stderr = stream
211 # warnings will be written to sys.stderr below.
220 sys.stderr = orig_stderr
224 sys.stderr.write(output)
225 sys.stderr.flush()
265 file=sys.stderr, flush=True)
273 print(error, file=sys.stderr)
368 print(msg, file=sys.stderr, flus
[all...]
/third_party/skia/third_party/externals/egl-registry/api/
H A Dgenheaders.py46 write('Enabling debug (-debug)', file=sys.stderr)
49 write('Enabling dump (-dump)', file=sys.stderr)
52 write('Disabling inclusion protection in output headers', file=sys.stderr)
55 write('Enabling profiling (-profile)', file=sys.stderr)
60 write('Using registry ', regFilename, file=sys.stderr)
62 write('Enabling timing (-time)', file=sys.stderr)
65 write('Enabling group validation (-validate)', file=sys.stderr)
68 write('Unrecognized argument:', arg, file=sys.stderr)
72 write('Using target', target, file=sys.stderr)
607 errWarn = sys.stderr
[all...]
/third_party/cups-filters/cupsfilters/
H A Dimage-sun.c97 fputs("DEBUG: Reading Sun Raster image...\n", stderr); in _cupsImageReadSunRaster()
108 fprintf(stderr, "DEBUG: ras_width=%d, ras_height=%d, ras_depth=%d, ras_type=%d, ras_maplength=%d\n", in _cupsImageReadSunRaster()
116 fputs("DEBUG: Raster image cannot be loaded!\n", stderr); in _cupsImageReadSunRaster()
156 fputs("DEBUG: Unable to allocate memory!\n", stderr); in _cupsImageReadSunRaster()
165 fputs("DEBUG: Unable to allocate memory!\n", stderr); in _cupsImageReadSunRaster()
173 fputs("DEBUG: Unable to allocate memory!\n", stderr); in _cupsImageReadSunRaster()
183 fprintf(stderr, "DEBUG: bpp=%d, scanwidth=%d\n", bpp, scanwidth); in _cupsImageReadSunRaster()
/third_party/icu/icu4c/source/common/
H A Ducmndata.cpp240 fprintf(stderr, "\tx%d: %s\n", number, &base[toc->entry[number].nameOffset]); in offsetTOCLookupFn()
248 fprintf(stderr, "%s: Found.\n", tocEntryName); in offsetTOCLookupFn()
258 fprintf(stderr, "%s: Not found.\n", tocEntryName); in offsetTOCLookupFn()
264 fprintf(stderr, "returning header\n"); in offsetTOCLookupFn()
289 fprintf(stderr, "\tx%d: %s\n", number, toc->entry[number].entryName); in pointerTOCLookupFn()
296 fprintf(stderr, "%s: Found.\n", toc->entry[number].entryName); in pointerTOCLookupFn()
302 fprintf(stderr, "%s: Not found.\n", name); in pointerTOCLookupFn()
/third_party/libwebsockets/lib/roles/http/
H A Dminilex.c12 * Run it twice to test parsing on the generated table on stderr
366 fprintf(stderr, "terminal too big\n"); in issue()
397 fprintf(stderr, in issue()
436 fprintf(stderr, " trying %d '%s'\n", n, rset[n]); in issue()
441 fprintf(stderr, "failed\n"); in issue()
454 fprintf(stderr, "decode failed %d\n", y); in issue()
459 fprintf(stderr, "All decode OK\n"); in issue()
499 fprintf(stderr, "did all the variants\n"); in main()
/third_party/mesa3d/src/getopt/
H A Dgetopt_long.c201 fprintf(stderr, ambig, (int)current_argv_len, in parse_long_options()
211 fprintf(stderr, noarg, (int)current_argv_len, in parse_long_options()
241 fprintf(stderr, recargstring, in parse_long_options()
259 fprintf(stderr, illoptstring, current_argv); in parse_long_options()
421 fprintf(stderr, illoptchar, optchar); in getopt_internal()
432 fprintf(stderr, recargchar, optchar); in getopt_internal()
453 fprintf(stderr, recargchar, optchar); in getopt_internal()
/third_party/node/deps/icu-small/source/common/
H A Ducmndata.cpp240 fprintf(stderr, "\tx%d: %s\n", number, &base[toc->entry[number].nameOffset]); in offsetTOCLookupFn()
248 fprintf(stderr, "%s: Found.\n", tocEntryName); in offsetTOCLookupFn()
258 fprintf(stderr, "%s: Not found.\n", tocEntryName); in offsetTOCLookupFn()
264 fprintf(stderr, "returning header\n"); in offsetTOCLookupFn()
289 fprintf(stderr, "\tx%d: %s\n", number, toc->entry[number].entryName); in pointerTOCLookupFn()
296 fprintf(stderr, "%s: Found.\n", toc->entry[number].entryName); in pointerTOCLookupFn()
302 fprintf(stderr, "%s: Not found.\n", name); in pointerTOCLookupFn()
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dinclude.h166 fprintf(stderr, "Can't open %s\n", proc_policy_profile); in clear_status()
207 fprintf(stderr, "You can't use this program for this kernel." in tomoyo_test_init()
213 fprintf(stderr, "Can't open %s .\n", proc_policy_profile); in tomoyo_test_init()
219 fprintf(stderr, "Can't open %s .\n", in tomoyo_test_init()
226 fprintf(stderr, "Can't open %s .\n", in tomoyo_test_init()
232 fprintf(stderr, "You need to register this program to %s to " in tomoyo_test_init()
242 fprintf(stderr, "Can't open %s .\n", in tomoyo_test_init()
/third_party/ltp/utils/benchmark/ebizzy-0.3/
H A Debizzy.c90 fprintf(stderr, "Usage: %s [options]\n" in usage()
214 fprintf(stderr, "Both -m \"always mmap\" and -M " in read_options()
223 fprintf(stderr, "Chunk size %u smaller than record size %u\n", in read_options()
255 fprintf(stderr, "Couldn't allocate %zu bytes, try smaller " in alloc_mem()
413 fprintf(stderr, "Couldn't find key %zd\n", key); in search_mem()
468 fprintf(stderr, "Error creating thread %d\n", i); in start_threads()
493 fprintf(stderr, "Error joining thread %d\n", i); in start_threads()
/third_party/python/Tools/scripts/
H A Dfixdiv.py12 The warnings are written to stderr, so you must use `2>' for the I/O
13 redirect. I know of no way to redirect stderr on Windows in a DOS
14 box, so you will have to modify the script to set sys.stderr to some
157 sys.stderr.write("%s: extra file arguments ignored\n", sys.argv[0])
173 sys.stderr.write("%s: %s\n" % (sys.argv[0], msg))
174 sys.stderr.write("Usage: %s [-m] warnings\n" % sys.argv[0])
175 sys.stderr.write("Try `%s -h' for more information.\n" % sys.argv[0])
186 sys.stderr.write("can't open: %s\n" % msg)
196 sys.stderr.write("Warning: ignored input " + line)
211 sys.stderr
[all...]
/third_party/python/Lib/ctypes/
H A Dutil.py126 stderr=subprocess.STDOUT,
161 stderr=subprocess.DEVNULL)
183 stderr=subprocess.DEVNULL)
214 stderr=subprocess.DEVNULL)
245 stderr=subprocess.DEVNULL,
291 stderr=subprocess.DEVNULL,
312 stderr=subprocess.PIPE,
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dpngdec.c38 if (error != NULL) fprintf(stderr, "libpng error: %s\n", error); in error_function()
108 fprintf(stderr, "Malformed raw profile, expected '\\n' got '\\x%.2X'\n", in ProcessRawProfile()
117 fprintf(stderr, "Malformed raw profile, expected '\\n' got '\\x%.2X'\n", in ProcessRawProfile()
185 fprintf(stderr, "Ignoring additional '%s'\n", text->key); in ExtractMetadataFromPNG()
188 fprintf(stderr, "Failed to process: '%s'\n", text->key); in ExtractMetadataFromPNG()
338 fprintf(stderr, "Error extracting PNG metadata!\n"); in ReadPNG()
368 fprintf(stderr, "PNG support not compiled. Please install the libpng " in ReadPNG()
H A Dwebpdec.c39 fprintf(stderr, in PrintAnimationWarning()
47 WFPRINTF(stderr, "Decoding of %s failed.\n", (const W_CHAR*)in_file); in PrintWebPError()
48 fprintf(stderr, "Status: %d", status); in PrintWebPError()
50 fprintf(stderr, "(%s)", kStatusMessages[status]); in PrintWebPError()
52 fprintf(stderr, "\n"); in PrintWebPError()
98 fprintf(stderr, "Failed during WebPIDecode().\n"); in DecodeWebPIncremental()
156 fprintf(stderr, "Library version mismatch!\n"); in ReadWebP()

Completed in 20 milliseconds

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