Home
last modified time | relevance | path

Searched refs:anID (Results 1 – 12 of 12) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRUniqueIDMap.h62 - (void)putID:(id)anID Node:(id<ANTLRBaseTree>)aNode;
DANTLRLookaheadStream.h69 - (void) setEof:(id) anID;
DANTLRUniqueIDMap.m169 - (void)putID:(id)anID Node:(id<ANTLRBaseTree>)aNode
176 np = [[ANTLRNodeMapElement newANTLRNodeMapElementWithIndex:anID Node:aNode] retain];
DANTLRLookaheadStream.m194 - (void) setEof:(id) anID
196 eof = anID;
DANTLRBaseTreeAdaptor.m345 NSInteger anID = uniqueNodeID;
346 …MapNode = [ANTLRMapElement newANTLRMapElementWithObj1:[NSNumber numberWithInteger:anID] Obj2:node];
347 [treeToUniqueIDMap putID:[NSNumber numberWithInteger:anID] Node:node];
349 return anID;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRUniqueIDMap.h62 - (void)putID:(id)anID Node:(id<ANTLRTree>)aNode;
DANTLRLookaheadStream.h65 - (void) setEof:(id) anID;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRUniqueIDMap.h62 - (void)putID:(id)anID Node:(id<ANTLRTree>)aNode;
DANTLRLookaheadStream.h65 - (void) setEof:(id) anID;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRUniqueIDMap.h62 - (void)putID:(id)anID Node:(id<ANTLRTree>)aNode;
DANTLRLookaheadStream.h65 - (void) setEof:(id) anID;
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp994 void GraphicsLayerAndroid::removeAnimationsForProperty(AnimatedPropertyID anID) in removeAnimationsForProperty() argument
996 ALOGV("NRO removeAnimationsForProperty(%d)", anID); in removeAnimationsForProperty()
997 m_contentLayer->removeAnimationsForProperty(anID); in removeAnimationsForProperty()