Searched refs:testXPath (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/
H A DtestXPath.c2 * testXPath.c : a small tester program for XPath.
79 testXPath(const char *str) { function
136 testXPath(expression);
195 testXPath(argv[i]);
H A DMakefile.am13 noinst_PROGRAMS=testSchemas testRelax testSAX testHTML testXPath testURI \
119 testXPath_SOURCES=testXPath.c
384 IDtests : xmllint$(EXEEXT) testXPath$(EXEEXT)
392 $(CHECKER) $(top_builddir)/testXPath -i $$i "id('bar')" \
397 log=`$(CHECKER) $(top_builddir)/testXPath -i $$i "id('bar')" 2> error.$$name > result.$$name ; \
498 XPathtests : testXPath$(EXEEXT)
501 -@(if [ "`$(top_builddir)/testXPath | grep 'support not compiled in'`" != "" ] ; \
508 $(CHECKER) $(top_builddir)/testXPath -f --expr $$i > $(srcdir)/result/XPath/expr/$$name ; \
511 log=`$(CHECKER) $(top_builddir)/testXPath -f --expr $$i 2>&1 > result.$$name ; \
526 $(CHECKER) $(top_builddir)/testXPath
[all...]
H A Druntest.c2325 testXPath(const char *str, int xptr, int expr) { function
2414 testXPath(expression, xptr, expr);
2588 testXPath("id('bar')", 0, 0);

Completed in 65 milliseconds