Searched defs:TestInterface (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dshill_device_client.h44 class TestInterface { class in class:chromeos::ShillDeviceClient
57 virtual ~TestInterface() {}
158 virtual TestInterface* GetTestInterface() = 0;
H A Dshill_profile_client.h46 // mappings in some of the TestInterface implementations.
47 class TestInterface { class in class:chromeos::ShillProfileClient
70 virtual ~TestInterface() {}
111 virtual TestInterface* GetTestInterface() = 0;
H A Dshill_service_client.h44 class TestInterface { class in class:chromeos::ShillServiceClient
80 virtual ~TestInterface() {}
172 virtual TestInterface* GetTestInterface() = 0;
H A Dshill_manager_client.h39 class TestInterface { class in class:chromeos::ShillManagerClient
54 // ShillProfileClient::TestInterface::AddProfile.
72 virtual ~TestInterface() {}
205 virtual TestInterface* GetTestInterface() = 0;
/external/javassist/src/test/test/javassist/proxy/
H A DProxyFactoryCompatibilityTest.java48 factory.setInterfaces(new Class[] { TestInterface.class});
72 factory.setInterfaces(new Class[] { TestInterface.class});
111 public static interface TestInterface { interface in class:ProxyFactoryCompatibilityTest
H A DProxySerializationTest.java22 factory.setInterfaces(new Class[] {TestInterface.class});
147 public static interface TestInterface interface in class:ProxySerializationTest

Completed in 504 milliseconds