/external/cronet/tot/third_party/protobuf/objectivec/Tests/ |
D | GPBConcurrencyTests.m | 68 - (void)startThreads:(NSArray *)threads { 74 - (void)joinThreads:(NSArray *)threads { 81 - (void)readForeignMessage:(NSArray *)messages { 101 - (void)readRepeatedInt32:(NSArray *)messages { 121 - (void)readRepeatedString:(NSArray *)messages { 141 - (void)readInt32Int32Map:(NSArray *)messages { 162 - (void)readStringStringMap:(NSArray *)messages { 183 - (void)readOptionalForeignMessageExtension:(NSArray *)messages {
|
/external/protobuf/objectivec/Tests/ |
D | GPBConcurrencyTests.m | 68 - (void)startThreads:(NSArray *)threads { 74 - (void)joinThreads:(NSArray *)threads { 81 - (void)readForeignMessage:(NSArray *)messages { 101 - (void)readRepeatedInt32:(NSArray *)messages { 121 - (void)readRepeatedString:(NSArray *)messages { 141 - (void)readInt32Int32Map:(NSArray *)messages { 162 - (void)readStringStringMap:(NSArray *)messages { 183 - (void)readOptionalForeignMessageExtension:(NSArray *)messages {
|
/external/cronet/stable/third_party/protobuf/objectivec/Tests/ |
D | GPBConcurrencyTests.m | 68 - (void)startThreads:(NSArray *)threads { 74 - (void)joinThreads:(NSArray *)threads { 81 - (void)readForeignMessage:(NSArray *)messages { 101 - (void)readRepeatedInt32:(NSArray *)messages { 121 - (void)readRepeatedString:(NSArray *)messages { 141 - (void)readInt32Int32Map:(NSArray *)messages { 162 - (void)readStringStringMap:(NSArray *)messages { 183 - (void)readOptionalForeignMessageExtension:(NSArray *)messages {
|
/external/clang/test/SemaObjC/ |
D | arc-setter-property-match.m | 15 - (void)setNames1:(NSArray *)names; 17 - (void)setNames2:(NSArray *)names; 19 - (void)setNames3:(__strong NSArray *)names; 21 - (void)setNames4:(__strong NSArray *)names; 27 - (void)setNames1:(NSArray *)names {} 29 - (void)setNames2:(NSArray *)names {} 31 - (void)setNames3:(__strong NSArray *)names {} 33 - (void)setNames4:(__strong NSArray *)names {}
|
D | cocoa-api-usage.m | 19 @interface NSArray : NSObject interface 24 @interface NSArray (NSArrayCreation) interface in NSArrayCreation 29 + (id)arrayWithArray:(NSArray *)array; 33 - (id)initWithArray:(NSArray *)array; 53 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 58 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
D | invalid-typename.m | 6 - (oneway void)clientWithId:(bycopy NSString *)clientId
|
D | conditional-expr-7.m | 7 @interface NSArray : Super @end interface 18 @interface NSArray() <MyProtocol2> interface in MyProtocol2
|
D | method-prototype-scope.m | 14 …)object and:(NSArray *)object; // expected-warning {{redeclaration of method parameter 'object'}} \ 20 … *)object and:(NSArray *)object // expected-warning {{redefinition of method parameter 'object'}} \
|
D | method-conflict-1.m | 10 @interface NSArray : NSObject @end interface 14 - (void)myMethod:(NSArray *)object; 21 …ning {{conflicting parameter types in implementation of 'myMethod1:': 'NSObject *' vs 'NSArray *'}}
|
D | property-category-4.m | 22 @interface NSArray interface 31 @interface NSArray(Additions) <MyCountable> interface in Additions 34 @implementation NSArray(Additions) implementation in Additions
|
/external/clang/test/ARCMT/ |
D | objcmt-subscripting-unavailable.m | 13 @interface NSArray : NSObject interface 17 @interface NSArray (NSArrayCreation) interface in NSArrayCreation 22 + (id)arrayWithArray:(NSArray *)array; 26 - (id)initWithArray:(NSArray *)array; 42 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 47 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
D | objcmt-instancetype.m | 23 @interface NSArray : NSObject interface 28 @interface NSArray (NSArrayCreation) interface in NSArrayCreation 33 + arrayWithArray:(NSArray *)array; 37 - (id)initWithArray:(NSArray *)array; 42 @implementation NSArray (NSArrayCreation) implementation in NSArrayCreation 50 + arrayWithArray:(NSArray *)array { 56 - (id)initWithArray:(NSArray *)array { return 0; } 76 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 81 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
D | objcmt-subscripting-literals-in-arc.m | 23 @interface NSArray : NSObject interface 27 @interface NSArray (NSExtendedArray) interface in NSExtendedArray 31 @interface NSArray (NSArrayCreation) interface in NSArrayCreation 36 + (id)arrayWithArray:(NSArray *)array; 40 - (id)initWithArray:(NSArray *)array; 65 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 70 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
D | objcmt-subscripting-literals.m | 23 @interface NSArray : NSObject interface 27 @interface NSArray (NSExtendedArray) interface in NSExtendedArray 31 @interface NSArray (NSArrayCreation) interface in NSArrayCreation 36 + (id)arrayWithArray:(NSArray *)array; 40 - (id)initWithArray:(NSArray *)array; 65 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 70 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
/external/clang/test/Profile/ |
D | objc-general.m | 26 @interface NSArray : NSObject interface 39 + (void)foreach: (NSArray *)array; 46 + (void)foreach: (NSArray *)array
|
/external/clang/test/Rewriter/ |
D | rewrite-implementation.mm | 14 @interface NSArray @end interface 16 @implementation NSArray @end implementation
|
D | objc-modern-StretAPI-2.mm | 19 @interface NSArray interface 22 @implementation NSArray implementation
|
D | rewrite-super-message.mm | 31 @interface NSArray : NSObject interface 34 @implementation NSArray implementation
|
/external/clang/test/FixIt/ |
D | fixit-static-object-decl.m | 14 @interface NSArray interface 27 NSArray (func2)() { return 0; } function
|
/external/antlr/runtime/ObjC/Framework/ |
D | ArrayIterator.m | 42 + (ArrayIterator *) newIterator:(NSArray *)array 57 - (id) initWithArray:(NSArray *)array
|
D | TreeWizard.m | 215 + (TreeWizard *)newTreeWizard:(id<TreeAdaptor>)anAdaptor TokenNames:(NSArray *)theTokNams 220 + (TreeWizard *)newTreeWizardWithTokenNames:(NSArray *)theTokNams 251 - (id) initWithTokenNames:(NSArray *)theTokNams 262 - (id) initWithTokenNames:(id<TreeAdaptor>)anAdaptor TokenNames:(NSArray *)theTokNams 286 - (Map *)computeTokenTypes:(NSArray *)theTokNams
|
D | RewriteRuleSubtreeStream.m | 53 + (RewriteRuleSubtreeStream*) newRewriteRuleSubtreeStream:(id<TreeAdaptor>)aTreeAdaptor 79 …eAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements
|
D | RewriteRuleNodeStream.m | 24 …Adaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements; 46 …eAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements
|
/external/webrtc/examples/objc/AppRTCMobile/tests/ |
D | ARDAppClient_xctest.mm | 33 - (id)mockRoomServerClientForRoomId:(NSString *)roomId 127 - (ARDAppClient *)createAppClientForRoomId:(NSString *)roomId
|
/external/clang/test/Analysis/ |
D | test-objc-non-nil-return-value-checker.m | 18 @interface NSArray : NSObject interface 22 @interface NSArray (NSExtendedArray) interface in NSExtendedArray
|