HomeSort by relevance Sort by last modified time
    Searched refs:id (Results 151 - 175 of 20383) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreePatternParser.h 42 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;
ANTLRBaseTreeAdaptor.h 40 + (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<ANTLRTree>)dupTree:(id<ANTLRTree>)aTree
    [all...]
ANTLRCommonErrorNode.h 40 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<ANTLRToken>)startToke
    [all...]
ANTLRTreeIterator.h 40 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<ANTLRTree>)tree
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreePatternParser.h 42 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;
ANTLRBaseTreeAdaptor.h 40 + (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<ANTLRTree>)dupTree:(id<ANTLRTree>)aTree
    [all...]
ANTLRCommonErrorNode.h 40 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<ANTLRToken>)startToke
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRPtrStack.h 29 - (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;
ANTLRDebugTreeParser.h 33 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<ANTLRDebugEventListener>) aDebugListener
    [all...]
  /external/iproute2/include/
rtm_map.h 4 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/
Version.java 11 public static String id() { method in class:Version
16 System.out.println(id()); method
  /external/toybox/toys/posix/
renice.c 13 usage: renice [-gpu] -n increment ID ...
30 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);
  /frameworks/base/media/java/android/media/
IRemoteDisplayProvider.aidl 27 void connect(String id);
28 void disconnect(String id);
29 void setVolume(String id, int volume);
30 void adjustVolume(String id, int delta);
  /frameworks/base/test-runner/src/junit/runner/
Version.java 11 public static String id() { method in class:Version
18 System.out.println(id()); method
  /hardware/libhardware_legacy/include/hardware_legacy/
power.h 33 int acquire_wake_lock(int lock, const char* id);
34 int release_wake_lock(const char* id);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DownloadIdAndStartDate.java 20 * A simple container of download ID and download start date.
25 public DownloadIdAndStartDate(final long id, final long startDate) {
26 mId = id;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseTreeAdaptor.h 40 + (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<ANTLRTree>)dupTree:(id<ANTLRTree>)aTree
    [all...]
ANTLRCommonErrorNode.h 40 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<ANTLRToken>)startToke
    [all...]
ANTLRTreeIterator.h 40 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<ANTLRTree>)tree
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
OutlineLabelProvider.java 37 * when available, and and include the most important attribute (id, name, or
67 String id = getAttributeNS(e, ANDROID_URI, ATTR_ID); local
68 if (id == null || id.length() == 0) {
69 id = getAttributeNS(e, ANDROID_URI, ATTR_NAME);
70 if (id == null || id.length() == 0) {
71 id = e.getAttribute(ATTR_NAME);
72 if (id == null || id.length() == 0)
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/
BreakStmt.java 33 private String id; field in class:BreakStmt
38 public BreakStmt(final String id) {
39 this.id = id;
42 public BreakStmt(final Range range, final String id) {
44 this.id = id;
56 return id;
59 public BreakStmt setId(final String id) {
60 this.id = id
    [all...]
ContinueStmt.java 33 private String id; field in class:ContinueStmt
38 public ContinueStmt(final String id) {
39 this.id = id;
42 public ContinueStmt(Range range, final String id) {
44 this.id = id;
56 return id;
59 public ContinueStmt setId(final String id) {
60 this.id = id
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/
BreakStmt.java 32 private String id; field in class:BreakStmt
37 public BreakStmt(final String id) {
38 this.id = id;
41 public BreakStmt(final int beginLine, final int beginColumn, final int endLine, final int endColumn, final String id) {
43 this.id = id;
55 return id;
58 public void setId(final String id) {
59 this.id = id
    [all...]
ContinueStmt.java 32 private String id; field in class:ContinueStmt
37 public ContinueStmt(final String id) {
38 this.id = id;
42 final String id) {
44 this.id = id;
56 return id;
59 public void setId(final String id) {
60 this.id = id
    [all...]
  /external/ltp/include/old/
old_checkpoint.h 23 shared memory for futexes and the id is an offset to it which gives the user
25 can sleep on single id and can be woken up by single wake.
43 #define TST_SAFE_CHECKPOINT_WAIT(cleanup_fn, id) \
44 tst_safe_checkpoint_wait(__FILE__, __LINE__, cleanup_fn, id, 0);
46 #define TST_SAFE_CHECKPOINT_WAIT2(cleanup_fn, id, msec_timeout) \
47 tst_safe_checkpoint_wait(__FILE__, __LINE__, cleanup_fn, id, msec_timeout);
49 #define TST_SAFE_CHECKPOINT_WAKE(cleanup_fn, id) \
50 tst_safe_checkpoint_wake(__FILE__, __LINE__, cleanup_fn, id, 1);
52 #define TST_SAFE_CHECKPOINT_WAKE2(cleanup_fn, id, nr_wake) \
53 tst_safe_checkpoint_wake(__FILE__, __LINE__, cleanup_fn, id, nr_wake)
    [all...]

Completed in 330 milliseconds

1 2 3 4 5 67 8 91011>>