Home
last modified time | relevance | path

Searched defs:test_module (Results 1 – 22 of 22) sorted by relevance

/third_party/glib/tests/gobject/
Dtestmodule.c34 DEFINE_TYPE (TestModule, test_module, in DEFINE_TYPE() argument
41 TestModule *test_module = TEST_MODULE (module); in DEFINE_TYPE() local
56 TestModule *test_module = g_object_new (TEST_TYPE_MODULE, NULL); in test_module_new() local
/third_party/python/Lib/test/test_importlib/builtin/
Dtest_finder.py16 def test_module(self): member in FindSpecTests
59 def test_module(self): member in FinderTests
Dtest_loader.py32 def test_module(self): member in LoaderTests
/third_party/python/Lib/test/test_importlib/
Dabc.py9 def test_module(self): member in FinderTests
44 def test_module(self): member in LoaderTests
Dtest_windows.py81 test_module = "spamham{}".format(os.getpid()) variable in WindowsRegistryFinderTests
Dtest_main.py247 def test_module(self): member in TestEntryPoints
/third_party/python/Lib/test/test_importlib/frozen/
Dtest_finder.py18 def test_module(self): member in FindSpecTests
57 def test_module(self): member in FinderTests
Dtest_loader.py28 def test_module(self): member in ExecModuleTests
94 def test_module(self): member in LoaderTests
/third_party/python/Lib/test/test_importlib/extension/
Dtest_finder.py21 def test_module(self): member in FinderTests
Dtest_loader.py48 def test_module(self): member in LoaderTests
126 def test_module(self): member in MultiPhaseExtensionModuleTests
/third_party/python/Lib/test/
Dtest_asdl_parser.py47 def test_module(self): member in TestAsdlParser
Dtest_reprlib.py277 def test_module(self): member in LongReprTest
Dtest_funcattrs.py47 def test_module(self): member in FunctionPropertiesTest
Dtest_ast.py534 def test_module(self): member in AST_Tests
1115 def test_module(self): member in ASTValidatorTests
Dtest_pydoc.py1036 def test_module(self): member in TestDescriptions
Dtest_decimal.py1391 def test_module(self): member in ArithmeticOperatorsTest
Dtest_inspect.py2056 def test_module(self): member in TestGetattrStatic
/third_party/glib/gobject/tests/
Ddynamictests.c60 TestModule *test_module = TEST_MODULE (module); in test_module_load() local
108 TestModule *test_module = g_object_new (TEST_TYPE_MODULE, NULL); in test_module_new() local
/third_party/python/Lib/test/test_importlib/source/
Dtest_finder.py81 def test_module(self): member in FinderTests
Dtest_file_loader.py75 def test_module(self): member in SimpleTest
/third_party/python/Lib/test/test_warnings/
D__init__.py206 def test_module(self): member in FilterTests
/third_party/libxml2/
Dtestapi.c52337 test_module(const char *module) { in test_module() function