HomeSort by relevance Sort by last modified time
    Searched full:protocolversion (Results 51 - 75 of 94) sorted by null

1 23 4

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLSessionImpl.java 45 ProtocolVersion protocol;
ServerHandshakeImpl.java 333 if (!ProtocolVersion.isSupported(clientHello.client_version)) {
408 session.protocol = ProtocolVersion.getByVersion(clientHello.client_version);
SSLServerSocketImpl.java 131 return ProtocolVersion.supportedProtocols.clone();
SSLRecordProtocol.java 307 * ProtocolVersion version;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 182 private int protocolVersion;
518 if (protocolVersion < 4) {
    [all...]
  /external/valgrind/main/docs/internals/
xml-output.txt 118 <protocolversion>INT<protocolversion>
  /external/valgrind/main/memcheck/tests/
xml1.stderr.exp 5 <protocolversion>4</protocolversion>
  /frameworks/base/core/java/android/net/http/
Request.java 39 import org.apache.http.ProtocolVersion;
261 ProtocolVersion v = statusLine.getProtocolVersion();
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/
HierarchyViewerDirector.java 170 if (viewServerInfo.protocolVersion >= 3) {
181 if (viewServerInfo != null && viewServerInfo.protocolVersion >= 3) {
  /external/apache-http/src/org/apache/http/
HttpMessage.java 51 ProtocolVersion getProtocolVersion();
  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java 98 private int protocolVersion;
270 this.protocolVersion = PROTOCOL_VERSION_2;
624 protocolVersion = version;
784 if (protocolVersion == PROTOCOL_VERSION_1) {
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_record.c 163 /* ProtocolVersion version */
tlsv1_client_write.c 87 /* ProtocolVersion client_version */
784 /* ProtocolVersion version */
tlsv1_server_read.c 82 /* ProtocolVersion client_version */
498 * ProtocolVersion client_version;
tlsv1_server_write.c 88 /* ProtocolVersion server_version */
778 /* ProtocolVersion version */
  /external/wpa_supplicant_8/src/tls/
tlsv1_record.c 163 /* ProtocolVersion version */
tlsv1_client_write.c 88 /* ProtocolVersion client_version */
780 /* ProtocolVersion version */
tlsv1_server_read.c 82 /* ProtocolVersion client_version */
498 * ProtocolVersion client_version;
tlsv1_server_write.c 89 /* ProtocolVersion server_version */
773 /* ProtocolVersion version */
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
ViewNode.java 118 public int protocolVersion;
  /external/chromium/net/socket/
ssl_client_socket_nss.cc     [all...]
  /prebuilt/sdk/4/
android.jar 
  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncAdapter.java 197 public void sendSyncOptions(Double protocolVersion, Serializer s)
227 if (protocolVersion < Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) {
245 if (protocolVersion >= Eas.SUPPORTED_PROTOCOL_EX2007_DOUBLE) {
    [all...]
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_task.cc 23 net::WebSocket::ProtocolVersion protocol_version) {
  /external/wpa_supplicant/
tlsv1_common.c 307 /* ProtocolVersion version */

Completed in 641 milliseconds

1 23 4