Home
last modified time | relevance | path

Searched refs:PROTOCOL_VERSION (Results 1 – 25 of 27) sorted by relevance

12

/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DD2DDiffieHellmanKeyExchangeHandshake.java101 protocolVersionToUse = D2DConnectionContextV1.PROTOCOL_VERSION; in D2DDiffieHellmanKeyExchangeHandshake()
174 case D2DConnectionContextV0.PROTOCOL_VERSION: in makeResponderHelloWithPayload()
178 case D2DConnectionContextV1.PROTOCOL_VERSION: in makeResponderHelloWithPayload()
229 if (protocolVersion == D2DConnectionContextV0.PROTOCOL_VERSION) { in parseResponderHello()
230 protocolVersionToUse = D2DConnectionContextV0.PROTOCOL_VERSION; in parseResponderHello()
237 if (protocolVersionToUse == D2DConnectionContextV0.PROTOCOL_VERSION) { in parseResponderHello()
271 if (protocolVersion == D2DConnectionContextV0.PROTOCOL_VERSION) { in parseInitiatorHello()
272 protocolVersionToUse = D2DConnectionContextV0.PROTOCOL_VERSION; in parseInitiatorHello()
291 if (protocolVersionToUse == D2DConnectionContextV0.PROTOCOL_VERSION) { in toConnectionContext()
DD2DConnectionContextV0.java29 public static final int PROTOCOL_VERSION = 0; field in D2DConnectionContextV0
42 super(PROTOCOL_VERSION); in D2DConnectionContextV0()
DD2DConnectionContextV1.java30 public static final int PROTOCOL_VERSION = 1; field in D2DConnectionContextV1
51 super(PROTOCOL_VERSION); in D2DConnectionContextV1()
/external/apache-http/src/org/apache/http/params/
DHttpProtocolParams.java133 (CoreProtocolPNames.PROTOCOL_VERSION); in getVersion()
150 params.setParameter(CoreProtocolPNames.PROTOCOL_VERSION, version); in setVersion()
DCoreProtocolPNames.java57 public static final String PROTOCOL_VERSION = "http.protocol.version"; field
/external/deqp/execserver/
DxsProtocol.hpp37 PROTOCOL_VERSION = 18, enumerator
109 HelloMessage (void) : Message(MESSAGETYPE_HELLO), version(PROTOCOL_VERSION) {} in HelloMessage()
DxsExecutionServer.cpp268 if (msg.version != PROTOCOL_VERSION) in processMessage()
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DWaltDevice.java34 public static final String PROTOCOL_VERSION = "5"; field in WaltDevice
217 if (!PROTOCOL_VERSION.equals(s)) { in checkVersion()
220 s, PROTOCOL_VERSION)); in checkVersion() local
DAboutFragment.java51 text += "WALT protocol version: " + WaltDevice.PROTOCOL_VERSION + "\n"; in onResume()
DMainActivity.java223 logger.log("WALT protocol version " + WaltDevice.PROTOCOL_VERSION); in onCreate()
/external/mtpd/
Dpptp.c68 #define PROTOCOL_VERSION htons(0x0100) macro
230 outgoing.sccrq.protocol_version = PROTOCOL_VERSION; in pptp_connect()
448 if (incoming.sccrp.protocol_version == PROTOCOL_VERSION && in pptp_process()
Dl2tp.c73 #define PROTOCOL_VERSION htons(2) macro
333 add_attribute_u16(PROTOCOL_VERSION, htons(0x0100)); in l2tp_connect()
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
DDebugEventListener.java44 public static final String PROTOCOL_VERSION = "2"; field
DDebugEventSocketProxy.java84 out.println("ANTLR "+ DebugEventListener.PROTOCOL_VERSION); in handshake()
/external/antlr/runtime/Ruby/lib/antlr3/
Ddebug.rb377 PROTOCOL_VERSION = '2' constant
Dprofile.rb199 PROTOCOL_VERSION = 2 constant in ANTLR3.Profile.Profiler
/external/antlr/runtime/Ruby/lib/antlr3/debug/
Dsocket.rb53 write( 'ANTLR %s', PROTOCOL_VERSION )
/external/antlr/runtime/Python/antlr3/
Ddebug.py411 PROTOCOL_VERSION = "2" variable in DebugEventListener
888 self.write("ANTLR %s" % self.PROTOCOL_VERSION)
/external/antlr/runtime/Python3/antlr3/
Ddebug.py417 PROTOCOL_VERSION = "2" variable in DebugEventListener
886 self.write("ANTLR {}".format(self.PROTOCOL_VERSION))
/external/python/cpython2/Lib/
Dimaplib.py215 self.PROTOCOL_VERSION = version
1505 M._mesg('PROTOCOL_VERSION = %s' % M.PROTOCOL_VERSION)
/external/python/cpython3/Lib/
Dimaplib.py259 self.PROTOCOL_VERSION = version
1580 M._mesg('PROTOCOL_VERSION = %s' % M.PROTOCOL_VERSION)
/external/antlr/runtime/ObjC/Framework/
DDebugEventSocketProxy.m81 out.println("ANTLR "+ DebugEventListener.PROTOCOL_VERSION);
/external/python/cpython2/Doc/library/
Dimaplib.rst515 .. attribute:: IMAP4.PROTOCOL_VERSION
/external/python/cpython3/Doc/library/
Dimaplib.rst569 .. attribute:: IMAP4.PROTOCOL_VERSION
/external/python/cpython2/Modules/
D_ssl.c4306 ADD_AD_CONSTANT(PROTOCOL_VERSION); in init_ssl()

12