HomeSort by relevance Sort by last modified time
    Searched refs:handler_class (Results 1 - 25 of 25) sorted by null

  /external/autotest/client/cros/faft/utils/
common.py 8 """Proxy of a given handler_class for lazy initialization."""
12 def __init__(self, handler_class, *args, **kargs):
13 self._handler_class = handler_class
  /external/python/cpython2/Lib/test/
ssl_servers.py 23 def __init__(self, server_address, handler_class, context):
24 _HTTPServer.__init__(self, server_address, handler_class)
122 def __init__(self, context, host=HOST, handler_class=None):
125 handler_class or RootedHTTPRequestHandler,
151 host=HOST, handler_class=None):
156 server = HTTPSServerThread(context, host, handler_class)
193 handler_class = StatsRequestHandler
195 handler_class = RootedHTTPRequestHandler
196 handler_class.root = os.getcwd()
206 server = HTTPSServer(("", args.port), handler_class, context
    [all...]
test_urllib2.py     [all...]
test_urllib2_localnet.py 486 server = make_https_server(self, handler_class=handler, **kwargs)
  /external/python/cpython3/Lib/test/
ssl_servers.py 23 def __init__(self, server_address, handler_class, context):
24 _HTTPServer.__init__(self, server_address, handler_class)
122 def __init__(self, context, host=HOST, handler_class=None):
125 handler_class or RootedHTTPRequestHandler,
151 host=HOST, handler_class=None):
156 server = HTTPSServerThread(context, host, handler_class)
193 handler_class = StatsRequestHandler
195 handler_class = RootedHTTPRequestHandler
196 handler_class.root = os.getcwd()
206 server = HTTPSServer(("", args.port), handler_class, context
    [all...]
test_nntplib.py 374 handler_class = None variable in class:MockedNNTPTestsMixin
385 self.handler = self.handler_class()
1194 handler_class = NNTPv1Handler variable in class:NNTPv1Tests
1207 handler_class = NNTPv2Handler variable in class:NNTPv2Tests
1230 handler_class = CapsAfterLoginNNTPv2Handler variable in class:CapsAfterLoginNNTPv2Tests
1244 handler_class = ModeSwitchingNNTPv2Handler variable in class:SendReaderNNTPv2Tests
    [all...]
test_urllib2_localnet.py 491 server = make_https_server(self, handler_class=handler, **kwargs)
test_wsgiref.py 266 server = make_server(support.HOST, 0, app, handler_class=WsgiHandler)
test_urllib2.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
simple_server.py 141 host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler
144 server = server_class((host, port), handler_class)
  /external/python/cpython2/Lib/wsgiref/
simple_server.py 148 host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler
151 server = server_class((host, port), handler_class)
  /external/python/cpython3/Lib/wsgiref/
simple_server.py 150 host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler
153 server = server_class((host, port), handler_class)
  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
simple_server.py 141 host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler
144 server = server_class((host, port), handler_class)
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
simple_server.py 141 host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler
144 server = server_class((host, port), handler_class)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
simple_server.py 141 host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler
144 server = server_class((host, port), handler_class)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
simple_server.py 141 host, port, app, server_class=WSGIServer, handler_class=WSGIRequestHandler
144 server = server_class((host, port), handler_class)
  /external/python/cpython3/Lib/http/
server.py 1208 handler_class = CGIHTTPRequestHandler variable
1210 handler_class = SimpleHTTPRequestHandler variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /external/curl/tests/python_dependencies/impacket/
smbserver.py     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 

Completed in 702 milliseconds