Home
last modified time | relevance | path

Searched refs:log_error (Results 1 – 19 of 19) sorted by relevance

/third_party/python/Lib/lib2to3/
Drefactor.py259 def log_error(self, msg, *args, **kwds): member in RefactoringTool
315 self.log_error("Can't open %s: %s", filename, err)
364 self.log_error("Can't parse %s: %s: %s",
523 self.log_error("Can't create %s: %s", filename, err)
530 self.log_error("Can't write %s: %s", filename, err)
594 self.log_error("Can't parse docstring in %s line %s: %s: %s",
Dmain.py65 def log_error(self, msg, *args, **kwargs): member in StdoutRefactoringTool
/third_party/python/PC/layout/
Dmain.py172 log_error("Failed to locate vcruntime DLL in the build.")
335 log_error(
379 log_error("Cannot create ZIP file because {} is a directory", ns.zip)
617 log_error("--arch is not a valid value (win32, amd64, arm32, arm64)")
642 log_error("Errors occurred.")
/third_party/python/Lib/http/
Dserver.py426 self.log_error("Request timed out: %r", e)
464 self.log_error("code %d, message %s", code, message)
554 def log_error(self, format, *args): member in BaseHTTPRequestHandler
1171 self.log_error(f"CGI script exit code {exitcode}")
1220 self.log_error('%s', stderr)
1225 self.log_error("CGI script exit status %#x", status)
/third_party/cef/libcef/browser/devtools/
Ddevtools_frontend.cc137 static bool log_error = false; in LogProtocolMessage() local
138 if (log_error) in LogProtocolMessage()
144 log_error = true; in LogProtocolMessage()
167 log_error = true; in LogProtocolMessage()
/third_party/python/PC/layout/support/
Dlogging.py78 def log_error(msg, *args, **kwargs): function
/third_party/libevdev/libevdev/
Dlibevdev-uinput.c291 log_error(NULL, "Invalid syspath, syspath is unreliable\n"); in fetch_syspath_and_devnode()
419 log_error(NULL, "unable to fetch syspath or device node.\n"); in libevdev_uinput_create_from_device()
Dlibevdev-int.h102 #define log_error(dev, ...) log_msg_cond(dev, LIBEVDEV_LOG_ERROR, __VA_ARGS__) macro
Dlibevdev.c888 log_error(dev, "Failed to drain events before sync.\n"); in drain_events()
/third_party/libinput/src/
Dtimer.c81 log_error(libinput, "timer: timerfd_settime error: %s\n", strerror(errno)); in libinput_timer_arm_timer_fd()
Dlibinput-private.h438 #define log_error(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_ERROR, __VA_ARGS__) macro
742 log_error(libinput, "clock_gettime failed: %s\n", strerror(errno)); in libinput_now()
Dpath-seat.c146 log_error(&input->base, in path_seat_get_for_device()
Dlibinput.c1906 log_error(libinput, in libinput_init_quirks()
3150 log_error(libinput, in libinput_post_event()
4568 log_error(li, in libinput_libwacom_ref()
/third_party/python/Lib/distutils/
Dutil.py498 def log_error(self, msg, *args, **kw): member in run_2to3.DistutilsRefactoringTool
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c1087 log_error(struct file *file, int code, const char *what) in log_error() function
1134 log_error(file, code, what); in stop()
1743 log_error(file, INVALID_ERROR_CODE, "iTXt chunk length"); in process_iTXt()
3592 log_error(&control->file, LIBPNG_ERROR_CODE, "OOM allocating png_struct"); in read_png()
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c1087 log_error(struct file *file, int code, const char *what) in log_error() function
1134 log_error(file, code, what); in stop()
1743 log_error(file, INVALID_ERROR_CODE, "iTXt chunk length"); in process_iTXt()
3592 log_error(&control->file, LIBPNG_ERROR_CODE, "OOM allocating png_struct"); in read_png()
/third_party/mesa3d/src/compiler/nir/
Dnir_validate.c109 log_error(validate_state *state, const char *cond, const char *file, int line) in log_error() function
131 log_error(state, str, file, line); in validate_assert_impl()
/third_party/python/Doc/library/
Dhttp.server.rst280 .. method:: log_error(...)
/third_party/icu/docs/userguide/dev/
Dcodingguidelines.md1680 * `log_error()` can be called when a test failure is detected. The error is