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

  /docs/source.android.com/scripts/
micro-httpd.py 27 httpd.allow_reuse_address = True
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 277 # Overrides BaseHTTPServer.HTTPServer.allow_reuse_address
278 allow_reuse_address = True variable in class:WebSocketServer
362 if self.allow_reuse_address:
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 273 # Overrides BaseHTTPServer.HTTPServer.allow_reuse_address
274 allow_reuse_address = True variable in class:WebSocketServer
358 if self.allow_reuse_address:
    [all...]

Completed in 8391 milliseconds