/third_party/libxml2/fuzz/ |
D | Makefile.am | 2 EXTRA_PROGRAMS = genSeed html regexp schema uri xml xpath program 4 EXTRA_DIST = html.dict regexp.dict schema.dict xml.dict xpath.dict \ 29 seed/xml.stamp seed/xpath.stamp 135 seed/xpath.stamp: genSeed$(EXEEXT) 136 @mkdir -p seed/xpath 137 ./genSeed$(EXEEXT) xpath '$(top_srcdir)/test/XPath' 138 @touch seed/xpath.stamp 140 xpath_SOURCES = xpath.c fuzz.c 143 fuzz-xpath: xpath$(EXEEXT) seed/xpath.stamp 144 @mkdir -p corpus/xpath [all …]
|
D | .gitignore | 10 xpath
|
/third_party/libxml2/ |
D | testC14N.c | 66 xmlXPathObjectPtr xpath = NULL; in test_c14n() local 96 xpath = load_xpath_expr(doc, xpath_filename); in test_c14n() 97 if(xpath == NULL) { in test_c14n() 109 (xpath) ? xpath->nodesetval : NULL, in test_c14n() 129 if(xpath != NULL) xmlXPathFreeObject(xpath); in test_c14n() 243 xmlXPathObjectPtr xpath; in load_xpath_expr() local 315 xpath = xmlXPathEvalExpression(expr, ctx); in load_xpath_expr() 316 if(xpath == NULL) { in load_xpath_expr() 329 return(xpath); in load_xpath_expr()
|
D | runsuite.c | 238 getNext(xmlNodePtr cur, const char *xpath) { in getNext() argument 243 if ((cur == NULL) || (cur->doc == NULL) || (xpath == NULL)) in getNext() 247 comp = xmlXPathCompile(BAD_CAST xpath); in getNext() 249 fprintf(stderr, "Failed to compile %s\n", xpath); in getNext() 266 getString(xmlNodePtr cur, const char *xpath) { in getString() argument 271 if ((cur == NULL) || (cur->doc == NULL) || (xpath == NULL)) in getString() 275 comp = xmlXPathCompile(BAD_CAST xpath); in getString() 277 fprintf(stderr, "Failed to compile %s\n", xpath); in getString()
|
D | runtest.c | 3710 xmlXPathObjectPtr xpath; in load_xpath_expr() local 3782 xpath = xmlXPathEvalExpression(expr, ctx); in load_xpath_expr() 3783 if(xpath == NULL) { in load_xpath_expr() 3796 return(xpath); in load_xpath_expr() 3859 xmlXPathObjectPtr xpath = NULL; in c14nRunTest() local 3893 xpath = load_xpath_expr(doc, xpath_filename); in c14nRunTest() 3894 if(xpath == NULL) { in c14nRunTest() 3904 if(xpath != NULL) xmlXPathFreeObject(xpath); in c14nRunTest() 3916 (xpath) ? xpath->nodesetval : NULL, in c14nRunTest() 3936 if(xpath != NULL) xmlXPathFreeObject(xpath); in c14nRunTest() [all …]
|
/third_party/libxml2/doc/tutorial/ |
D | includexpath.c | 19 getnodeset (xmlDocPtr doc, xmlChar *xpath){ 29 result = xmlXPathEvalExpression(xpath, context); 47 xmlChar *xpath = (xmlChar*) "//keyword"; 60 result = getnodeset (doc, xpath);
|
/third_party/vk-gl-cts/scripts/khr_util/ |
D | registry.py | 229 aliases = eCommand.xpath('alias/@name') 260 for typeName in eComponent.xpath('type/@name'): 262 for enumName in eComponent.xpath('enum/@name'): 264 for commandName in eComponent.xpath('command/@name'): 268 for eComponent in elem.xpath('require|remove'): 298 definition=''.join(eType.xpath('.//text()')), 329 declaration=''.join(eParam.xpath('.//text()')).strip(), 330 type=''.join(eParam.xpath('(.|ptype)/text()')).strip(), 341 declaration=''.join(eProto.xpath('.//text()')).strip(), 342 type=''.join(eProto.xpath('(.|ptype)/text()')).strip(), [all …]
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | gen_gl_enum_utils.py | 166 xpath = "./feature[@api='gles2']/require/enum" 167 for enum_tag in xml.root.findall(xpath): 173 xpath = "./extensions/extension[@name='%s']/require/enum" % extension 174 for enum_tag in xml.root.findall(xpath):
|
D | registry_xml.py | 470 xpath = ".//feature[@name='%s']//command" % feature_name 471 commands = [cmd.attrib['name'] for cmd in self.root.findall(xpath)]
|
/third_party/flutter/skia/third_party/externals/angle2/scripts/ |
D | gen_gl_enum_utils.py | 202 xpath = "./feature/require/enum" 203 for enum_tag in xml.root.findall(xpath): 209 xpath = "./extensions/extension[@name='%s']/require/enum" % extension 210 for enum_tag in xml.root.findall(xpath):
|
D | registry_xml.py | 205 xpath = ".//feature[@name='%s']//command" % feature_name 206 commands = [cmd.attrib['name'] for cmd in self.root.findall(xpath)]
|
/third_party/libxml2/test/scripts/ |
D | set3.script | 2 xpath //*[namespace-uri()="bar"] 4 xpath //*[namespace-uri()="bar"]
|
D | set4.script | 3 xpath //*[namespace-uri()="foo"]
|
/third_party/libxml2/os400/ |
D | xmllintcl.c | 49 vary2 * xpath; /* XPath filter. */ member 174 if (args->xpath && args->xpath->len) { in main() 176 vary4vargquote(&cmd, args->xpath); in main()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
D | RuleParser.java | 87 String xpath; in parseLines() local 91 xpath = whitespace().trimFrom(line.substring(0, xpathEnd)); in parseLines() 96 xpath = line; in parseLines() 104 rules.add(parseRule(xpath, specs, ruleLineNumber)); in parseLines()
|
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/ |
D | StableAPI.java | 38 import javax.xml.xpath.XPath; 39 import javax.xml.xpath.XPathConstants; 40 import javax.xml.xpath.XPathExpressionException; 41 import javax.xml.xpath.XPathFactory; 286 XPath xpath = XPathFactory.newInstance().newXPath(); in setVer() local 288 … Node defines = (Node) xpath.evaluate(ICU_VERSION_XPATH, uvernum_h.getNode(), XPathConstants.NODE); in setVer() 300 Node name = (Node) xpath.evaluate(NAME_XPATH, ln, XPathConstants.NODE); in setVer() 317 … Node initializer = (Node) xpath.evaluate(INITIALIZER_XPATH, ln, XPathConstants.NODE); in setVer() 826 XPath xpath = XPathFactory.newInstance().newXPath(); in getFullList() local 837 … Node leftList = (Node) xpath.evaluate(expression, leftResult.getNode(), XPathConstants.NODE); in getFullList() [all …]
|
/third_party/libxml2/doc/html/ |
D | index.sgml | 98 <ANCHOR id="libxml-xpath" href="libxml/libxml-xpath.html"> 99 <ANCHOR id="xmlXPathContext" href="libxml/libxml-xpath.html#xmlXPathContext"> 100 <ANCHOR id="xmlXPathContextPtr" href="libxml/libxml-xpath.html#xmlXPathContextPtr"> 101 <ANCHOR id="xmlXPathParserContext" href="libxml/libxml-xpath.html#xmlXPathParserContext"> 102 <ANCHOR id="xmlXPathParserContextPtr" href="libxml/libxml-xpath.html#xmlXPathParserContextPtr"> 103 <ANCHOR id="xmlXPathError" href="libxml/libxml-xpath.html#xmlXPathError"> 104 <ANCHOR id="xmlNodeSet" href="libxml/libxml-xpath.html#xmlNodeSet"> 105 <ANCHOR id="xmlNodeSetPtr" href="libxml/libxml-xpath.html#xmlNodeSetPtr"> 106 <ANCHOR id="xmlXPathObjectType" href="libxml/libxml-xpath.html#xmlXPathObjectType"> 107 <ANCHOR id="xmlXPathObject" href="libxml/libxml-xpath.html#xmlXPathObject"> [all …]
|
/third_party/libxml2/python/ |
D | TODO | 32 - xpath queries 33 - xpath extension
|
/third_party/typescript/tests/cases/user/xpath/ |
D | index.ts | 1 import xpath = require("xpath");
|
/third_party/boost/tools/boostbook/test/more/ |
D | run-tests.py | 108 for node in doc.xpath("//*[starts-with(@id, 'id') or contains(@id, '_id')]"): 123 for node in doc.xpath("//*[@linkend or @id]"):
|
/third_party/gettext/gnulib-local/m4/ |
D | libxml.m4 | 55 #include <libxml/xpath.h> 70 #include <libxml/xpath.h> 101 #include <libxml/xpath.h> 181 LIBXML_H="$LIBXML_H libxml/xpath.h"
|
/third_party/gettext/gnulib-local/modules/ |
D | libxml | 99 lib/libxml/xpath.c 100 lib/libxml/xpath.in.h 178 libxml/xpath.c \ 492 libxml/xpath.h: libxml/xpath.in.h 495 cat $(srcdir)/libxml/xpath.in.h; \ 558 libxml/xpath.h \ 612 #include <libxml/xpath.h>
|
/third_party/curl/docs/examples/ |
D | crawler.c | 107 xmlChar *xpath = (xmlChar*) "//a/@href"; in follow_links() local 109 xmlXPathObjectPtr result = xmlXPathEvalExpression(xpath, context); in follow_links()
|
/third_party/libxml2/include/libxml/ |
D | Makefile.am | 18 xpath.h \
|
/third_party/libxml2/python/tests/ |
D | Makefile.am | 19 xpath.py \
|