Home
last modified time | relevance | path

Searched refs:test_factory (Results 1 – 11 of 11) sorted by relevance

/external/autotest/site_utils/lxc/
Dcontainer_factory_unittest.py52 self.test_factory = lxc.ContainerFactory(
58 container = self.test_factory.create_container()
67 container = self.test_factory.create_container()
73 container = self.test_factory.create_container(id0)
81 container0 = self.test_factory.create_container(id0)
82 container1 = self.test_factory.create_container(id1)
92 container0 = self.test_factory.create_container(lxc_path=dir0)
93 container1 = self.test_factory.create_container(lxc_path=dir1)
102 self.test_factory.create_container(id0)
104 self.test_factory.create_container(id0)
[all …]
/external/tensorflow/tensorflow/core/data/service/
Dcredentials_factory_test.cc50 TestCredentialsFactory test_factory; in TEST() local
51 CredentialsFactory::Register(&test_factory); in TEST()
54 CredentialsFactory::CreateServerCredentials(test_factory.Protocol(), in TEST()
58 CredentialsFactory::CreateClientCredentials(test_factory.Protocol(), in TEST()
/external/sdv/vsomeip/third_party/boost/core/test/
Dnvp_test.cpp21 void test_factory() in test_factory() function
43 test_factory(); in main()
/external/ComputeLibrary/tests/framework/
DFramework.cpp295 void Framework::run_test(const TestInfo &info, TestCaseFactory &test_factory) in run_test() argument
297 if(test_factory.status() == TestCaseFactory::Status::DISABLED) in run_test()
324 std::unique_ptr<TestCase> test_case = test_factory.make(); in run_test()
561 for(auto &test_factory : _test_factories) in run() local
563 const std::string test_case_name = test_factory->name(); in run()
564 … const TestInfo test_info{ id, test_case_name, test_factory->mode(), test_factory->status() }; in run()
584 run_test(test_info, *test_factory); in run()
DFramework.h333 void run_test(const TestInfo &info, TestCaseFactory &test_factory);
/external/pytorch/test/cpp_extensions/open_registration_extension/test/
Dtest_openreg.py36 def test_factory(self): member in TestOpenReg
/external/grpc-grpc/test/core/end2end/
Dend2end_tests.cc413 for (const auto& test_factory : tests_by_suite_[suite_configs.first]) { in AllTests() local
415 tests.push_back(Test{suite_configs.first, test_factory.first, config, in AllTests()
416 test_factory.second}); in AllTests()
/external/python/cpython3/Lib/test/
Dtest_abc.py15 def test_factory(abc_ABCMeta, abc_get_cache_token): function
687 TestLegacyAPI_Py, TestABC_Py, TestABCWithInitSubclass_Py = test_factory(abc.ABCMeta,
689 TestLegacyAPI_C, TestABC_C, TestABCWithInitSubclass_C = test_factory(_py_abc.ABCMeta,
Dtest_collections.py320 def test_factory(self): member in TestNamedTuple
/external/pytorch/test/dynamo/
Dtest_cudagraphs.py145 def test_factory(self): member in TestAotCudagraphs
/external/pytorch/test/
Dtest_sparse.py2685 def test_factory(self, device, dtype): member in TestSparse