Home
last modified time | relevance | path

Searched defs:Handshake (Results 1 – 9 of 9) sorted by relevance

/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DHandshake.java37 public final class Handshake { class
42 private Handshake( in Handshake() method in Handshake
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DHandshake.java35 public final class Handshake { class
40 private Handshake( in Handshake() method in Handshake
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs_client.h29 Status Handshake(CtrlResponse<HandshakeResponse> *res) { in Handshake() function
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DRemoteDebugEventSocketListener.cs319 protected virtual void Handshake() { in Handshake() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener
DDebugEventSocketProxy.cs94 public virtual void Handshake() { in Handshake() method in Antlr.Runtime.Debug.DebugEventSocketProxy
/external/tensorflow/tensorflow/contrib/ignite/kernels/dataset/
Dignite_dataset_iterator.cc193 Status IgniteDatasetIterator::Handshake() { in Handshake() function in tensorflow::IgniteDatasetIterator
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DRemoteDebugEventSocketListener.cs399 protected virtual void Handshake() in Handshake() method in Antlr.Runtime.Debug.RemoteDebugEventSocketListener
DDebugEventSocketProxy.cs99 public virtual void Handshake() in Handshake() method in Antlr.Runtime.Debug.DebugEventSocketProxy
/external/boringssl/src/ssl/test/runner/
Dconn.go1797 func (c *Conn) Handshake() error { func