Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/params/
DCoreProtocolPNames.java57 public static final String PROTOCOL_VERSION = "http.protocol.version"; field
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DWaltDevice.java34 public static final String PROTOCOL_VERSION = "5"; field in WaltDevice
220 s, PROTOCOL_VERSION)); in checkVersion() local
/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/deqp/execserver/
DxsProtocol.hpp37 PROTOCOL_VERSION = 18, enumerator
/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/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
DJsonMessageBuilder.java51 public static final int PROTOCOL_VERSION = 1; field in JsonMessageBuilder
/external/mtpd/
Dpptp.c64 #define PROTOCOL_VERSION htons(0x0100) macro
Dl2tp.c68 #define PROTOCOL_VERSION htons(2) macro
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Ddebug.py411 PROTOCOL_VERSION = "2" variable in DebugEventListener