/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/ |
D | D2DDiffieHellmanKeyExchangeHandshake.java | 101 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()
|
D | D2DConnectionContextV0.java | 29 public static final int PROTOCOL_VERSION = 0; field in D2DConnectionContextV0 42 super(PROTOCOL_VERSION); in D2DConnectionContextV0()
|
D | D2DConnectionContextV1.java | 30 public static final int PROTOCOL_VERSION = 1; field in D2DConnectionContextV1 51 super(PROTOCOL_VERSION); in D2DConnectionContextV1()
|
/external/apache-http/src/org/apache/http/params/ |
D | HttpProtocolParams.java | 133 (CoreProtocolPNames.PROTOCOL_VERSION); in getVersion() 150 params.setParameter(CoreProtocolPNames.PROTOCOL_VERSION, version); in setVersion()
|
D | CoreProtocolPNames.java | 57 public static final String PROTOCOL_VERSION = "http.protocol.version"; field
|
/external/deqp/execserver/ |
D | xsProtocol.hpp | 37 PROTOCOL_VERSION = 18, enumerator 109 HelloMessage (void) : Message(MESSAGETYPE_HELLO), version(PROTOCOL_VERSION) {} in HelloMessage()
|
D | xsExecutionServer.cpp | 268 if (msg.version != PROTOCOL_VERSION) in processMessage()
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
D | WaltDevice.java | 34 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
|
D | AboutFragment.java | 51 text += "WALT protocol version: " + WaltDevice.PROTOCOL_VERSION + "\n"; in onResume()
|
D | MainActivity.java | 223 logger.log("WALT protocol version " + WaltDevice.PROTOCOL_VERSION); in onCreate()
|
/external/mtpd/ |
D | pptp.c | 68 #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()
|
D | l2tp.c | 73 #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/ |
D | DebugEventListener.java | 44 public static final String PROTOCOL_VERSION = "2"; field
|
D | DebugEventSocketProxy.java | 84 out.println("ANTLR "+ DebugEventListener.PROTOCOL_VERSION); in handshake()
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
D | debug.rb | 377 PROTOCOL_VERSION = '2' constant
|
D | profile.rb | 199 PROTOCOL_VERSION = 2 constant in ANTLR3.Profile.Profiler
|
/external/antlr/runtime/Ruby/lib/antlr3/debug/ |
D | socket.rb | 53 write( 'ANTLR %s', PROTOCOL_VERSION )
|
/external/antlr/runtime/Python/antlr3/ |
D | debug.py | 411 PROTOCOL_VERSION = "2" variable in DebugEventListener 888 self.write("ANTLR %s" % self.PROTOCOL_VERSION)
|
/external/antlr/runtime/Python3/antlr3/ |
D | debug.py | 417 PROTOCOL_VERSION = "2" variable in DebugEventListener 886 self.write("ANTLR {}".format(self.PROTOCOL_VERSION))
|
/external/python/cpython2/Lib/ |
D | imaplib.py | 215 self.PROTOCOL_VERSION = version 1505 M._mesg('PROTOCOL_VERSION = %s' % M.PROTOCOL_VERSION)
|
/external/python/cpython3/Lib/ |
D | imaplib.py | 259 self.PROTOCOL_VERSION = version 1580 M._mesg('PROTOCOL_VERSION = %s' % M.PROTOCOL_VERSION)
|
/external/antlr/runtime/ObjC/Framework/ |
D | DebugEventSocketProxy.m | 81 out.println("ANTLR "+ DebugEventListener.PROTOCOL_VERSION);
|
/external/python/cpython2/Doc/library/ |
D | imaplib.rst | 515 .. attribute:: IMAP4.PROTOCOL_VERSION
|
/external/python/cpython3/Doc/library/ |
D | imaplib.rst | 569 .. attribute:: IMAP4.PROTOCOL_VERSION
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 4306 ADD_AD_CONSTANT(PROTOCOL_VERSION); in init_ssl()
|