Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 25 of 26) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
Dinvoke_rvalue.pass.cpp49 std::bind(f_void_1, _1)(2); in test_void_1()
54 std::bind(f_void_1, 2)(); in test_void_1()
61 std::bind(fp, _1)(3); in test_void_1()
67 std::bind(fp, 3)(); in test_void_1()
74 std::bind(a0, _1)(4); in test_void_1()
80 std::bind(a0, 4)(); in test_void_1()
87 std::bind(fp, _1)(A_void_1()); in test_void_1()
91 std::bind(fp, _1)(&a); in test_void_1()
97 std::bind(fp, A_void_1())(); in test_void_1()
101 std::bind(fp, &a)(); in test_void_1()
[all …]
Dinvoke_lvalue.pass.cpp50 std::bind(f_void_1, _1)(i); in test_void_1()
56 std::bind(f_void_1, i)(); in test_void_1()
64 std::bind(fp, _1)(i); in test_void_1()
71 std::bind(fp, i)(); in test_void_1()
79 std::bind(a0, _1)(i); in test_void_1()
86 std::bind(a0, i)(); in test_void_1()
94 std::bind(fp, _1)(a); in test_void_1()
98 std::bind(fp, _1)(ap); in test_void_1()
105 std::bind(fp, a)(); in test_void_1()
109 std::bind(fp, ap)(); in test_void_1()
[all …]
Dinvoke_int_0.pass.cpp44 test(std::bind(f), 1); in main()
45 test(std::bind(&f), 1); in main()
46 test(std::bind(A_int_0()), 4); in main()
47 test_const(std::bind(A_int_0()), 5); in main()
49 test(std::bind<int>(f), 1); in main()
50 test(std::bind<int>(&f), 1); in main()
51 test(std::bind<int>(A_int_0()), 4); in main()
52 test_const(std::bind<int>(A_int_0()), 5); in main()
Dinvoke_void_0.pass.cpp50 test(std::bind(f)); in main()
51 test(std::bind(&f)); in main()
52 test(std::bind(A_int_0())); in main()
53 test_const(std::bind(A_int_0())); in main()
55 test(std::bind<void>(f)); in main()
56 test(std::bind<void>(&f)); in main()
57 test(std::bind<void>(A_int_0())); in main()
58 test_const(std::bind<void>(A_int_0())); in main()
Dnested.pass.cpp48 auto g = std::bind(power(), 2, _1); in main()
50 assert(std::bind(plus_one(), g)(5) == 33); in main()
Dcopy.pass.cpp31 auto task = std::bind(fnc, 2.f, 4.f); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dbind.hpp48 # define BOOST_MPL_PREPROCESSED_HEADER bind.hpp
167 struct resolve_bind_arg< bind<F,AUX778076_BIND_PARAMS(T)>,AUX778076_BIND_PARAMS(U) >
169 typedef bind<F,AUX778076_BIND_PARAMS(T)> f_;
257 aux::yes_tag is_bind_helper(bind<F,AUX778076_BIND_PARAMS(T)>*);
296 (3,(0, BOOST_MPL_LIMIT_METAFUNCTION_ARITY, <boost/mpl/bind.hpp>))
303 # define BOOST_PP_ITERATION_PARAMS_1 (3,(3, 3, <boost/mpl/bind.hpp>))
308 # define BOOST_PP_ITERATION_PARAMS_1 (3,(3, 3, <boost/mpl/bind.hpp>))
319 #define AUX778076_COUNT_ARGS_PREFIX bind
329 struct bind struct
338 , bind
[all …]
Dbind_fwd.hpp73 struct bind;
96 struct BOOST_PP_CAT(bind,i_);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.isbind/
Dis_bind_expression.pass.cpp27 test<true>(std::bind(C())); in main()
28 test<true>(std::bind(C(), std::placeholders::_2)); in main()
29 test<true>(std::bind<int>(C())); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
Dfull_lambda.hpp153 bind<F,AUX778076_BIND_PARAMS(T)>
159 typedef bind<F, AUX778076_BIND_PARAMS(T)> result_;
271 typedef BOOST_PP_CAT(bind,i_)< in BOOST_PP_CAT()
338 BOOST_PP_CAT(bind,i_)<F AUX778076_BIND_N_PARAMS(i_, T)>
344 typedef BOOST_PP_CAT(bind,i_)<
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
Dbind_fwd.hpp18 struct bind;
Dbind.hpp58 struct resolve_bind_arg< bind< F,T1,T2,T3,T4,T5 >, U1, U2, U3, U4, U5 >
60 typedef bind< F,T1,T2,T3,T4,T5 > f_;
113 struct bind< F,na,na,na,na,na > struct
171 struct bind< F,T1,na,na,na,na > struct
234 struct bind< F,T1,T2,na,na,na > struct
302 struct bind< F,T1,T2,T3,na,na > struct
376 struct bind< F,T1,T2,T3,T4,na > struct
460 struct bind struct
Dfull_lambda.hpp523 bind< F,T1,T2,T3,T4,T5 >
529 typedef bind< F,T1,T2,T3,T4,T5 > result_;
/ndk/sources/cxx-stl/stlport/stlport/
Dfunctional50 #include <boost/bind/placeholders.hpp>
52 #include <boost/bind.hpp>
82 using ::boost::bind;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dalloc_F.pass.cpp87 std::function<void(int)> fun = std::bind(&Foo::bar, &f, std::placeholders::_1); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dunit_test_main.ipp33 #include <boost/bind.hpp>
135 …std::find_if( filters.begin(), filters.end(), bind( &single_filter::pass, _1, boost::ref(tu) ) ) !…
/ndk/sources/cxx-stl/llvm-libc++/
DAndroid.mk24 bind.cpp \
/ndk/docs/Additional_library_docs/renderscript/
Djquery.js21bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E|… method
32bind("selectstart.ui",function(){return false})},scrollParent:function(){var j;if((c.browser.msie&…
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1337 $(call gen-test, depr/depr.lib.binders/depr.lib.bind.1st/bind1st)
1338 $(call gen-test, depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd)
3873 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.bind/copy)
3874 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.bind/invoke_int_0)
3875 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.bind/invoke_lvalue)
3876 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.bind/invoke_rvalue)
3877 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.bind/invoke_void_0)
3878 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.bind/nested)
3879 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.isbind/is_bind_expression)
3880 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.isbind/is_placeholder)
[all …]
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1346 $(call gen-test, depr/depr.lib.binders/depr.lib.bind.1st/bind1st)
1347 $(call gen-test, depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd)
3882 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.bind/copy)
3883 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.bind/invoke_int_0)
3884 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.bind/invoke_lvalue)
3885 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.bind/invoke_rvalue)
3886 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.bind/invoke_void_0)
3887 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.bind/nested)
3888 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.isbind/is_bind_expression)
3889 $(call gen-test, utilities/function.objects/bind/func.bind/func.bind.isbind/is_placeholder)
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dfunctional47 reference_wrapper(T&&) = delete; // do not bind to temps
214 unspecified bind(Fn&&, BoundArgs&&...);
216 unspecified bind(Fn&&, BoundArgs&&...);
2184 bind(_Fp&& __f, _BoundArgs&&... __bound_args)
2193 bind(_Fp&& __f, _BoundArgs&&... __bound_args)
D__functional_base437 private: reference_wrapper(type&&); public: // = delete; // do not bind to temps
D__functional_032114 bind(_Fp&& __f, _BoundArgs&&... __bound_args)
2123 bind(_Fp&& __f, _BoundArgs&&... __bound_args)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
Dbind.hpp1291 #define BOOST_BIND bind
/ndk/sources/host-tools/make-3.81/
Dconfigure813 -bindir | --bindir | --bindi | --bind | --bin | --bi)
815 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)

12