Home
last modified time | relevance | path

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

/external/libcxx/test/std/iterators/iterator.container/
Dempty.pass.cpp41 void test_container( C& c ) in test_container() function
47 void test_container( std::initializer_list<T>& c ) in test_container() function
65 test_container ( v ); in main()
66 test_container ( l ); in main()
67 test_container ( a ); in main()
68 test_container ( il ); in main()
Dsize.pass.cpp40 void test_container( C& c) in test_container() function
46 void test_container( std::initializer_list<T>& c ) in test_container() function
64 test_container ( v ); in main()
65 test_container ( l ); in main()
66 test_container ( a ); in main()
67 test_container ( il ); in main()
Ddata.pass.cpp41 void test_container( C& c ) in test_container() function
47 void test_container( std::initializer_list<T>& c) in test_container() function
64 test_container ( v ); in main()
65 test_container ( a ); in main()
66 test_container ( il ); 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/autotest/server/
Dautoserv.py159 test_container = bucket.setup_test(container_name, job_id, ssp_url,
212 test_container.attach_run(cmd_line)
227 test_container.destroy()
Dautoserv159 test_container = bucket.setup_test(container_name, job_id, ssp_url,
212 test_container.attach_run(cmd_line)
227 test_container.destroy()
/external/python/cpython2/Lib/test/
Dtest_repr.py50 def test_container(self): member in ReprTests
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py39 def test_container(self): member in AbstractToplevelTest