Home
last modified time | relevance | path

Searched defs:MyObject (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/clang/test/SemaObjC/
H A DContClassPropertyLookup.m4 @interface MyObject { interface
9 @interface MyObject(whatever) interface in whatever
13 @interface MyObject() interface in assign
17 @implementation MyObject implementation
H A Dproperty-category-2.m10 @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 Dproperty-category-4.m114 @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 Dselector-4.m17 @interface MyObject : NSObject interface
25 @implementation MyObject implementation
H A Dwarn-direct-ivar-access.m4 __attribute__((objc_root_class)) @interface MyObject { interface
15 @implementation MyObject implementation
H A Dprotocols-suppress-conformance.m106 @interface MyObject <ProtocolC> @end interface
124 @implementation MyObject implementation
H A Dattr-designated-init.m255 @interface MyObject interface
260 @implementation MyObject implementation
H A Dwarn-strict-selector-match.m32 @protocol MyObject protocol
/aosp_15_r20/frameworks/av/media/utils/tests/
H A Dmedia_synchronization_tests.cpp29 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_/
Dstd_transform.cpp34 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 DConcurrencyTest.java129 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/
Dprog.go9 type MyObject struct { struct
10 p1.Fer
/aosp_15_r20/external/clang/test/Rewriter/
H A Dline-generation-test.m8 __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 DJsonPolymorphicObjectTest.kt19 object MyObject { object in kotlinx.serialization.json.polymorphic.JsonPolymorphicObjectTest
/aosp_15_r20/external/clang/test/Modules/
H A Dredeclarations.m4 @interface MyObject : NSObject interface
/aosp_15_r20/external/testng/src/test/java/test/dataprovider/
H A DCreateDataTest.java29 class MyObject {} class
/aosp_15_r20/external/clang/test/CodeGenObjC/
H A Dns_consume_null_check.m7 @interface MyObject : NSObject interface
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
H A DNewInstanceTagDebuggee.java25 static class MyObject extends Object { class in NewInstanceTagDebuggee
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
H A DTestJsonSerialize3.java26 static class MyObject { class in TestJsonSerialize3
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
H A DAbstractTypeMapping1186Test.java31 public static class MyObject { class in AbstractTypeMapping1186Test
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue142/
H A DDerivedMapTest.java27 public static class MyObject { class in DerivedMapTest
/aosp_15_r20/external/clang/test/Analysis/
H A DDeallocMissingRelease.m227 @interface MyObject : NSObject { interface
233 @implementation MyObject implementation
/aosp_15_r20/art/test/2266-checker-remove-empty-ifs/src/
H A DMain.java129 class MyObject { class in Main
/aosp_15_r20/external/clang/test/Parser/
H A Dmethod-prototype-1.m2 @interface MyObject interface
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_memoryview.py222 class MyObject: class

12