HomeSort by relevance Sort by last modified time
    Searched full:find_unused_port (Results 1 - 24 of 24) sorted by null

  /external/python/cpython2/Lib/test/
test_socket.py 632 port = test_support.find_unused_port()
637 # Since find_unused_port() is inherently subject to race conditions, we
640 port = test_support.find_unused_port()
    [all...]
test_support.py 33 "find_unused_port", "bind_port",
432 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM): function
445 s_server mode). Always prefer bind_port() over find_unused_port() where
    [all...]
test_httplib.py 718 self.source_port = test_support.find_unused_port()
    [all...]
  /external/python/cpython2/Lib/bsddb/test/
test_replication.py 73 master_port = test_support.find_unused_port()
74 client_port = test_support.find_unused_port()
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_replication.py 73 master_port = test_support.find_unused_port()
74 client_port = test_support.find_unused_port()
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_replication.py 73 master_port = test_support.find_unused_port()
74 client_port = test_support.find_unused_port()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_replication.py 73 master_port = test_support.find_unused_port()
74 client_port = test_support.find_unused_port()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_replication.py 73 master_port = test_support.find_unused_port()
74 client_port = test_support.find_unused_port()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_support.py 29 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
228 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM): function
241 s_server mode). Always prefer bind_port() over find_unused_port() where
    [all...]
test_httplib.py 360 self.source_port = test_support.find_unused_port()
test_socket.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socket.py     [all...]
test_support.py 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
295 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM): function
308 s_server mode). Always prefer bind_port() over find_unused_port() where
    [all...]
test_httplib.py 423 self.source_port = test_support.find_unused_port()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_socket.py     [all...]
test_support.py 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
295 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM): function
308 s_server mode). Always prefer bind_port() over find_unused_port() where
    [all...]
test_httplib.py 423 self.source_port = test_support.find_unused_port()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py     [all...]
test_support.py 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
295 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM): function
308 s_server mode). Always prefer bind_port() over find_unused_port() where
    [all...]
test_httplib.py 423 self.source_port = test_support.find_unused_port()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py     [all...]
test_support.py 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
295 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM): function
308 s_server mode). Always prefer bind_port() over find_unused_port() where
    [all...]
test_httplib.py 423 self.source_port = test_support.find_unused_port()
  /external/python/cpython2/Misc/
NEWS     [all...]

Completed in 676 milliseconds