HomeSort by relevance Sort by last modified time
    Searched refs:protocol_version (Results 26 - 50 of 64) sorted by null

12 3

  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
CGIHTTPServer.py 162 env['SERVER_PROTOCOL'] = self.protocol_version
  /external/python/cpython2/Lib/
CGIHTTPServer.py 159 env['SERVER_PROTOCOL'] = self.protocol_version
  /prebuilts/gdb/darwin-x86/lib/python2.7/
CGIHTTPServer.py 164 env['SERVER_PROTOCOL'] = self.protocol_version
  /prebuilts/gdb/linux-x86/lib/python2.7/
CGIHTTPServer.py 164 env['SERVER_PROTOCOL'] = self.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
  /frameworks/native/libs/binder/tests/
binderDriverInterfaceTest.cpp 149 ASSERT_EQ(BINDER_CURRENT_PROTOCOL_VERSION, version.protocol_version);
  /external/python/cpython2/Lib/test/
test_httpservers.py 38 self.protocol_version = "HTTP/1.1"
157 protocol_version = 'HTTP/1.1' variable in class:BaseHTTPServerTestCase.request_handler
test_xmlrpc.py 705 protocol_version = 'HTTP/1.1' variable in class:BaseKeepaliveServerTestCase.RequestHandler
778 protocol_version = 'HTTP/1.1' variable in class:GzipServerTestCase.RequestHandler
    [all...]
  /system/core/adb/
transport.cpp 861 protocol_version = std::min(version, A_VERSION);
866 return protocol_version;
    [all...]
  /external/python/cpython3/Lib/test/
test_httpservers.py 80 protocol_version = 'HTTP/1.1' variable in class:BaseHTTPServerTestCase.request_handler
287 protocol_version = 'HTTP/1.1' variable in class:RequestHandlerLoggingTestCase.request_handler
730 self.protocol_version = "HTTP/1.1"
    [all...]
test_xmlrpc.py 313 protocol_version = "HTTP/1.1" variable in class:XMLRPCTestCase.test_keepalive_disconnect.RequestHandler
924 protocol_version = 'HTTP\/1.1' variable in class:BaseKeepaliveServerTestCase.RequestHandler
1002 protocol_version = 'HTTP\/1.1' variable in class:GzipServerTestCase.RequestHandler
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2_localnet.py 47 request_handler.protocol_version = "HTTP/1.0"
test_xmlrpc.py 608 protocol_version = 'HTTP/1.1' variable in class:BaseKeepaliveServerTestCase.RequestHandler
680 protocol_version = 'HTTP/1.1' variable in class:GzipServerTestCase.RequestHandler
    [all...]
  /external/scapy/test/
pptp.uts 488 assert start_control_connection_pkt.protocol_version == 1
516 assert start_control_connection_reply_pkt.protocol_version == 1
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
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/gdb/linux-x86/lib/python2.7/test/
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...]

Completed in 993 milliseconds

12 3