Home
last modified time | relevance | path

Searched refs:stderr (Results 2526 - 2550 of 6537) sorted by relevance

1...<<101102103104105106107108109110>>...262

/third_party/mesa3d/src/asahi/lib/
H A Ddecode.c81 fprintf(stderr, "[ERROR] access to memory not mapped (GPU %" PRIx64 ", handle %u)\n", mem->ptr.gpu, mem->handle); in agxdecode_find_mapped_gpu_mem_containing()
109 fprintf(stderr, "ERROR - unknown BO mapped with handle %u\n", handle); in agxdecode_mark_mapped()
213 fprintf(stderr, "Access to unknown memory %" PRIx64 " in %s:%d\n", in __agxdecode_fetch_gpu_mem()
625 if (!strcmp(dump_file_base, "stderr")) in agxdecode_dump_file_open()
626 agxdecode_dump_stream = stderr; in agxdecode_dump_file_open()
633 fprintf(stderr, in agxdecode_dump_file_open()
642 if (agxdecode_dump_stream && agxdecode_dump_stream != stderr) { in agxdecode_dump_file_close()
/third_party/node/deps/cares/src/tools/
H A Dadig.c764 fprintf(stderr, ";; FAILED TO PARSE DNS PACKET: %s\n", in callback()
873 fprintf(stderr, "select fail: %d", err); in event_loop()
898 fprintf(stderr, "ares_library_init: %s\n", ares_strerror((int)status)); in main()
920 fprintf(stderr, "ares_init_options: %s\n", ares_strerror((int)status)); in main()
928 fprintf(stderr, "ares_set_servers_ports_csv: %s\n", in main()
939 fprintf(stderr, "Failed to create query for %s: %s\n", argv[i], in main()
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dderb.cpp106 fprintf(stderr, in main()
111 fprintf(argc < 0 ? stderr : stdout, in main()
124 fprintf(stderr, in main()
136 fprintf(stderr, "%s: Error: don't specify an encoding (-e) when writing to stdout (-c).\n", pname); in main()
177 fflush(stderr); // use ustderr now. in main()
178 ustderr = u_finit(stderr, nullptr, nullptr); in main()
/third_party/mesa3d/src/util/format/
H A Du_format_rgtc.c151 fprintf(stderr,"%s\n", __func__); in util_format_rgtc1_snorm_fetch_rgba_8unorm()
159 fprintf(stderr,"%s\n", __func__); in util_format_rgtc1_snorm_unpack_rgba_8unorm()
167 fprintf(stderr,"%s\n", __func__); in util_format_rgtc1_snorm_pack_rgba_8unorm()
364 fprintf(stderr,"%s\n", __func__); in util_format_rgtc2_snorm_fetch_rgba_8unorm()
372 fprintf(stderr,"%s\n", __func__); in util_format_rgtc2_snorm_unpack_rgba_8unorm()
380 fprintf(stderr,"%s\n", __func__); in util_format_rgtc2_snorm_pack_rgba_8unorm()
/third_party/icu/icu4c/source/tools/genrb/
H A Dderb.cpp106 fprintf(stderr, in main()
111 fprintf(argc < 0 ? stderr : stdout, in main()
124 fprintf(stderr, in main()
136 fprintf(stderr, "%s: Error: don't specify an encoding (-e) when writing to stdout (-c).\n", pname); in main()
177 fflush(stderr); // use ustderr now. in main()
178 ustderr = u_finit(stderr, NULL, NULL); in main()
/third_party/node/deps/v8/src/d8/
H A Dd8-posix.cc640 fprintf(stderr, "Failed to create IPv4 socket\n"); in ReadCharsFromTcpPort()
654 fprintf(stderr, "Failed to connect to localhost:%d\n", in ReadCharsFromTcpPort()
682 fprintf(stderr, "Failed to send %s to localhost:%d\n", name, in ReadCharsFromTcpPort()
699 fprintf(stderr, "Failed to receive %s's length from localhost:%d\n", name, in ReadCharsFromTcpPort()
708 fprintf(stderr, "Received length %d for %s from localhost:%d\n", in ReadCharsFromTcpPort()
723 fprintf(stderr, "Failed to receive %s from localhost:%d\n", name, in ReadCharsFromTcpPort()
/third_party/mesa3d/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c232 fprintf(stderr, " GPU %d: %x:%x \"%s\" %s", index, properties.properties.vendorID, in print_gpu()
235 fprintf(stderr, " %04x:%02x:%02x.%x", ext_pci_properties.pciDomain, in print_gpu()
238 fprintf(stderr, "\n"); in print_gpu()
431 fprintf(stderr, "device-select: cannot correctly use DRI_PRIME tag\n"); in get_default_device()
508 fprintf(stderr, "selectable devices:\n"); in device_select_EnumeratePhysicalDevices()
523 fprintf(stderr, "WARNING: selected no devices with MESA_VK_DEVICE_SELECT\n"); in device_select_EnumeratePhysicalDevices()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c565 puts(" Write additional information to stderr."); in ddebug_screen_create()
673 fprintf(stderr, "Gallium debugger active. Logging all calls.\n"); in ddebug_screen_create()
676 fprintf(stderr, "Gallium debugger active. Going to dump an apitrace call.\n"); in ddebug_screen_create()
679 fprintf(stderr, "Gallium debugger active.\n"); in ddebug_screen_create()
684 fprintf(stderr, "Hang detection timeout is %ums.\n", dscreen->timeout_ms); in ddebug_screen_create()
686 fprintf(stderr, "Hang detection is disabled.\n"); in ddebug_screen_create()
690 fprintf(stderr, "Gallium debugger skipping the first %u draw calls.\n", in ddebug_screen_create()
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dimage_enc.c49 if (FAILED(hr)) fprintf(stderr, #fn " failed %08lx\n", hr); \
70 _ftprintf(stderr, _T("Error opening output file %s (%08lx)\n"), in CreateOutputStream()
96 fprintf(stderr, in WriteUsingWIC()
210 fprintf(stderr, "PNG support not compiled. Please install the libpng " in WebPWritePNG()
212 fprintf(stderr, "You can run with -ppm flag to decode in PPM format.\n"); in WebPWritePNG()
569 WFPRINTF(stderr, "Error opening output file %s\n", in WebPSaveImage()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dderb.cpp106 fprintf(stderr, in main()
111 fprintf(argc < 0 ? stderr : stdout, in main()
124 fprintf(stderr, in main()
136 fprintf(stderr, "%s: Error: don't specify an encoding (-e) when writing to stdout (-c).\n", pname); in main()
177 fflush(stderr); // use ustderr now. in main()
178 ustderr = u_finit(stderr, NULL, NULL); in main()
/third_party/tzdata/
H A Dzic.c463 fprintf(stderr, _("%s: Memory exhausted: %s\n"), progname, msg); in memory_exhausted()
616 fprintf(stderr, _("\"%s\", line %"PRIdMAX": "), in verror()
618 vfprintf(stderr, string, args); in verror()
620 fprintf(stderr, _(" (rule from \"%s\", line %"PRIdMAX")"), in verror()
622 fprintf(stderr, "\n"); in verror()
639 fprintf(stderr, _("warning: ")); in warning()
655 fprintf(stderr, "%s: %s%s%s%s%s\n", progname, in close_file()
695 fprintf(stderr, _("%s: Can't chdir to %s: %s\n"), in change_directory()
991 fprintf(stderr, "%s: %s\n", progname, in main()
1007 usage(stderr, EXIT_FAILUR in main()
[all...]
/third_party/node/src/
H A Denv.cc336 fprintf(stderr, "deserializing IsolateDataSerializeInfo...\n"); in DeserializeProperties()
350 fprintf(stderr, "Failed to deserialize " #PropertyName "\n"); \ in DeserializeProperties()
367 fprintf(stderr, "Failed to deserialize AsyncWrap provider %zu\n", j); in DeserializeProperties()
385 fprintf(stderr, \ in DeserializeProperties()
1001 stderr, "(node:%d) WARNING: Detected use of sync API\n", uv_os_getpid()); in PrintSyncTrace()
1527 fprintf(stderr, in FailWithCorruptedAsyncStack()
1532 DumpBacktrace(stderr); in FailWithCorruptedAsyncStack()
1533 fflush(stderr); in FailWithCorruptedAsyncStack()
1536 fprintf(stderr, "\n"); in FailWithCorruptedAsyncStack()
1537 fflush(stderr); in FailWithCorruptedAsyncStack()
[all...]
/third_party/libuv/docs/code/proc-streams/
H A Dtest.c5 fprintf(stderr, "This is stderr\n"); in main()
/third_party/mesa3d/src/mesa/program/
H A Ddummy_errors.c29 fprintf(stderr, "Mesa error: out of memory in %s", caller); in _mesa_error_no_memory()
/third_party/musl/porting/liteos_a/user/src/internal/
H A Dunsupported_api.h8 fprintf(stderr, "[ERR]Unsupported API %s\n", func); in unsupported_api()
/third_party/ltp/lib/tests/
H A Dtst_checkpoint_wake_timeout.c38 fprintf(stderr, "Parent: checkpoint reached\n"); in main()
H A Dtst_fs_fill_hardlinks.c38 fprintf(stderr, "Max hardlinks = %i\n", in main()
H A Dtst_fs_fill_subdirs.c38 fprintf(stderr, "Max dir elements = %i\n", in main()
/third_party/musl/src/network/
H A Dherror.c7 fprintf(stderr, "%s%s%s\n", msg?msg:"", msg?": ":"", hstrerror(h_errno)); in herror()
/third_party/ninja/src/
H A Ddebug_flags.h22 fprintf(stderr, "ninja explain: " fmt "\n", __VA_ARGS__); \
/third_party/mesa3d/src/intel/vulkan/tests/
H A Dtest_common.h30 fprintf(stderr, "%s:%d: Test assertion `%s` failed.\n", \
/third_party/node/deps/uvwasi/src/
H A Ddebug.h10 do { fprintf(stderr, __VA_ARGS__); } while (0)
/third_party/toybox/toys/other/
H A Dmcookie.c33 if (FLAG(v)) fputs("Got 16 bytes from xgetrandom()\n", stderr); in mcookie_main()
/third_party/python/Lib/venv/
H A D__main__.py9 print('Error: %s' % e, file=sys.stderr)
/third_party/cups-filters/cupsfilters/
H A Draster.c245 fprintf(stderr, "DEBUG: Unsupported print-content-type \"%s\".\n", val); in cupsRasterParseIPPOptions()
330 fprintf(stderr, "DEBUG: Bad resolution value \"%s\".\n", val); in cupsRasterParseIPPOptions()
377 fprintf(stderr, "DEBUG: Unsupported feed-orientation \"%s\".\n", val); in cupsRasterParseIPPOptions()
497 fprintf(stderr, "DEBUG: Unsupported media source \"%s\".\n", val); in cupsRasterParseIPPOptions()
576 fprintf(stderr, "DEBUG: Unsupported Orientation \"%s\".\n", val); in cupsRasterParseIPPOptions()
631 fprintf(stderr, "DEBUG: Unsupported page size %s.\n", val); in cupsRasterParseIPPOptions()
936 fprintf(stderr, in cupsRasterParseIPPOptions()
959 fprintf(stderr, "DEBUG: Bad color space value \"%s\".\n", val); in cupsRasterParseIPPOptions()
1129 fprintf(stderr, "DEBUG: Unsupported print-quality %d.\n", quality); in cupsRasterParseIPPOptions()
1195 fprintf(stderr, "DEBU in cupsRasterParseIPPOptions()
[all...]

Completed in 22 milliseconds

1...<<101102103104105106107108109110>>...262