Home
last modified time | relevance | path

Searched refs:Interface1 (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/tests/
Dvariant_test_util.h20 template <typename Interface0, typename Interface1>
22 InterfaceRequest<Interface1> request) { in ConvertInterfaceRequest()
23 DCHECK_EQ(0, strcmp(Interface0::Name_, Interface1::Name_)); in ConvertInterfaceRequest()
/external/llvm-project/clang/test/SemaObjC/
Dattr-deprecated-pch.m11 @interface Interface1 interface
21 [a partiallyUnavailableMethod]; // no warning, `a` could be an Interface1.
/external/clang/test/SemaObjC/
Dattr-deprecated-pch.m11 @interface Interface1 interface
21 [a partiallyUnavailableMethod]; // no warning, `a` could be an Interface1.
/external/guava/android/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java170 TypeToken<Interface1>.TypeSet types = new TypeToken<Interface1>() {}.getTypes(); in testGetTypes_fromInterface()
171 assertThat(types).contains(TypeToken.of(Interface1.class)); in testGetTypes_fromInterface()
172 assertThat(types.rawTypes()).contains(Interface1.class); in testGetTypes_fromInterface()
173 assertThat(types.interfaces()).contains(TypeToken.of(Interface1.class)); in testGetTypes_fromInterface()
174 assertThat(types.interfaces().rawTypes()).contains(Interface1.class); in testGetTypes_fromInterface()
200 TypeToken.of(Interface1.class), in testGetTypes_withInterfacesAndSuperclasses()
208 TypeToken.of(Interface1.class), in testGetTypes_withInterfacesAndSuperclasses()
231 Interface1.class, in testGetTypes_rawTypes_withInterfacesAndSuperclasses()
239 Interface1.class, in testGetTypes_rawTypes_withInterfacesAndSuperclasses()
247 public <A extends Class1 & Interface1, B extends A>
[all …]
/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java170 TypeToken<Interface1>.TypeSet types = new TypeToken<Interface1>() {}.getTypes(); in testGetTypes_fromInterface()
171 assertThat(types).contains(TypeToken.of(Interface1.class)); in testGetTypes_fromInterface()
172 assertThat(types.rawTypes()).contains(Interface1.class); in testGetTypes_fromInterface()
173 assertThat(types.interfaces()).contains(TypeToken.of(Interface1.class)); in testGetTypes_fromInterface()
174 assertThat(types.interfaces().rawTypes()).contains(Interface1.class); in testGetTypes_fromInterface()
200 TypeToken.of(Interface1.class), in testGetTypes_withInterfacesAndSuperclasses()
208 TypeToken.of(Interface1.class), in testGetTypes_withInterfacesAndSuperclasses()
231 Interface1.class, in testGetTypes_rawTypes_withInterfacesAndSuperclasses()
239 Interface1.class, in testGetTypes_rawTypes_withInterfacesAndSuperclasses()
247 public <A extends Class1 & Interface1, B extends A>
[all …]
/external/mockito/src/test/java/org/mockitoutil/
DClassLoadersTest.java338 static class ClassUsingInterface1 implements Interface1 {
342 interface Interface1 { interface in ClassLoadersTest
/external/guava/guava-tests/test/com/google/common/eventbus/outside/
DAnnotatedSubscriberFinderTests.java321 interface Interface1 { interface in AnnotatedSubscriberFinderTests.DeepInterfaceTest
338 interface Interface2 extends Interface1 {
/external/guava/android/guava-tests/test/com/google/common/eventbus/outside/
DAnnotatedSubscriberFinderTests.java321 interface Interface1 { interface in AnnotatedSubscriberFinderTests.DeepInterfaceTest
338 interface Interface2 extends Interface1 {
/external/llvm-project/clang/test/Modules/
Dodr_hash.mm48 @interface Interface1 <T : I1 *> { interface
72 Interface1 *I;
78 Interface1 *I;