Home
last modified time | relevance | path

Searched defs:xpath (Results 1 – 25 of 52) sorted by relevance

123

/external/autotest/server/cros/ap_configurators/
Dweb_driver_core_helpers.py37 def _handle_alert(self, xpath, alert_handler): argument
151 def click_button_by_xpath(self, xpath, alert_handler=None): argument
202 def wait_for_object_by_xpath_to_vanish(self, xpath, wait_time=5): argument
247 def object_by_xpath_exist(self, xpath): argument
262 def wait_for_object_by_xpath(self, xpath, wait_time=5): argument
297 def item_in_popup_by_xpath_exist(self, item, xpath): argument
330 def number_of_items_in_popup_by_xpath(self, xpath, alert_handler=None): argument
366 def select_item_from_popup_by_xpath(self, item, xpath, wait_for_xpath=None, argument
412 def set_content_of_text_field_by_xpath(self, content, xpath, argument
455 def set_check_box_selected_by_xpath(self, xpath, selected=True, argument
Dpyauto_utils.py185 def WaitForDomElement(pyauto, driver, xpath): argument
Dasus_rtac68u_ap_configurator.py106 def _is_alert_present(self, xpath): argument
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
DXPathExpressionImpl.java58 private org.apache.xpath.XPath xpath; field in XPathExpressionImpl
70 protected XPathExpressionImpl(org.apache.xpath.XPath xpath, in XPathExpressionImpl()
81 protected XPathExpressionImpl(org.apache.xpath.XPath xpath, in XPathExpressionImpl()
93 public void setXPath (org.apache.xpath.XPath xpath ) { in setXPath()
DXPathImpl.java195 org.apache.xpath.XPath xpath = new org.apache.xpath.XPath( expression, in eval() local
400 org.apache.xpath.XPath xpath = new XPath (expression, null, in compile() local
/external/annotation-tools/asmx/test/lib/
Djd.xslt-1.5.5.jar ... xml/xpath/object/ jd/xml/xpath/expr/ jd/xml/xpath/expr ...
Dxalan-2.6.0.jar ... apache/xpath/compiler/ org/apache/xpath/domapi/ org/apache/xpath/functions ...
/external/libxml2/
DtestC14N.c63 xmlXPathObjectPtr xpath = NULL; in test_c14n() local
240 xmlXPathObjectPtr xpath; in load_xpath_expr() local
Drunsuite.c238 getNext(xmlNodePtr cur, const char *xpath) { in getNext()
266 getString(xmlNodePtr cur, const char *xpath) { in getString()
/external/apache-xml/src/main/java/org/apache/xpath/
DXPathAPI.java236 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null); in eval() local
277 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null); in eval() local
DCachedXPathAPI.java288 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null); in eval() local
329 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null); in eval() local
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
DXMLSupport.java41 private XPath xpath; field in XMLSupport
/external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/
DXmlDocumentationTest.java47 private XPath xpath; field in XmlDocumentationTest
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DAVTPartXPath.java75 public AVTPartXPath(XPath xpath) in AVTPartXPath()
DElemForEach.java100 public void setSelect(XPath xpath) in setSelect()
DAVT.java308 XPath xpath = in AVT() local
DRedundentExprEliminator.java850 XPath xpath = new XPath(lpi); in createGlobalPseudoVarDecl() local
881 XPath xpath = new XPath(lpi); in createLocalPseudoVarDecl() local
/external/autotest/client/cros/
Dwebstore_test.py175 def wait_for(self, xpath): argument
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DVariable.java329 XPath xpath = vvar.getSelect(); in getAnalysisBits() local
/external/droiddriver/src/io/appium/droiddriver/finders/
DBy.java170 public static ByXPath xpath(String xPath) { in xpath() method in By
/external/libxml2/os400/
Dxmllintcl.c49 vary2 * xpath; /* XPath filter. */ member
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DStylesheetHandler.java155 XPath xpath = new XPath(str, owningTemplate, this, XPath.SELECT, handler, in createXPath() local
176 XPath xpath = new XPath(str, owningTemplate, this, XPath.MATCH, handler, in createMatchPatternXPath() local
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNodeUtils.java197 static XMPNode findNode(XMPNode xmpTree, XMPPath xpath, boolean createNodes, in findNode()
/external/libvncserver/webclients/novnc/include/
Dutil.js570 Util.Features = {xpath: !!(document.evaluate), air: !!(window.runtime), query: !!(document.querySel… property
/external/robolectric/v3/libs/
Dvtd-xml-2.11.jar ... extended/parser/ com/ximpleware/extended/xpath/ com/ximpleware/parser/ com/ximpleware ...

123