| /external/clang/test/SemaObjC/ |
| D | ContClassPropertyLookup.m | 4 @interface MyObject { interface 9 @interface MyObject(whatever) interface in whatever 13 @interface MyObject() interface in assign 17 @implementation MyObject implementation
|
| 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
|
| D | selector-4.m | 17 @interface MyObject : NSObject interface 25 @implementation MyObject implementation
|
| 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
|
| D | warn-direct-ivar-access.m | 4 __attribute__((objc_root_class)) @interface MyObject { interface 15 @implementation MyObject implementation
|
| D | protocols-suppress-conformance.m | 106 @interface MyObject <ProtocolC> @end interface 124 @implementation MyObject implementation
|
| D | warn-strict-selector-match.m | 32 @protocol MyObject protocol
|
| D | attr-designated-init.m | 255 @interface MyObject interface 260 @implementation MyObject implementation
|
| /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
|
| /external/gson/gson/src/test/java/com/google/gson/functional/ |
| 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
|
| /external/clang/test/Rewriter/ |
| D | line-generation-test.m | 8 __attribute__((objc_root_class)) @interface MyObject { interface 17 @implementation MyObject implementation
|
| /external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/polymorphic/ |
| D | JsonPolymorphicObjectTest.kt | 19 object MyObject { object
|
| /external/clang/test/Modules/ |
| D | redeclarations.m | 4 @interface MyObject : NSObject interface
|
| /external/testng/src/test/java/test/dataprovider/ |
| D | CreateDataTest.java | 29 class MyObject {} class
|
| /external/clang/test/CodeGenObjC/ |
| D | ns_consume_null_check.m | 7 @interface MyObject : NSObject interface
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
| D | NewInstanceTagDebuggee.java | 25 static class MyObject extends Object { class in NewInstanceTagDebuggee
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/ |
| D | TestJsonSerialize3.java | 26 static class MyObject { class in TestJsonSerialize3
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ |
| D | AbstractTypeMapping1186Test.java | 31 public static class MyObject { class in AbstractTypeMapping1186Test
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue142/ |
| D | DerivedMapTest.java | 27 public static class MyObject { class in DerivedMapTest
|
| /external/clang/test/Parser/ |
| D | method-prototype-1.m | 2 @interface MyObject interface
|
| /external/python/cpython2/Lib/test/ |
| D | test_memoryview.py | 222 class MyObject: class
|
| /external/clang/test/Index/ |
| D | complete-method-decls.m | 75 typedef A MyObject; typedef
|
| /external/clang/test/Analysis/ |
| D | DeallocMissingRelease.m | 227 @interface MyObject : NSObject { interface 233 @implementation MyObject implementation
|
| D | nonnull.m | 3 @interface MyObject interface
|
| /external/tensorflow/tensorflow/python/saved_model/ |
| D | nested_structure_coder_test.py | 435 class MyObject(object): class
|