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

  /tools/test/connectivity/acts/framework/tests/
acts_host_utils_test.py 36 test_s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
37 test_s.bind(('localhost', 0))
38 port = test_s.getsockname()[1]
39 test_s.close()
43 test_s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
44 test_s.bind(('localhost', 0))
45 port = test_s.getsockname()[1]
49 test_s.close()
52 test_s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
53 test_s.bind(('localhost', 0)
    [all...]
  /external/jemalloc/test/unit/
util.c 68 struct test_s { struct
79 struct test_s tests[] = {
137 for (i = 0; i < sizeof(tests)/sizeof(struct test_s); i++) {
138 struct test_s *test = &tests[i];
  /external/python/cpython2/Lib/test/
test_getargs2.py 582 def test_s(self): member in class:String_TestCase
    [all...]

Completed in 132 milliseconds