HomeSort by relevance Sort by last modified time
    Searched refs:bind2nd (Results 1 - 25 of 40) sorted by null

1 2

  /external/libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.2nd/
bind2nd.pass.cpp 14 // bind2nd(const Fn& op, const T& x);
23 assert(std::bind2nd(test_func(1), 5)(10) == 5.);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.bind.2nd/
bind2nd.pass.cpp 14 // bind2nd(const Fn& op, const T& x);
23 assert(std::bind2nd(test_func(1), 5)(10) == 5.);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.lib.binders/depr.lib.bind.2nd/
bind2nd.pass.cpp 14 // bind2nd(const Fn& op, const T& x);
23 assert(std::bind2nd(test_func(1), 5)(10) == 5.);
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.count/
count_if.pass.cpp 29 std::bind2nd(std::equal_to<int>(),2)) == 3);
32 std::bind2nd(std::equal_to<int>(),7)) == 0);
35 std::bind2nd(std::equal_to<int>(),2)) == 0);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.count/
count_if.pass.cpp 29 std::bind2nd(std::equal_to<int>(),2)) == 3);
32 std::bind2nd(std::equal_to<int>(),7)) == 0);
35 std::bind2nd(std::equal_to<int>(),2)) == 0);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.count/
count_if.pass.cpp 29 std::bind2nd(std::equal_to<int>(),2)) == 3);
32 std::bind2nd(std::equal_to<int>(),7)) == 0);
35 std::bind2nd(std::equal_to<int>(),2)) == 0);
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.find/
find_if.pass.cpp 29 std::bind2nd(std::equal_to<int>(), 3));
33 std::bind2nd(std::equal_to<int>(), 10));
find_if_not.pass.cpp 29 std::bind2nd(std::not_equal_to<int>(), 3));
33 std::bind2nd(std::not_equal_to<int>(), 10));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find/
find_if.pass.cpp 29 std::bind2nd(std::equal_to<int>(), 3));
33 std::bind2nd(std::equal_to<int>(), 10));
find_if_not.pass.cpp 29 std::bind2nd(std::not_equal_to<int>(), 3));
33 std::bind2nd(std::not_equal_to<int>(), 10));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/alg.find/
find_if.pass.cpp 29 std::bind2nd(std::equal_to<int>(), 3));
33 std::bind2nd(std::equal_to<int>(), 10));
find_if_not.pass.cpp 29 std::bind2nd(std::not_equal_to<int>(), 3));
33 std::bind2nd(std::not_equal_to<int>(), 10));
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/
replace_if.pass.cpp 31 std::replace_if(Iter(ia), Iter(ia+sa), std::bind2nd(std::equal_to<int>(), 2), 5);
replace_copy_if.pass.cpp 34 std::bind2nd(std::equal_to<int>(), 2), 5);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.replace/
replace_if.pass.cpp 31 std::replace_if(Iter(ia), Iter(ia+sa), std::bind2nd(std::equal_to<int>(), 2), 5);
replace_copy_if.pass.cpp 34 std::bind2nd(std::equal_to<int>(), 2), 5);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.replace/
replace_if.pass.cpp 31 std::replace_if(Iter(ia), Iter(ia+sa), std::bind2nd(std::equal_to<int>(), 2), 5);
replace_copy_if.pass.cpp 34 std::bind2nd(std::equal_to<int>(), 2), 5);
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
remove_copy_if.pass.cpp 32 std::bind2nd(std::equal_to<int>(), 2));
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/
unary_transform.pass.cpp 32 std::bind2nd(std::plus<int>(), 1));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
remove_copy_if.pass.cpp 32 std::bind2nd(std::equal_to<int>(), 2));
remove_if.pass.cpp 33 int* r = std::remove_if(ia, ia+sa, std::bind2nd(std::equal_to<int>(), 2));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.transform/
unary_transform.pass.cpp 32 std::bind2nd(std::plus<int>(), 1));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.remove/
remove_copy_if.pass.cpp 32 std::bind2nd(std::equal_to<int>(), 2));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.transform/
unary_transform.pass.cpp 32 std::bind2nd(std::plus<int>(), 1));

Completed in 404 milliseconds

1 2