Home
last modified time | relevance | path

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

12345

/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/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.m10 …[NSString] */ *)truthPullers; // expected-error{{expected ')'}} expected-note {{to match this '('}}
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'}} \
22 {
Dproperty-choose-expr.m4 @interface NSArray interface
/external/webrtc/talk/app/webrtc/objc/
DRTCMediaConstraints.mm48 optionalConstraints:(NSArray*)optional { argument
59 (NSArray*)array { argument
/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/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/Profile/
Dobjc-general.m26 @interface NSArray : NSObject interface
39 + (void)foreach: (NSArray *)array;
47 {
/external/clang/test/FixIt/
Dfixit-static-object-decl.m14 @interface NSArray interface
27 NSArray (func2)() { return 0; } function
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DArrayIterator.m43 {
58 {
DANTLRRewriteRuleSubtreeStream.m55 elements:(NSArray *)theElements;
80 {
DANTLRRewriteRuleNodeStream.m24 …Adaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
47 {
/external/clang/test/CodeGenObjC/
Dextended-block-signature-encode.m7 typedef NSString*(^BBB)(NSArray*); typedef
Dlocal-static-block.m7 static NSArray *(^ArrayRecurs)(NSArray *addresses, unsigned long level) = ^(NSArray *addresses, un… function
/external/walt/ios/WALT/
DNSArray+Extensions.m19 @implementation NSArray (WALTExtensions) implementation in WALTExtensions
/external/clang/test/Parser/
Dobjcxx11-protocol-in-template.mm18 id<PA> FA(NSArray<id<PB>> *h, some_t group); category
/external/clang/test/CodeGenObjCXX/
Drefence-assign-write-barrier.mm4 @interface NSArray interface

12345