Home
last modified time | relevance | path

Searched refs:testXPath (Results 1 – 10 of 10) sorted by relevance

/third_party/libxml2/
DtestXPath.c79 testXPath(const char *str) { in testXPath() function
136 testXPath(expression); in testXPathFile()
195 testXPath(argv[i]); in main()
DMakefile.am13 check_PROGRAMS=testSchemas testRelax testSAX testHTML testXPath testURI \ program
119 testXPath_SOURCES=testXPath.c
387 IDtests : xmllint$(EXEEXT) testXPath$(EXEEXT)
395 $(CHECKER) $(top_builddir)/testXPath -i $$i "id('bar')" \
400 … log=`$(CHECKER) $(top_builddir)/testXPath -i $$i "id('bar')" 2> error.$$name > result.$$name ; \
519 XPathtests : testXPath$(EXEEXT)
529 …$(CHECKER) $(top_builddir)/testXPath -f --expr $$i > $(srcdir)/result/XPath/expr/$$name 2> /dev/nu…
532 log=`$(CHECKER) $(top_builddir)/testXPath -f --expr $$i > result.$$name 2> /dev/null ; \
547 $(CHECKER) $(top_builddir)/testXPath -f -i $$i $$j > $(srcdir)/result/XPath/tests/$$name ; \
550 log=`$(CHECKER) $(top_builddir)/testXPath -f -i $$i $$j > result.$$name ; \
[all …]
DREADME.zOS51 testSAX$(EXEEXT) testHTML$(EXEEXT) testXPath$(EXEEXT) \
148 testXPath$(EXEEXT): $(testXPath_OBJECTS) $(testXPath_DEPENDENCIES)
149 @rm -f testXPath$(EXEEXT)
160 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testXPath.Po@am__quote@
D.gitignore107 testXPath
Druntest.c2420 testXPath(const char *str, int xptr, int expr) { in testXPath() function
2509 testXPath(expression, xptr, expr); in xpathCommonTest()
2691 testXPath("id('bar')", 0, 0); in xmlidDocTest()
DCMakeLists.txt567 testXPath
/third_party/libxml2/win32/
DMakefile.msvc272 $(BINDIR)\testXPath.exe\
443 XPathtests : $(BINDIR)\testXPath.exe
446 @-$(BINDIR)\testXPath.exe | find /C "support not compiled in" 1>nul
455 $(BINDIR)\testXPath.exe -f --expr %%I > $(XML_SRCDIR)/result/XPath/expr/%%~nxI &&\
458 $(BINDIR)\testXPath.exe -f --expr %%I 2>&1 > result.%%~nxI &&\
468 $(BINDIR)\testXPath.exe -f -i %%I %%J > $(XML_SRCDIR)\result\XPath\tests\%%~nxJ &&\
DMakefile.bcb221 $(BINDIR)\testXPath.exe\
DMakefile.mingw217 $(BINDIR)/testXPath.exe\
/third_party/chromium/patch/
D0001-cve.patch74472 - testXPath
81816 - * debugXML.c testXPath.c xmllint.c xmlschemastypes.c: applied
83928 - testSchemas.c testXPath.c threads.c tree.c valid.c xmlIO.c
87080 - * testXPath.c: make sure entities are substituted.
87458 - testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
90296 - * testXPath.c: another small cleanup closing bug #59110
90357 - * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
90600 - * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
90602 - an added option --nocdata to testXPath
91484 - parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
[all …]