Home
last modified time | relevance | path

Searched refs:test_pred (Results 1 – 14 of 14) sorted by relevance

/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dbinary_search.cpp58 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()
Dincludes.cpp67 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()
Dinplace_merge.cpp75 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()
Dheap.cpp79 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()
Dequal_range.cpp90 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()
Dset_intersection.cpp101 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()
Dset_symmetric_difference.cpp102 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()
Dset_union.cpp99 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()
Dset_difference.cpp101 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()
Dmerge.cpp108 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/
Dpredicate_test.cpp101 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/
Dval_layout_test.cpp181 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/
Dval_layout_test.cpp181 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/
Dval_layout_test.cpp181 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()