Searched defs:send_error (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
H A Dhttpproxy.py219 self.send_error(414)
239 self.send_error(500)
255 self.send_error(404)
269 def send_error(self, status, body=None): member in class:HttpArchiveHandler
/external/dbus/bus/
H A Dconfig-parser.c1143 const char *send_error; local
1169 "send_error", &send_error,
1190 if (!(send_interface || send_member || send_error || send_destination ||
1228 if ((send_interface && (send_error ||
1238 (send_member && (send_error ||
1248 (send_error && (receive_interface ||
1334 if (send_interface || send_member || send_error || send_destination ||
1343 if (IS_WILDCARD (send_error))
1344 send_error
[all...]
/external/dbus/dbus/
H A Ddbus-auth.c230 static dbus_bool_t send_error (DBusAuth *auth,
843 if (send_error (auth,
859 if (send_error (auth,
885 if (send_error (auth, "Server sent invalid cookie context"))
892 if (send_error (auth, "Could not parse cookie ID as an integer"))
899 if (send_error (auth, "Empty server challenge string"))
928 if (send_error (auth, "Could not load cookie file"))
967 if (send_error (auth, "Don't have the requested cookie ID"))
1496 send_error (DBusAuth *auth, const char *message) function
1613 if (!send_error (aut
[all...]

Completed in 91 milliseconds