Home
last modified time | relevance | path

Searched refs:foundNode (Results 1 – 14 of 14) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
DRSSFeedUpdateEntryTask.java78 private Node foundNode = null; field in RSSFeedUpdateEntryTask
171 return this.foundNode; in getFoundNode()
173 private void setFoundNode(Node foundNode) in setFoundNode() argument
175 this.foundNode = foundNode; in setFoundNode()
/external/droiddriver/src/io/appium/droiddriver/finders/
DByXPath.java92 Element foundNode = (Element) xPathExpression.evaluate(domNode, XPathConstants.NODE); in find() local
93 if (foundNode == null) { in find()
98 UiElement match = FROM_DOM_MAP.get(foundNode); in find()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DViewLoader.java118 ViewNode foundNode = findLayoutViewNode(qualifier, version, rawLayoutName); in getViewNodeByLayoutName() local
119 if (foundNode != null) { in getViewNodeByLayoutName()
120 return foundNode; in getViewNodeByLayoutName()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRDebugEventListener.h232 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
DANTLRDebugEventProxy.h100 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
DANTLRDebugTreeNodeStream.m104 [debugListener LT:k foundNode:hash ofType:type text:text];
DANTLRDebugEventProxy.m321 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRDebugEventListener.h232 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
DANTLRDebugEventProxy.h100 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRDebugEventListener.h232 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
DANTLRDebugEventProxy.h100 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRDebugEventListener.h232 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
DANTLRDebugEventProxy.h100 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
DTree.java45 private Node foundNode; field in Tree
251 foundNode = null; in getNodeAt()
253 return foundNode; in getNodeAt()
260 foundNode = node; in getNodeAt()