Home
last modified time | relevance | path

Searched refs:NSString (Results 1 – 25 of 844) sorted by relevance

12345678910>>...34

/external/google-breakpad/src/common/mac/testing/
DGTMSenTestCase.h68 NSString *STComposeString(NSString *, ...) NS_FORMAT_FUNCTION(1, 2);
70 NSString *STComposeString(NSString *, ...);
90NSString *_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__] \
120NSString *_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 …]
DGTMSenTestCase.m37 + (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/
DNSString.m39 @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 …]
Dlocalization-aggressive.m27 @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 …]
Dlocalization.m22 @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/
DANTLRTokenRewriteStream.h47 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 …]
DANTLRRuntimeException.h38 + (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;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTokenRewriteStream.h47 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 …]
DANTLRRuntimeException.h38 + (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 …]
DANTLRRuntimeException.m42 + (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 …]
DANTLRDebugEventProxy.m47 - (id) initWithGrammarName:(NSString *)aGrammarName debuggerPort:(NSInteger)aPort
94 …[self sendToDebugger:[NSString stringWithFormat:@"ANTLR %d", ANTLRDebugProtocolVersion] waitForRes…
95 …[self sendToDebugger:[NSString stringWithFormat:@"grammar \"%@", [self grammarName]] waitForRespon…
101 NSString *response;
104 response = [[NSString alloc] initWithData:newLine encoding:NSUTF8StringEncoding];
115 - (void) sendToDebugger:(NSString *)message
120 - (void) sendToDebugger:(NSString *)message waitForResponse:(BOOL)wait
148 - (NSString *) grammarName
153 - (void) setGrammarName: (NSString *) aGrammarName
172 - (NSString *) escapeNewlines:(NSString *)aString
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRTokenRewriteStream.h47 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 …]
DANTLRRuntimeException.h38 + (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;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRTokenRewriteStream.h47 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 …]
DANTLRRuntimeException.h38 + (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;
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDStatsBuilder.m21 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/
Dparameterized_classes_subst.m18 @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 …]
Dformat-arg-attribute.m3 @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 …]
Dproperty-in-class-extension-1.m5 @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/
Dparameterized_classes_subst.mm15 @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/
Dparameterized_classes.m19 @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/python/cpython3/Mac/PythonLauncher/
DFileSettings.h12 - (NSString *) interpreter;
20 - (NSString *) others;
22 - (NSString *) scriptargs;
27 NSString *interpreter; // The pathname of the interpreter to use
36 NSString *others; // other options
37 NSString *scriptargs; // script arguments (not for preferences)
41 NSString *prefskey;
44 + (id)getDefaultsForFileType: (NSString *)filetype;
45 + (id)getFactorySettingsForFileType: (NSString *)filetype;
46 + (id)newSettingsForFileType: (NSString *)filetype;
[all …]
/external/python/cpython2/Mac/PythonLauncher/
DFileSettings.h12 - (NSString *) interpreter;
20 - (NSString *) others;
22 - (NSString *) scriptargs;
27 NSString *interpreter; // The pathname of the interpreter to use
36 NSString *others; // other options
37 NSString *scriptargs; // script arguments (not for preferences)
41 NSString *prefskey;
44 + (id)getDefaultsForFileType: (NSString *)filetype;
45 + (id)getFactorySettingsForFileType: (NSString *)filetype;
46 + (id)newSettingsForFileType: (NSString *)filetype;
[all …]
/external/google-breakpad/src/common/mac/
DGTMLogger.h248 + (id)standardLoggerWithPath:(NSString *)path;
275 - (void)logDebug:(NSString *)fmt, ... NS_FORMAT_FUNCTION(1, 2);
277 - (void)logInfo:(NSString *)fmt, ... NS_FORMAT_FUNCTION(1, 2);
279 - (void)logError:(NSString *)fmt, ... NS_FORMAT_FUNCTION(1, 2);
281 - (void)logAssert:(NSString *)fmt, ... NS_FORMAT_FUNCTION(1, 2);
310 - (void)logFuncDebug:(const char *)func msg:(NSString *)fmt, ...
312 - (void)logFuncInfo:(const char *)func msg:(NSString *)fmt, ...
314 - (void)logFuncError:(const char *)func msg:(NSString *)fmt, ...
316 - (void)logFuncAssert:(const char *)func msg:(NSString *)fmt, ...
362 - (void)logMessage:(NSString *)msg level:(GTMLoggerLevel)level;
[all …]
/external/webrtc/webrtc/api/objc/
DRTCMediaConstraints.mm14 #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 …]

12345678910>>...34