Home
last modified time | relevance | path

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

/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/antlr/runtime/ObjC/Framework/
DDebugEventListener.h232 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
DDebugEventSocketProxy.h100 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text;
DDebugTreeNodeStream.m104 [debugListener LT:k foundNode:hash ofType:type text:text];
DDebugEventSocketProxy.m374 - (void) LT:(NSInteger)i foundNode:(unsigned)nodeHash ofType:(NSInteger)type text:(NSString *)text