Home
last modified time | relevance | path

Searched refs:test_mod (Results 1 – 10 of 10) sorted by relevance

/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/user_space/
DMakefile5 test_mod: $(OBJS) target
9 rm -f $(OBJS) test_mod
/external/python/cpython2/Lib/lib2to3/tests/
Dsupport.py25 def run_all_tests(test_mod=None, tests=None): argument
27 tests = unittest.TestLoader().loadTestsFromModule(test_mod)
/external/python/cpython3/Lib/lib2to3/tests/
Dsupport.py29 def run_all_tests(test_mod=None, tests=None): argument
31 tests = unittest.TestLoader().loadTestsFromModule(test_mod)
/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/
DREADME5 to compile the program, and run ./test_mod in this case, or whatver
93 For this example I just called everything tmod (short for test_mod),
/external/python/cpython2/Lib/test/
Dtest_operator.py235 def test_mod(self): member in OperatorTestCase
Dtest_complex.py172 def test_mod(self): member in ComplexTest
/external/python/cpython3/Lib/test/
Dtest_complex.py161 def test_mod(self): member in ComplexTest
Dtest_operator.py196 def test_mod(self): member in OperatorTestCase
Dtest_bytes.py578 def test_mod(self): member in BaseBytesTest
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp2753 static inline T test_mod (T x, T y) in test_mod() function in vkt::SpirVAssembly::TestMath