HomeSort by relevance Sort by last modified time
    Searched refs:error_name (Results 1 - 16 of 16) sorted by null

  /system/core/adb/sysdeps/
errno.cpp 56 #define ERRNO_VALUE(error_name, wire_value) static_assert((error_name) == (wire_value), "")
63 #define ERRNO_VALUE(error_name, wire_value) \
64 result->insert(std::make_pair((error_name), (wire_value)))
72 #define ERRNO_VALUE(error_name, wire_value) \
73 result->insert(std::make_pair((wire_value), (error_name)))
  /external/libbrillo/brillo/dbus/
utils.cc 19 const std::string& error_name,
21 return dbus::ErrorResponse::FromMethodCall(method_call, error_name,
28 std::string error_name = DBUS_ERROR_FAILED; // Default error code. local
35 error_name = error->GetCode();
49 return CreateDBusErrorResponse(method_call, error_name, error_message);
utils.h 23 const std::string& error_name,
  /bionic/libc/bionic/
strerror_r.cpp 57 const char* error_name = __strerror_lookup(error_number); local
58 if (error_name != NULL) {
59 length = strlcpy(buf, error_name, buf_len);
  /art/test/ti-agent/
jvmti_helper.cc 34 char* error_name; local
35 jvmtiError name_error = env->GetErrorName(error, &error_name);
39 LOG(FATAL) << "Unexpected error: " << error_name;
  /external/autotest/frontend/afe/json_rpc/
serviceHandler.py 157 error_name = result_dict['err'].__class__.__name__
158 result_dict['err'] = {'name': error_name,
  /frameworks/native/libs/vr/libpdx_uds/
channel_event_set.cpp 19 const char* error_name) {
23 ALOGE("SetupHandle: Failed to setup %s handle: %s", error_name,
  /external/libchrome/dbus/
message.h 103 bool SetErrorName(const std::string& error_name);
242 const std::string& error_name,
object_proxy.cc 566 const base::StringPiece& error_name,
569 (error_name == kErrorServiceUnknown || error_name == kErrorObjectUnknown))
575 << ": " << error_name << ": " << error_message;
580 if (error_name == kErrorObjectUnknown)
message.cc 261 AppendStringHeader("error_name", GetErrorName(), &headers);
288 bool Message::SetErrorName(const std::string& error_name) {
289 return dbus_message_set_error_name(raw_message_, error_name.c_str());
325 const char* error_name = dbus_message_get_error_name(raw_message_); local
326 return error_name ? error_name : "";
440 const std::string& error_name,
444 error_name.c_str(),
object_proxy.h 272 const base::StringPiece& error_name,
  /external/adhd/cras/src/tests/
dbus_test.h 176 DBusMatch& SendError(std::string error_name, std::string error_message);
dbus_test.cc 114 DBusMatch& DBusMatch::SendError(std::string error_name,
117 error_name_ = error_name;
  /toolchain/binutils/binutils-2.27/ld/
ldmain.c 1287 static char *error_name; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
elfcomm.c 872 const char * error_name = _("<corrupt>"); local
884 len += strlen (error_name) + 2;
902 error_name, member_name);
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py     [all...]

Completed in 291 milliseconds