/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | dealloc.m | 31 @interface Subclass : Base interface 34 @interface Subclass (CAT) interface in CAT 38 @implementation Subclass (CAT) implementation in CAT
|
H A D | DoubleMethod.m | 3 @interface Subclass interface 12 @implementation Subclass implementation
|
H A D | objc-string-constant.m | 27 @interface Subclass : NSObject interface 31 @implementation Subclass implementation
|
H A D | newproperty-class-method-1.m | 5 @interface Subclass interface 11 @implementation Subclass implementation
|
H A D | deprecated-objc-introspection.m | 61 @interface Subclass : BaseClass @end interface 73 @implementation Subclass implementation
|
H A D | property-user-setter.m | 69 @interface Subclass : Root interface 76 @implementation Subclass implementation
|
H A D | error-missing-getter.m | 4 @interface Subclass interface
|
H A D | class-property-access.m | 26 @interface Subclass : RootClass @end interface
|
/aosp_15_r20/external/cronet/testing/rust_gtest_interop/ |
H A D | rust_gtest_interop.h | 36 explicit RustTest(void (&test_fn)(Subclass*)) : test_fn_(test_fn) { in RustTest() 57 Subclass* rust_gtest_factory_for_subclass(void (*body)(Subclass*)) { in rust_gtest_factory_for_subclass()
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | null-deref-path-notes.m | 23 @interface Subclass : Root interface 26 @implementation Subclass implementation
|
H A D | dtor.cpp | 55 class Subclass : public SmartPointer { class 57 Subclass(void *x) : SmartPointer(x) {} in Subclass() function in Subclass 293 class Subclass : public VirtualDtor { class
|
/aosp_15_r20/external/clang/test/FixIt/ |
H A D | auto-isa-fixit.m | 35 @interface Subclass : BaseClass @end interface 47 @implementation Subclass implementation
|
/aosp_15_r20/external/python/absl-py/absl/testing/tests/ |
D | absltest_test.py | 1985 class Subclass(absltest.TestCase): class 1999 class Subclass(Foo, absltest.TestCase): class 2334 class Subclass(Test): class 2354 class Subclass(Test): class 2380 class Subclass(SecondBaseTest): class 2400 class Subclass(Test): class 2434 class Subclass(Left, Right): class
|
/aosp_15_r20/platform_testing/libraries/health/rules/multivalentTests/src/android/platform/test/rule/ |
H A D | TestAnnotationScannerTest.kt | 99 class Subclass : Superclass() { class
|
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/ |
H A D | ref_counted_ptr_test.cc | 208 class Subclass : public BaseClass { class 210 Subclass() {} in Subclass() function in grpc_core::testing::__anon203ad9f00111::Subclass 253 void FunctionTakingSubclass(RefCountedPtr<Subclass>) {} in FunctionTakingSubclass()
|
H A D | orphanable_test.cc | 82 class Subclass : public Bar { in TEST() class
|
/aosp_15_r20/external/clang/test/Parser/ |
H A D | check-objc2-syntax-1.m | 6 @interface Subclass interface
|
/aosp_15_r20/art/test/648-inline-caches-unresolved/src/ |
H A D | Main.java | 27 class Subclass { class
|
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
H A D | p3.cpp | 57 struct Subclass : Base { struct
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/impl/ |
H A D | conversion_test.py | 77 class Subclass(TestClass): class
|
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/ |
H A D | TypeAdapterRuntimeTypeWrapperTest.java | 23 private static class Subclass extends Base { class in TypeAdapterRuntimeTypeWrapperTest
|
/aosp_15_r20/art/test/566-polymorphic-inlining/src/ |
H A D | Main.java | 148 class Subclass extends Main { class
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/ |
H A D | test_struct_fields.py | 70 class Subclass(BrokenStructure): ... class
|
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/ |
D | test_struct_fields.py | 70 class Subclass(BrokenStructure): ... class
|
/aosp_15_r20/external/clang/test/CXX/class.access/class.access.dcl/ |
H A D | p1.cpp | 291 struct Subclass : Base { struct
|