/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | ContClassPropertyLookup.m | 4 @interface MyObject { interface 9 @interface MyObject(whatever) interface in whatever 13 @interface MyObject() interface in assign 17 @implementation MyObject implementation
|
H A D | property-category-2.m | 10 @interface MyObject { float anotherFloat; } interface 13 @interface MyObject (CAT) <MyProtocol> interface in CAT 16 @implementation MyObject (CAT) // expected-warning {{property 'anotherFloat' requires method}} \ implementation in CAT
|
H A D | property-category-4.m | 114 @interface MyObject interface 118 @interface MyObject (CAT) <MyProtocol> interface in CAT 121 @implementation MyObject (CAT) // expected-warning {{property 'anotherFloat' requires method 'anoth… implementation in CAT
|
H A D | selector-4.m | 17 @interface MyObject : NSObject interface 25 @implementation MyObject implementation
|
H A D | warn-direct-ivar-access.m | 4 __attribute__((objc_root_class)) @interface MyObject { interface 15 @implementation MyObject implementation
|
H A D | protocols-suppress-conformance.m | 106 @interface MyObject <ProtocolC> @end interface 124 @implementation MyObject implementation
|
H A D | attr-designated-init.m | 255 @interface MyObject interface 260 @implementation MyObject implementation
|
H A D | warn-strict-selector-match.m | 32 @protocol MyObject protocol
|
/aosp_15_r20/frameworks/av/media/utils/tests/ |
H A D | media_synchronization_tests.cpp | 29 class MyObject : public RefBase { class 32 MyObject(const T& value) : value_(value) {} in MyObject() function in MyObject 33 MyObject(const MyObject<T>& mo) : value_(mo.get()) {} in MyObject() function in MyObject
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/example/std_transform_/ |
D | std_transform.cpp | 34 class MyObject class 37 MyObject(){} in MyObject() function in MyObject 38 MyObject(int from, int to, int value): _from(from), _to(to), _value(value){} in MyObject() function in MyObject
|
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/ |
H A D | ConcurrencyTest.java | 129 private static class MyObject { class in ConcurrencyTest 134 MyObject() { in MyObject() method in ConcurrencyTest.MyObject 138 public MyObject(String a, String b, int i) { in MyObject() method in ConcurrencyTest.MyObject
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/bug414.dir/ |
D | prog.go | 9 type MyObject struct { struct 10 p1.Fer
|
/aosp_15_r20/external/clang/test/Rewriter/ |
H A D | line-generation-test.m | 8 __attribute__((objc_root_class)) @interface MyObject { interface 17 @implementation MyObject implementation
|
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/polymorphic/ |
H A D | JsonPolymorphicObjectTest.kt | 19 object MyObject { object in kotlinx.serialization.json.polymorphic.JsonPolymorphicObjectTest
|
/aosp_15_r20/external/clang/test/Modules/ |
H A D | redeclarations.m | 4 @interface MyObject : NSObject interface
|
/aosp_15_r20/external/testng/src/test/java/test/dataprovider/ |
H A D | CreateDataTest.java | 29 class MyObject {} class
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | ns_consume_null_check.m | 7 @interface MyObject : NSObject interface
|
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
H A D | NewInstanceTagDebuggee.java | 25 static class MyObject extends Object { class in NewInstanceTagDebuggee
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/ |
H A D | TestJsonSerialize3.java | 26 static class MyObject { class in TestJsonSerialize3
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ |
H A D | AbstractTypeMapping1186Test.java | 31 public static class MyObject { class in AbstractTypeMapping1186Test
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue142/ |
H A D | DerivedMapTest.java | 27 public static class MyObject { class in DerivedMapTest
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | DeallocMissingRelease.m | 227 @interface MyObject : NSObject { interface 233 @implementation MyObject implementation
|
/aosp_15_r20/art/test/2266-checker-remove-empty-ifs/src/ |
H A D | Main.java | 129 class MyObject { class in Main
|
/aosp_15_r20/external/clang/test/Parser/ |
H A D | method-prototype-1.m | 2 @interface MyObject interface
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_memoryview.py | 222 class MyObject: class
|