Searched refs:test_factory (Results 1 – 11 of 11) sorted by relevance
/external/autotest/site_utils/lxc/ |
D | container_factory_unittest.py | 52 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/ |
D | credentials_factory_test.cc | 50 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/ |
D | nvp_test.cpp | 21 void test_factory() in test_factory() function 43 test_factory(); in main()
|
/external/ComputeLibrary/tests/framework/ |
D | Framework.cpp | 295 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()
|
D | Framework.h | 333 void run_test(const TestInfo &info, TestCaseFactory &test_factory);
|
/external/pytorch/test/cpp_extensions/open_registration_extension/test/ |
D | test_openreg.py | 36 def test_factory(self): member in TestOpenReg
|
/external/grpc-grpc/test/core/end2end/ |
D | end2end_tests.cc | 413 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/ |
D | test_abc.py | 15 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,
|
D | test_collections.py | 320 def test_factory(self): member in TestNamedTuple
|
/external/pytorch/test/dynamo/ |
D | test_cudagraphs.py | 145 def test_factory(self): member in TestAotCudagraphs
|
/external/pytorch/test/ |
D | test_sparse.py | 2685 def test_factory(self, device, dtype): member in TestSparse
|