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

1 2 3 4 5

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.foreach/
test.pass.cpp 15 // for_each(Iter first, Iter last, Function f);
33 for_each_test f = std::for_each(input_iterator<int*>(ia),
  /external/stlport/test/unit/
foreach_test.cpp 39 for_each(numbers, numbers + 10, ptr_fun(increase));
61 for_each(v1.begin(), v1.end(), ptr_fun(sqr) );
bind_test.cpp 62 for_each((int*)array, (int*)array + 3, bind1st(pre_increment(), 1));
67 for_each((int*)array, (int*)array + 3, bind2nd(post_increment(), 1));
145 for_each( array, array + 3, bind2nd( mem_fun_ref(&A::f), 12 ) );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
foreach.hpp 41 namespace for_each { namespace in namespace:boost::unit_test
206 #define BOOST_TEST_FE_ANY ::boost::unit_test::for_each::static_any_t
207 #define BOOST_TEST_FE_IS_CONST( COL ) ::boost::unit_test::for_each::is_const_coll( COL )
210 ::boost::unit_test::for_each::begin( \
216 ::boost::unit_test::for_each::end( \
222 ::boost::unit_test::for_each::done( \
230 ::boost::unit_test::for_each::next( \
240 ::boost::unit_test::for_each::deref( \
271 } // namespace for_each
  /ndk/tests/device/test-gnustl-full/unit/
foreach_test.cpp 39 for_each(numbers, numbers + 10, ptr_fun(increase));
61 for_each(v1.begin(), v1.end(), ptr_fun(sqr) );
bind_test.cpp 62 for_each((int*)array, (int*)array + 3, bind1st(pre_increment(), 1));
67 for_each((int*)array, (int*)array + 3, bind2nd(post_increment(), 1));
145 for_each( array, array + 3, bind2nd( mem_fun_ref(&A::f), 12 ) );
  /ndk/tests/device/test-stlport/unit/
foreach_test.cpp 39 for_each(numbers, numbers + 10, ptr_fun(increase));
61 for_each(v1.begin(), v1.end(), ptr_fun(sqr) );
bind_test.cpp 62 for_each((int*)array, (int*)array + 3, bind1st(pre_increment(), 1));
67 for_each((int*)array, (int*)array + 3, bind2nd(post_increment(), 1));
145 for_each( array, array + 3, bind2nd( mem_fun_ref(&A::f), 12 ) );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
for_each.hpp 13 // $Id: for_each.hpp 55648 2009-08-18 05:16:53Z agurtovoy $
93 void for_each(F f, Sequence* = 0, TransformOp* = 0) function in namespace:boost::mpl
109 void for_each(F f, Sequence* = 0) function in namespace:boost::mpl
111 for_each<Sequence, identity<> >(f);
  /external/llvm/lib/IR/
LLVMContextImpl.cpp 74 std::for_each(ExprConstants.map_begin(), ExprConstants.map_end(),
76 std::for_each(ArrayConstants.map_begin(), ArrayConstants.map_end(),
78 std::for_each(StructConstants.map_begin(), StructConstants.map_end(),
80 std::for_each(VectorConstants.map_begin(), VectorConstants.map_end(),
  /external/chromium/base/
utf_offset_string_conversions_unittest.cc 90 std::for_each(size_ts.begin(), size_ts.end(),
104 std::for_each(size_ts.begin(), size_ts.end(),
124 std::for_each(offsets.begin(), offsets.end(), AdjustOffset(adjustments));
139 std::for_each(offsets.begin(), offsets.end(), AdjustOffset(adjustments));
156 std::for_each(offsets.begin(), offsets.end(), AdjustOffset(adjustments));
utf_offset_string_conversions.cc 29 std::for_each(offsets_for_adjustment->begin(),
60 std::for_each(offsets_for_adjustment->begin(),
135 std::for_each(offsets_for_adjustment->begin(),
153 std::for_each(offsets_for_adjustment->begin(),
  /external/chromium_org/chrome/browser/
language_usage_metrics.cc 25 std::for_each(languages.begin(), languages.end(), RecordAcceptLanguage);
  /external/chromium_org/content/common/
url_schemes.cc 43 std::for_each(additional_standard_schemes.begin(),
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
queue.cpp 57 std::for_each(first, last, [&](event_ptr &ev) { ev->fence(fence); });
program.cpp 37 for_each([&](clover::device *dev, const clover::module &bin) {
  /external/chromium_org/webkit/browser/quota/
quota_task.cc 62 std::for_each(running_quota_tasks_.begin(),
  /external/mesa3d/src/gallium/state_trackers/clover/core/
queue.cpp 57 std::for_each(first, last, [&](event_ptr &ev) { ev->fence(fence); });
program.cpp 37 for_each([&](clover::device *dev, const clover::module &bin) {
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_operation_runner.cc 57 for_each(pending_tasks_.begin(), pending_tasks_.end(),
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
util.hpp 50 for_each([](typename V::value_type src, T *dst) {
  /external/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 142 std::for_each(InputFilenames.begin(), InputFilenames.end(), DumpInput);
  /external/mesa3d/src/gallium/state_trackers/clover/api/
util.hpp 50 for_each([](typename V::value_type src, T *dst) {
  /external/chromium/net/base/
escape.cc 106 std::for_each(offsets_for_adjustment->begin(),
172 std::for_each(offsets_for_adjustment->begin(),
  /external/chromium_org/base/strings/
utf_offset_string_conversions_unittest.cc 71 std::for_each(size_ts.begin(), size_ts.end(),
85 std::for_each(size_ts.begin(), size_ts.end(),

Completed in 1580 milliseconds

1 2 3 4 5