Searched refs:id (Results 276 - 300 of 4846) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
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...]
H A DANTLRCommonTokenStream.h45 + (ANTLRCommonTokenStream *)newANTLRCommonTokenStreamWithTokenSource:(id<ANTLRTokenSource>)theTokenSource;
46 + (ANTLRCommonTokenStream *)newANTLRCommonTokenStreamWithTokenSource:(id<ANTLRTokenSource>)theTokenSource
49 - (id) init;
50 - (id) initWithTokenSource:(id<ANTLRTokenSource>)theTokenSource;
51 - (id) initWithTokenSource:(id<ANTLRTokenSource>)theTokenSource Channel:(NSInteger)aChannel;
53 - (id<ANTLRTokenSource>) getTokenSource;
54 - (void) setTokenSource: (id<ANTLRTokenSource>) aTokenSource;
57 - (id<ANTLRToke
[all...]
H A DANTLRBaseMapElement.h41 + (id) newANTLRBaseMapElement;
42 + (id) newANTLRBaseMapElementWithIndex:(NSNumber *)anIdx;
43 - (id) init;
44 - (id) initWithAnIndex:(NSNumber *)anIdx;
46 - (id) copyWithZone:(NSZone *)aZone;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLREarlyExitException.h34 + (ANTLREarlyExitException *) newException:(id<ANTLRIntStream>)anInputStream decisionNumber:(NSInteger)aDecisionNumber;
35 - (id) initWithStream:(id<ANTLRIntStream>)anInputStream decisionNumber:(NSInteger) aDecisionNumber;
H A DANTLRTree.h35 //+ (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<ANTLRTre
[all...]
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/apache-http/src/org/apache/http/protocol/
H A DHttpContext.java57 Object getAttribute(String id); argument
59 void setAttribute(String id, Object obj); argument
61 Object removeAttribute(String id); argument
/external/clang/test/ARCMT/designated-init-in-header/
H A Dheader1.h6 -(id)init;
12 +(id)s1;
13 -(id)initWithFoo:(NSString*)foo;
/external/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/
H A DA.h19 explicit A(int id) : id_(id) {++count;} argument
23 int id() const {return id_;} function in class:A
/external/libdrm/tests/kms/
H A Dlibkms-test-crtc.c30 struct kms_crtc *kms_crtc_create(struct kms_device *device, uint32_t id) argument
39 crtc->id = id;
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue47/
H A DIncompleteBean.java19 private int id; field in class:IncompleteBean
23 id = 10;
35 return id;
/external/strace/tests/
H A Dshmxt.c6 static int id = -1; variable
11 shmctl(id, IPC_RMID, NULL);
12 id = -1;
31 id = shmget(IPC_PRIVATE, 1, 0600);
32 if (id < 0)
41 shmat(id, NULL, SHM_REMAP);
43 SHMAT, id, errno2name());
45 void *shmaddr = shmat(id, NULL, SHM_RDONLY);
48 printf("%s(%d, NULL, SHM_RDONLY) = %p\n", SHMAT, id, shmaddr);
58 void *shmaddr2 = shmat(id, shmadd
[all...]
/external/strace/tests-m32/
H A Dshmxt.c6 static int id = -1; variable
11 shmctl(id, IPC_RMID, NULL);
12 id = -1;
31 id = shmget(IPC_PRIVATE, 1, 0600);
32 if (id < 0)
41 shmat(id, NULL, SHM_REMAP);
43 SHMAT, id, errno2name());
45 void *shmaddr = shmat(id, NULL, SHM_RDONLY);
48 printf("%s(%d, NULL, SHM_RDONLY) = %p\n", SHMAT, id, shmaddr);
58 void *shmaddr2 = shmat(id, shmadd
[all...]
/external/strace/tests-mx32/
H A Dshmxt.c6 static int id = -1; variable
11 shmctl(id, IPC_RMID, NULL);
12 id = -1;
31 id = shmget(IPC_PRIVATE, 1, 0600);
32 if (id < 0)
41 shmat(id, NULL, SHM_REMAP);
43 SHMAT, id, errno2name());
45 void *shmaddr = shmat(id, NULL, SHM_RDONLY);
48 printf("%s(%d, NULL, SHM_RDONLY) = %p\n", SHMAT, id, shmaddr);
58 void *shmaddr2 = shmat(id, shmadd
[all...]
/external/webrtc/webrtc/modules/video_capture/
H A Dvideo_capture_factory.h24 // id - unique identifier of this video capture module object.
27 static VideoCaptureModule* Create(const int32_t id,
31 // id - unique identifier of this video capture module object
33 static VideoCaptureModule* Create(const int32_t id,
37 const int32_t id);
/external/webrtc/webrtc/modules/video_capture/windows/
H A Dvideo_capture_mf.cc16 VideoCaptureMF::VideoCaptureMF(const int32_t id) : VideoCaptureImpl(id) {} argument
19 int32_t VideoCaptureMF::Init(const int32_t id, const char* device_id) { argument
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCommonTokenStream.h45 + (ANTLRCommonTokenStream *)newANTLRCommonTokenStreamWithTokenSource:(id<ANTLRTokenSource>)theTokenSource;
46 + (ANTLRCommonTokenStream *)newANTLRCommonTokenStreamWithTokenSource:(id<ANTLRTokenSource>)theTokenSource
49 - (id) init;
50 - (id) initWithTokenSource:(id<ANTLRTokenSource>)theTokenSource;
51 - (id) initWithTokenSource:(id<ANTLRTokenSource>)theTokenSource Channel:(NSInteger)aChannel;
53 - (id<ANTLRTokenSource>) getTokenSource;
54 - (void) setTokenSource: (id<ANTLRTokenSource>) aTokenSource;
57 - (id<ANTLRToke
[all...]
H A DANTLRBaseMapElement.h41 + (id) newANTLRBaseMapElement;
42 + (id) newANTLRBaseMapElementWithIndex:(NSNumber *)anIdx;
43 - (id) init;
44 - (id) initWithAnIndex:(NSNumber *)anIdx;
46 - (id) copyWithZone:(NSZone *)aZone;
H A DANTLRParseTree.h37 id<ANTLRToken> payload;
45 + (ANTLRParseTree *)newANTLRParseTree:(id<ANTLRToken>)label;
46 - (id)initWithLabel:(id<ANTLRToken>)label;
48 - (id<ANTLRTree>)dupNode;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCommonTokenStream.h45 + (ANTLRCommonTokenStream *)newANTLRCommonTokenStreamWithTokenSource:(id<ANTLRTokenSource>)theTokenSource;
46 + (ANTLRCommonTokenStream *)newANTLRCommonTokenStreamWithTokenSource:(id<ANTLRTokenSource>)theTokenSource
49 - (id) init;
50 - (id) initWithTokenSource:(id<ANTLRTokenSource>)theTokenSource;
51 - (id) initWithTokenSource:(id<ANTLRTokenSource>)theTokenSource Channel:(NSInteger)aChannel;
53 - (id<ANTLRTokenSource>) getTokenSource;
54 - (void) setTokenSource: (id<ANTLRTokenSource>) aTokenSource;
57 - (id<ANTLRToke
[all...]
H A DANTLRBaseMapElement.h41 + (id) newANTLRBaseMapElement;
42 + (id) newANTLRBaseMapElementWithIndex:(NSNumber *)anIdx;
43 - (id) init;
44 - (id) initWithAnIndex:(NSNumber *)anIdx;
46 - (id) copyWithZone:(NSZone *)aZone;
H A DANTLRParseTree.h37 id<ANTLRToken> payload;
45 + (ANTLRParseTree *)newANTLRParseTree:(id<ANTLRToken>)label;
46 - (id)initWithLabel:(id<ANTLRToken>)label;
48 - (id<ANTLRTree>)dupNode;
/external/caliper/caliper/src/main/java/com/google/caliper/model/
H A DRun.java37 private UUID id; field in class:Run
42 this.id = Defaults.UUID;
48 this.id = builder.id;
53 public UUID id() { method in class:Run
54 return id;
70 return this.id.equals(that.id)
79 return Objects.hashCode(id, label, startTime);
84 .add("id", i
91 private UUID id; field in class:Run.Builder
95 Builder(UUID id) argument
[all...]
/external/selinux/checkpolicy/
H A Dpolicy_define.c77 static int id_has_dot(char *id);
115 int insert_id(const char *id, int push) argument
120 newid = (char *)malloc(strlen(id) + 1);
125 strcpy(newid, id);
141 static int id_has_dot(char *id) argument
143 if (strchr(id, '.') >= id + 1) {
151 char *id = 0; local
157 id = queue_remove(id_queue);
158 free(id);
251 char *id = 0; local
289 char *id = 0; local
340 char *id; local
365 char *id; local
397 char *id; local
429 char *id; local
461 char *id; local
493 char *id = 0, *perm = 0; local
586 char *id; local
704 char *id; local
838 char *id; local
884 char *id; local
1027 char *id; local
1144 char *id; local
1209 char *id; local
1242 char *id; local
1351 char *bounds, *id; local
1377 char *id; local
1462 set_types(type_set_t * set, char *id, int *add, char starallowed) argument
1526 char *id; local
1610 char *id; local
1634 char *id; local
1657 char *id, *bool_value; local
1823 char *id; local
1949 char *id; local
2381 char *id; local
2412 char *id; local
2566 char *id; local
2586 char *id; local
2612 char *id; local
2665 char *id; local
2714 char *id; local
2996 set_roles(role_set_t * set, char *id) argument
3034 char *id; local
3188 char *id; local
3233 char *id, *name = NULL; local
3456 char *id; local
3607 char *id; local
3709 char *id; local
3953 char *id; local
4058 set_user_roles(role_set_t * set, char *id) argument
4101 parse_categories(char *id, level_datum_t * levdatum, ebitmap_t * cats) argument
4161 parse_semantic_categories(char *id, level_datum_t * levdatum __attribute__ ((unused)), mls_semantic_cat_t ** cats) argument
4218 char *id; local
4325 char *id; local
4495 char *id; local
4599 char *id; local
4653 char *id; local
4717 char *id; local
4781 char *id; local
4892 char *id; local
5038 char *id; local
5124 char *id; local
5404 char *id; local
[all...]

Completed in 487 milliseconds

<<11121314151617181920>>