HomeSort by relevance Sort by last modified time
    Searched refs:id (Results 426 - 450 of 14488) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRUnbufferedTokenStream.h 39 id<ANTLRTokenSource> tokenSource;
44 @property (retain, getter=getTokenSource, setter=setTokenSource:) id<ANTLRTokenSource> tokenSource;
48 + (ANTLRUnbufferedTokenStream *)newANTLRUnbufferedTokenStream:(id<ANTLRTokenSource>)aTokenSource;
49 - (id) init;
50 - (id) initWithTokenSource:(id<ANTLRTokenSource>)aTokenSource;
52 - (id<ANTLRToken>)nextElement;
53 - (BOOL)isEOF:(id<ANTLRToken>) aToken;
54 - (id<ANTLRTokenSource>)getTokenSource;
56 - (NSString *)toStringFromToken:(id<ANTLRToken>)aStart ToEnd:(id<ANTLRToken>)aStop
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLREarlyExitException.h 34 + (ANTLREarlyExitException *) exceptionWithStream:(id<ANTLRIntStream>) anInputStream decisionNumber:(NSInteger) aDecisionNumber;
35 - (id) initWithStream:(id<ANTLRIntStream>)anInputStream decisionNumber:(NSInteger) aDecisionNumber;
ANTLRStreamEnumerator.h 38 id eof;
42 -(id) initWithNodes:(NSMutableArray *) n andEOF:(id) o;
ANTLRUnbufferedTokenStream.h 39 id<ANTLRTokenSource> tokenSource;
44 @property (retain, getter=getTokenSource, setter=setTokenSource:) id<ANTLRTokenSource> tokenSource;
48 + (ANTLRUnbufferedTokenStream *)newANTLRUnbufferedTokenStream:(id<ANTLRTokenSource>)aTokenSource;
49 - (id) init;
50 - (id) initWithTokenSource:(id<ANTLRTokenSource>)aTokenSource;
52 - (id<ANTLRToken>)nextElement;
53 - (BOOL)isEOF:(id<ANTLRToken>) aToken;
54 - (id<ANTLRTokenSource>)getTokenSource;
56 - (NSString *)toStringFromToken:(id<ANTLRToken>)aStart ToEnd:(id<ANTLRToken>)aStop
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLREarlyExitException.h 34 + (ANTLREarlyExitException *) exceptionWithStream:(id<ANTLRIntStream>) anInputStream decisionNumber:(NSInteger) aDecisionNumber;
35 - (id) initWithStream:(id<ANTLRIntStream>)anInputStream decisionNumber:(NSInteger) aDecisionNumber;
ANTLRStreamEnumerator.h 38 id eof;
42 -(id) initWithNodes:(NSMutableArray *) n andEOF:(id) o;
ANTLRUnbufferedTokenStream.h 39 id<ANTLRTokenSource> tokenSource;
44 @property (retain, getter=getTokenSource, setter=setTokenSource:) id<ANTLRTokenSource> tokenSource;
48 + (ANTLRUnbufferedTokenStream *)newANTLRUnbufferedTokenStream:(id<ANTLRTokenSource>)aTokenSource;
49 - (id) init;
50 - (id) initWithTokenSource:(id<ANTLRTokenSource>)aTokenSource;
52 - (id<ANTLRToken>)nextElement;
53 - (BOOL)isEOF:(id<ANTLRToken>) aToken;
54 - (id<ANTLRTokenSource>)getTokenSource;
56 - (NSString *)toStringFromToken:(id<ANTLRToken>)aStart ToEnd:(id<ANTLRToken>)aStop
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLREarlyExitException.h 34 + (ANTLREarlyExitException *) newException:(id<ANTLRIntStream>)anInputStream decisionNumber:(NSInteger)aDecisionNumber;
35 - (id) initWithStream:(id<ANTLRIntStream>)anInputStream decisionNumber:(NSInteger) aDecisionNumber;
ANTLRTree.h 35 //+ (id<ANTLRTree>) invalidNode;
37 - (id<ANTLRTree>) getChild:(NSUInteger)index;
42 - (id<ANTLRTree>)getParent;
44 - (void) setParent:(id<ANTLRTree>)t;
50 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
68 - (void) addChild:(id<ANTLRTree>) t;
71 - (void) setChild:(NSInteger)i With:(id<ANTLRTree>) t;
73 - (id) deleteChild:(NSInteger) i;
80 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id)t;
107 - (id<ANTLRTree>) dupNode
    [all...]
ANTLRUnbufferedTokenStream.h 39 id<ANTLRTokenSource> tokenSource;
44 @property (retain, getter=getTokenSource, setter=setTokenSource:) id<ANTLRTokenSource> tokenSource;
48 + (ANTLRUnbufferedTokenStream *)newANTLRUnbufferedTokenStream:(id<ANTLRTokenSource>)aTokenSource;
49 - (id) init;
50 - (id) initWithTokenSource:(id<ANTLRTokenSource>)aTokenSource;
52 - (id<ANTLRToken>)nextElement;
53 - (BOOL)isEOF:(id<ANTLRToken>) aToken;
54 - (id<ANTLRTokenSource>)getTokenSource;
56 - (NSString *)toStringFromToken:(id<ANTLRToken>)aStart ToEnd:(id<ANTLRToken>)aStop
    [all...]
  /external/chromium/chrome/browser/notifications/
