Home
last modified time | relevance | path

Searched defs:error_name (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_cudamalloc_allocator.cc43 const char* error_name; in AllocateRaw() local
71 const char* error_name; in DeallocateRaw() local
/external/libbrillo/brillo/dbus/
Dutils.cc19 const std::string& error_name, in CreateDBusErrorResponse()
28 std::string error_name = DBUS_ERROR_FAILED; // Default error code. in GetDBusError() local
/external/python/cpython3/Modules/_sqlite/
Dutil.c98 const char *error_name = pysqlite_error_name(errcode); in raise_exception() local
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_driver.h31 const char* error_name; in ToString() local
/external/python/bumble/rust/src/wrapper/
Dhci.rs37 pub fn error_name(status: ErrorCode) -> PyResult<String> { in error_name() method
/external/libchrome/dbus/
Dobject_proxy.cc599 const base::StringPiece& error_name, in LogMethodCallFailure()
630 std::string error_name; in OnCallMethod() local
Dmessage.cc281 bool Message::SetErrorName(const std::string& error_name) { in SetErrorName()
318 const char* error_name = dbus_message_get_error_name(raw_message_); in GetErrorName() local
428 const std::string& error_name, in FromMethodCall()
/external/tensorflow/tensorflow/core/platform/
Dstatus.cc172 std::string error_name(error::Code code) { in error_name() function
/external/python/bumble/bumble/
Dsdp.py575 def error_name(error_code): member in SDP_PDU
Datt.py265 def error_name(cls, error_code: int) -> str: member in ATT_PDU
Dsmp.py202 def error_name(error_code: int) -> str: function
Dcore.py175 error_name='', argument
Dhci.py1486 def error_name(status): member in HCI_Constant