Home
last modified time | relevance | path

Searched refs:test_xinclude (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/
Dtest_xml_etree.py1789 def test_xinclude(self): member in XIncludeTest
/third_party/libxml2/
Dtestapi.c1222 static int test_xinclude(void);
1275 test_ret += test_xinclude(); in testlibxml2()
27789 test_xinclude(void) { in test_xinclude() function
52361 if (!strcmp(module, "xinclude")) return(test_xinclude()); in test_module()