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

12

  /external/dbus/bus/
dispatch.c 206 const char *interface_name, *member_name, *error_name; local
210 error_name = dbus_message_get_error_name (message);
215 error_name ? error_name : "(no error name)",
2318 const char *error_name; local
    [all...]
bus.c     [all...]
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py 649 error_name = error.get_dbus_name()
650 if error_name == 'org.freedesktop.DBus.Error.NoReply':
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
remote_test.py 103 remote.ApplicationError('an error', 'blam').error_name)
734 error_name='blam')
740 self.assertEquals('blam', err.error_name)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
service_handlers_test.py 298 def ExpectRpcError(self, mapper, state, error_message, error_name=None):
302 error_name=error_name))
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/
protorpc.js 188 this.errorName_ = rpcStatus['error_name'] || null;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/static/
forms.js 91 if (error.state == 'APPLICATION_ERROR' && error.error_name) {
92 error_message = error_message + ' (' + error.error_name + ')';
  /external/dbus/dbus/
dbus-marshal-validate.c     [all...]
dbus-connection.c     [all...]

Completed in 600 milliseconds

12