Home
last modified time | relevance | path

Searched refs:testport (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_httplib.py755 testport = '80'
756 self.conn = httplib.HTTP(host=testhost, port=testport)
759 self.assertNotEqual(self.conn._conn.port, testport)
/external/webrtc/webrtc/p2p/base/
Dport_unittest.cc2084 rtc::scoped_ptr<TestPort> testport( in TEST_F() local
2086 testport->AddCandidateAddress(kLocalAddr1, kLocalAddr1, in TEST_F()
2089 testport->AddCandidateAddress(kLocalAddr2, kLocalAddr1, in TEST_F()
2092 EXPECT_NE(testport->Candidates()[0].foundation(), in TEST_F()
2093 testport->Candidates()[1].foundation()); in TEST_F()