Home
last modified time | relevance | path

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

/external/rust/crates/downcast-rs/src/
Dlib.rs427 macro_rules! test_mod { macro
434 test_mod! {
451 test_mod!(
460 test_mod!(
570 test_mod! {
581 test_mod!(non_generic, trait Base {},
591 test_mod!(generic, trait Base<u32> {},
601 test_mod!(constrained_generic, trait Base<u32> {},
611 test_mod!(associated,
623 test_mod!(constrained_associated,
[all …]
/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/llvm-project/flang/test/Lower/
Dpre-fir-tree01.f90125 use 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/rust/crates/num-integer/src/
Dlib.rs408 ($T:ty, $test_mod:ident) => {
569 mod $test_mod {
800 ($T:ty, $test_mod:ident) => {
910 mod $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.py160 def test_mod(self): member in ComplexTest
Dtest_operator.py202 def test_mod(self): member in OperatorTestCase
Dtest_bytes.py699 def test_mod(self): member in BaseBytesTest
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp2976 static inline T test_mod (T x, T y) in test_mod() function in vkt::SpirVAssembly::TestMath