Home
last modified time | relevance | path

Searched defs:TestClient (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_asyncore.py537 class TestClient(BaseClient): class
567 class TestClient(BaseClient): class
583 class TestClient(BaseClient): class
595 class TestClient(BaseClient): class
625 class TestClient(BaseClient): class
640 class TestClient(BaseClient): class
/external/python/cpython3/Lib/test/
Dtest_asyncore.py518 class TestClient(BaseClient): class
572 class TestClient(BaseClient): class
588 class TestClient(BaseClient): class
600 class TestClient(BaseClient): class
626 class TestClient(BaseClient): class
664 class TestClient(BaseClient): class
680 class TestClient(BaseClient): class
/external/webrtc/webrtc/base/
Dtestclient.cc21 TestClient::TestClient(AsyncPacketSocket* socket) in TestClient() function in rtc::TestClient
/external/golang-protobuf/protoc-gen-go/testdata/grpc/
Dgrpc.pb.go189 type TestClient interface { interface