notification_test_util.cc 7 MockNotificationDelegate::MockNotificationDelegate(const std::string& id)
8 : id_(id) {}
12 std::string MockNotificationDelegate::id() const { function in class:MockNotificationDelegate
  /external/chromium/chrome/browser/ui/gtk/
view_id_util.h 15 // Use this delegate to override default view id searches.
18 virtual GtkWidget* GetWidgetForViewID(ViewID id) = 0;
24 // If you set the ID via this function, it will also set the name of your
26 static void SetID(GtkWidget* widget, ViewID id);
28 static GtkWidget* GetWidget(GtkWidget* root, ViewID id);
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_theme.h 21 virtual bool GetColor(int id, SkColor* color) const OVERRIDE;
22 virtual gfx::Image GetImageNamed(int id) OVERRIDE;
23 virtual bool HasCustomImage(int id) const OVERRIDE;
  /external/chromium_org/chrome/browser/sessions/
session_id.h 23 // was used as the contents of a tab), returns a tab id. This value is
31 // window, returns Browser::session_id().id() for that Browser. If the tab is
32 // being dragged between Browser windows, returns the old window's id value.
34 // Browser window, returns an id value that is different from that of any
39 // Returns the underlying id.
40 void set_id(id_type id) { id_ = id; }
41 id_type id() const { return id_; } function in class:SessionID
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_shelf_context_menu_controller.h 17 id<NSMenuDelegate> menuDelegate_;
22 - (id)initWithItemController:(DownloadItemController*)itemController
23 withDelegate:(id<NSMenuDelegate>)menuDelegate;
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
throbber_view.h 25 id<ThrobberDataDelegate> dataDelegate_;
29 + (id)filmstripThrobberViewWithFrame:(NSRect)frame
33 + (id)toastThrobberViewWithFrame:(NSRect)frame
  /external/chromium_org/chrome/browser/ui/gtk/
view_id_util.h 14 // Use this delegate to override default view id searches.
17 virtual GtkWidget* GetWidgetForViewID(ViewID id) = 0;
23 // If you set the ID via this function, it will also set the name of your
25 static void SetID(GtkWidget* widget, ViewID id);
27 static GtkWidget* GetWidget(GtkWidget* root, ViewID id);
  /external/chromium_org/remoting/host/mac/
me2me_preference_pane_disable.h 12 id delegate_;
15 @property (retain) id delegate;
18 - (IBAction)onDisable:(id)sender;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBMetadata.h 41 IDBIndexMetadata(const String& name, int64_t id, const IDBKeyPath& keyPath, bool unique, bool multiEntry)
43 , id(id)
48 int64_t id; member in struct:WebCore::IDBIndexMetadata
58 IDBObjectStoreMetadata(const String& name, int64_t id, const IDBKeyPath& keyPath, bool autoIncrement, int64_t maxIndexId)
60 , id(id)
67 int64_t id; member in struct:WebCore::IDBObjectStoreMetadata
92 IDBDatabaseMetadata(const String& name, int64_t id, const String& version, int64_t intVersion, int64_t maxObjectStoreId)
94 , id(id
102 int64_t id; member in struct:WebCore::IDBDatabaseMetadata
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
macwindowpicker.h 16 virtual bool IsVisible(const WindowId& id);
17 virtual bool MoveToFront(const WindowId& id);
20 virtual bool GetDesktopDimensions(const DesktopId& id, int* width,
  /external/chromium_org/third_party/ocmock/OCMock/
OCMIndirectReturnValueProvider.h 2 // $Id$
10 id provider;
14 - (id)initWithProvider:(id)aProvider andSelector:(SEL)aSelector;
OCMObserverRecorder.h 2 // $Id$
13 - (void)notificationWithName:(NSString *)name object:(id)sender;
17 - (BOOL)argument:(id)expectedArg matchesArgument:(id)observedArg;
  /external/clang/test/CodeGenCXX/
mangle-unnameable-conversions.cpp 3 template<typename T> using id = T;
6 operator id<T[N]>&();
8 operator id<T (U::*)()>() const;
  /external/valgrind/unittest/
old_test_suite.h 68 Test(void_func_void_t f, int id, int flags)
70 , id_(id)
89 TestAdder(void_func_void_t f, int id, int flags = FEATURE) {
92 CHECK(TheMapOfTests->count(id) == 0);
93 (*TheMapOfTests)[id] = Test(f, id, flags);
97 #define REGISTER_TEST(f, id) TestAdder add_test_##id (f, id);
98 #define REGISTER_TEST2(f, id, flags) TestAdder add_test_##id (f, id, flags)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/
A.h 19 explicit A(int id) : id_(id) {++count;}
23 int id() const {return id_;} function in class:A

Completed in 503 milliseconds

<<11121314151617181920>>