Home
last modified time | relevance | path

Searched defs:ver (Results 1 – 25 of 116) sorted by relevance

12345

/external/llvm/test/FrontendObjC/
D2007-10-18-ProDescriptor.m10 - (unsigned) ver; method
16 - (unsigned) ver { method
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
Dregress-77578-001.js83 function testA(ver) argument
102 function testB(ver) argument
123 function testC(ver) argument
/external/wpa_supplicant_8/src/rsn_supp/
Dpeerkey.c70 u16 mui, u16 error_type, int ver) in wpa_supplicant_send_smk_error()
131 int ver, struct wpa_peerkey *peerkey) in wpa_supplicant_send_smk_m3()
182 const struct wpa_eapol_key *key, size_t extra_len, int ver) in wpa_supplicant_process_smk_m2()
341 u16 key_info, ver; in wpa_supplicant_send_stk_1_of_4() local
398 u16 key_info, ver; in wpa_supplicant_send_stk_3_of_4() local
472 int ver, in wpa_supplicant_process_smk_m5()
528 const struct wpa_eapol_key *key, size_t extra_len, int ver) in wpa_supplicant_process_smk_m45()
673 u16 ver) in wpa_supplicant_process_stk_1_of_4()
783 u16 ver) in wpa_supplicant_process_stk_2_of_4()
832 u16 ver) in wpa_supplicant_process_stk_3_of_4()
[all …]
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
Dpeerkey.c69 u16 mui, u16 error_type, int ver) in wpa_supplicant_send_smk_error()
130 int ver, struct wpa_peerkey *peerkey) in wpa_supplicant_send_smk_m3()
181 const struct wpa_eapol_key *key, size_t extra_len, int ver) in wpa_supplicant_process_smk_m2()
340 u16 key_info, ver; in wpa_supplicant_send_stk_1_of_4() local
397 u16 key_info, ver; in wpa_supplicant_send_stk_3_of_4() local
471 int ver, in wpa_supplicant_process_smk_m5()
527 const struct wpa_eapol_key *key, size_t extra_len, int ver) in wpa_supplicant_process_smk_m45()
670 u16 ver) in wpa_supplicant_process_stk_1_of_4()
780 u16 ver) in wpa_supplicant_process_stk_2_of_4()
829 u16 ver) in wpa_supplicant_process_stk_3_of_4()
[all …]
Dwpa.c104 int ver, const u8 *dest, u16 proto, in wpa_eapol_key_send()
145 int key_info, ver; in wpa_sm_key_request() local
312 int ver, const u8 *nonce, in wpa_supplicant_send_2_of_4()
379 u16 ver) in wpa_supplicant_process_1_of_4()
901 u16 ver, u16 key_info, in wpa_supplicant_send_4_of_4()
944 u16 ver) in wpa_supplicant_process_3_of_4()
1098 size_t extra_len, u16 ver, in wpa_supplicant_process_1_of_2_wpa()
1172 int ver, u16 key_info) in wpa_supplicant_send_2_of_2()
1208 int extra_len, u16 ver) in wpa_supplicant_process_1_of_2()
1263 u16 ver, in wpa_supplicant_verify_eapol_key_mic()
[all …]
/external/apache-http/src/org/apache/http/message/
DBasicHttpResponse.java106 public BasicHttpResponse(final ProtocolVersion ver, in BasicHttpResponse()
142 public void setStatusLine(final ProtocolVersion ver, final int code) { in setStatusLine()
148 public void setStatusLine(final ProtocolVersion ver, final int code, in setStatusLine()
157 ProtocolVersion ver = this.statusline.getProtocolVersion(); in setStatusCode() local
DBasicHttpRequest.java67 public BasicHttpRequest(final String method, final String uri, final ProtocolVersion ver) { in BasicHttpRequest()
93 ProtocolVersion ver = HttpProtocolParams.getVersion(getParams()); in getRequestLine() local
DBasicLineParser.java338 ProtocolVersion ver = parseProtocolVersion(buffer, cursor); in parseRequestLine() local
366 final ProtocolVersion ver) { in createRequestLine()
409 ProtocolVersion ver = parseProtocolVersion(buffer, cursor); in parseStatusLine() local
455 protected StatusLine createStatusLine(final ProtocolVersion ver, in createStatusLine()
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
DHttpsURLConnection_ImplTest.java34 HostnameVerifier ver = HttpsURLConnection.getDefaultHostnameVerifier(); in testGetDefaultHostnameVerifier() local
46 HostnameVerifier ver = con.getHostnameVerifier(); in testGetHostnameVerifier() local
/external/apache-http/src/org/apache/http/
DHttpResponse.java74 void setStatusLine(ProtocolVersion ver, int code); in setStatusLine()
83 void setStatusLine(ProtocolVersion ver, int code, String reason); in setStatusLine()
DHttpResponseFactory.java59 HttpResponse newHttpResponse(ProtocolVersion ver, int status, in newHttpResponse()
/external/openssl/ssl/
Dd1_meth.c65 static const SSL_METHOD *dtls1_get_method(int ver) in dtls1_get_method()
Dt1_srvr.c68 static const SSL_METHOD *tls1_get_server_method(int ver) in tls1_get_server_method()
Ds3_meth.c64 static const SSL_METHOD *ssl3_get_method(int ver) in ssl3_get_method()
Ds2_meth.c65 static const SSL_METHOD *ssl2_get_method(int ver) in ssl2_get_method()
Ds23_meth.c64 static const SSL_METHOD *ssl23_get_method(int ver) in ssl23_get_method()
Dt1_clnt.c67 static const SSL_METHOD *tls1_get_client_method(int ver) in tls1_get_client_method()
Dt1_meth.c64 static const SSL_METHOD *tls1_get_method(int ver) in tls1_get_method()
/external/e2fsprogs/lib/e2p/
Dsetversion.c27 int ver; in setversion() local
Dgetversion.c27 int r, ver; in getversion() local
/external/bluetooth/hcidump/src/
Dcsrsniff.c54 uint16_t ver; member
158 struct hci_version ver; in main() local
/external/apache-http/src/org/apache/http/protocol/
DRequestExpectContinue.java69 ProtocolVersion ver = request.getRequestLine().getProtocolVersion(); in process() local
DRequestContent.java72 ProtocolVersion ver = request.getRequestLine().getProtocolVersion(); in process() local
DResponseContent.java72 ProtocolVersion ver = response.getStatusLine().getProtocolVersion(); in process() local
/external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
DProtocolVersionTest.java74 ProtocolVersion ver = ProtocolVersion.getLatestVersion(new String[] { in testGetLatestVersion() local

12345