Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/user_space/
DMakefile5 test_mod: $(OBJS) target
9 rm -f $(OBJS) test_mod
/third_party/python/Lib/lib2to3/tests/
Dsupport.py29 def run_all_tests(test_mod=None, tests=None): argument
31 tests = unittest.TestLoader().loadTestsFromModule(test_mod)
/third_party/quickjs/tests/
Dtest_qjscalc.js115 function test_mod() function
250 test_mod();
/third_party/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),
/third_party/mindspore/tests/st/ops/cpu/
Dtest_arithmetic_op.py245 def test_mod(): function
433 test_mod()
/third_party/boost/libs/multiprecision/performance/
Dperformance_test.hpp185 double test_mod() in test_mod() function
620 report_result(cat, type, "%", precision, t.test_mod()); in test_int_ops()
/third_party/python/Lib/test/
Dtest_operator.py214 def test_mod(self): member in OperatorTestCase
Dtest_complex.py183 def test_mod(self): member in ComplexTest
Dtest_bytes.py701 def test_mod(self): member in BaseBytesTest
/third_party/openssl/test/
Dbntest.c376 static int test_mod(void) in test_mod() function
2929 ADD_TEST(test_mod); in setup_tests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp2980 static inline T test_mod (T x, T y) in test_mod() function in vkt::SpirVAssembly::TestMath
/third_party/mindspore/tests/st/numpy_native/
Dtest_math_ops.py1158 def test_mod(): function