/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
websocket.py | 9 from websocket import create_connection as _create_connection 15 def create_connection(*args, **kwargs): function
|
websocket_unittest.py | 35 self.assertNotEqual(websocket.create_connection, None) 44 ws = websocket.create_connection(ws_url) 52 ws = websocket.create_connection(
|
inspector_websocket.py | 64 self._socket = websocket.create_connection(url, timeout=timeout)
|
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/ |
README.rst | 34 from websocket import create_connection 35 ws = create_connection("ws://echo.websocket.org/") 48 from websocket import create_connection 49 ws = create_connection("ws://echo.websocket.org/".
|
websocket.py | 176 def create_connection(url, timeout=None, **options): function 186 >>> conn = create_connection("ws://echo.websocket.org/", 886 ws = create_connection("ws://echo.websocket.org/")
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.internal.backends.chrome_inspector.websocket.html | 31 <td width="100%"><dl><dt><a name="-create_connection"><strong>create_connection</strong></a>(*args, **kwargs)</dt></dl>
|
/external/autotest/client/site_tests/hardware_GPS/ |
hardware_GPS.py | 29 c = socket.create_connection(('localhost', gpsd_port))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
https_connection.py | 119 sock = socket.create_connection((self.host, self.port), self.timeout) 121 sock = socket.create_connection((self.host, self.port))
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
android.py | 62 self.conn = socket.create_connection(
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_socket.py | [all...] |
test_ftplib.py | 102 s = socket.create_connection((ip, port), timeout=10) 121 s = socket.create_connection((ip, port), timeout=10) 548 conn = socket.create_connection((host, port), 10) 575 conn = socket.create_connection((host, port), 10)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_socket.py | [all...] |
test_ftplib.py | 102 s = socket.create_connection((ip, port), timeout=10) 121 s = socket.create_connection((ip, port), timeout=10) 548 conn = socket.create_connection((host, port), 10) 575 conn = socket.create_connection((host, port), 10)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_socket.py | [all...] |
test_ftplib.py | 102 s = socket.create_connection((ip, port), timeout=10) 121 s = socket.create_connection((ip, port), timeout=10) 548 conn = socket.create_connection((host, port), 10) 575 conn = socket.create_connection((host, port), 10)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_socket.py | [all...] |
test_ftplib.py | 102 s = socket.create_connection((ip, port), timeout=10) 121 s = socket.create_connection((ip, port), timeout=10) 548 conn = socket.create_connection((host, port), 10) 575 conn = socket.create_connection((host, port), 10)
|
/frameworks/native/include/gui/ |
ISurfaceComposer.h | 184 CREATE_CONNECTION,
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
win_platform_backend.py | 369 socket.create_connection(('127.0.0.1', self._msr_server_port), 5).close() 379 sock = socket.create_connection(('127.0.0.1', self._msr_server_port), 5)
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
trafficshaper_test.py | 127 self.socket = socket.create_connection(self.address, timeout=self.timeout)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
socket.py | 27 create_connection() -- connects to an address, with an optional timeout and 96 __all__ = ["getfqdn", "create_connection"] 537 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
socket.py | 27 create_connection() -- connects to an address, with an optional timeout and 96 __all__ = ["getfqdn", "create_connection"] 537 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
socket.py | 27 create_connection() -- connects to an address, with an optional timeout and 96 __all__ = ["getfqdn", "create_connection"] 537 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
socket.py | 27 create_connection() -- connects to an address, with an optional timeout and 96 __all__ = ["getfqdn", "create_connection"] 537 def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, function
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/urlhandler/ |
protocol_socket.py | 50 # XXX in future replace with create_connection (py >=2.6)
|