HomeSort by relevance Sort by last modified time
    Searched full:create_connection (Results 51 - 63 of 63) sorted by null

1 23

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 229 self.sock = socket.create_connection((host, port))
    [all...]
nntplib.py 112 self.sock = socket.create_connection((host, port))
telnetlib.py 227 self.sock = socket.create_connection((host, port), timeout)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 310 #connect to IP address directly. This avoids socket.create_connection()
369 #connect to IP address directly. This avoids socket.create_connection()
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/directconnect/
layer1.py 290 def create_connection(self, location, bandwidth, connection_name): member in class:DirectConnectConnection
  /prebuilts/gdb/darwin-x86/lib/python2.7/
nntplib.py 112 self.sock = socket.create_connection((host, port))
telnetlib.py 227 self.sock = socket.create_connection((host, port), timeout)
  /prebuilts/gdb/linux-x86/lib/python2.7/
nntplib.py 112 self.sock = socket.create_connection((host, port))
telnetlib.py 227 self.sock = socket.create_connection((host, port), timeout)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py 112 self.sock = socket.create_connection((host, port))
telnetlib.py 227 self.sock = socket.create_connection((host, port), timeout)
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
SurfaceFlinger_hwc1.cpp     [all...]

Completed in 216 milliseconds

1 23