/external/llvm/unittests/ADT/ |
D | BitVectorTest.cpp | 38 Vec.resize(5, true); in TYPED_TEST() 46 Vec.resize(11); in TYPED_TEST() 70 Vec.resize(23, true); in TYPED_TEST() 71 Vec.resize(25, false); in TYPED_TEST() 72 Vec.resize(26, true); in TYPED_TEST() 73 Vec.resize(29, false); in TYPED_TEST() 74 Vec.resize(33, true); in TYPED_TEST() 75 Vec.resize(57, false); in TYPED_TEST() 87 Vec.resize(61, false); in TYPED_TEST() 91 Alt.resize(6, true); in TYPED_TEST() [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/vector/vector.capacity/ |
D | resize_size.pass.cpp | 25 v.resize(50); in tests() 29 v.resize(200); in tests() 37 v.resize(50); in tests() 41 v.resize(200); in tests() 49 v.resize(50); in tests() 53 v.resize(200); in tests() 61 v.resize(50); in tests() 65 v.resize(200); in tests() 72 v.resize(50); in tests() 76 v.resize(200); in tests() [all …]
|
D | resize_size_value.pass.cpp | 23 v.resize(50, 1); in tests() 27 v.resize(200, 1); in tests() 39 v.resize(50, 1); in tests() 42 v.resize(200, 1); in tests() 50 v.resize(50, 1); in tests() 55 v.resize(200, 1); in tests() 66 v.resize(50, 1); in tests() 70 v.resize(200, 1); in tests() 77 v.resize(50, 1); in tests() 82 v.resize(200, 1); in tests() [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/vector/vector.capacity/ |
D | resize_size.pass.cpp | 25 v.resize(50); in tests() 29 v.resize(200); in tests() 37 v.resize(50); in tests() 41 v.resize(200); in tests() 49 v.resize(50); in tests() 53 v.resize(200); in tests() 61 v.resize(50); in tests() 65 v.resize(200); in tests() 72 v.resize(50); in tests() 76 v.resize(200); in tests() [all …]
|
D | resize_size_value.pass.cpp | 23 v.resize(50, 1); in tests() 27 v.resize(200, 1); in tests() 39 v.resize(50, 1); in tests() 42 v.resize(200, 1); in tests() 50 v.resize(50, 1); in tests() 55 v.resize(200, 1); in tests() 66 v.resize(50, 1); in tests() 70 v.resize(200, 1); in tests() 77 v.resize(50, 1); in tests() 82 v.resize(200, 1); in tests() [all …]
|
/external/angle/src/common/ |
D | MemoryBuffer_unittest.cpp | 23 ASSERT_TRUE(buffer.resize(100)); in TEST() 28 ASSERT_TRUE(buffer.resize(300)); in TEST() 33 ASSERT_TRUE(buffer.resize(100)); in TEST() 38 ASSERT_TRUE(buffer.resize(400)); in TEST() 52 ASSERT_TRUE(buffer.resize(100)); in TEST() 57 ASSERT_TRUE(buffer.resize(300)); in TEST() 62 ASSERT_TRUE(buffer.resize(100)); in TEST() 67 ASSERT_TRUE(buffer.resize(400)); in TEST() 81 ASSERT_TRUE(buffer.resize(100)); in TEST() 86 ASSERT_TRUE(buffer.resize(300)); in TEST() [all …]
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/ |
D | resize_size.pass.cpp | 26 c.resize(0); in main() 28 c.resize(10); in main() 30 c.resize(20); in main() 32 c.resize(5); in main() 34 c.resize(0); in main() 43 c.resize(3); in main() 49 c.resize(6); in main() 58 c.resize(6); in main() 72 c.resize(0); in main() 74 c.resize(10); in main() [all …]
|
/external/libcxx/test/std/containers/sequences/vector/vector.capacity/ |
D | resize_size.pass.cpp | 27 v.resize(50); in main() 31 v.resize(200); in main() 39 v.resize(50); in main() 43 v.resize(200); in main() 51 v.resize(50); in main() 55 v.resize(200); in main() 63 v.resize(50); in main() 67 v.resize(200); in main() 74 v.resize(50); in main() 78 v.resize(200); in main()
|
D | resize_size_value.pass.cpp | 24 v.resize(50, 1); in main() 28 v.resize(200, 1); in main() 40 v.resize(50, 1); in main() 43 v.resize(200, 1); in main() 51 v.resize(50, 1); in main() 56 v.resize(200, 1); in main() 67 v.resize(50, 1); in main() 71 v.resize(200, 1); in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/forwardlist/forwardlist.modifiers/ |
D | resize_size.pass.cpp | 27 c.resize(0); in main() 29 c.resize(10); in main() 31 c.resize(20); in main() 33 c.resize(5); in main() 35 c.resize(0); in main() 44 c.resize(3); in main() 50 c.resize(6); in main() 59 c.resize(6); in main() 73 c.resize(0); in main() 75 c.resize(10); in main() [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/forwardlist/forwardlist.modifiers/ |
D | resize_size.pass.cpp | 27 c.resize(0); in main() 29 c.resize(10); in main() 31 c.resize(20); in main() 33 c.resize(5); in main() 35 c.resize(0); in main() 44 c.resize(3); in main() 50 c.resize(6); in main() 59 c.resize(6); in main() 73 c.resize(0); in main() 75 c.resize(10); in main() [all …]
|
/external/sdv/vsomeip/third_party/boost/variant/perf/ |
D | move_perf.cpp | 57 data_from.resize(c_run_count, hello1); in do_test() 72 data_from.resize(c_run_count, hello1); in do_test() 90 data_from.resize(c_run_count, hello2); in do_test() 92 data_to.resize(c_run_count, hello2); in do_test() 105 data_from.resize(c_run_count, hello2); in do_test() 107 data_to.resize(c_run_count, hello2); in do_test() 123 data_from.resize(c_run_count, hello2); in do_test() 126 data_to.resize(c_run_count, var_t(0)); in do_test() 139 data_from.resize(c_run_count, hello2); in do_test() 141 data_to.resize(c_run_count, var_t(0)); in do_test() [all …]
|
/external/sdv/vsomeip/third_party/boost/process/test/ |
D | args_cmd.cpp | 50 s.resize(4); 54 s.resize(11); 58 s.resize(12); 63 s.resize(7); 68 s.resize(10); 95 s.resize(4); 99 s.resize(11); 103 s.resize(12); 108 s.resize(7); 113 s.resize(10);
|
D | wargs_cmd.cpp | 47 s.resize(4); 51 s.resize(11); 55 s.resize(12); 60 s.resize(7); 65 s.resize(11); 93 s.resize(4); 97 s.resize(11); 101 s.resize(12); 106 s.resize(7); 111 s.resize(10);
|
/external/libese/apps/boot/tests/ |
D | ese_app_boot_tests.cpp | 88 trans_.invocations.resize(0); in TearDown() 101 trans_.invocations.resize(2); in TEST_F() 103 trans_.invocations[0].expected_tx.resize(kManageChannelOpenLength); in TEST_F() 106 trans_.invocations[0].rx.resize(3); in TEST_F() 111 trans_.invocations[1].expected_tx.resize(kSelectAppletLength); in TEST_F() 115 trans_.invocations[1].rx.resize(2); in TEST_F() 126 trans_.invocations.resize(1); in TEST_F() 128 trans_.invocations[0].expected_tx.resize(kManageChannelOpenLength); in TEST_F() 131 trans_.invocations[0].rx.resize(2); in TEST_F() 144 trans_.invocations.resize(2); in TEST_F() [all …]
|
/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/ |
D | resize.cpp | 47 resize( x2 , x1 ); in BOOST_AUTO_TEST_CASE() 56 boost::fusion::at_c< 0 >( x1 ).resize( 10 ); in BOOST_AUTO_TEST_CASE() 57 boost::fusion::at_c< 1 >( x1 ).resize( 10 ); in BOOST_AUTO_TEST_CASE() 59 resize( x2 , x1 ); in BOOST_AUTO_TEST_CASE() 69 boost::fusion::at_c< 0 >( x1 ).resize( 10 ); in BOOST_AUTO_TEST_CASE() 71 resize( x2 , x1 ); in BOOST_AUTO_TEST_CASE() 79 boost::fusion::at_c< 1 >( x1 ).resize( 10 ); in BOOST_AUTO_TEST_CASE() 81 resize( x2 , x1 ); in BOOST_AUTO_TEST_CASE() 97 resize( x2 , x1 ); in BOOST_AUTO_TEST_CASE()
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/vector.bool/ |
D | resize_size.pass.cpp | 24 v.resize(50); in tests() 27 v.resize(200); in tests() 31 v.resize(300); // check the case when resizing and we already have room in tests() 38 v.resize(10); in tests() 44 v.resize(50); in tests() 47 v.resize(200); in tests() 51 v.resize(300); // check the case when resizing and we already have room in tests()
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/vector.bool/ |
D | resize_size.pass.cpp | 24 v.resize(50); in tests() 27 v.resize(200); in tests() 31 v.resize(300); // check the case when resizing and we already have room in tests() 38 v.resize(10); in tests() 44 v.resize(50); in tests() 47 v.resize(200); in tests() 51 v.resize(300); // check the case when resizing and we already have room in tests()
|
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/util/ |
D | resize.hpp | 41 static void resize( StateOut &x1 , const StateIn &x2 ) in resize() function 43 x1.resize( boost::size( x2 ) ); in resize() 52 static void resize( StateOut &x1 , const StateIn &x2 ) in resize() function 54 resize_impl_sfinae< StateOut , StateIn >::resize( x1 , x2 ); in resize() 61 void resize( StateOut &x1 , const StateIn &x2 ) in resize() function 63 resize_impl< StateOut , StateIn >::resize( x1 , x2 ); in resize() 82 resize( x1 , x2 ); in resize_op() 101 static void resize( FusionSeq &x1 , const FusionSeq &x2 ) in resize() function
|
/external/pytorch/c10/test/core/impl/ |
D | SizesAndStrides_test.cpp | 59 sz.resize(2); in TEST() 65 sz.resize(5); in TEST() 76 sz.resize(4); in TEST() 80 sz.resize(4); in TEST() 85 sz.resize(5); in TEST() 89 sz.resize(6); in TEST() 99 sz.resize(7); in TEST() 104 sz.resize(7); in TEST() 114 sz.resize(6); in TEST() 118 sz.resize(7); in TEST() [all …]
|
/external/libcxx/test/std/containers/sequences/list/list.capacity/ |
D | resize_size.pass.cpp | 23 l.resize(2); in main() 30 l.resize(10); in main() 39 l.resize(5); in main() 45 l.resize(20); in main() 53 l.resize(2); in main() 60 l.resize(10); in main() 69 l.resize(5); in main() 75 l.resize(20); in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/list/list.capacity/ |
D | resize_size.pass.cpp | 23 l.resize(2); in main() 30 l.resize(10); in main() 39 l.resize(5); in main() 45 l.resize(20); in main() 51 l.resize(2); in main() 58 l.resize(10); in main() 66 l.resize(5); in main() 72 l.resize(20); in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/list/list.capacity/ |
D | resize_size.pass.cpp | 23 l.resize(2); in main() 30 l.resize(10); in main() 39 l.resize(5); in main() 45 l.resize(20); in main() 51 l.resize(2); in main() 58 l.resize(10); in main() 66 l.resize(5); in main() 72 l.resize(20); in main()
|
/external/sdv/vsomeip/third_party/boost/container/test/ |
D | vector_options_test.cpp | 25 v.resize(5); in test_stored_size_type_impl() 26 v.resize(max); in test_stored_size_type_impl() 27 BOOST_TEST_THROWS(v.resize(max+1), std::exception); in test_stored_size_type_impl() 69 v.resize(5); in test_growth_factor_50() 70 v.resize(v.capacity()); in test_growth_factor_50() 88 v.resize(5); in test_growth_factor_60() 89 v.resize(v.capacity()); in test_growth_factor_60() 107 v.resize(5); in test_growth_factor_100() 108 v.resize(v.capacity()); in test_growth_factor_100()
|
D | devector_options_test.cpp | 25 v.resize(5); in test_stored_size_type_impl() 26 v.resize(max); in test_stored_size_type_impl() 27 BOOST_TEST_THROWS(v.resize(max+1), std::exception); in test_stored_size_type_impl() 69 v.resize(5); in test_growth_factor_50() 70 v.resize(v.capacity()); in test_growth_factor_50() 88 v.resize(5); in test_growth_factor_60() 89 v.resize(v.capacity()); in test_growth_factor_60() 107 v.resize(5); in test_growth_factor_100() 108 v.resize(v.capacity()); in test_growth_factor_100()
|