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

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
message_broker2_unittest.py 71 class TestClient(message_broker2.BrokerClient):
77 obj = TestClient()
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfigurationTest.java 41 LintClient client = new TestClient();
73 LintClient client = new TestClient();
131 LintClient client = new TestClient();
177 TestClient client = new TestClient();
190 private static class TestClient extends LintClient {
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
HandshakeCompletedEventTest.java 347 TestClient client = new TestClient(true, clientKeys);
470 class TestClient implements Runnable {
480 public TestClient(boolean provideKeys, String keys) {
SSLSessionTest.java 253 TestClient client;
260 client = new TestClient(true, clientKeys);
553 class TestClient implements Runnable {
565 public TestClient(boolean provideKeys, String keys) {
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 705 class TestClient implements Runnable {
715 public TestClient(int port, boolean provideKeys) {
    [all...]

Completed in 5778 milliseconds