HomeSort by relevance Sort by last modified time
    Searched full:for_each (Results 126 - 150 of 211) sorted by null

1 2 3 4 56 7 8 9

  /external/llvm/tools/llvm-readobj/
llvm-readobj.cpp 323 std::for_each(opts::InputFilenames.begin(), opts::InputFilenames.end(),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
settings.h 162 /// Minimal input size for for_each.
numeric 45 #include <parallel/for_each.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
settings.h 162 /// Minimal input size for for_each.
numeric 45 #include <parallel/for_each.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
settings.h 162 /// Minimal input size for for_each.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
settings.h 162 /// Minimal input size for for_each.
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.cc 273 std::for_each(to_run_closures.begin(), to_run_closures.end(),
699 std::for_each(
  /external/stlport/src/
locale_impl.cpp 82 for_each( locimpl.facets_vec.begin(), locimpl.facets_vec.end(), _get_facet);
94 for_each( facets_vec.begin(), facets_vec.end(), _release_facet);
  /external/stlport/stlport/stl/
_algo.h 56 // for_each. Apply a function to every element of a range.
59 for_each(_InputIter __first, _InputIter __last, _Function __f) { function
  /ndk/sources/cxx-stl/stlport/src/
locale_impl.cpp 82 for_each( locimpl.facets_vec.begin(), locimpl.facets_vec.end(), _get_facet);
94 for_each( facets_vec.begin(), facets_vec.end(), _release_facet);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 56 // for_each. Apply a function to every element of a range.
59 for_each(_InputIter __first, _InputIter __last, _Function __f) { function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 56 // for_each. Apply a function to every element of a range.
59 for_each(_InputIter __first, _InputIter __last, _Function __f) { function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 56 // for_each. Apply a function to every element of a range.
59 for_each(_InputIter __first, _InputIter __last, _Function __f) { function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 56 // for_each. Apply a function to every element of a range.
59 for_each(_InputIter __first, _InputIter __last, _Function __f) { function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.h 56 // for_each. Apply a function to every element of a range.
59 for_each(_InputIter __first, _InputIter __last, _Function __f) { function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algo.h 56 // for_each. Apply a function to every element of a range.
59 for_each(_InputIter __first, _InputIter __last, _Function __f) { function
  /external/chromium_org/chrome/browser/prerender/
prerender_link_manager.cc 479 std::for_each(to_erase.begin(), to_erase.end(),
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
address_validator.cc 408 std::for_each(
  /external/chromium_org/third_party/libjingle/source/talk/base/
nssidentity.cc 128 std::for_each(certs.begin(), certs.end(), DeleteCert);
  /external/chromium_org/third_party/webrtc/base/
nssidentity.cc 110 std::for_each(certs.begin(), certs.end(), DeleteCert);
  /external/chromium_org/webkit/browser/appcache/
appcache_service_impl.cc 458 std::for_each(pending_helpers_.begin(),
  /external/chromium_org/win8/metro_driver/
file_picker.cc 30 std::for_each(strings_.begin(), strings_.end(), ::WindowsDeleteString);
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugAbbrev.cpp 62 std::for_each (m_decls.begin(), m_decls.end(), bind2nd(std::mem_fun_ref(&DWARFAbbreviationDeclaration::Dump),s));
  /frameworks/base/core/jni/
android_view_ThreadedRenderer.cpp 79 std::for_each(mOnFinishedEvents.begin(), mOnFinishedEvents.end(), callOnFinished);

Completed in 1157 milliseconds

1 2 3 4 56 7 8 9