Home
last modified time | relevance | path

Searched refs:test_container (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/libcxx/test/std/iterators/iterator.container/
Dempty.pass.cpp43 void test_container( C& c ) in test_container() function
50 void test_container( std::initializer_list<T>& c ) in test_container() function
70 test_container ( v ); in main()
71 test_container ( l ); in main()
72 test_container ( a ); in main()
73 test_container ( il ); in main()
82 test_container ( sv ); in main()
Dsize.pass.cpp30 void test_container( C& c) in test_container() function
51 void test_container( std::initializer_list<T>& c ) in test_container() function
70 test_container ( v ); in main()
71 test_container ( l ); in main()
72 test_container ( a ); in main()
73 test_container ( il ); in main()
82 test_container ( sv ); in main()
Ddata.pass.cpp44 void test_container( C& c ) in test_container() function
51 void test_container( std::initializer_list<T>& c) in test_container() function
70 test_container ( v ); in main()
71 test_container ( a ); in main()
72 test_container ( il ); in main()
80 test_container ( sv ); in main()
Dssize.pass.cpp36 void test_container(C& c) in test_container() function
60 void test_container(std::initializer_list<T>& c) in test_container() function
81 test_container ( v ); in main()
83 test_container ( l ); in main()
85 test_container ( a ); in main()
87 test_container ( il ); in main()
96 test_container ( sv ); in main()
/external/libcxx/test/std/iterators/iterator.container/
Dsize.pass.cpp46 void test_container( C& c) in test_container() function
53 void test_container( std::initializer_list<T>& c ) in test_container() function
73 test_container ( v ); in main()
74 test_container ( l ); in main()
75 test_container ( a ); in main()
76 test_container ( il ); in main()
85 test_container ( sv ); in main()
Dempty.pass.cpp44 void test_container( C& c ) in test_container() function
51 void test_container( std::initializer_list<T>& c ) in test_container() function
71 test_container ( v ); in main()
72 test_container ( l ); in main()
73 test_container ( a ); in main()
74 test_container ( il ); in main()
83 test_container ( sv ); in main()
Ddata.pass.cpp45 void test_container( C& c ) in test_container() function
52 void test_container( std::initializer_list<T>& c) in test_container() function
71 test_container ( v ); in main()
72 test_container ( a ); in main()
73 test_container ( il ); in main()
81 test_container ( sv ); in main()
/external/libcxx/test/std/iterators/iterator.range/
Dbegin-end.pass.cpp87 void test_container( C & c, typename C::value_type val ) { in test_container() function
106 void test_container( std::initializer_list<T> & c, T val ) { in test_container() function
145 test_container ( v, 1 ); in main()
146 test_container ( l, 2 ); in main()
147 test_container ( a, 3 ); in main()
148 test_container ( il, 4 ); in main()
/external/llvm-project/libcxx/test/std/iterators/iterator.range/
Dbegin-end.pass.cpp86 void test_container( C & c, typename C::value_type val ) { in test_container() function
105 void test_container( std::initializer_list<T> & c, T val ) { in test_container() function
144 test_container ( v, 1 ); in main()
145 test_container ( l, 2 ); in main()
146 test_container ( a, 3 ); in main()
147 test_container ( il, 4 ); in main()
/external/autotest/site_utils/lxc/
Dcontainer_unittest.py86 test_container = lxc.Container.create_from_existing_dir(
88 self.assertIsNone(test_container.id)
294 test_container = lxc.Container.create_from_existing_dir(
297 self.assertEqual(test_id, test_container.id)
Dcontainer_factory_unittest.py144 test_container = test_factory.create_container()
145 self.assertTrue(type(test_container) is _TestContainer)
/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/
Dbuild-dev-container.sh189 function test_container() function
381 test_container "${TEMP_IMAGE_NAME}"
/external/autotest/server/
Dautoserv187 test_container = bucket.setup_test(container_id, job_id, ssp_url,
236 test_container.attach_run(cmd_line)
251 test_container.destroy()
Dautoserv.py187 test_container = bucket.setup_test(container_id, job_id, ssp_url,
236 test_container.attach_run(cmd_line)
251 test_container.destroy()
/external/python/cpython2/Lib/test/
Dtest_repr.py50 def test_container(self): member in ReprTests
/external/python/cpython3/Lib/test/
Dtest_reprlib.py53 def test_container(self): member in ReprTests
Dtest_typing.py3156 def test_container(self): member in CollectionsAbcTests
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py39 def test_container(self): member in AbstractToplevelTest
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py42 def test_container(self): member in AbstractToplevelTest