HomeSort by relevance Sort by last modified time
    Searched refs:TestInterface (Results 1 - 25 of 56) sorted by null

1 2 3

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/d/
TestStubs.java 20 interface TestInterface {
T_new_instance_8.d 30 new-instance v1, dot/junit/opcodes/new_instance/d/TestInterface
31 ; invoke-direct {v1}, dot/junit/opcodes/new_instance/d/TestInterface/<init>()V
TestAbstractClass.d 16 .interface public dot.junit.opcodes.new_instance.d.TestInterface
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestImplements2.idl 41 TestInterface implements TestImplements2;
TestInterfaceWillBeGarbageCollected.idl 33 NamedConstructor=TestInterface(DOMString str),
TestPartialInterface2.idl 34 ] partial interface TestInterface {
TestInterface.idl 41 SetWrapperReferenceTo(TestInterface referencedName),
43 ] interface TestInterface : TestInterfaceEmpty {
50 attribute TestInterface testInterfaceAttribute; // Self-referential interface type with [ImplementedAs]
74 TestInterface implements TestImplements;
75 // TestInterface implements TestImplements2; // at implement*ed* interface
76 TestInterface implements TestImplements3;
TestPartialInterface.idl 42 ] partial interface TestInterface {
TestInterface2.idl 41 SpecialWrapFor=TestInterface|TestInterfaceEmpty, // Conflicts with [Custom=ToV8]
TestTypedefs.idl 43 typedef (TestInterface or TestInterfaceEmpty) TestInterfaceOrTestInterfaceEmpty;
  /external/chromium_org/chromeos/dbus/
shill_ipconfig_client.h 41 class TestInterface {
48 virtual ~TestInterface() {}
96 virtual ShillIPConfigClient::TestInterface* GetTestInterface() = 0;
shill_profile_client.h 46 // mappings in some of the TestInterface implementations.
47 class TestInterface {
87 virtual ~TestInterface() {}
131 virtual TestInterface* GetTestInterface() = 0;
fake_shill_ipconfig_client.h 19 public ShillIPConfigClient::TestInterface {
45 virtual ShillIPConfigClient::TestInterface* GetTestInterface() OVERRIDE;
47 // ShillIPConfigClient::TestInterface overrides.
shill_device_client.h 45 class TestInterface {
58 virtual ~TestInterface() {}
167 virtual TestInterface* GetTestInterface() = 0;
mock_shill_profile_client.h 43 MOCK_METHOD0(GetTestInterface, TestInterface*());
fake_shill_profile_client.h 21 public ShillProfileClient::TestInterface {
46 virtual ShillProfileClient::TestInterface* GetTestInterface() OVERRIDE;
48 // ShillProfileClient::TestInterface overrides.
shill_manager_client.h 39 class TestInterface {
54 // ShillProfileClient::TestInterface::AddProfile.
93 virtual ~TestInterface() {}
226 virtual TestInterface* GetTestInterface() = 0;
shill_service_client.h 44 class TestInterface {
88 virtual ~TestInterface() {}
180 virtual TestInterface* GetTestInterface() = 0;
fake_shill_device_client.h 20 public ShillDeviceClient::TestInterface {
86 virtual ShillDeviceClient::TestInterface* GetTestInterface() OVERRIDE;
88 // ShillDeviceClient::TestInterface overrides.
fake_shill_service_client.h 23 public ShillServiceClient::TestInterface {
76 virtual ShillServiceClient::TestInterface* GetTestInterface() OVERRIDE;
78 // ShillServiceClient::TestInterface overrides.
mock_shill_manager_client.h 69 MOCK_METHOD0(GetTestInterface, TestInterface*());
  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier_unittest.cc 62 ShillDeviceClient::TestInterface* device_test =
70 ShillServiceClient::TestInterface* service_test =
  /external/javassist/src/test/test/javassist/proxy/
ProxyFactoryCompatibilityTest.java 48 factory.setInterfaces(new Class[] { TestInterface.class});
72 factory.setInterfaces(new Class[] { TestInterface.class});
111 public static interface TestInterface {
ProxySerializationTest.java 22 factory.setInterfaces(new Class[] {TestInterface.class});
147 public static interface TestInterface
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc 257 ShillIPConfigClient::TestInterface* ip_config_test =
259 ShillProfileClient::TestInterface* profile_test =
386 ShillServiceClient::TestInterface* service_test_;
387 ShillManagerClient::TestInterface* manager_test_;
388 ShillDeviceClient::TestInterface* device_test_;
501 ShillProfileClient::TestInterface* profile_test =

Completed in 494 milliseconds

1 2 3