Home
last modified time | relevance | path

Searched refs:count_if (Results 1 – 11 of 11) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.count/
Dcount_if.pass.cpp27 assert(std::count_if(input_iterator<const int*>(ia), in main()
30 assert(std::count_if(input_iterator<const int*>(ia), in main()
33 assert(std::count_if(input_iterator<const int*>(ia), in main()
/ndk/tests/device/test-gnustl-full/unit/
Dcount_test.cpp62 int elements = count_if(numbers.begin(), numbers.end(), odd); in countif1()
66 count_if(numbers.begin(), numbers.end(), odd, elements); in countif1()
Dlogic_test.cpp50 int n = count_if(input, input + 7, logical_not<bool>()); in logicnot()
Dfunc_test.cpp49 int n = count_if(v.begin(), v.end(), bigger); in func1()
/ndk/tests/device/test-stlport/unit/
Dcount_test.cpp62 int elements = count_if(numbers.begin(), numbers.end(), odd); in countif1()
66 count_if(numbers.begin(), numbers.end(), odd, elements); in countif1()
Dlogic_test.cpp50 int n = count_if(input, input + 7, logical_not<bool>()); in logicnot()
Dfunc_test.cpp49 int n = count_if(v.begin(), v.end(), bigger); in func1()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algo.h68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { in _STLP_DIFFERENCE_TYPE()
115 count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size& __n) { in count_if() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dalgorithm84 count_if(InputIterator first, InputIterator last, Predicate pred);
1109 // count_if
1114 count_if(_InputIterator __first, _InputIterator __last, _Predicate __pred)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk194 $(call gen-test, algorithms/alg.nonmodifying/alg.count/count_if)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk185 $(call gen-test, algorithms/alg.nonmodifying/alg.count/count_if)