HomeSort by relevance Sort by last modified time
    Searched refs:for_each (Results 76 - 100 of 123) sorted by null

1 2 34 5

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 62 for_each
269 // for_each
617 for_each(_IIter, _IIter, _Funct);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 64 for_each
265 // for_each
628 for_each(_IIter, _IIter, _Funct);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 64 for_each
265 // for_each
628 for_each(_IIter, _IIter, _Funct);
  /external/chromium_org/webkit/browser/appcache/
appcache_storage_impl.cc     [all...]
  /external/chromium/chrome/browser/
cookies_tree_model.cc 33 std::for_each(children().begin(),
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_provider_unittest.cc 248 for_each(expected_urls.begin(), expected_urls.end(),
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 953 std::for_each(open_windows.begin(), open_windows.end(), CloseWindow);
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 857 std::for_each(InputFilenames.begin(), InputFilenames.end(),
  /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/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/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
test_tools.hpp 32 #include <boost/preprocessor/seq/for_each.hpp>
  /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/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 66 for_each
267 // for_each
639 for_each(_IIter, _IIter, _Funct);
  /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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 66 for_each
267 // for_each
639 for_each(_IIter, _IIter, _Funct);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
algorithmfwd.h 66 for_each
267 // for_each
639 for_each(_IIter, _IIter, _Funct);
  /external/chromium/chrome/browser/history/
in_memory_url_index.cc 366 scored_items = std::for_each(history_id_set.begin(), history_id_set.end(),
396 // TODO(mrossetti): Change TermCharWordSet to a class and use for_each.
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model.cc 264 std::for_each(children().begin(),
    [all...]
  /external/chromium_org/chrome/browser/history/
url_index_private_data.cc 247 scored_items = std::for_each(history_id_set.begin(), history_id_set.end(),
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_manager.cc     [all...]
  /external/chromium_org/win8/metro_driver/
chrome_app_view.cc 618 std::for_each(windows.begin(), windows.end(), [](HWND hwnd) {
    [all...]
  /external/chromium_org/net/base/
net_util.cc 451 std::for_each(offsets_for_adjustment->begin(),
    [all...]

Completed in 637 milliseconds

1 2 34 5