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/ |
D | count_if.pass.cpp | 27 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/ |
D | count_test.cpp | 62 int elements = count_if(numbers.begin(), numbers.end(), odd); in countif1() 66 count_if(numbers.begin(), numbers.end(), odd, elements); in countif1()
|
D | logic_test.cpp | 50 int n = count_if(input, input + 7, logical_not<bool>()); in logicnot()
|
D | func_test.cpp | 49 int n = count_if(v.begin(), v.end(), bigger); in func1()
|
/ndk/tests/device/test-stlport/unit/ |
D | count_test.cpp | 62 int elements = count_if(numbers.begin(), numbers.end(), odd); in countif1() 66 count_if(numbers.begin(), numbers.end(), odd, elements); in countif1()
|
D | logic_test.cpp | 50 int n = count_if(input, input + 7, logical_not<bool>()); in logicnot()
|
D | func_test.cpp | 49 int n = count_if(v.begin(), v.end(), bigger); in func1()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algo.h | 68 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/ |
D | algorithm | 84 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/ |
D | Android.mk | 194 $(call gen-test, algorithms/alg.nonmodifying/alg.count/count_if)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 185 $(call gen-test, algorithms/alg.nonmodifying/alg.count/count_if)
|