/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/ |
D | binary_search.cpp | 58 void test_pred(Container& cont, BinaryPredicate pred) in test_pred() function 90 test_pred(cont, std::less<int>()); in test_binary_search_impl() 91 test_pred(cont, std::greater<int>()); in test_binary_search_impl() 96 test_pred(cont, std::less<int>()); in test_binary_search_impl() 97 test_pred(cont, std::greater<int>()); in test_binary_search_impl() 102 test_pred(cont, std::less<int>()); in test_binary_search_impl() 103 test_pred(cont, std::greater<int>()); in test_binary_search_impl()
|
D | includes.cpp | 67 void test_pred(Container1 cont1, Container2 cont2, in test_pred() function 107 test_pred(cont1, cont2, std::less<int>()); in test_includes_impl() 108 test_pred(cont1, cont2, std::greater<int>()); in test_includes_impl()
|
D | inplace_merge.cpp | 75 void test_pred(Container1 cont1, Container2 cont2, BinaryPredicate pred) in test_pred() function 118 test_pred(cont1, cont2, std::less<int>()); in test_inplace_merge_impl() 119 test_pred(cont1, cont2, std::greater<int>()); in test_inplace_merge_impl()
|
D | heap.cpp | 79 void test_pred(BinaryPredicate pred) in test_pred() function 129 test_pred(std::less<int>()); in test_heap() 130 test_pred(std::greater<int>()); in test_heap()
|
D | equal_range.cpp | 90 void test_pred(Container& cont, BinaryPredicate pred) in test_pred() function 132 test_pred(mutable_cont, pred); in test_pred_driver() 134 test_pred(cont, pred); in test_pred_driver()
|
D | set_intersection.cpp | 101 void test_pred(Container1 cont1, Container2 cont2, in test_pred() function 155 test_pred(cont1, cont2, std::less<int>()); in test_set_intersection_impl() 156 test_pred(cont1, cont2, std::greater<int>()); in test_set_intersection_impl()
|
D | set_symmetric_difference.cpp | 102 void test_pred(Container1 cont1, Container2 cont2, in test_pred() function 157 test_pred(cont1, cont2, std::less<int>()); in test_set_symmetric_difference_impl() 158 test_pred(cont1, cont2, std::greater<int>()); in test_set_symmetric_difference_impl()
|
D | set_union.cpp | 99 void test_pred(Container1 cont1, Container2 cont2, in test_pred() function 151 test_pred(cont1, cont2, std::less<int>()); in test_set_union_impl() 152 test_pred(cont1, cont2, std::greater<int>()); in test_set_union_impl()
|
D | set_difference.cpp | 101 void test_pred(Container1 cont1, Container2 cont2, in test_pred() function 155 test_pred(cont1, cont2, std::less<int>()); in test_set_difference_impl() 156 test_pred(cont1, cont2, std::greater<int>()); in test_set_difference_impl()
|
D | merge.cpp | 108 void test_pred(Container1 cont1, Container2 cont2, BinaryPredicate pred) in test_pred() function 183 test_pred(cont1, cont2, std::less<int>()); in test_merge_impl() 184 test_pred(cont1, cont2, std::greater<int>()); in test_merge_impl()
|
/external/sdv/vsomeip/third_party/boost/algorithm/string/test/ |
D | predicate_test.cpp | 101 void test_pred(const Pred& pred, const Input& input, bool bYes) in test_pred() function 121 test_pred(Pred, YesInput, true); \ 122 test_pred(Pred, NoInput, false); \
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_layout_test.cpp | 181 pred_type test_pred; // Predicate to determine if the test should be build in TEST_P() local 185 std::tie(instruction, pred, test_pred) = testCase; in TEST_P() 188 if (test_pred(order)) return; in TEST_P()
|
/external/angle/third_party/spirv-tools/src/test/val/ |
D | val_layout_test.cpp | 181 pred_type test_pred; // Predicate to determine if the test should be build in TEST_P() local 185 std::tie(instruction, pred, test_pred) = testCase; in TEST_P() 188 if (test_pred(order)) return; in TEST_P()
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_layout_test.cpp | 181 pred_type test_pred; // Predicate to determine if the test should be build in TEST_P() local 185 std::tie(instruction, pred, test_pred) = testCase; in TEST_P() 188 if (test_pred(order)) return; in TEST_P()
|