/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugEventListener.java | 44 public static final String PROTOCOL_VERSION = "2";
|
/frameworks/native/cmds/servicemanager/ |
binder.c | 114 (vers.protocol_version != BINDER_CURRENT_PROTOCOL_VERSION)) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
CGIHTTPServer.py | 164 env['SERVER_PROTOCOL'] = self.protocol_version
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
CGIHTTPServer.py | 164 env['SERVER_PROTOCOL'] = self.protocol_version
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3debughandlers.c | 139 delboy->PROTOCOL_VERSION = 2; // ANTLR 3.1 is at protocol version 2 310 sprintf (message, "ANTLR %d\n", delboy->PROTOCOL_VERSION);
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
debug.py | 411 PROTOCOL_VERSION = "2" 888 self.write("ANTLR %s" % self.PROTOCOL_VERSION) [all...] |
/external/chromium_org/third_party/tlslite/ |
README | 325 Client protocol_version: 328 Server protocol_version:
|
/external/chromium_org/third_party/tlslite/tlslite/ |
tlsconnection.py | 657 AlertDescription.protocol_version, 662 AlertDescription.protocol_version, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_xmlrpc.py | 617 protocol_version = 'HTTP/1.1' variable in class:BaseKeepaliveServerTestCase.RequestHandler 689 protocol_version = 'HTTP/1.1' variable in class:GzipServerTestCase.RequestHandler [all...] |
test_urllib2_localnet.py | 49 request_handler.protocol_version = "HTTP/1.0"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_xmlrpc.py | 617 protocol_version = 'HTTP/1.1' variable in class:BaseKeepaliveServerTestCase.RequestHandler 689 protocol_version = 'HTTP/1.1' variable in class:GzipServerTestCase.RequestHandler [all...] |
test_urllib2_localnet.py | 49 request_handler.protocol_version = "HTTP/1.0"
|
/cts/libs/testserver/src/android/webkit/cts/ |
TestWebServer.java | 577 params.setParameter(CoreProtocolPNames.PROTOCOL_VERSION, HttpVersion.HTTP_1_0);
|
CtsTestServer.java | [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
debug.rb | 377 PROTOCOL_VERSION = '2'
|
/external/chromium_org/net/spdy/ |
spdy_framer.h | 550 SpdyMajorVersion protocol_version() const { return spdy_version_; } function in class:net::SpdyFramer [all...] |
spdy_session.cc | 404 SpdyMajorVersion protocol_version, 413 if (protocol_version == SPDY2) { 417 const char* host = protocol_version >= SPDY4 ? ":authority" : ":host"; 929 return buffered_spdy_framer_->protocol_version(); [all...] |
spdy_framer_test.cc | 58 DecompressionVisitor visitor(framer->protocol_version()); 69 framer->protocol_version()); 364 DCHECK_LT(SPDY3, framer_.protocol_version()); 369 if (framer_.protocol_version() <= SPDY3) { return; } 530 if (framer.protocol_version() > SPDY3) { 533 frame_type = SpdyConstants::ParseFrameType(framer.protocol_version(), 544 frame_type = SpdyConstants::ParseFrameType(framer.protocol_version(), [all...] |
/external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/ |
TestWebServer.java | 571 params.setParameter(CoreProtocolPNames.PROTOCOL_VERSION, HttpVersion.HTTP_1_0);
|
/external/chromium_org/sync/protocol/ |
proto_value_conversions.cc | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/ |
core.gyp | 146 # GN version: //third_party/WebKit/Source/core/inspector:protocol_version [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
s_cb.c | 531 str_details2 = " protocol_version";
|
/external/openssl/apps/ |
s_cb.c | 531 str_details2 = " protocol_version";
|
/external/qemu/ui/ |
vnc-android.c | 2006 static int protocol_version(VncState *vs, uint8_t *version, size_t len) function [all...] |
vnc.c | 1999 static int protocol_version(VncState *vs, uint8_t *version, size_t len) function [all...] |