Searched refs:id (Results 126 - 150 of 4846) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTreePatternParser.h42 id<ANTLRTreeAdaptor> adaptor;
48 Adaptor:(id<ANTLRTreeAdaptor>)anAdaptor;
49 - (id) init;
50 - (id) initWithTokenizer:(ANTLRTreePatternLexer *)tokenizer
52 Adaptor:(id<ANTLRTreeAdaptor>)anAdaptor;
53 - (id<ANTLRTree>) pattern;
54 - (id<ANTLRTree>) parseTree;
55 - (id<ANTLRTree>) parseNode;
H A DANTLRBaseTreeAdaptor.h40 + (id<ANTLRTreeAdaptor>) newEmptyTree;
42 - (id) init;
44 - (id) copyWithZone:(NSZone *)aZone;
46 - (id) emptyNode;
65 - (id) errorNode:(id<ANTLRTokenStream>)anInput
66 From:(id<ANTLRToken>)startToken
67 To:(id<ANTLRToken>)stopToken
70 - (BOOL) isNil:(id<ANTLRTree>) aTree;
72 - (id<ANTLRTre
[all...]
H A DANTLRCommonErrorNode.h40 id<ANTLRIntStream> input;
41 id<ANTLRToken> startToken;
42 id<ANTLRToken> stopToken;
46 + (id) newANTLRCommonErrorNode:(id<ANTLRTokenStream>)anInput
47 From:(id<ANTLRToken>)startToken
48 To:(id<ANTLRToken>)stopToken
51 - (id) initWithInput:(id<ANTLRTokenStream>)anInput
52 From:(id<ANTLRToke
[all...]
H A DANTLRTreeIterator.h40 id<ANTLRTreeAdaptor> adaptor;
41 id<ANTLRTree> root;
42 id<ANTLRTree> tree;
44 id<ANTLRTree> up;
45 id<ANTLRTree> down;
46 id<ANTLRTree> eof;
51 @property(retain, readwrite) id<ANTLRTree> up;
52 @property(retain, readwrite) id<ANTLRTree> down;
53 @property(retain, readwrite) id<ANTLRTree> eof;
57 andTree:(id<ANTLRTre
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRPtrStack.h29 - (id)init;
30 - (id)initWithLen:(NSInteger)aLen;
34 - (id) copyWithZone:(NSZone *)aZone;
41 - (id)lookup:(NSString *)s;
43 - (id)install:(id)sym;
47 - (id)getTType:(NSString *)name;
48 - (id)getName:(NSInteger)ttype;
H A DANTLRDebugTreeParser.h33 id<ANTLRDebugEventListener> debugListener;
36 - (id) initWithTreeNodeStream:(id<ANTLRTreeNodeStream>)theStream;
37 - (id) initWithTreeNodeStream:(id<ANTLRTreeNodeStream>)theStream
40 - (id) initWithTreeNodeStream:(id<ANTLRTreeNodeStream>)theStream
41 debugListener:(id<ANTLRDebugEventListener>)theDebugListener
44 - (id<ANTLRDebugEventListener>) debugListener;
45 - (void) setDebugListener: (id<ANTLRDebugEventListene
[all...]
H A DANTLRRecognitionException.h35 id<ANTLRIntStream> input;
37 id<ANTLRToken> token;
38 id<ANTLRBaseTree> node;
44 @property (retain, getter=getStream, setter=setStream:) id<ANTLRIntStream> input;
46 @property (retain, getter=getToken, setter=setToken:) id<ANTLRToken>token;
47 @property (retain, getter=getNode, setter=setNode:) id<ANTLRBaseTree>node;
52 + (id) newException;
53 + (id) newException:(id<ANTLRIntStream>) anInputStream;
54 - (id) ini
[all...]
H A DANTLRRuntimeException.h44 - (id) init;
45 - (id) init:(NSString *)aReason;
46 - (id) init:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
47 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason;
48 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
51 - (id) stackTrace:(NSException *)e;
58 + (id) newException;
59 + (id) newException:(NSString *)aReason;
60 + (id) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
62 - (id) ini
[all...]
/external/clang/test/Index/Inputs/
H A Ddeclare-objc-predef.h3 @class id;
/external/iproute2/include/
H A Drtm_map.h4 char *rtnl_rtntype_n2a(int id, char *buf, int len);
5 int rtnl_rtntype_a2n(int *id, char *arg);
/external/junit/src/main/java/junit/runner/
H A DVersion.java11 public static String id() { method in class:Version
16 System.out.println(id());
/external/skia/experimental/SimpleCocoaApp/
H A DSimpleApp.h15 - (id)initWithDefaults;
/external/skia/src/views/mac/
H A DSkSampleNSView.h10 - (id)initWithDefaults;
/external/toybox/toys/posix/
H A Drenice.c30 int id = -1; local
34 if (p) id = p->pw_uid;
36 id = strtol(s, &s, 10);
37 if (*s) id = -1;
40 if (id < 0) {
45 if (setpriority(which, id, getpriority(which, id)+TT.nArgu) < 0)
46 perror_msg("setpriority %d", id);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRBaseTreeAdaptor.h40 + (id<ANTLRTreeAdaptor>) newEmptyTree;
42 - (id) init;
44 - (id) copyWithZone:(NSZone *)aZone;
46 - (id) emptyNode;
65 - (id) errorNode:(id<ANTLRTokenStream>)anInput
66 From:(id<ANTLRToken>)startToken
67 To:(id<ANTLRToken>)stopToken
70 - (BOOL) isNil:(id<ANTLRTree>) aTree;
72 - (id<ANTLRTre
[all...]
H A DANTLRCommonErrorNode.h40 id<ANTLRIntStream> input;
41 id<ANTLRToken> startToken;
42 id<ANTLRToken> stopToken;
46 + (id) newANTLRCommonErrorNode:(id<ANTLRTokenStream>)anInput
47 From:(id<ANTLRToken>)startToken
48 To:(id<ANTLRToken>)stopToken
51 - (id) initWithInput:(id<ANTLRTokenStream>)anInput
52 From:(id<ANTLRToke
[all...]
H A DANTLRTreeIterator.h40 id<ANTLRTreeAdaptor> adaptor;
41 id<ANTLRTree> root;
42 id<ANTLRTree> tree;
44 id<ANTLRTree> up;
45 id<ANTLRTree> down;
46 id<ANTLRTree> eof;
51 @property(retain, readwrite) id<ANTLRTree> up;
52 @property(retain, readwrite) id<ANTLRTree> down;
53 @property(retain, readwrite) id<ANTLRTree> eof;
57 andTree:(id<ANTLRTre
[all...]
H A DANTLRMismatchedRangeException.h37 + (id) exceptionWithRange:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
38 - (id) initWithRange:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
H A DANTLRMismatchedTokenException.h44 + (id) newANTLRMismatchedTokenException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
45 + (id) newANTLRMismatchedTokenExceptionMissing:(NSInteger)expectedTokenType
46 Stream:(id<ANTLRIntStream>)anInput
47 Token:(id<ANTLRToken>)inserted;
48 + (id) newANTLRMismatchedTokenExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
49 + (id) newANTLRMismatchedTokenExceptionStream:(id<ANTLRIntStream>)anInput
52 - (id) initWithTokenTyp
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBaseTreeAdaptor.h40 + (id<ANTLRTreeAdaptor>) newEmptyTree;
42 - (id) init;
44 - (id) copyWithZone:(NSZone *)aZone;
46 - (id) emptyNode;
65 - (id) errorNode:(id<ANTLRTokenStream>)anInput
66 From:(id<ANTLRToken>)startToken
67 To:(id<ANTLRToken>)stopToken
70 - (BOOL) isNil:(id<ANTLRTree>) aTree;
72 - (id<ANTLRTre
[all...]
H A DANTLRCommonErrorNode.h40 id<ANTLRIntStream> input;
41 id<ANTLRToken> startToken;
42 id<ANTLRToken> stopToken;
46 + (id) newANTLRCommonErrorNode:(id<ANTLRTokenStream>)anInput
47 From:(id<ANTLRToken>)startToken
48 To:(id<ANTLRToken>)stopToken
51 - (id) initWithInput:(id<ANTLRTokenStream>)anInput
52 From:(id<ANTLRToke
[all...]
H A DANTLRTreeIterator.h40 id<ANTLRTreeAdaptor> adaptor;
41 id<ANTLRTree> root;
42 id<ANTLRTree> tree;
44 id<ANTLRTree> up;
45 id<ANTLRTree> down;
46 id<ANTLRTree> eof;
51 @property(retain, readwrite) id<ANTLRTree> up;
52 @property(retain, readwrite) id<ANTLRTree> down;
53 @property(retain, readwrite) id<ANTLRTree> eof;
57 andTree:(id<ANTLRTre
[all...]
H A DANTLRMismatchedRangeException.h37 + (id) exceptionWithRange:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
38 - (id) initWithRange:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
H A DANTLRMismatchedTokenException.h44 + (id) newANTLRMismatchedTokenException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
45 + (id) newANTLRMismatchedTokenExceptionMissing:(NSInteger)expectedTokenType
46 Stream:(id<ANTLRIntStream>)anInput
47 Token:(id<ANTLRToken>)inserted;
48 + (id) newANTLRMismatchedTokenExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
49 + (id) newANTLRMismatchedTokenExceptionStream:(id<ANTLRIntStream>)anInput
52 - (id) initWithTokenTyp
[all...]
/external/libmpeg2/common/
H A Dimpeg2_buf_mgr.c79 WORD32 id; local
84 for(id = 0; id < BUF_MGR_MAX_CNT; id++)
86 ps_buf_mgr->au4_status[id] = 0;
87 ps_buf_mgr->apv_ptr[id] = NULL;
153 * Pointer to the id of the free buffer
166 WORD32 id; local
170 for(id = 0; id < (WORD3
209 UWORD32 id; local
[all...]

Completed in 558 milliseconds

1234567891011>>