Searched refs:get_error (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_android_mapper.cpp | 59 [&](const auto& get_error, const auto& get_metadata) { in GetMetadata() 60 error = get_error; in GetMetadata()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ipack.h | 146 * @get_error: Returns the error state for the slot the device is attached 158 int (*get_error) (struct ipack_device *dev); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ipack.h | 146 * @get_error: Returns the error state for the slot the device is attached 158 int (*get_error) (struct ipack_device *dev); member
|
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus_xs.c | 154 static int get_error(const char *errorstring) in get_error() function 340 err = get_error(ret); in xs_talkv()
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus_xs.c | 154 static int get_error(const char *errorstring) in get_error() function 340 err = get_error(ret); in xs_talkv()
|
/third_party/python/Lib/test/ |
H A D | test_configparser.py | 579 e = self.get_error(cf, configparser.NoSectionError, "foo", "bar") 582 e = self.get_error(cf, configparser.NoOptionError, "foo", "bar") 585 def get_error(self, cf, exc, section, option): function 906 e = self.get_error(cf, configparser.InterpolationDepthError, "Foo", "bar11") 916 e = self.get_error(cf, configparser.InterpolationMissingOptionError,
|
/kernel/linux/linux-5.10/drivers/ipack/carriers/ |
H A D | tpci200.c | 457 .get_error = tpci200_get_error,
|
/kernel/linux/linux-6.6/drivers/ipack/carriers/ |
H A D | tpci200.c | 455 .get_error = tpci200_get_error,
|
/third_party/gn/src/base/ |
H A D | logging.h | 790 unsigned long get_error() const { return last_error_; } in get_error() function in logging::LogMessage::SaveLastError
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | mod.rs | 2332 fn get_error(&self, ret: c_int) -> ErrorCode { in fmt() functions 3739 let code = self.ssl.get_error(ret); in make_error()
|
Completed in 15 milliseconds