Searched refs:id (Results 251 - 275 of 4846) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRMismatchedTreeNodeException.h38 + (id) newANTLRMismatchedTreeNodeException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
39 - (id) initWithTokenType:(NSInteger) expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
H A DANTLREarlyExitException.h34 + (ANTLREarlyExitException *) exceptionWithStream:(id<ANTLRIntStream>) anInputStream decisionNumber:(NSInteger) aDecisionNumber;
35 - (id) initWithStream:(id<ANTLRIntStream>)anInputStream decisionNumber:(NSInteger) aDecisionNumber;
H A DANTLRStreamEnumerator.h38 id eof;
42 -(id) initWithNodes:(NSMutableArray *) n andEOF:(id) o;
H A DANTLRUnbufferedTokenStream.h39 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<ANTLRToke
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRCommonTreeNodeStream.h40 id root;
43 id <ANTLRTokenStream> tokens;
61 @property (retain, getter=getTokens,setter=setTokens:) id<ANTLRTokenStream> tokens;
65 + (ANTLRCommonTreeNodeStream *) newANTLRCommonTreeNodeStream:(id<ANTLRTreeAdaptor>)anAdaptor Tree:(ANTLRCommonTree *)theTree;
67 - (id) initWithTree:(ANTLRCommonTree *)theTree;
69 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)adaptor Tree:(ANTLRCommonTree *)theTree;
76 - (id) nextElement;
78 - (BOOL) isEOF:(id<ANTLRTree>) o;
81 - (id) getTreeSourc
[all...]
H A DANTLRMismatchedSetException.h37 + (id) exceptionWithSet:(NSSet *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
38 - (id) initWithSet:(NSSet *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
H A DANTLRMismatchedTreeNodeException.h38 + (id) newANTLRMismatchedTreeNodeException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
39 - (id) initWithTokenType:(NSInteger) expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
H A DANTLREarlyExitException.h34 + (ANTLREarlyExitException *) exceptionWithStream:(id<ANTLRIntStream>) anInputStream decisionNumber:(NSInteger) aDecisionNumber;
35 - (id) initWithStream:(id<ANTLRIntStream>)anInputStream decisionNumber:(NSInteger) aDecisionNumber;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRMismatchedRangeException.h39 + (id) newException:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
40 - (id) initWithRange:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
H A DANTLRMismatchedSetException.h37 + (id) newException:(NSString *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
38 - (id) initWithSet:(NSString *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
H A DANTLRMismatchedTreeNodeException.h38 + (id) newException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
39 - (id) initWithTokenType:(NSInteger) expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
H A DANTLRStreamEnumerator.h38 id eof;
42 -(id) initWithNodes:(AMutableArray *) n andEOF:(id) obj;
46 @property (retain) id eof;
/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/beancontext/mock/
H A DMockPropertyChangeListenerS.java33 public String id; field in class:MockPropertyChangeListenerS
35 public MockPropertyChangeListenerS(String id) { argument
36 this.id = id;
/external/autotest/client/site_tests/security_Minijail0/src/
H A Dcommon.sh11 uid=$(id -ru)
16 euid=$(id -u)
21 gid=$(id -rg)
27 egid=$(id -g)
/external/bison/src/
H A Dnamed-ref.c26 named_ref_new (uniqstr id, location loc) argument
30 res->id = id;
39 return named_ref_new (r->id, r->loc);
/external/clang/test/ARCMT/whitelisted/
H A Dheader1.h5 +(id)i1;
/external/clang/test/Index/
H A Dgetcursor-preamble.h7 -(id)foo;
/external/clang/test/SemaObjC/
H A Dforeach.m7 id keys;
9 for ((id)2 in a); /* expected-error{{selector element is not a valid lvalue}} */
16 for (id thisKey in keys); /* expected-warning {{unused variable 'thisKey'}} */
17 for (id thisKey in keys); /* expected-warning {{unused variable 'thisKey'}} */
30 id *itemsPtr;
37 - (unsigned long)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(unsigned long)len;
44 for (id thing in collection) { } /* expected-warning {{unused variable 'thing'}} */
51 @property (assign) id prop;
/external/guice/extensions/grapher/src/com/google/inject/grapher/
H A DInterfaceNode.java27 public InterfaceNode(NodeId id, Object source) { argument
28 super(id, source);
31 @Override public Node copy(NodeId id) { argument
32 return new InterfaceNode(id, getSource());
40 return "InterfaceNode{id=" + getId() + " source=" + getSource() + "}";
/external/libcxx/test/std/localization/locales/locale.global.templates/
H A Dhas_facet.pass.cpp20 static std::locale::id id; member in struct:my_facet
23 std::locale::id my_facet::id; member in class:my_facet
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_constbuf.h38 unsigned id);
/external/testng/src/test/java/test/thread/
H A DBaseSequentialSample.java7 protected void addId(String method, long id) { argument
8 ppp(method + " ID:" + id);
9 getMap().put(id, id);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLREarlyExitException.h34 + (ANTLREarlyExitException *) exceptionWithStream:(id<ANTLRIntStream>) anInputStream decisionNumber:(NSInteger) aDecisionNumber;
35 - (id) initWithStream:(id<ANTLRIntStream>)anInputStream decisionNumber:(NSInteger) aDecisionNumber;
H A DANTLRStreamEnumerator.h38 id eof;
42 -(id) initWithNodes:(NSMutableArray *) n andEOF:(id) o;
H A DANTLRUnbufferedTokenStream.h39 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<ANTLRToke
[all...]

Completed in 1743 milliseconds

<<11121314151617181920>>