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

1 2

  /external/stlport/test/unit/
count_test.cpp 62 int elements = count_if(numbers.begin(), numbers.end(), odd);
66 count_if(numbers.begin(), numbers.end(), odd, elements);
logic_test.cpp 50 int n = count_if(input, input + 7, logical_not<bool>());
func_test.cpp 49 int n = count_if(v.begin(), v.end(), bigger);
  /ndk/tests/device/test-gnustl-full/unit/
count_test.cpp 62 int elements = count_if(numbers.begin(), numbers.end(), odd);
66 count_if(numbers.begin(), numbers.end(), odd, elements);
logic_test.cpp 50 int n = count_if(input, input + 7, logical_not<bool>());
func_test.cpp 49 int n = count_if(v.begin(), v.end(), bigger);
  /ndk/tests/device/test-stlport/unit/
count_test.cpp 62 int elements = count_if(numbers.begin(), numbers.end(), odd);
66 count_if(numbers.begin(), numbers.end(), odd, elements);
logic_test.cpp 50 int n = count_if(input, input + 7, logical_not<bool>());
func_test.cpp 49 int n = count_if(v.begin(), v.end(), bigger);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algorithmfwd.h 102 count_if(_IIter, _IIter, _Predicate);
106 count_if(_IIter, _IIter, _Predicate, __gnu_parallel::sequential_tag);
110 count_if(_IIter, _IIter, _Predicate, __gnu_parallel::_Parallelism);
algo.h 959 count_if(InputIterator begin, InputIterator end, Predicate pred, function in namespace:std::__parallel
1006 count_if(InputIterator begin, InputIterator end, Predicate pred, function in namespace:std::__parallel
1017 count_if(InputIterator begin, InputIterator end, Predicate pred) function in namespace:std::__parallel
    [all...]
  /external/stlport/stlport/stl/
_algo.h 65 // count_if
68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { function
115 count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size& __n) { function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 65 // count_if
68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { function
115 count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size& __n) { function
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 65 // count_if
68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { function
115 count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size& __n) { function
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 65 // count_if
68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { function
115 count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size& __n) { function
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 65 // count_if
68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { function
115 count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size& __n) { function
  /external/chromium/testing/gtest/src/
gtest-internal-inl.h 274 return static_cast<int>(std::count_if(c.begin(), c.end(), predicate));
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 52 count_if
225 // count_if
589 count_if(_IIter, _IIter, _Predicate);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 54 count_if
228 // count_if
600 count_if(_IIter, _IIter, _Predicate);
stl_algo.h 318 // count_if
4643 count_if(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 54 count_if
228 // count_if
600 count_if(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 52 count_if
225 // count_if
589 count_if(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 52 count_if
225 // count_if
589 count_if(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 52 count_if
225 // count_if
589 count_if(_IIter, _IIter, _Predicate);
  /external/icu4c/tools/tzcode/
tz2icu.cpp 992 if (count_if(finalRules.begin(), finalRules.end(), isNotSet) != 0) {
997 if (count_if(finalZones.begin(), finalZones.end(), mapsToUnknownRule) != 0) {
    [all...]

Completed in 275 milliseconds

1 2