HomeSort by relevance Sort by last modified time
    Searched refs:test_eq0 (Results 1 - 4 of 4) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/
max_element_comp.pass.cpp 62 void test_eq0(Iter first, Iter last, Pred p) function
73 test_eq0(a, a+N, std::less<int>());
74 test_eq0(a, a+N, std::greater<int>());
min_element_comp.pass.cpp 62 void test_eq0(Iter first, Iter last, Pred p) function
73 test_eq0(a, a+N, std::less<int>());
74 test_eq0(a, a+N, std::greater<int>());
  /external/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
max_element_comp.pass.cpp 62 void test_eq0(Iter first, Iter last, Pred p) function
73 test_eq0(a, a+N, std::less<int>());
74 test_eq0(a, a+N, std::greater<int>());
min_element_comp.pass.cpp 62 void test_eq0(Iter first, Iter last, Pred p) function
73 test_eq0(a, a+N, std::less<int>());
74 test_eq0(a, a+N, std::greater<int>());

Completed in 224 milliseconds