HomeSort by relevance Sort by last modified time
    Searched refs:NSString (Results 1 - 25 of 380) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
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 *)thePredicate stream:(id<ANTLRIntStream>)theStream;
41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
44 - (NSString *) getPredicate;
45 - (void) setPredicate:(NSString *)thePredicate
    [all...]
ANTLRMismatchedSetException.h 32 NSString *expecting;
35 @property (retain, getter=getExpecting, setter=setExpecting:) NSString *expecting;
37 + (id) newException:(NSString *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
38 - (id) initWithSet:(NSString *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
40 - (NSString *) getExpecting;
41 - (void) setExpecting: (NSString *) anExpectedSet;
ANTLRFileStream.h 37 __strong NSString *fileName;
41 + (id) newANTLRFileStream:(NSString*) fileName;
42 + (id) newANTLRFileStream:(NSString *)aFileName encoding:(NSStringEncoding)encoding;
43 - (id) init:(NSString *) aFileName;
44 - (id) init:(NSString *) aFileName encoding:(NSStringEncoding)encoding;
45 - (void) load:(NSString *)fileName encoding:(NSStringEncoding)encoding;
46 - (NSString *) getSourceName;
48 @property (retain) NSString *fileName;
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:(NSDictionary *)aUserInfo;
45 - (id) init:(NSString *)aReason;
46 - (id) init:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
47 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason
    [all...]
  /external/clang/test/PCH/Inputs/
typo.h 3 @interface NSString
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
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 userInfo:aUserInfo;
45 - (id)initWithRuntime:(NSString *)aReason;
46 - (id)initWithReason:(NSString *)aReason;
47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason
    [all...]
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 + (ANTLRFailedPredicateException *) exceptionWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
44 - (NSString *) getPredicate;
45 - (void) setPredicate:(NSString *)thePredicate
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
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 userInfo:aUserInfo;
45 - (id)initWithRuntime:(NSString *)aReason;
46 - (id)initWithReason:(NSString *)aReason;
47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason
    [all...]
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 + (ANTLRFailedPredicateException *) exceptionWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
44 - (NSString *) getPredicate;
45 - (void) setPredicate:(NSString *)thePredicate
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
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 userInfo:aUserInfo;
45 - (id)initWithRuntime:(NSString *)aReason;
46 - (id)initWithReason:(NSString *)aReason;
47 - (id)initWithName:(NSString *)aName reason:(NSString *)aReason
    [all...]
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 + (ANTLRFailedPredicateException *) exceptionWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
44 - (NSString *) getPredicate;
45 - (void) setPredicate:(NSString *)thePredicate
    [all...]
  /external/clang/test/Index/
boxed-exprs.h 2 @interface NSString @end
4 @interface NSString (NSStringExtensionMethods)
9 NSString *s = @(cs);
  /external/clang/test/SemaObjC/
format-strings-system.h 4 @class NSString;
7 extern NSString *GetLocalizedString(NSString *str);
  /external/webrtc/webrtc/modules/video_capture/ios/
device_info_ios_objc.h 21 + (AVCaptureDevice*)captureDeviceForUniqueId:(NSString*)uniqueId;
22 + (NSString*)deviceNameForIndex:(int)index;
23 + (NSString*)deviceUniqueIdForIndex:(int)index;
24 + (NSString*)deviceNameForUniqueId:(NSString*)uniqueId;
25 + (webrtc::VideoCaptureCapability)capabilityForPreset:(NSString*)preset;
  /external/webrtc/talk/app/webrtc/objc/public/
RTCPair.h 33 @property(nonatomic, strong, readonly) NSString *key;
34 @property(nonatomic, strong, readonly) NSString *value;
37 - (id)initWithKey:(NSString *)key value:(NSString *)value;
RTCSessionDescription.h 36 @property(nonatomic, copy, readonly) NSString *description;
39 @property(nonatomic, copy, readonly) NSString *type;
41 - (id)initWithType:(NSString *)type sdp:(NSString *)sdp;
RTCICECandidate.h 36 @property(nonatomic, copy, readonly) NSString* sdpMid;
43 @property(nonatomic, copy, readonly) NSString* sdp;
46 - (id)initWithMid:(NSString*)sdpMid
48 sdp:(NSString*)sdp;
RTCICEServer.h 35 @property(nonatomic, copy, readonly) NSString* username;
36 @property(nonatomic, copy, readonly) NSString* password;
40 username:(NSString*)username
41 password:(NSString*)password;
  /external/webrtc/webrtc/api/objc/
RTCMediaConstraints.h 21 (nullable NSDictionary<NSString *, NSString *> *)mandatory
23 (nullable NSDictionary<NSString *, NSString *> *)optional
RTCIceServer.h 18 @property(nonatomic, copy, readonly) NSArray<NSString *> *urlStrings;
21 @property(nonatomic, copy, readonly, nullable) NSString *username;
24 @property(nonatomic, copy, readonly, nullable) NSString *credential;
29 - (instancetype)initWithURLStrings:(NSArray<NSString *> *)urlStrings;
35 - (instancetype)initWithURLStrings:(NSArray<NSString *> *)urlStrings
36 username:(nullable NSString *)username
37 credential:(nullable NSString *)credential
RTCIceCandidate.h 21 @property(nonatomic, readonly, nullable) NSString *sdpMid;
30 @property(nonatomic, readonly) NSString *sdp;
37 - (instancetype)initWithSdp:(NSString *)sdp
39 sdpMid:(nullable NSString *)sdpMid
RTCStatsReport.h 22 @property(nonatomic, readonly) NSString *type;
25 @property(nonatomic, readonly) NSString *statsId;
28 @property(nonatomic, readonly) NSDictionary<NSString *, NSString *> *values;
  /external/google-breakpad/src/client/mac/Framework/
Breakpad.h 262 void BreakpadSetKeyValue(BreakpadRef ref, NSString *key, NSString *value);
263 NSString *BreakpadKeyValue(BreakpadRef ref, NSString *key);
264 void BreakpadRemoveKeyValue(BreakpadRef ref, NSString *key);
270 void BreakpadAddUploadParameter(BreakpadRef ref, NSString *key,
271 NSString *value);
275 void BreakpadRemoveUploadParameter(BreakpadRef ref, NSString *key);
278 void BreakpadAddLogFile(BreakpadRef ref, NSString *logPathname);
  /external/webrtc/talk/app/webrtc/objc/
RTCPair.m 35 - (id)initWithKey:(NSString*)key value:(NSString*)value {
43 - (NSString*)description {
44 return [NSString stringWithFormat:@"%@: %@", _key, _value];
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
RTCICEServer+JSON.m 13 static NSString const *kRTCICEServerUsernameKey = @"username";
14 static NSString const *kRTCICEServerPasswordKey = @"password";
15 static NSString const *kRTCICEServerUrisKey = @"uris";
16 static NSString const *kRTCICEServerUrlKey = @"urls";
17 static NSString const *kRTCICEServerCredentialKey = @"credential";
22 NSString *url = dictionary[kRTCICEServerUrlKey];
23 NSString *username = dictionary[kRTCICEServerUsernameKey];
24 NSString *credential = dictionary[kRTCICEServerCredentialKey];
33 NSString *username = dictionary[kRTCICEServerUsernameKey];
34 NSString *password = dictionary[kRTCICEServerPasswordKey]
    [all...]

Completed in 1828 milliseconds

1 2 3 4 5 6 7 8 91011>>