Home
last modified time | relevance | path

Searched defs:ProtocolVersion (Results 1 – 7 of 7) sorted by relevance

/external/apache-http/src/org/apache/http/
DProtocolVersion.java61 public class ProtocolVersion implements Serializable, Cloneable { class
83 public ProtocolVersion(String protocol, int major, int minor) { in ProtocolVersion() method in ProtocolVersion
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugEventListenerConstants.cs39 public const string ProtocolVersion = "2"; field in Antlr.Runtime.Debug.DebugEventListenerConstants
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugEventListenerConstants.cs39 public const string ProtocolVersion = "2"; field in Antlr.Runtime.Debug.DebugEventListenerConstants
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp383 const int ProtocolVersion; member in __anon13748a720111::CGObjCGNU
/external/robolectric/lib/main/
Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/libvncserver/x11vnc/
Dnox11.h897 #define ProtocolVersion(dpy) (((_XPrivDisplay)dpy)->proto_major_version) macro