HomeSort by relevance Sort by last modified time
    Searched refs:protocol_version (Results 76 - 98 of 98) sorted by null

1 2 34

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
echo_client.py 315 if self._options.protocol_version == _PROTOCOL_VERSION_HYBI08:
336 elif self._options.protocol_version == _PROTOCOL_VERSION_HYBI08:
824 version = self._options.protocol_version
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 37 self.protocol_version = "HTTP/1.1"
156 protocol_version = 'HTTP/1.1' variable in class:BaseHTTPServerTestCase.request_handler
test_urllib2_localnet.py 49 request_handler.protocol_version = "HTTP/1.0"
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 37 self.protocol_version = "HTTP/1.1"
156 protocol_version = 'HTTP/1.1' variable in class:BaseHTTPServerTestCase.request_handler
test_urllib2_localnet.py 49 request_handler.protocol_version = "HTTP/1.0"
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...]
  /external/chromium_org/third_party/tlslite/tlslite/
TLSConnection.py 565 AlertDescription.protocol_version,
570 AlertDescription.protocol_version,
    [all...]
  /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/chromium_org/net/spdy/
spdy_framer.h 528 SpdyMajorVersion protocol_version() const { return spdy_version_; } function in class:net::SpdyFramer
spdy_framer_test.cc 92 DecompressionVisitor visitor(framer->protocol_version());
101 if (framer->protocol_version() == 4) {
104 framer->protocol_version());
108 framer->protocol_version());
    [all...]
spdy_session.cc 726 return buffered_spdy_framer_->protocol_version();
    [all...]
spdy_session_unittest.cc     [all...]
  /external/chromium_org/net/websockets/
websocket_job.cc 363 handshake_request_->protocol_version());
  /external/chromium_org/sync/protocol/
proto_value_conversions.cc 814 SET_INT32(protocol_version);
  /external/qemu/
vnc-android.c 2005 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...]
  /external/valgrind/main/include/vki/
vki-linux.h 2893 signed long protocol_version; member in struct:vki_binder_version
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c     [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 958 milliseconds

1 2 34