HomeSort by relevance Sort by last modified time
    Searched refs:count_if (Results 26 - 50 of 58) sorted by null

12 3

  /external/chromium_org/chrome/browser/prerender/
prerender_contents.cc 563 return std::count_if(alias_urls_.begin(), alias_urls_.end(),
  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.cc 263 const size_t did_delete_count = std::count_if(
  /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);
stl_algo.h 318 // count_if
4643 count_if(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 52 count_if
225 // count_if
589 count_if(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 52 count_if
225 // count_if
589 count_if(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 52 count_if
225 // count_if
589 count_if(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 52 count_if
225 // count_if
589 count_if(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 54 count_if
228 // count_if
600 count_if(_IIter, _IIter, _Predicate);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
algo.h 958 count_if(_IIter __begin, _IIter __end, _Predicate __pred, function in namespace:__parallel
1007 count_if(_IIter __begin, _IIter __end, _Predicate __pred, function in namespace:__parallel
1018 count_if(_IIter __begin, _IIter __end, _Predicate __pred) function in namespace:__parallel
    [all...]
  /external/chromium_org/third_party/icu/source/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...]
  /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...]
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper.cc 741 if (std::count_if(rejected_emails.begin(), rejected_emails.end(),
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc 715 int missing_count = std::count_if(
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 56 count_if
230 // count_if
611 count_if(_IIter, _IIter, _Predicate);
stl_algo.h 339 // count_if
4672 count_if(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 56 count_if
230 // count_if
611 count_if(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
algorithmfwd.h 56 count_if
230 // count_if
611 count_if(_IIter, _IIter, _Predicate);
  /external/chromium_org/content/common/gpu/media/
video_decode_accelerator_unittest.cc 217 bool hex_only = std::count_if(md5_string->begin(),
    [all...]

Completed in 1776 milliseconds

12 3