/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRMismatchedNotSetException.h | 43 - (ANTLRMismatchedNotSetException *)newANTLRMismatchedNotSetException:(id<ANTLRIntStream>)anInput 46 - (id) init; 47 - (id) initWithStream:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)expecting;
|
ANTLRRuleMapElement.h | 44 - (id) init; 45 - (id) initWithAnIndex:(NSNumber *)anIdx; 46 - (id) initWithAnIndex:(NSNumber *)anIdx RuleNum:(NSNumber *)aRuleNum; 48 - (id) copyWithZone:(NSZone *)aZone;
|
ANTLRSymbolStack.h | 48 - (id)init; 58 -(id)init; 59 -(id)initWithLen:(NSInteger)cnt; 63 - (id) copyWithZone:(NSZone *)aZone;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRMismatchedNotSetException.h | 43 - (ANTLRMismatchedNotSetException *)newANTLRMismatchedNotSetException:(id<ANTLRIntStream>)anInput 46 - (id) init; 47 - (id) initWithStream:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)expecting;
|
ANTLRRuleMapElement.h | 44 - (id) init; 45 - (id) initWithAnIndex:(NSNumber *)anIdx; 46 - (id) initWithAnIndex:(NSNumber *)anIdx RuleNum:(NSNumber *)aRuleNum; 48 - (id) copyWithZone:(NSZone *)aZone;
|
ANTLRSymbolStack.h | 48 - (id)init; 58 -(id)init; 59 -(id)initWithLen:(NSInteger)cnt; 63 - (id) copyWithZone:(NSZone *)aZone;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRMismatchedNotSetException.h | 43 - (ANTLRMismatchedNotSetException *)newANTLRMismatchedNotSetException:(id<ANTLRIntStream>)anInput 46 - (id) init; 47 - (id) initWithStream:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)expecting;
|
ANTLRRuleMapElement.h | 44 - (id) init; 45 - (id) initWithAnIndex:(NSNumber *)anIdx; 46 - (id) initWithAnIndex:(NSNumber *)anIdx RuleNum:(NSNumber *)aRuleNum; 48 - (id) copyWithZone:(NSZone *)aZone;
|
ANTLRSymbolStack.h | 48 - (id)init; 58 -(id)init; 59 -(id)initWithLen:(NSInteger)cnt; 63 - (id) copyWithZone:(NSZone *)aZone;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRCommonTreeNodeStream.h | 40 __strong id root; 43 __strong id <ANTLRTokenStream> tokens; 61 @property (retain, getter=getTokens,setter=setTokens:) id<ANTLRTokenStream> tokens; 66 + (ANTLRCommonTreeNodeStream *) newANTLRCommonTreeNodeStream:(id<ANTLRTreeAdaptor>)anAdaptor Tree:(ANTLRCommonTree *)theTree; 68 - (id) initWithTree:(ANTLRCommonTree *)theTree; 70 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)adaptor Tree:(ANTLRCommonTree *)theTree; 77 - (id) nextElement; 79 - (BOOL) isEOF:(id<ANTLRBaseTree>) obj; 82 - (id) getTreeSource [all...] |
ANTLRFileStream.h | 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;
|
ANTLRMismatchedNotSetException.h | 43 - (ANTLRMismatchedNotSetException *)newException:(id<ANTLRIntStream>)anInput 46 - (id) init; 47 - (id) initWithStream:(id<ANTLRIntStream>)anInput Follow:(NSString *)expecting;
|
ANTLRRuleMapElement.h | 44 - (id) init; 45 - (id) initWithAnIndex:(NSNumber *)anIdx; 46 - (id) initWithAnIndex:(NSNumber *)anIdx RuleNum:(NSNumber *)aRuleNum; 48 - (id) copyWithZone:(NSZone *)aZone;
|
ANTLRSymbolStack.h | 48 - (id)init; 58 -(id)init; 59 -(id)initWithLen:(NSInteger)cnt; 63 - (id) copyWithZone:(NSZone *)aZone;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1ObjectIdentifier.java | 39 String id = getId(), stemId = stem.getId(); local 40 return id.length() > stemId.length() && id.charAt(stemId.length()) == '.' && id.startsWith(stemId);
|
/external/chromium/chrome/browser/diagnostics/ |
diagnostics_model.h | 29 // changes to the model as the tests are run. For all the callbacks |id| 31 // calling model->GetTest(id). 37 virtual void OnProgress(int id, int percent, DiagnosticsModel* model) = 0; 39 virtual void OnSkipped(int id, DiagnosticsModel* model) = 0; 41 virtual void OnFinished(int id, DiagnosticsModel* model) = 0; 70 virtual TestInfo& GetTest(size_t id) = 0;
|
/external/chromium/chrome/browser/extensions/ |
external_extension_provider_interface.h | 22 // caller what extensions are registered, and which |id|, |version| and |path| 25 // ensure that |id| is a valid extension id (use Extension::IdIsValid(id)). 29 const std::string& id, 35 const std::string& id, 57 // Test if this provider has an extension with id |id| registered. 58 virtual bool HasExtension(const std::string& id) const = 0; 60 // Gets details of an extension by its id. Output params will be set onl [all...] |
/external/chromium/chrome/browser/sessions/ |
session_command.cc | 11 SessionCommand::SessionCommand(id_type id, size_type size) 12 : id_(id), 16 SessionCommand::SessionCommand(id_type id, const Pickle& pickle) 17 : id_(id),
|
/external/chromium/chrome/browser/ui/cocoa/ |
animatable_view.h | 26 IBOutlet id delegate_; // weak, used to send animation ended messages. 30 id<ViewResizer> resizeDelegate_; // weak, usually owns us 34 @property(assign, nonatomic) id delegate; 35 @property(assign, nonatomic) id<ViewResizer> resizeDelegate;
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_controller.h | 150 - (id)initWithParentButton:(BookmarkButton*)button 182 - (IBAction)cutBookmark:(id)sender; 183 - (IBAction)copyBookmark:(id)sender; 184 - (IBAction)pasteBookmark:(id)sender; 185 - (IBAction)deleteBookmark:(id)sender; 194 - (IBAction)addFolder:(id)sender; 195 - (IBAction)addPage:(id)sender; 196 - (IBAction)editBookmark:(id)sender; 197 - (IBAction)openBookmark:(id)sender; 198 - (IBAction)openAllBookmarks:(id)sender [all...] |
/external/chromium_org/ash/launcher/ |
launcher_types.cc | 15 id(0),
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
job_queue.h | 24 // Pushes a job |id| of |priority|. The job with the smallest priority value 27 void Push(JobID id, int priority); 37 bool PopForRun(int accepted_priority, JobID* id); 42 // Marks a running job |id| as finished running. This decreases the count 44 void MarkFinished(JobID id); 53 void Remove(JobID id);
|
/external/chromium_org/chrome/browser/sessions/ |
session_command.cc | 11 SessionCommand::SessionCommand(id_type id, size_type size) 12 : id_(id), 16 SessionCommand::SessionCommand(id_type id, const Pickle& pickle) 17 : id_(id),
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
animatable_view.h | 24 IBOutlet id delegate_; // weak, used to send animation ended messages. 28 id<ViewResizer> resizeDelegate_; // weak, usually owns us 32 @property(assign, nonatomic) id delegate; 33 @property(assign, nonatomic) id<ViewResizer> resizeDelegate;
|
/external/chromium_org/chromeos/audio/ |
audio_devices_pref_handler_stub.cc | 19 return audio_device_volume_gain_map_[device.id]; 24 audio_device_volume_gain_map_[device.id] = value; 29 return audio_device_mute_map_[device.id]; 34 audio_device_mute_map_[device.id] = mute_on;
|