/external/clang/test/CodeGenObjC/ |
D | 2007-10-18-ProDescriptor.m | 10 - (unsigned) ver; method 16 - (unsigned) ver { method
|
/external/apache-http/src/org/apache/http/message/ |
D | BasicHttpResponse.java | 111 public BasicHttpResponse(final ProtocolVersion ver, in BasicHttpResponse() 147 public void setStatusLine(final ProtocolVersion ver, final int code) { in setStatusLine() 153 public void setStatusLine(final ProtocolVersion ver, final int code, in setStatusLine() 162 ProtocolVersion ver = this.statusline.getProtocolVersion(); in setStatusCode() local
|
D | BasicHttpRequest.java | 72 public BasicHttpRequest(final String method, final String uri, final ProtocolVersion ver) { in BasicHttpRequest() 98 ProtocolVersion ver = HttpProtocolParams.getVersion(getParams()); in getRequestLine() local
|
D | BasicLineParser.java | 343 ProtocolVersion ver = parseProtocolVersion(buffer, cursor); in parseRequestLine() local 371 final ProtocolVersion ver) { in createRequestLine() 414 ProtocolVersion ver = parseProtocolVersion(buffer, cursor); in parseStatusLine() local 460 protected StatusLine createStatusLine(final ProtocolVersion ver, in createStatusLine()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | peerkey.c | 64 u16 mui, u16 error_type, int ver) in wpa_supplicant_send_smk_error() 126 int ver, struct wpa_peerkey *peerkey) in wpa_supplicant_send_smk_m3() 179 size_t key_data_len, int ver) in wpa_supplicant_process_smk_m2() 327 u16 key_info, ver; in wpa_supplicant_send_stk_1_of_4() local 385 u16 key_info, ver; in wpa_supplicant_send_stk_3_of_4() local 460 int ver, in wpa_supplicant_process_smk_m5() 515 size_t key_data_len, int ver) in wpa_supplicant_process_smk_m45() 655 u16 ver, const u8 *key_data, in wpa_supplicant_process_stk_1_of_4() 761 u16 ver, const u8 *key_data, in wpa_supplicant_process_stk_2_of_4() 807 u16 ver, const u8 *key_data, in wpa_supplicant_process_stk_3_of_4() [all …]
|
D | peerkey.h | 56 struct wpa_eapol_key *key, u16 ver, in peerkey_verify_eapol_key_mic() 64 struct wpa_eapol_key *key, u16 key_info, u16 ver, in peerkey_rx_eapol_4way() 72 size_t key_data_len, u16 key_info, u16 ver) in peerkey_rx_eapol_smk()
|
/external/lzma/C/ |
D | CpuArch.h | 194 UInt32 ver; member 212 #define x86cpuid_GetFamily(ver) (((ver >> 16) & 0xFF0) | ((ver >> 8) & 0xF)) argument 213 #define x86cpuid_GetModel(ver) (((ver >> 12) & 0xF0) | ((ver >> 4) & 0xF)) argument 214 #define x86cpuid_GetStepping(ver) (ver & 0xF) argument
|
/external/apache-http/src/org/apache/http/ |
D | HttpResponse.java | 79 void setStatusLine(ProtocolVersion ver, int code); in setStatusLine() 88 void setStatusLine(ProtocolVersion ver, int code, String reason); in setStatusLine()
|
D | HttpResponseFactory.java | 64 HttpResponse newHttpResponse(ProtocolVersion ver, int status, in newHttpResponse()
|
/external/webrtc/webrtc/base/ |
D | versionparsing_unittest.cc | 22 ExampleVersion ver; in TEST() local 34 ExampleVersion ver; in TEST() local
|
/external/e2fsprogs/lib/e2p/ |
D | setversion.c | 32 int ver; in setversion() local
|
D | getversion.c | 32 int r, ver; in getversion() local
|
D | fgetversion.c | 48 unsigned int ver = -1; in fgetversion() local
|
D | fsetversion.c | 50 int fd, r, ver, save_errno = 0; in fsetversion() local
|
/external/skia/src/gpu/gl/ |
D | GrGLGLSL.cpp | 15 GrGLSLVersion ver = GrGLGetGLSLVersion(gl); in GrGLGetGLSLGeneration() local
|
D | GrGLContext.cpp | 24 const char* ver = reinterpret_cast<const char*>(verUByte); in Create() local
|
/external/apache-http/src/org/apache/http/protocol/ |
D | RequestContent.java | 77 ProtocolVersion ver = request.getRequestLine().getProtocolVersion(); in process() local
|
D | RequestExpectContinue.java | 74 ProtocolVersion ver = request.getRequestLine().getProtocolVersion(); in process() local
|
D | ResponseContent.java | 77 ProtocolVersion ver = response.getStatusLine().getProtocolVersion(); in process() local
|
D | ResponseConnControl.java | 91 ProtocolVersion ver = response.getStatusLine().getProtocolVersion(); in process() local
|
D | RequestTargetHost.java | 91 ProtocolVersion ver = request.getRequestLine().getProtocolVersion(); in process() local
|
/external/compiler-rt/lib/interception/ |
D | interception_linux.cc | 28 void *GetFuncAddrVer(const char *func_name, const char *ver) { in GetFuncAddrVer()
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_common.c | 289 int tls_version_ok(u16 ver) in tls_version_ok() 306 const char * tls_version_str(u16 ver) in tls_version_str() 321 int tls_prf(u16 ver, const u8 *secret, size_t secret_len, const char *label, in tls_prf()
|
/external/autotest/server/site_tests/firmware_Cr50Update/ |
D | firmware_Cr50Update.py | 212 def fetch_image(self, ver=None): argument 225 def add_image_to_update_order(self, image_name, image_path, ver=None): argument
|
/external/apache-http/src/org/apache/http/impl/ |
D | DefaultConnectionReuseStrategy.java | 104 ProtocolVersion ver = response.getStatusLine().getProtocolVersion(); in keepAlive() local
|