Searched refs:bind2nd (Results 1 - 19 of 19) sorted by relevance

/external/stlport/test/unit/
H A Dbind_test.cpp67 for_each((int*)array, (int*)array + 3, bind2nd(post_increment(), 1));
85 replace_if(array, array + 3, bind2nd(greater<int>(), 2), 4);
105 transform(array, array + 3, array, bind2nd(ptr_fun(test_func1), 1));
111 transform(array, array + 3, array, bind2nd(ptr_fun(test_func2), 10));
145 for_each( array, array + 3, bind2nd( mem_fun_ref(&A::f), 12 ) );
H A Dmfunptr_test.cpp211 // step 2, just check that compiler understand what pass to bind2nd:
212 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b2 = bind2nd( pmf, 2 );
215 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b3 = bind2nd( mem_fun_ref( &V::f ), 2 );
222 vector<V>::iterator k = find_if( v.begin(), v.end(), bind2nd( mem_fun_ref( &V::f ), 2 ) );
/external/eigen/Eigen/src/plugins/
H A DArrayCwiseUnaryOps.h193 (derived(), std::bind2nd(FUNCTOR<Scalar>(), s)); \
/external/oprofile/libutil++/
H A Dgrowable_vector.h97 std::bind2nd(std::not_equal_to<T>(), T()))
/external/chromium_org/chrome/browser/thumbnails/
H A Dcontent_analysis_unittest.cc452 std::bind2nd(std::greater<float>(), threshold));
465 std::bind2nd(std::greater<float>(), threshold));
473 std::bind2nd(std::greater<float>(), threshold));
499 std::bind2nd(std::divides<float>(), RAND_MAX));
503 std::bind2nd(std::divides<float>(), RAND_MAX));
509 std::bind2nd(std::plus<float>(), 1.0f));
513 std::bind2nd(std::plus<float>(), 1.0f));
518 std::bind2nd(std::plus<float>(), 8.0f));
522 std::bind2nd(std::plus<float>(), 10.0f));
532 std::bind2nd(st
[all...]
H A Dcontent_analysis.cc170 std::bind2nd(std::greater<float>(), current_threshold));
618 std::bind2nd(std::greater<float>(), column_threshold));
621 std::bind2nd(std::greater<float>(), row_threshold));
/external/eigen/test/
H A Dcwiseop.cpp150 VERIFY( (m1.cwise()<m1.unaryExpr(bind2nd(plus<Scalar>(), Scalar(1)))).all() );
151 VERIFY( !(m1.cwise()<m1.unaryExpr(bind2nd(minus<Scalar>(), Scalar(1)))).all() );
152 VERIFY( !(m1.cwise()>m1.unaryExpr(bind2nd(plus<Scalar>(), Scalar(1)))).any() );
/external/eigen/test/eigen2/
H A Deigen2_cwiseop.cpp143 VERIFY( (m1.cwise()<m1.unaryExpr(bind2nd(plus<Scalar>(), Scalar(1)))).all() );
144 VERIFY( !(m1.cwise()<m1.unaryExpr(bind2nd(minus<Scalar>(), Scalar(1)))).all() );
145 VERIFY( !(m1.cwise()>m1.unaryExpr(bind2nd(plus<Scalar>(), Scalar(1)))).any() );
/external/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h249 std::bind2nd(std::minus<PBQPNum>(), val));
263 std::bind2nd(std::not_equal_to<PBQPNum>(), 0)) ==
/external/chromium_org/chrome/browser/component_updater/
H A Dbackground_downloader_win.cc370 std::bind2nd(JobCreationOlderThanDays(), kPurgeStaleJobsAfterDays),
675 std::bind2nd(JobFileUrlEqual(), base::SysUTF8ToWide(url.spec())),
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dturnport.cc618 std::bind2nd(std::ptr_fun(MatchesIP), ipaddr)) != entries_.end());
626 std::bind2nd(std::ptr_fun(MatchesAddress), addr));
635 std::bind2nd(std::ptr_fun(MatchesChannelId), channel_id));
/external/chromium/chrome/browser/sync/glue/
H A Dautofill_model_associator.cc320 std::bind2nd(CompareProfiles(), &p));
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_contents.cc579 std::bind2nd(std::equal_to<GURL>(), url)) != 0;
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state.cc715 std::bind2nd(std::mem_fun(&Product::AddComDllList),
/external/stlport/stlport/stl/
H A D_function.h252 bind2nd(const _Operation& __fn, const _Tp& __x) { function
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_helper.cc818 std::bind2nd(std::equal_to<std::string>(),
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.cc579 bind2nd(ptr_fun(CryptoNotFound),
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtz2icu.cpp1377 bind2nd(ptr_fun(isAfter), seconds));
/external/icu4c/tools/tzcode/
H A Dtz2icu.cpp1377 bind2nd(ptr_fun(isAfter), seconds));

Completed in 775 milliseconds