Home
last modified time | relevance | path

Searched defs:Super (Results 1 – 25 of 81) sorted by relevance

1234

/external/clang/test/SemaObjC/
Dwarn-implicit-atomic-property.m4 @interface Super interface
11 @implementation Super // expected-warning {{property is assumed atomic when auto-synthesizing the p… implementation
Dproperty-and-class-extension.m10 @interface Super { interface
15 @interface Super() { interface in int
Dblock-type-safety.m4 @interface Super @end interface
34 f3(^(Super *o) { }); // OK, block taking Super* may be called with a Sub* category
36 r0(^Super* () { return 0; }); // OK category
40 r1(^Super* () { return 0; }); // expected-error {{incompatible block pointer types passing}} category
Dalias-test-2.m4 @interface Super @end // expected-note {{previous definition is here}} interface
Dnowarn-superclass-method-mismatch.m7 @interface Super interface
Divar-sem-check-2.m3 @interface Super { interface
Divar-in-implementations.m3 @interface Super @end interface
Dconditional-expr-7.m5 @interface Super @end interface
Dinvalid-objc-decls-1.m3 @interface Super @end interface
Dtentative-property-decl.m11 @interface Super { interface
/external/mockito/src/test/java/org/mockitousage/bugs/
DConfusedSignatureTest.java27 public class Super<T> { class in ConfusedSignatureTest
30 public Super(T value) { in Super() method in ConfusedSignatureTest.Super
DDiamondInheritanceIsConfusingMockitoTest.java27 public class Super<T> { class in DiamondInheritanceIsConfusingMockitoTest
30 public Super(T value) { in Super() method in DiamondInheritanceIsConfusingMockitoTest.Super
/external/clang/test/Index/
Dcomplete-ivar-access.m11 @interface Super { interface
21 @interface Super () { interface in int
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/targets/
DConstructorsTarget.java30 private static class Super extends ConstructorsTarget { class in ConstructorsTarget
31 private Super() { in Super() method in ConstructorsTarget.Super
/external/clang/test/CodeGenObjCXX/
Divar-objects.mm30 @interface Super : NSObject { interface
49 @implementation Super implementation
/external/javassist/src/test/testproxy/
DTarget127.java7 public interface Super { interface in Target127
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DFilterTrivialTest.kt40 open class Super in <lambda>() class
50 open class Super in <lambda>() class
/external/dokka/runners/gradle-integration-tests/testData/multiProjectSingleOut/subA/src/main/kotlin/
Dmodule.kt21 open class Super { class
/external/clang/test/CodeGenObjC/
Divar-layout-nonfragile-abi2.m5 @interface Super { interface
Ddefault-property-synthesis.m23 @interface Super <PROTO> interface
/external/clang/test/Rewriter/
Dobjc-modern-class-init.mm7 @interface Super : Root interface
Dobjc-modern-class-init-hooks.mm7 @interface Super : Root interface
/external/guice/core/test/com/google/inject/
DSuperclassTest.java44 abstract static class Super { class in SuperclassTest
/external/mockito/src/test/java/org/mockitousage/puzzlers/
DOverloadingPuzzleTest.java23 private interface Super { interface in OverloadingPuzzleTest
DBridgeMethodPuzzleTest.java27 private class Super<T> { class in BridgeMethodPuzzleTest

1234