Home
last modified time | relevance | path

Searched refs:test_valid (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_unicode_identifiers.py5 def test_valid(self): member in PEP3131Test
Dtest_codeop.py59 def test_valid(self): member in CodeopTests
/external/python/cpython2/Lib/test/
Dtest_codeop.py59 def test_valid(self): member in CodeopTests
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_util.py32 def test_valid(self): member in Test_is_tuple
48 def test_valid(self): member in Test_is_list
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_util.py35 def test_valid(self): member in Test_is_tuple
51 def test_valid(self): member in Test_is_list
/external/libxml2/
Dtestapi.c1219 static int test_valid(void);
1272 test_ret += test_valid(); in testlibxml2()
27395 test_valid(void) { in test_valid() function
52367 if (!strcmp(module, "valid")) return(test_valid()); in test_module()