Home
last modified time | relevance | path

Searched defs:NSArray (Results 1 – 25 of 127) sorted by relevance

123456

/external/cronet/tot/third_party/protobuf/objectivec/Tests/
DGPBConcurrencyTests.m68 - (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/
DGPBConcurrencyTests.m68 - (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/
DGPBConcurrencyTests.m68 - (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/
Darc-setter-property-match.m15 - (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 {}
Dcocoa-api-usage.m19 @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;
Dinvalid-typename.m6 - (oneway void)clientWithId:(bycopy NSString *)clientId
Dconditional-expr-7.m7 @interface NSArray : Super @end interface
18 @interface NSArray() <MyProtocol2> interface in MyProtocol2
Dmethod-prototype-scope.m14 …)object and:(NSArray *)object; // expected-warning {{redeclaration of method parameter 'object'}} \
20 … *)object and:(NSArray *)object // expected-warning {{redefinition of method parameter 'object'}} \
Dmethod-conflict-1.m10 @interface NSArray : NSObject @end interface
14 - (void)myMethod:(NSArray *)object;
21 …ning {{conflicting parameter types in implementation of 'myMethod1:': 'NSObject *' vs 'NSArray *'}}
Dproperty-category-4.m22 @interface NSArray interface
31 @interface NSArray(Additions) <MyCountable> interface in Additions
34 @implementation NSArray(Additions) implementation in Additions
/external/clang/test/ARCMT/
Dobjcmt-subscripting-unavailable.m13 @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;
Dobjcmt-instancetype.m23 @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;
Dobjcmt-subscripting-literals-in-arc.m23 @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;
Dobjcmt-subscripting-literals.m23 @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/
Dobjc-general.m26 @interface NSArray : NSObject interface
39 + (void)foreach: (NSArray *)array;
46 + (void)foreach: (NSArray *)array
/external/clang/test/Rewriter/
Drewrite-implementation.mm14 @interface NSArray @end interface
16 @implementation NSArray @end implementation
Dobjc-modern-StretAPI-2.mm19 @interface NSArray interface
22 @implementation NSArray implementation
Drewrite-super-message.mm31 @interface NSArray : NSObject interface
34 @implementation NSArray implementation
/external/clang/test/FixIt/
Dfixit-static-object-decl.m14 @interface NSArray interface
27 NSArray (func2)() { return 0; } function
/external/antlr/runtime/ObjC/Framework/
DArrayIterator.m42 + (ArrayIterator *) newIterator:(NSArray *)array
57 - (id) initWithArray:(NSArray *)array
DTreeWizard.m215 + (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
DRewriteRuleSubtreeStream.m53 + (RewriteRuleSubtreeStream*) newRewriteRuleSubtreeStream:(id<TreeAdaptor>)aTreeAdaptor
79 …eAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements
DRewriteRuleNodeStream.m24 …Adaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
46 …eAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements
/external/webrtc/examples/objc/AppRTCMobile/tests/
DARDAppClient_xctest.mm33 - (id)mockRoomServerClientForRoomId:(NSString *)roomId
127 - (ARDAppClient *)createAppClientForRoomId:(NSString *)roomId
/external/clang/test/Analysis/
Dtest-objc-non-nil-return-value-checker.m18 @interface NSArray : NSObject interface
22 @interface NSArray (NSExtendedArray) interface in NSExtendedArray

123456