HomeSort by relevance Sort by last modified time
    Searched refs:resp (Results 251 - 275 of 408) sorted by null

<<11121314151617

  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
buildershandler.py 92 resp = urllib2.urlopen(url)
99 fetched_json = json.load(resp)
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 304 struct wpabuf *resp; local
325 resp = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, plen,
327 if (resp == NULL)
330 wpabuf_put_u8(resp, data->out_op_code); /* Op-Code */
331 wpabuf_put_u8(resp, flags); /* Flags */
333 wpabuf_put_be16(resp, wpabuf_len(data->out_buf));
335 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
364 return resp;
eap_tls_common.h 130 struct eap_hdr *hdr, struct wpabuf **resp);
eap_tls_common.c 754 struct wpabuf *resp; local
756 resp = eap_tls_msg_alloc(eap_type, 1, EAP_CODE_RESPONSE, id);
757 if (resp == NULL)
761 wpabuf_put_u8(resp, peap_version); /* Flags */
762 return resp;
    [all...]
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_sco.c 150 tBTM_ESCO_PARAMS resp; local
159 resp = bta_hf_client_esco_params[0];
163 resp = bta_hf_client_esco_params[bta_hf_client_cb.scb.negotiated_codec];
174 BTM_EScoConnRsp(p_data->sco_inx, hci_status, &resp);
  /external/chromium_org/v8/test/webkit/
gmail-re-re.js 28 var I3=/^\s*(fwd|re|aw|antw|antwort|wg|sv|ang|odp|betreff|betr|transf|reenv\.|reenv|in|res|resp|resp\.|enc|\u8f6c\u53d1|\u56DE\u590D|\u041F\u0435\u0440\u0435\u0441\u043B|\u041E\u0442\u0432\u0435\u0442):\s*(.*)$/i;
  /external/elfutils/0.153/lib/
system.h 77 extern int crc32_file (int fd, uint32_t *resp);
  /external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
ocsp_ht.c 487 OCSP_RESPONSE *resp = NULL; local
495 rv = OCSP_sendreq_nbio(&resp, ctx);
501 return resp;
ocsp_ext.c 359 int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len)
361 return ocsp_add1_nonce(&resp->tbsResponseData->responseExtensions, val, len);
412 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req)
421 return OCSP_BASICRESP_add_ext(resp, req_ext, -1);
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 58 my $resp = <STDIN>;
59 chomp $resp;
60 if ( lc substr($resp,0,1) eq "y" ) {
  /external/openssl/crypto/ocsp/
ocsp_ht.c 487 OCSP_RESPONSE *resp = NULL; local
495 rv = OCSP_sendreq_nbio(&resp, ctx);
501 return resp;
ocsp_ext.c 359 int OCSP_basic_add1_nonce(OCSP_BASICRESP *resp, unsigned char *val, int len)
361 return ocsp_add1_nonce(&resp->tbsResponseData->responseExtensions, val, len);
412 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req)
421 return OCSP_BASICRESP_add_ext(resp, req_ext, -1);
  /external/wpa_supplicant_8/src/common/
wpa_helpers.c 62 char *resp, size_t resp_size)
72 if (wpa_ctrl_request(ctrl, cmd, strlen(cmd), resp, &len, NULL) < 0) {
78 resp[len] = '\0';
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet_2.5.0.v200910301333.jar 
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sco.c 1564 tBTM_ESCO_PARAMS resp; local
    [all...]
  /external/opencv/ml/src/
mlrtrees.cpp 395 double avg_resp, resp = predicted_node->value; local
396 oob_predictions_sum.data.fl[i] += (float)resp;
403 resp = (resp - true_resp_ptr[i])/maximal_response;
404 ncorrect_responses += exp( -resp*resp );
  /external/wpa_supplicant_8/src/p2p/
p2p_invitation.c 170 struct wpabuf *resp = NULL; local
348 resp = p2p_build_invitation_resp(p2p, dev, msg.dialog_token, status,
351 if (resp == NULL)
391 wpabuf_head(resp), wpabuf_len(resp), 200) < 0) {
396 wpabuf_free(resp);
p2p_group.c 645 struct wpabuf *resp; local
664 resp = wpabuf_alloc(20 + extra);
665 if (resp == NULL)
670 wpabuf_put_buf(resp, group->wfd_ie);
675 wpabuf_put_buf(resp,
678 rlen = p2p_buf_add_ie_hdr(resp);
680 p2p_buf_add_status(resp, status);
681 p2p_buf_update_ie_hdr(resp, rlen);
683 return resp;
  /external/chromium_org/net/spdy/
spdy_stream_unittest.cc 128 scoped_ptr<SpdyFrame> resp(
130 AddRead(*resp);
244 scoped_ptr<SpdyFrame> resp(
246 AddRead(*resp);
337 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
338 AddRead(*resp);
390 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyPostSynReply(NULL, 0));
391 AddRead(*resp);
829 scoped_ptr<SpdyFrame> resp(spdy_util_.ConstructSpdyGetSynReply(NULL, 0, 1));
830 AddRead(*resp);
    [all...]
spdy_test_util_common.h 95 MockRead CreateMockRead(const SpdyFrame& resp);
98 MockRead CreateMockRead(const SpdyFrame& resp, int seq);
100 MockRead CreateMockRead(const SpdyFrame& resp, int seq, IoMode mode);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 916 resp = self._get_line()
920 if self._match(self.tagre, resp):
923 raise self.abort('unexpected tagged response: %s' % resp)
933 if not self._match(Untagged_response, resp):
934 if self._match(Untagged_status, resp):
940 if self._match(Continuation, resp):
944 raise self.abort("unexpected response: '%s'" % resp)
982 return resp
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 916 resp = self._get_line()
920 if self._match(self.tagre, resp):
923 raise self.abort('unexpected tagged response: %s' % resp)
933 if not self._match(Untagged_response, resp):
934 if self._match(Untagged_status, resp):
940 if self._match(Continuation, resp):
944 raise self.abort("unexpected response: '%s'" % resp)
982 return resp
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 1208 int *resp = NULL; local
    [all...]
  /external/chromium_org/net/dns/
dns_transaction.cc 157 const DnsResponse* resp = response_.get(); variable
158 return (resp != NULL && resp->IsValid()) ? resp : NULL;
328 const DnsResponse* resp = response_.get(); variable
329 return (resp != NULL && resp->IsValid()) ? resp : NULL;
  /external/wpa_supplicant_8/src/eap_server/
eap_server_ttls.c 102 static struct wpabuf * eap_ttls_avp_encapsulate(struct wpabuf *resp,
108 avp = wpabuf_alloc(sizeof(struct ttls_avp) + wpabuf_len(resp) + 4);
110 wpabuf_free(resp);
115 wpabuf_len(resp));
116 os_memcpy(pos, wpabuf_head(resp), wpabuf_len(resp));
117 pos += wpabuf_len(resp);
119 wpabuf_free(resp);

Completed in 1438 milliseconds

<<11121314151617