HomeSort by relevance Sort by last modified time
    Searched refs:NSString (Results 51 - 75 of 482) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTokenStream.h 45 - (NSString *) toString;
51 - (NSString *)toStringFromStart:(NSInteger)startIdx ToEnd:(NSInteger)stopIdx;
59 - (NSString *) toStringFromToken:(id<ANTLRToken>)startToken ToToken:(id<ANTLRToken>)stopToken;
ANTLRRewriteRuleNodeStream.h 36 + (ANTLRRewriteRuleNodeStream *) newANTLRRewriteRuleNodeStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
37 + (ANTLRRewriteRuleNodeStream *) newANTLRRewriteRuleNodeStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
38 + (ANTLRRewriteRuleNodeStream *) newANTLRRewriteRuleNode:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
40 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
41 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
42 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
ANTLRRewriteRuleSubtreeStream.h 37 description:(NSString *)anElementDescription;
39 description:(NSString *)anElementDescription
42 description:(NSString *)anElementDescription
45 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
46 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
47 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
ANTLRRewriteRuleTokenStream.h 36 description:(NSString *)elementDescription;
39 description:(NSString *)elementDescription
43 description:(NSString *)elementDescription
48 description:(NSString *)aDescription;
50 description:(NSString *)aDescription
53 description:(NSString *)aDescription
ANTLRCharStream.h 34 - (NSString *) substringWithRange:(NSRange) theRange;
  /external/chromium_org/remoting/ios/bridge/
host_proxy.h 43 - (void)connectToHost:(NSString*)username
44 authToken:(NSString*)token
45 jabberId:(NSString*)jid
46 hostId:(NSString*)hostId
47 publicKey:(NSString*)hostPublicKey
51 - (void)authenticationResponse:(NSString*)pin createPair:(BOOL)createPair;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRewriteRuleSubtreeStream.h 37 description:(NSString *)anElementDescription;
39 description:(NSString *)anElementDescription
42 description:(NSString *)anElementDescription
45 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
46 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
47 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
ANTLRRewriteRuleTokenStream.h 36 description:(NSString *)elementDescription;
39 description:(NSString *)elementDescription
43 description:(NSString *)elementDescription
48 description:(NSString *)aDescription;
50 description:(NSString *)aDescription
53 description:(NSString *)aDescription
ANTLRParseTree.h 50 - (NSString *)getText;
55 - (NSString *)toString;
56 - (NSString *)toStringWithHiddenTokens;
57 - (NSString *)toInputString;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRewriteRuleSubtreeStream.h 37 description:(NSString *)anElementDescription;
39 description:(NSString *)anElementDescription
42 description:(NSString *)anElementDescription
45 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
46 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
47 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
ANTLRRewriteRuleTokenStream.h 36 description:(NSString *)elementDescription;
39 description:(NSString *)elementDescription
43 description:(NSString *)elementDescription
48 description:(NSString *)aDescription;
50 description:(NSString *)aDescription
53 description:(NSString *)aDescription
ANTLRParseTree.h 50 - (NSString *)getText;
55 - (NSString *)toString;
56 - (NSString *)toStringWithHiddenTokens;
57 - (NSString *)toInputString;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRewriteRuleSubtreeStream.h 37 description:(NSString *)anElementDescription;
39 description:(NSString *)anElementDescription
42 description:(NSString *)anElementDescription
45 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
46 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
47 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
ANTLRRewriteRuleTokenStream.h 36 description:(NSString *)elementDescription;
39 description:(NSString *)elementDescription
43 description:(NSString *)elementDescription
48 description:(NSString *)aDescription;
50 description:(NSString *)aDescription
53 description:(NSString *)aDescription
ANTLRParseTree.h 50 - (NSString *)getText;
55 - (NSString *)toString;
56 - (NSString *)toStringWithHiddenTokens;
57 - (NSString *)toInputString;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
picasa_finder.h 17 @class NSString;
19 class NSString;
32 extern NSString* const kPicasaAppDataPathMacPreferencesKey;
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
bookmark_node_applescript.h 23 NSString* tempTitle_;
37 - (NSString*)title;
38 - (void)setTitle:(NSString*)aTitle;
element_applescript.h 19 NSString* containerProperty_;
24 @property(nonatomic, copy) NSString* containerProperty;
33 - (void)setContainer:(id)value property:(NSString*)property;
  /external/chromium_org/ui/base/accelerators/
platform_accelerator_cocoa.h 19 PlatformAcceleratorCocoa(NSString* key_code, NSUInteger modifier_mask);
27 NSString* characters() const { return characters_.get(); }
34 base::scoped_nsobject<NSString> characters_;
  /external/chromium_org/chrome/browser/mac/
keystone_glue.h 47 extern NSString* const kAutoupdateStatusNotification;
48 extern NSString* const kAutoupdateStatusStatus;
49 extern NSString* const kAutoupdateStatusVersion;
80 NSString* productID_;
81 NSString* appPath_;
82 NSString* url_;
83 NSString* version_;
84 NSString* channel_; // Logically: Dev, Beta, or Stable.
173 - (void)setAppPath:(NSString*)appPath;
  /external/chromium_org/chrome/browser/ui/cocoa/media_picker/
desktop_media_picker_item.h 19 base::scoped_nsobject<NSString> imageUID_;
20 base::scoped_nsobject<NSString> imageTitle_;
33 imageTitle:(NSString*)imageTitle;
42 - (void)setImageTitle:(NSString*)imageTitle;
  /external/chromium_org/chrome/browser/ui/cocoa/website_settings/
website_settings_utils_cocoa.h 11 NSString* title);
  /external/chromium_org/ui/base/cocoa/
nib_loading.h 16 UI_BASE_EXPORT NSView* GetViewFromNib(NSString* name);
view_description.h 15 - (NSString*)cr_recursiveDescription;
  /external/lldb/test/lang/objc/real-definition/
Bar.h 10 - (NSString *)description;

Completed in 897 milliseconds

1 23 4 5 6 7 8 91011>>