OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestInterface
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chromeos/dbus/
shill_device_client.h
44
class
TestInterface
{
57
virtual ~
TestInterface
() {}
158
virtual
TestInterface
* GetTestInterface() = 0;
shill_profile_client.h
46
// mappings in some of the
TestInterface
implementations.
47
class
TestInterface
{
70
virtual ~
TestInterface
() {}
111
virtual
TestInterface
* GetTestInterface() = 0;
shill_service_client.h
44
class
TestInterface
{
80
virtual ~
TestInterface
() {}
172
virtual
TestInterface
* GetTestInterface() = 0;
shill_manager_client.h
39
class
TestInterface
{
54
// ShillProfileClient::
TestInterface
::AddProfile.
72
virtual ~
TestInterface
() {}
205
virtual
TestInterface
* GetTestInterface() = 0;
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/d/
TestStubs.java
20
interface
TestInterface
{
/external/javassist/src/test/test/javassist/proxy/
ProxySerializationTest.java
22
factory.setInterfaces(new Class[] {
TestInterface
.class});
147
public static interface
TestInterface
ProxyFactoryCompatibilityTest.java
48
factory.setInterfaces(new Class[] {
TestInterface
.class});
72
factory.setInterfaces(new Class[] {
TestInterface
.class});
111
public static interface
TestInterface
{
/development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp
66
bool
TestInterface
(const wchar_t* device_name);
150
TestInterface
(interface_info.device_name);
171
bool
TestInterface
(const wchar_t* device_name) {
/libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java
79
interface
TestInterface
{
114
public static class PublicTestClass implements
TestInterface
, Serializable, Cloneable {
262
ExtendTestClass1.class,
TestInterface
.class, String.class};
367
annotations =
TestInterface
.class.getDeclaredAnnotations();
436
Class [] interfaces = {
TestInterface
.class, Serializable.class,
444
types =
TestInterface
.class.getGenericInterfaces();
462
assertEquals(null,
TestInterface
.class.getGenericSuperclass());
583
assertFalse(
TestInterface
.class.isLocalClass());
600
TestInterface
.class.isSynthetic());
607
PublicTestClass.class,
TestInterface
.class
[
all
...]
Completed in 182 milliseconds