HomeSort by relevance Sort by last modified time
    Searched refs:status_code (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /system/update_engine/binder_bindings/android/os/
IUpdateEngineCallback.aidl 22 void onStatusUpdate(int status_code, float percentage);
  /external/cmockery/cmockery_0_1_2/src/example/
assert_macro.c 24 const char* get_status_code_string(const unsigned int status_code) {
25 return status_code_strings[status_code];
assert_macro_test.c 21 extern const char* get_status_code_string(const unsigned int status_code);
  /external/wpa_supplicant_8/src/common/
gas.h 15 struct wpabuf * gas_build_initial_resp(u8 dialog_token, u16 status_code,
18 struct wpabuf * gas_anqp_build_initial_resp(u8 dialog_token, u16 status_code,
21 u16 status_code,
24 struct wpabuf * gas_anqp_build_comeback_resp(u8 dialog_token, u16 status_code,
28 u16 status_code,
gas.c 48 gas_build_resp(u8 action, u8 dialog_token, u16 status_code, u8 frag_id,
60 wpabuf_put_le16(buf, status_code);
70 gas_build_initial_resp(u8 dialog_token, u16 status_code, u16 comeback_delay,
74 status_code, 0, 0, comeback_delay, size);
79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more,
83 status_code, frag_id, more, comeback_delay,
128 struct wpabuf * gas_anqp_build_initial_resp(u8 dialog_token, u16 status_code,
133 buf = gas_build_initial_resp(dialog_token, status_code, comeback_delay,
147 u16 status_code,
153 buf = gas_anqp_build_initial_resp(dialog_token, status_code,
    [all...]
privsep_commands.h 107 u16 status_code; member in struct:privsep_event_auth
  /external/pdfium/testing/tools/
text_diff.py 25 status_code = 0
28 status_code = 1
29 return status_code
  /external/autotest/server/site_tests/brillo_WebservdSanity/
brillo_WebservdSanity.py 37 if r.status_code != 200:
39 'status=%d' % r.status_code)
  /art/tools/
findbuildbotwarnings.py 39 if r.status_code != 200:
54 if r.status_code != 200:
66 if r.status_code != 200:
  /external/libbrillo/brillo/http/
http_transport_fake.cc 121 int status_code,
124 auto handler = [](int status_code,
129 response->ReplyText(status_code, reply_text, mime_type);
132 url, method, base::Bind(handler, status_code, reply_text, mime_type));
236 void ServerResponse::Reply(int status_code,
241 status_code_ = status_code;
248 void ServerResponse::ReplyText(int status_code,
251 Reply(status_code, text.data(), text.size(), mime_type);
254 void ServerResponse::ReplyJson(int status_code, const base::Value* json) {
262 ReplyText(status_code, text, mime_type)
    [all...]
http_transport_fake.h 56 int status_code,
201 void Reply(int status_code,
206 void ReplyText(int status_code,
210 void ReplyJson(int status_code, const base::Value* json);
213 void ReplyJson(int status_code, const FormFieldList& fields);
219 void Reply(int status_code,
224 Reply(status_code, data.data(), data.size() * sizeof(T), mime_type);
230 void Reply(int status_code, const T& data, const std::string& mime_type) {
233 Reply(status_code, &data, sizeof(T), mime_type);
http_utils_unittest.cc 29 response->Reply(status_code::Ok,
38 status_code::Ok, request.GetMethod(), brillo::mime::text::kPlain);
155 EXPECT_EQ(status_code::NotFound, response->GetStatusCode());
164 EXPECT_EQ(status_code::NotFound, response->GetStatusCode());
190 response->ReplyJson(status_code::Ok, &json);
227 response->ReplyText(status_code::Ok,
255 response->ReplyText(status_code::Ok, "blah", brillo::mime::text::kPlain);
281 response->ReplyText(status_code::Ok, "", brillo::mime::text::kPlain);
311 response->ReplyText(status_code::Ok,
380 status_code::Ok
    [all...]
  /bionic/tools/bionicbb/
gerrit.py 44 if response.status_code != 200:
45 raise GerritError(response.status_code, url)
  /frameworks/base/cmds/am/proto/
instrumentation_data.proto 55 optional SessionStatusCode status_code = 1;
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.h 40 const struct wpabuf *resp, u16 status_code),
interworking.h 20 const struct wpabuf *resp, u16 status_code);
  /tools/test/connectivity/acts/framework/acts/
jsonrpc.py 108 status_code, text = self._post_json(url, payload)
109 if status_code != 200:
  /external/libcups/cups/
getdevices.c 258 ippErrorString(response->request.status.status_code),
261 _cupsSetError(response->request.status.status_code,
263 ippErrorString(response->request.status.status_code), 0);
  /external/autotest/server/cros/dynamic_suite/
comparators.py 40 return (self._status.equals(rhs.status_code) and
  /external/wpa_supplicant_8/src/fst/
fst_defs.h 61 u8 status_code; member in struct:fst_setup_res
fst_session.c 551 if (res->status_code == WLAN_STATUS_SUCCESS &&
561 if (res->status_code != WLAN_STATUS_SUCCESS) {
571 evext.to_initial.reject_code = res->status_code;
576 res->status_code);
924 int fst_session_respond(struct fst_session *s, u8 status_code)
970 res.status_code = status_code;
975 if (status_code == WLAN_STATUS_SUCCESS) {
1000 status_code);
1007 status_code);
1411 u8 status_code; local
    [all...]
  /system/update_engine/
update_engine_client_android.cc 64 Status onStatusUpdate(int status_code, float progress) override;
87 int status_code, float progress) {
89 static_cast<update_engine::UpdateStatus>(status_code);
91 << status_code << "), " << progress << ")";
  /external/wpa_supplicant_8/src/p2p/
p2p_sd.c 212 static struct wpabuf * p2p_build_sd_response(u8 dialog_token, u16 status_code,
220 buf = gas_anqp_build_initial_resp(dialog_token, status_code,
243 u16 status_code,
251 buf = gas_anqp_build_comeback_resp(dialog_token, status_code, frag_id,
489 u16 status_code; local
513 status_code = WPA_GET_LE16(pos);
517 p2p_dbg(p2p, "dialog_token=%u status_code=%u comeback_delay=%u",
518 dialog_token, status_code, comeback_delay);
519 if (status_code) {
521 status_code);
699 u16 status_code; local
    [all...]
  /external/libmicrohttpd/doc/examples/
largepost.c 58 int status_code)
69 ret = MHD_queue_response (connection, status_code, response);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
validate.py 371 status_code = status.split(None, 1)[0]
372 assert_(len(status_code) == 3,
373 "Status codes must be three characters: %r" % status_code)
374 status_int = int(status_code)

Completed in 1225 milliseconds

1 2 3 4 5 6