Home
last modified time | relevance | path

Searched refs:test_namespace (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_super.py166 test_namespace = None
170 nonlocal test_namespace
171 test_namespace = namespace
181 B = type("B", (), test_namespace)
Dtest_rlcompleter.py22 def test_namespace(self): member in TestRlcompleter
D_test_multiprocessing.py2306 def test_namespace(self): member in _TestContainers
5695 def test_namespace(self): member in TestSyncManagerTypes
Dtest_argparse.py4900 def test_namespace(self): member in TestStrings
Dtest_xml_etree.py1178 def test_namespace(self): member in ElementTreeTest
/external/clang/test/Tooling/
Dclang-check-ast-dump.cpp40 namespace test_namespace { namespace
/external/clang/test/SemaTemplate/
Dms-delayed-default-template-args.cpp12 namespace test_namespace { namespace
/external/tensorflow/tensorflow/examples/adding_an_op/
Dzero_out_1_test.py38 def test_namespace(self): member in ZeroOut1Test
/external/python/cpython2/Lib/test/
Dtest_rlcompleter.py21 def test_namespace(self): member in TestRlcompleter
Dtest_xml_etree.py835 def test_namespace(self): member in ElementTreeTest
Dtest_multiprocessing.py1148 def test_namespace(self): member in _TestContainers
Dtest_argparse.py4420 def test_namespace(self): member in TestStrings
/external/clang/test/Analysis/
Dmisc-ps-region-store.cpp233 void test_namespace() { in test_namespace() function
/external/python/jinja/tests/
Dtest_core_tags.py496 def test_namespace(self, env_trim): member in TestSet