Home
last modified time | relevance | path

Searched defs:test_factory (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/framework/
H A DFramework.cpp295 void Framework::run_test(const TestInfo &info, TestCaseFactory &test_factory) in run_test()
561 for(auto &test_factory : _test_factories) in run() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/test/
Dnvp_test.cpp21 void test_factory() in test_factory() function
/aosp_15_r20/external/pytorch/test/cpp_extensions/open_registration_extension/test/
H A Dtest_openreg.py36 def test_factory(self): member in TestOpenReg
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Dcredentials_factory_test.cc50 TestCredentialsFactory test_factory; in TEST() local
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_cudagraphs.py145 def test_factory(self): member in TestAotCudagraphs
/aosp_15_r20/external/grpc-grpc/test/core/end2end/
H A Dend2end_tests.cc413 for (const auto& test_factory : tests_by_suite_[suite_configs.first]) { in AllTests() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_collections.py66 def test_factory(self): member in TestNamedTuple
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_abc.py15 def test_factory(abc_ABCMeta, abc_get_cache_token): function
Dtest_collections.py311 def test_factory(self): member in TestNamedTuple
/aosp_15_r20/external/pytorch/test/
H A Dtest_sparse.py2685 def test_factory(self, device, dtype): member in TestSparse