Searched refs:test_vec (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/sort/test/ |
D | string_sort_test.cpp | 110 vector<string> test_vec = base_vec; in string_test() local 113 string_sort(test_vec.begin(), test_vec.end()); in string_test() 114 BOOST_CHECK(test_vec == sorted_vec); in string_test() 116 test_vec = base_vec; in string_test() 117 boost::sort::spreadsort::spreadsort(test_vec.begin(), test_vec.end()); in string_test() 118 BOOST_CHECK(test_vec == sorted_vec); in string_test() 120 test_vec = base_vec; in string_test() 121 string_sort(test_vec.begin(), test_vec.end(), bracket(), get_size()); in string_test() 122 BOOST_CHECK(test_vec == sorted_vec); in string_test() 124 test_vec = base_vec; in string_test() [all …]
|
D | integer_sort_test.cpp | 64 vector<int> test_vec = base_vec; in int_test() local 67 integer_sort(test_vec.begin(), test_vec.end()); in int_test() 68 BOOST_CHECK(test_vec == sorted_vec); in int_test() 70 test_vec = base_vec; in int_test() 71 boost::sort::spreadsort::spreadsort(test_vec.begin(), test_vec.end()); in int_test() 72 BOOST_CHECK(test_vec == sorted_vec); in int_test() 74 test_vec = base_vec; in int_test() 75 integer_sort(test_vec.begin(), test_vec.end(), rightshift()); in int_test() 76 BOOST_CHECK(test_vec == sorted_vec); in int_test() 78 test_vec = base_vec; in int_test() [all …]
|
D | float_sort_test.cpp | 51 vector<FloatType> test_vec = base_vec; in test_vector() local 54 test_vec = base_vec; in test_vector() 55 boost::sort::spreadsort::spreadsort(test_vec.begin(), test_vec.end()); in test_vector() 56 BOOST_CHECK(test_vec == sorted_vec); in test_vector() 58 test_vec = base_vec; in test_vector() 59 float_sort(test_vec.begin(), test_vec.end(), shifter); in test_vector() 60 BOOST_CHECK(test_vec == sorted_vec); in test_vector() 62 test_vec = base_vec; in test_vector() 63 float_sort(test_vec.begin(), test_vec.end(), shifter, less<FloatType>()); in test_vector() 64 BOOST_CHECK(test_vec == sorted_vec); in test_vector() [all …]
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | tst_iscan.c | 29 blk64_t test_vec[] = { 8, 12, 24, 34, 43, 44, 100, 0 }; variable 126 for (i=0; test_vec[i]; i++) { in setup() 127 retval = ext2fs_badblocks_list_add(test_badblocks, test_vec[i]); in setup() 133 ext2fs_mark_block_bitmap2(bad_block_map, test_vec[i]); in setup() 183 for (i=0; test_vec[i]; i++) { in check_map() 184 if (ext2fs_test_block_bitmap2(touched_map, test_vec[i])) { in check_map() 186 (unsigned long long) test_vec[i]); in check_map() 190 ext2fs_mark_block_bitmap2(touched_map, test_vec[i]); in check_map()
|
/third_party/alsa-utils/axfer/test/ |
D | mapper-test.c | 386 char **test_vec; in test_n_buf() local 392 test_vec = calloc(cntr_count * 2, sizeof(*test_vec)); in test_n_buf() 393 if (test_vec == NULL) in test_n_buf() 397 test_vec[i] = test_buf + size * i; in test_n_buf() 400 frames_per_second, test_vec, frame_count, cntr_count); in test_n_buf() 401 free(test_vec); in test_n_buf()
|
/third_party/gn/src/gn/ |
D | analyzer.cc | 34 std::vector<Label> test_vec; member 179 inputs->test_vec.push_back( in JSONToInputs() 198 for (auto& l : inputs->test_vec) in JSONToInputs()
|
/third_party/abseil-cpp/absl/container/ |
D | inlined_vector_benchmark.cc | 430 TestVecFn test_vec) { in BatchedBenchmark() argument 444 test_vec(vector_batch.data() + i, i); in BatchedBenchmark()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | inlined_vector_benchmark.cc | 430 TestVecFn test_vec) { in BatchedBenchmark() argument 444 test_vec(vector_batch.data() + i, i); in BatchedBenchmark()
|