Searched defs:resp (Results 1 - 25 of 204) sorted by relevance

123456789

/external/selinux/policycoreutils/sepolicy/
H A Dselinux_client.py40 resp = dbus_proxy.customized() variable
41 print convert_customization(resp)
/external/elfutils/src/lib/
H A Dcrc32_file.c40 crc32_file (int fd, uint32_t *resp) argument
68 *resp = crc32 (crc, mapped, st.st_size);
88 *resp = crc;
/external/jetty/src/java/org/eclipse/jetty/servlets/
H A DConcatServlet.java89 protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException argument
94 resp.sendError(HttpServletResponse.SC_NO_CONTENT);
109 resp.sendError(HttpServletResponse.SC_UNSUPPORTED_MEDIA_TYPE);
116 resp.setContentType(type);
122 dispatcher.include(req,resp);
/external/openssh/
H A Dauth-chall.c87 char *resp[1], *name, *info, **prompts; local
95 resp[0] = (char *)response;
96 switch (device->respond(authctxt->kbdintctxt, 1, resp)) {
105 device->respond(authctxt->kbdintctxt, 0, resp) == 0)
/external/speex/libspeex/
H A Dcb_search_bfin.h37 void compute_weighted_codebook(const signed char *shape_cb, const spx_word16_t *r, spx_word16_t *resp, spx_word16_t *resp2, spx_word32_t *E, int shape_cb_size, int subvect_size, char *stack) argument
74 : "m" (subvect_size), "m" (shape_cb), "m" (r), "m" (resp), "m" (E)
82 resp += subvect_size;
H A Dcb_search_sse.h54 static void compute_weighted_codebook(const signed char *shape_cb, const spx_sig_t *_r, float *resp, __m128 *resp2, __m128 *E, int shape_cb_size, int subvect_size, char *stack) argument
66 float *_res = resp+i*subvect_size;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_otp.c32 struct wpabuf *resp; local
66 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_OTP, password_len,
68 if (resp == NULL)
70 wpabuf_put_data(resp, password, password_len);
79 return resp;
H A Deap_md5.c33 struct wpabuf *resp; local
76 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, 1 + CHAP_MD5_LEN,
78 if (resp == NULL)
85 wpabuf_put_u8(resp, CHAP_MD5_LEN);
87 id = eap_get_id(resp);
88 rpos = wpabuf_put(resp, CHAP_MD5_LEN);
93 wpabuf_free(resp);
98 return resp;
H A Deap_gtc.c49 struct wpabuf *resp; local
72 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC,
74 return resp;
104 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_GTC, plen,
106 if (resp == NULL)
109 wpabuf_put_data(resp, "RESPONSE=", 9);
110 wpabuf_put_data(resp, identity, identity_len);
111 wpabuf_put_u8(resp, '\0');
113 wpabuf_put_data(resp, password, password_len);
115 wpabuf_head_u8(resp)
[all...]
/external/wpa_supplicant_8/hs20/server/www/
H A Dspp.php72 $resp = md5($A1 . ':' . $data['nonce'] . ':' . $data['nc'] . ':' . variable
74 if ($data['response'] != $resp) {
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_otp.c32 struct wpabuf *resp; local
66 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_OTP, password_len,
68 if (resp == NULL)
70 wpabuf_put_data(resp, password, password_len);
79 return resp;
H A Deap_md5.c33 struct wpabuf *resp; local
76 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, 1 + CHAP_MD5_LEN,
78 if (resp == NULL)
85 wpabuf_put_u8(resp, CHAP_MD5_LEN);
87 id = eap_get_id(resp);
88 rpos = wpabuf_put(resp, CHAP_MD5_LEN);
93 wpabuf_free(resp);
98 return resp;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_otp.c32 struct wpabuf *resp; local
66 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_OTP, password_len,
68 if (resp == NULL)
70 wpabuf_put_data(resp, password, password_len);
79 return resp;
H A Deap_md5.c33 struct wpabuf *resp; local
76 resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_MD5, 1 + CHAP_MD5_LEN,
78 if (resp == NULL)
85 wpabuf_put_u8(resp, CHAP_MD5_LEN);
87 id = eap_get_id(resp);
88 rpos = wpabuf_put(resp, CHAP_MD5_LEN);
93 wpabuf_free(resp);
98 return resp;
/external/libphonenumber/demo/src/com/google/phonenumbers/
H A DPhoneNumberParserServlet.java56 public void doPost(HttpServletRequest req, HttpServletResponse resp) throws IOException { argument
98 resp.setContentType("text/html");
99 resp.setCharacterEncoding("UTF-8");
100 resp.getWriter().println("<html><head>");
101 resp.getWriter().println(
103 resp.getWriter().println("</head>");
104 resp.getWriter().println("<body>");
105 resp.getWriter().println("Phone Number entered: " + phoneNumber + "<br>");
106 resp.getWriter().println("defaultCountry entered: " + defaultCountry + "<br>");
107 resp
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dbrowser-android.c33 struct wpabuf *resp; local
48 resp = wpabuf_alloc(1);
49 if (resp == NULL) {
61 http_request_send_and_deinit(req, resp);
H A Dbrowser-system.c33 struct wpabuf *resp; local
48 resp = wpabuf_alloc(1);
49 if (resp == NULL) {
61 http_request_send_and_deinit(req, resp);
H A Dbrowser-wpadebug.c33 struct wpabuf *resp; local
48 resp = wpabuf_alloc(100);
49 if (resp == NULL) {
55 wpabuf_put_str(resp, "User input completed");
62 http_request_send_and_deinit(req, resp);
/external/wpa_supplicant_8/src/utils/
H A Dbrowser-android.c33 struct wpabuf *resp; local
48 resp = wpabuf_alloc(1);
49 if (resp == NULL) {
61 http_request_send_and_deinit(req, resp);
H A Dbrowser-system.c33 struct wpabuf *resp; local
48 resp = wpabuf_alloc(1);
49 if (resp == NULL) {
61 http_request_send_and_deinit(req, resp);
H A Dbrowser-wpadebug.c33 struct wpabuf *resp; local
48 resp = wpabuf_alloc(100);
49 if (resp == NULL) {
55 wpabuf_put_str(resp, "User input completed");
62 http_request_send_and_deinit(req, resp);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dbrowser-android.c33 struct wpabuf *resp; local
48 resp = wpabuf_alloc(1);
49 if (resp == NULL) {
61 http_request_send_and_deinit(req, resp);
H A Dbrowser-system.c33 struct wpabuf *resp; local
48 resp = wpabuf_alloc(1);
49 if (resp == NULL) {
61 http_request_send_and_deinit(req, resp);
H A Dbrowser-wpadebug.c33 struct wpabuf *resp; local
48 resp = wpabuf_alloc(100);
49 if (resp == NULL) {
55 wpabuf_put_str(resp, "User input completed");
62 http_request_send_and_deinit(req, resp);
/external/jetty/src/java/org/eclipse/jetty/servlet/
H A DStatisticsServlet.java84 protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException argument
89 resp.sendError(HttpServletResponse.SC_SERVICE_UNAVAILABLE);
96 resp.sendError(HttpServletResponse.SC_SERVICE_UNAVAILABLE);
107 sendXmlResponse(resp);
111 sendTextResponse(resp);

Completed in 1981 milliseconds

123456789