Home
last modified time | relevance | path

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

/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/user_space/
H A DMakefile5 test_mod: $(OBJS) target
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/tests/
Dsupport.py25 def run_all_tests(test_mod=None, tests=None): argument
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/tests/
Dsupport.py29 def run_all_tests(test_mod=None, tests=None): argument
/aosp_15_r20/external/rust/android-crates-io/crates/downcast-rs/src/
Dlib.rs425 macro_rules! test_mod { macro
/aosp_15_r20/external/cronet/testing/rust_gtest_interop/
H A Dgtest_attribute.rs194 let test_mod = format_ident!("__test_{}_{}", suite_name, test_name); in gtest() localVariable
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_complex.py183 def test_mod(self): member in ComplexTest
Dtest_operator.py229 def test_mod(self): member in OperatorTestCase
Dtest_bytes.py701 def test_mod(self): member in BaseBytesTest
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_complex.py172 def test_mod(self): member in ComplexTest
Dtest_operator.py235 def test_mod(self): member in OperatorTestCase
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTypeTests.cpp2904 static inline T test_mod(T x, T y) in test_mod() function in vkt::SpirVAssembly::TestMath
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py734 def _checkModuleCorrectnessAgainstOrig(self, orig_mod, test_mod, calib_data): argument