/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRRuntimeException.h | 38 + (ANTLRRuntimeException *) newException:(NSString *)aReason; 39 + (ANTLRRuntimeException *) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 41 + (ANTLRRuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason; 42 + (ANTLRRuntimeException *) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSD… 45 - (id) init:(NSString *)aReason; 46 - (id) init:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 47 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason; 48 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 50 - (NSString *) Description; 59 + (id) newException:(NSString *)aReason; [all …]
|
D | ANTLRTokenRewriteStream.h | 47 NSString *text; 52 @property (retain, getter=text, setter=setText:) NSString *text; 54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)anIndex Text:(NSString *)text; 56 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText; 61 - (NSInteger) execute:(NSString *)buf; 63 - (NSString *)toString; 64 - (NSInteger) indexOf:(char)aChar inString:(NSString *)aString; 70 + (ANTLRInsertBeforeOp *) newANTLRInsertBeforeOp:(NSInteger)anIndex Text:(NSString *)theText; 71 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText; 84 + (ANTLRReplaceOp *) newANTLRReplaceOp:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString*)theTex… [all …]
|
D | ANTLRRuntimeException.m | 42 + (id) newException:(NSString *)aReason 47 + (id) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo 52 + (id) newException:(NSString *)aName reason:(NSString *)aReason; argument 57 + (id) newException:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; argument 69 - (id) init:(NSString *)aReason 71 …self = [super initWithName:(NSString *)@"ANTLRRuntimeException" reason:(NSString *)aReason userInf… 75 - (id) init:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo 81 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason 83 …self = [super initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)n… 87 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo [all …]
|
D | ANTLRFailedPredicateException.h | 33 NSString *predicate; 34 NSString *ruleName; 37 @property (retain) NSString *predicate; 38 @property (retain) NSString *ruleName; 40 + (ANTLRFailedPredicateException *) newException:(NSString *)theRuleName predicate:(NSString *)theP… 41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)… 44 - (NSString *) getPredicate; 45 - (void) setPredicate:(NSString *)thePredicate; 46 - (NSString *) getRuleName; 47 - (void) setRuleName:(NSString *)theRuleName;
|
/external/google-breakpad/src/common/mac/testing/ |
D | GTMSenTestCase.h | 68 NSString *STComposeString(NSString *, ...) NS_FORMAT_FUNCTION(1, 2); 70 NSString *STComposeString(NSString *, ...); 90 …NSString *_expression = [NSString stringWithFormat:@"Expected noErr, got %ld for (%s)", (long)a1va… 93 inFile:[NSString stringWithUTF8String:__FILE__] \ 99 …[self failWithException:[NSException failureInRaise:[NSString stringWithFormat:@"(%s) == noErr fai… 101 inFile:[NSString stringWithUTF8String:__FILE__] \ 120 …NSString *_expression = [NSString stringWithFormat:@"Expected %s(%ld) but got %ld for (%s)", #a2, … 123 inFile:[NSString stringWithUTF8String:__FILE__] \ 129 …[self failWithException:[NSException failureInRaise:[NSString stringWithFormat:@"(%s) == (%s) fail… 131 inFile:[NSString stringWithUTF8String:__FILE__] \ [all …]
|
D | GTMSenTestCase.m | 37 + (NSException *)failureInFile:(NSString *)filename 39 reason:(NSString *)reason; argument 43 + (NSException *)failureInFile:(NSString *)filename 45 reason:(NSString *)reason { argument 60 + (NSException *)failureInFile:(NSString *)filename 62 withDescription:(NSString *)formatString, ... { argument 64 NSString *testDescription = @""; 69 [[[NSString alloc] initWithFormat:formatString arguments:vl] autorelease]; 73 NSString *reason = testDescription; 78 + (NSException *)failureInCondition:(NSString *)condition [all …]
|
/external/clang/test/Analysis/ |
D | NSString.m | 39 @class NSString, Protocol; 40 extern void NSLog(NSString *format, ...) __attribute__((format(__NSString__, 1, 2))); 43 @class NSInvocation, NSMethodSignature, NSCoder, NSString, NSEnumerator; 68 @class NSString; 80 @interface NSString : NSObject <NSCopying, NSMutableCopying, NSCoding> - (NSUInteger)length; interface 81 - (NSComparisonResult)compare:(NSString *)string; 82 - (NSComparisonResult)compare:(NSString *)string options:(NSStringCompareOptions)mask; 83 - (NSComparisonResult)compare:(NSString *)string options:(NSStringCompareOptions)mask range:(NSRang… 84 - (NSComparisonResult)compare:(NSString *)string options:(NSStringCompareOptions)mask range:(NSRang… 85 - (NSComparisonResult)caseInsensitiveCompare:(NSString *)string; [all …]
|
D | localization-aggressive.m | 27 @interface NSString : NSObject interface 29 + (instancetype)localizedStringWithFormat:(NSString *)format, ...; argument 33 - (NSString *)localizedStringForKey:(NSString *)key 34 value:(NSString *)value 35 table:(NSString *)tableName; argument 38 - (void)accessibilitySetIdentification:(NSString *)ident; argument 39 - (void)setAccessibilityLabel:(NSString *)label; argument 42 @property(nullable, nonatomic, copy) NSString *text; 45 @property(strong) NSString *text; 48 @property (strong) NSString *toolTip; [all …]
|
D | localization.m | 22 @interface NSString : NSObject interface 23 - (NSString *)stringByAppendingFormat:(NSString *)format, ...; argument 24 + (instancetype)stringWithFormat:(NSString *)format, ...; 28 - (NSString *)localizedStringForKey:(NSString *)key 29 value:(NSString *)value 30 table:(NSString *)tableName; 33 @property(nullable, nonatomic, copy) NSString *text; 36 @property(strong) NSString *text; 47 NSString *KHLocalizedString(NSString* key, NSString* comment) { argument 62 NSString *bar = NSLocalizedString(@"Hello", @"Comment"); [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRTokenRewriteStream.h | 47 NSString *text; 52 @property (retain, getter=getText, setter=setText:) NSString *text; 54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)index Text:(NSString *)text; 56 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText; 61 - (NSInteger) execute:(NSString *)buf; 63 - (NSString *)toString; 64 - (NSInteger) indexOf:(char)aChar inString:(NSString *)aString; 70 + (ANTLRInsertBeforeOp *) newANTLRInsertBeforeOp:(NSInteger)anIndex Text:(NSString *)theText; 71 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText; 84 + (ANTLRReplaceOp *) newANTLRReplaceOp:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString*)theTex… [all …]
|
D | ANTLRRuntimeException.h | 38 + (ANTLRRuntimeException *) newANTLRNoSuchElementException:(NSString *)aReason; 39 + (ANTLRRuntimeException *) newANTLRIllegalArgumentException:(NSString *)aReason; 40 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aReason; 41 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason; 42 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason u… 45 - (id)initWithRuntime:(NSString *)aReason; 46 - (id)initWithReason:(NSString *)aReason; 47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason; 48 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 50 - (NSString *) Description;
|
D | ANTLRFailedPredicateException.h | 33 NSString *predicate; 34 NSString *ruleName; 37 @property (retain, getter=getPredicate, setter=setPredicate:) NSString *predicate; 38 @property (retain, getter=getRuleName, setter=setRuleName:) NSString *ruleName; 40 …NTLRFailedPredicateException *) exceptionWithRuleName:(NSString *)theRuleName predicate:(NSString … 41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)… 44 - (NSString *) getPredicate; 45 - (void) setPredicate:(NSString *)thePredicate; 46 - (NSString *) getRuleName; 47 - (void) setRuleName:(NSString *)theRuleName;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRTokenRewriteStream.h | 47 NSString *text; 52 @property (retain, getter=getText, setter=setText:) NSString *text; 54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)index Text:(NSString *)text; 56 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText; 61 - (NSInteger) execute:(NSString *)buf; 63 - (NSString *)toString; 64 - (NSInteger) indexOf:(char)aChar inString:(NSString *)aString; 70 + (ANTLRInsertBeforeOp *) newANTLRInsertBeforeOp:(NSInteger)anIndex Text:(NSString *)theText; 71 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText; 84 + (ANTLRReplaceOp *) newANTLRReplaceOp:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString*)theTex… [all …]
|
D | ANTLRRuntimeException.h | 38 + (ANTLRRuntimeException *) newANTLRNoSuchElementException:(NSString *)aReason; 39 + (ANTLRRuntimeException *) newANTLRIllegalArgumentException:(NSString *)aReason; 40 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aReason; 41 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason; 42 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason u… 45 - (id)initWithRuntime:(NSString *)aReason; 46 - (id)initWithReason:(NSString *)aReason; 47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason; 48 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 50 - (NSString *) Description;
|
D | ANTLRFailedPredicateException.h | 33 NSString *predicate; 34 NSString *ruleName; 37 @property (retain, getter=getPredicate, setter=setPredicate:) NSString *predicate; 38 @property (retain, getter=getRuleName, setter=setRuleName:) NSString *ruleName; 40 …NTLRFailedPredicateException *) exceptionWithRuleName:(NSString *)theRuleName predicate:(NSString … 41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)… 44 - (NSString *) getPredicate; 45 - (void) setPredicate:(NSString *)thePredicate; 46 - (NSString *) getRuleName; 47 - (void) setRuleName:(NSString *)theRuleName;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRTokenRewriteStream.h | 47 NSString *text; 52 @property (retain, getter=getText, setter=setText:) NSString *text; 54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)index Text:(NSString *)text; 56 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText; 61 - (NSInteger) execute:(NSString *)buf; 63 - (NSString *)toString; 64 - (NSInteger) indexOf:(char)aChar inString:(NSString *)aString; 70 + (ANTLRInsertBeforeOp *) newANTLRInsertBeforeOp:(NSInteger)anIndex Text:(NSString *)theText; 71 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText; 84 + (ANTLRReplaceOp *) newANTLRReplaceOp:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString*)theTex… [all …]
|
D | ANTLRRuntimeException.h | 38 + (ANTLRRuntimeException *) newANTLRNoSuchElementException:(NSString *)aReason; 39 + (ANTLRRuntimeException *) newANTLRIllegalArgumentException:(NSString *)aReason; 40 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aReason; 41 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason; 42 + (ANTLRRuntimeException *) newANTLRRuntimeException:(NSString *)aName reason:(NSString *)aReason u… 45 - (id)initWithRuntime:(NSString *)aReason; 46 - (id)initWithReason:(NSString *)aReason; 47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason; 48 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo; 50 - (NSString *) Description;
|
D | ANTLRFailedPredicateException.h | 33 NSString *predicate; 34 NSString *ruleName; 37 @property (retain, getter=getPredicate, setter=setPredicate:) NSString *predicate; 38 @property (retain, getter=getRuleName, setter=setRuleName:) NSString *ruleName; 40 …NTLRFailedPredicateException *) exceptionWithRuleName:(NSString *)theRuleName predicate:(NSString … 41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)… 44 - (NSString *) getPredicate; 45 - (void) setPredicate:(NSString *)thePredicate; 46 - (NSString *) getRuleName; 47 - (void) setRuleName:(NSString *)theRuleName;
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
D | ARDStatsBuilder.m | 21 NSString *_connRecvBitrate; 22 NSString *_connRtt; 23 NSString *_connSendBitrate; 24 NSString *_localCandType; 25 NSString *_remoteCandType; 26 NSString *_transportType; 29 NSString *_actualEncBitrate; 30 NSString *_availableRecvBw; 31 NSString *_availableSendBw; 32 NSString *_targetEncBitrate; [all …]
|
/external/clang/test/SemaObjC/ |
D | format-arg-attribute.m | 3 @class NSString; 5 extern NSString *fa2 (const NSString *) __attribute__((format_arg(1))); 6 extern NSString *fa3 (NSString *) __attribute__((format_arg(1))); 8 extern void fc1 (const NSString *) __attribute__((format_arg)); // expected-error {{'format_arg' a… 9 extern void fc2 (const NSString *) __attribute__((format_arg())); // expected-error {{'format_arg' … 10 extern void fc3 (const NSString *) __attribute__((format_arg(1, 2))); // expected-error {{'format_a… 16 extern NSString *ff3 (const NSString *) __attribute__((format_arg(3-2))); 17 extern NSString *ff4 (const NSString *) __attribute__((format_arg(foo))); // expected-error {{use o… 20 extern NSString *fi0 (int) __attribute__((format_arg(1))); // expected-error {{format argument not… 21 extern NSString *fi1 (NSString *) __attribute__((format_arg(1))); [all …]
|
D | parameterized_classes_subst.m | 18 @interface NSString : NSObject <NSCopying> interface 21 @interface NSMutableString : NSString 42 @interface NSStringArray : NSArray<NSString *> 141 NSSet<NSString *> *stringSet, 142 NSMutableSet<NSString *> *mutStringSet, 145 MutableSetOfArrays<NSString *> *mutStringArraySet, 149 NSArray<NSString *> *stringArray, 150 NSArray<__kindof NSString *> *kindofStringArray, 153 ip = [stringSet firstObject]; // expected-warning{{from 'NSString *'}} 154 ip = [mutStringSet firstObject]; // expected-warning{{from 'NSString *'}} [all …]
|
D | property-in-class-extension-1.m | 5 @class NSString; 9 @property (nonatomic, readonly) NSString* addingMemoryModel; 11 @property (nonatomic, copy, readonly) NSString* matchingMemoryModel; 13 @property (atomic, retain, readonly) NSString* addingNoNewMemoryModel; 15 @property (readonly) NSString* none; 16 @property (readonly) NSString* none1; 18 @property (assign, readonly) NSString* changeMemoryModel; // expected-note {{property declared here… 23 @property (assign, readonly) NSString* assignProperty; 25 @property (readonly) NSString* readonlyProp; 33 NSString* _name; category [all …]
|
/external/clang/test/SemaObjCXX/ |
D | parameterized_classes_subst.mm | 15 @interface NSString : NSObject <NSCopying> interface 18 @interface NSMutableString : NSString 38 @interface NSStringArray : NSArray<NSString *> 98 NSSet<NSString *> *stringSet, 99 NSMutableSet<NSString *> *mutStringSet, 102 MutableSetOfArrays<NSString *> *mutStringArraySet, 106 NSArray<NSString *> *stringArray, 109 ip = [stringSet firstObject]; // expected-error{{from incompatible type 'NSString *'}} 110 ip = [mutStringSet firstObject]; // expected-error{{from incompatible type 'NSString *'}} 113 …ip = [mutStringArraySet firstObject]; // expected-error{{from incompatible type 'NSArray<NSString … [all …]
|
/external/clang/test/CodeGenObjC/ |
D | parameterized_classes.m | 19 @interface NSString : NSObject <NSCopying> interface 31 NSString *getFirstObjectProp(NSMutableArray<NSString *> *array) { 35 NSString *getFirstObjectMethod(NSMutableArray<NSString *> *array) { 39 void addObject(NSMutableArray<NSString *> *array, NSString *obj) { 43 int compareStrings(NSString *x, NSString *y) { return 0; } 44 int compareBlocks(NSString * (^x)(NSString *), 45 NSString * (^y)(NSString *)) { return 0; } 47 void sortTest(NSMutableArray<NSString *> *array, 48 NSMutableArray<NSString * (^)(NSString *)> *array2) { 53 void getObjectsTest(NSMutableArray<NSString *> *array) { [all …]
|
/external/webrtc/webrtc/api/objc/ |
D | RTCMediaConstraints.mm | 14 #import "webrtc/base/objc/NSString+StdString.h" 41 NSDictionary<NSString *, NSString *> *_mandatory; 42 NSDictionary<NSString *, NSString *> *_optional; 46 (NSDictionary<NSString *, NSString *> *)mandatory 48 (NSDictionary<NSString *, NSString *> *)optional { argument 58 - (NSString *)description { 59 return [NSString stringWithFormat:@"RTCMediaConstraints:\n%@\n%@", 79 (NSDictionary<NSString *, NSString *> *)constraints { argument 81 for (NSString *key in constraints) { 82 NSAssert([key isKindOfClass:[NSString class]], [all …]
|