Home
last modified time | relevance | path

Searched defs:PROTOCOL_VERSION (Results 1 – 10 of 10) sorted by relevance

/external/apache-http/src/org/apache/http/params/
DCoreProtocolPNames.java52 public static final String PROTOCOL_VERSION = "http.protocol.version"; field
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DDebugEventListener.java44 public static final String PROTOCOL_VERSION = "2"; field
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dprofile.rb199 PROTOCOL_VERSION = 2 constant in ANTLR3.Profile.Profiler
Ddebug.rb377 PROTOCOL_VERSION = '2' constant
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3debugeventlistener.h76 int PROTOCOL_VERSION; member
/external/quake/quake/src/WinQuake/
Dprotocol.h22 #define PROTOCOL_VERSION 15 macro
/external/mtpd/
Dpptp.c64 #define PROTOCOL_VERSION htons(0x0100) macro
Dl2tp.c67 #define PROTOCOL_VERSION htons(2) macro
/external/quake/quake/src/QW/client/
Dprotocol.h22 #define PROTOCOL_VERSION 28 macro
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Ddebug.py411 PROTOCOL_VERSION = "2" variable in DebugEventListener