Searched refs:anID (Results 1 – 12 of 12) sorted by relevance
62 - (void)putID:(id)anID Node:(id<ANTLRBaseTree>)aNode;
69 - (void) setEof:(id) anID;
169 - (void)putID:(id)anID Node:(id<ANTLRBaseTree>)aNode176 np = [[ANTLRNodeMapElement newANTLRNodeMapElementWithIndex:anID Node:aNode] retain];
194 - (void) setEof:(id) anID196 eof = anID;
345 NSInteger anID = uniqueNodeID;346 …MapNode = [ANTLRMapElement newANTLRMapElementWithObj1:[NSNumber numberWithInteger:anID] Obj2:node];347 [treeToUniqueIDMap putID:[NSNumber numberWithInteger:anID] Node:node];349 return anID;
62 - (void)putID:(id)anID Node:(id<ANTLRTree>)aNode;
65 - (void) setEof:(id) anID;
994 void GraphicsLayerAndroid::removeAnimationsForProperty(AnimatedPropertyID anID) in removeAnimationsForProperty() argument996 ALOGV("NRO removeAnimationsForProperty(%d)", anID); in removeAnimationsForProperty()997 m_contentLayer->removeAnimationsForProperty(anID); in removeAnimationsForProperty()