/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/object/ |
D | IsCompatibleTypeTest.java | 16 public interface BaseInterface { interface in IsCompatibleTypeTest 19 public interface ExtendedInterface extends BaseInterface { 22 public static class ClassImplementingBaseInterface implements BaseInterface { 35 assertThat(BaseInterface.class, typeCompatibleWith(BaseInterface.class)); in testMatchesSameInterface() 43 assertThat(ClassImplementingBaseInterface.class, typeCompatibleWith(BaseInterface.class)); in testMatchesClassImplementingInterface() 47 assertThat(ExtendedInterface.class, typeCompatibleWith(BaseInterface.class)); in testMatchesExtendedInterface()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/ |
D | TestAbstractWithObjectId.java | 14 interface BaseInterface { } interface in TestAbstractWithObjectId 17 static class BaseInterfaceImpl implements BaseInterface { 27 static class ListWrapper<T extends BaseInterface> {
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/ |
D | TestRootType.java | 28 interface BaseInterface { interface in TestRootType 33 implements BaseInterface 107 ObjectWriter w = mapper.writerFor(BaseInterface.class); in testSuperInterface() 122 String json = mapper.writerFor(BaseInterface[].class).writeValueAsString(ob); in testInArray()
|
/external/llvm-project/clang/test/Modules/Inputs/lookup-assert/ |
D | Derive.h | 2 @interface DerivedInterface : BaseInterface
|
D | Base.h | 1 @interface BaseInterface
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 275 BaseInterface, enumerator
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 277 BaseInterface, enumerator
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecords.def | 61 MEMBER_RECORD_ALIAS(LF_BINTERFACE, 0x151a, BaseInterface, BaseClass)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewTypes.def | 62 MEMBER_RECORD_ALIAS(LF_BINTERFACE, 0x151a, BaseInterface, BaseClass)
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewTypes.def | 62 MEMBER_RECORD_ALIAS(LF_BINTERFACE, 0x151a, BaseInterface, BaseClass)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 258 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, BaseInterface, OS) in operator <<()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 272 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, BaseInterface, OS) in operator <<()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbUtil.cpp | 144 return PDB_SymType::BaseInterface; in CVTypeToPDBType()
|
/external/guava/android/guava-tests/test/com/google/common/reflect/ |
D | TypeTokenTest.java | 2028 private interface BaseInterface {} interface 2030 private static class Base implements BaseInterface {}
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | TypeTokenTest.java | 2028 private interface BaseInterface {} interface 2030 private static class Base implements BaseInterface {}
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 5274 ObjCInterfaceDecl *BaseInterface = LHSObjTy->getInterface(); in EvaluateBinaryTypeTrait() local 5276 if (!BaseInterface || !DerivedInterface) in EvaluateBinaryTypeTrait() 5283 return BaseInterface->isSuperClassOf(DerivedInterface); in EvaluateBinaryTypeTrait()
|