/external/selinux/policycoreutils/sepolicy/ |
H A D | selinux_client.py | 40 resp = dbus_proxy.customized() variable 41 print convert_customization(resp)
|
/external/elfutils/src/lib/ |
H A D | crc32_file.c | 40 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 D | ConcatServlet.java | 89 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 D | auth-chall.c | 87 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 D | cb_search_bfin.h | 37 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 D | cb_search_sse.h | 54 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 D | eap_otp.c | 32 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 D | eap_md5.c | 33 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 D | eap_gtc.c | 49 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 D | spp.php | 72 $resp = md5($A1 . ':' . $data['nonce'] . ':' . $data['nc'] . ':' . variable 74 if ($data['response'] != $resp) {
|
/external/wpa_supplicant_8/src/eap_peer/ |
H A D | eap_otp.c | 32 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 D | eap_md5.c | 33 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 D | eap_otp.c | 32 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 D | eap_md5.c | 33 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 D | PhoneNumberParserServlet.java | 56 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 D | browser-android.c | 33 struct wpabuf *resp; local 48 resp = wpabuf_alloc(1); 49 if (resp == NULL) { 61 http_request_send_and_deinit(req, resp);
|
H A D | browser-system.c | 33 struct wpabuf *resp; local 48 resp = wpabuf_alloc(1); 49 if (resp == NULL) { 61 http_request_send_and_deinit(req, resp);
|
H A D | browser-wpadebug.c | 33 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 D | browser-android.c | 33 struct wpabuf *resp; local 48 resp = wpabuf_alloc(1); 49 if (resp == NULL) { 61 http_request_send_and_deinit(req, resp);
|
H A D | browser-system.c | 33 struct wpabuf *resp; local 48 resp = wpabuf_alloc(1); 49 if (resp == NULL) { 61 http_request_send_and_deinit(req, resp);
|
H A D | browser-wpadebug.c | 33 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 D | browser-android.c | 33 struct wpabuf *resp; local 48 resp = wpabuf_alloc(1); 49 if (resp == NULL) { 61 http_request_send_and_deinit(req, resp);
|
H A D | browser-system.c | 33 struct wpabuf *resp; local 48 resp = wpabuf_alloc(1); 49 if (resp == NULL) { 61 http_request_send_and_deinit(req, resp);
|
H A D | browser-wpadebug.c | 33 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 D | StatisticsServlet.java | 84 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);
|