Home
last modified time | relevance | path

Searched refs:functional (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dproto_fwd.hpp591 namespace functional namespace
682 typedef functional::flatten _flatten;
683 typedef functional::make_pair _make_pair;
684 typedef functional::first _first;
685 typedef functional::second _second;
686 typedef functional::pop_front _at;
687 typedef functional::pop_front _pop_front;
688 typedef functional::push_front _push_front;
689 typedef functional::pop_back _pop_back;
690 typedef functional::push_back _push_back;
[all …]
H A Ddebug.hpp167 namespace functional namespace
214 functional::display_expr(sout, 0)(expr); in display_expr()
222 functional::display_expr()(expr); in display_expr()
H A Dmake_expr.hpp250 namespace functional namespace
492 struct is_callable<functional::make_expr<Tag, Domain> >
499 struct is_callable<functional::unpack_expr<Tag, Domain> >
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/
H A Ddisable-outside-tests.patch9 Index: cpprest/Release/tests/functional/http/client/CMakeLists.txt
11 --- cpprest.orig/Release/tests/functional/http/client/CMakeLists.txt
12 +++ cpprest/Release/tests/functional/http/client/CMakeLists.txt
21 Index: cpprest/Release/tests/functional/http/client/authentication_tests.cpp
23 --- cpprest.orig/Release/tests/functional/http/client/authentication_tests.cpp
24 +++ cpprest/Release/tests/functional/http/client/authentication_tests.cpp
53 Index: cpprest/Release/tests/functional/websockets/client/authentication_tests.cpp
55 --- cpprest.orig/Release/tests/functional/websockets/client/authentication_tests.cpp
56 +++ cpprest/Release/tests/functional/websockets/client/authentication_tests.cpp
88 Index: cpprest/Release/tests/functional/http/client/connections_and_errors.cpp
[all …]
H A Ddisable-float-tests.patch6 Index: cpprest/Release/tests/functional/streams/istream_tests.cpp
8 --- cpprest.orig/Release/tests/functional/streams/istream_tests.cpp
9 +++ cpprest/Release/tests/functional/streams/istream_tests.cpp
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/operator/detail/cpp03/preprocessed/
H A Dmem_fun_ptr_expr_10.hpp7functional { typedef boost::proto::functional::make_expr< tag:: mem_fun_ptr > make_mem_fun_ptr; } … in make_mem_fun_ptr() namespace
H A Dmem_fun_ptr_expr_20.hpp7functional { typedef boost::proto::functional::make_expr< tag:: mem_fun_ptr > make_mem_fun_ptr; } … in make_mem_fun_ptr() namespace
H A Dmem_fun_ptr_expr_30.hpp7functional { typedef boost::proto::functional::make_expr< tag:: mem_fun_ptr > make_mem_fun_ptr; } … in make_mem_fun_ptr() namespace
H A Dmem_fun_ptr_expr_40.hpp7functional { typedef boost::proto::functional::make_expr< tag:: mem_fun_ptr > make_mem_fun_ptr; } … in make_mem_fun_ptr() namespace
H A Dmem_fun_ptr_expr_50.hpp7functional { typedef boost::proto::functional::make_expr< tag:: mem_fun_ptr > make_mem_fun_ptr; } … in make_mem_fun_ptr() namespace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/cpp03/preprocessed/
H A Dfunction_eval_expr_10.hpp8functional { typedef boost::proto::functional::make_expr< tag:: function_eval > make_function_eval… in make_function_eval() namespace
H A Dfunction_eval_expr_20.hpp8functional { typedef boost::proto::functional::make_expr< tag:: function_eval > make_function_eval… in make_function_eval() namespace
H A Dfunction_eval_expr_30.hpp8functional { typedef boost::proto::functional::make_expr< tag:: function_eval > make_function_eval… in make_function_eval() namespace
H A Dfunction_eval_expr_40.hpp8functional { typedef boost::proto::functional::make_expr< tag:: function_eval > make_function_eval… in make_function_eval() namespace
H A Dfunction_eval_expr_50.hpp8functional { typedef boost::proto::functional::make_expr< tag:: function_eval > make_function_eval… in make_function_eval() namespace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/operator/detail/
H A Ddefine_operator.hpp29 namespace functional \
32 proto::functional::make_expr<proto::tag::name> \
40 functional:: BOOST_PP_CAT(make_, name)( \
51 return functional::BOOST_PP_CAT(make_, name)()(operand); \
69 namespace functional \
72 proto::functional::make_expr<proto::tag::name> \
80 functional:: BOOST_PP_CAT(make_, name)( \
91 return functional::BOOST_PP_CAT(make_, name)()(lhs, rhs); \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Denv.hpp169 namespace functional namespace
362 : BOOST_PROTO_RESULT_OF<functional::as_env(T)>
367 : BOOST_PROTO_RESULT_OF<functional::has_env_var<Key>(Env)>::type
372 : BOOST_PROTO_RESULT_OF<functional::env_var<Key>(Env)>
381 return proto::functional::as_env()(t); in as_env()
387 return proto::functional::as_env()(t); in as_env()
395 return functional::has_env_var<Key>()(e); in has_env_var()
401 return functional::has_env_var<Key>()(e); in has_env_var()
409 return functional::env_var<Key>()(e); in env_var()
415 return functional::env_var<Key>()(e); in env_var()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/
H A Dexpression.hpp113 namespace functional \
116 boost::proto::functional::make_expr< \
182 functional:: \
209 functional::BOOST_PP_CAT( \
307 functional:: BOOST_PP_CAT(make_, BOOST_PP_SEQ_HEAD(BOOST_PP_SEQ_REVERSE(NAME_SEQ)))( \
320 functional:: BOOST_PP_CAT(make_, NAME)( \
353 …return functional::BOOST_PP_CAT(make_, BOOST_PP_SEQ_HEAD(BOOST_PP_SEQ_REVERSE(NAME_SEQ)))()(a0, a.…
368 return functional::BOOST_PP_CAT(make_, NAME)()(BOOST_PHOENIX_a(N)); \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dversion31 __cpp_lib_boyer_moore_searcher 201603L <functional>
56 __cpp_lib_invoke 201411L <functional>
75 __cpp_lib_not_fn 201603L <functional>
81 __cpp_lib_result_of_sfinae 201210L <functional> <type_traits>
93 __cpp_lib_transparent_operators 201510L <memory> <functional>
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dversion31 __cpp_lib_boyer_moore_searcher 201603L <functional>
56 __cpp_lib_invoke 201411L <functional>
75 __cpp_lib_not_fn 201603L <functional>
81 __cpp_lib_result_of_sfinae 201210L <functional> <type_traits>
93 __cpp_lib_transparent_operators 201510L <memory> <functional>
/OK3568_Linux_fs/u-boot/board/sbc8641d/
H A DREADME36 Assuming one device has a functional U-Boot, and the other device has
37 a recently installed non-functional image, to perform a recovery from
38 that non-functional image goes essentially as follows:
40 a) power down the board and jumper JP10 to select the functional image.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/squid/files/
H A D0001-splay.cc-fix-bind-is-not-a-member-of-std.patch10 …:134:28: note: 'std::bind' is defined in header '<functional>'; did you forget to '#include <funct…
25 +#include <functional>
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/marvell/
H A Docteontx2.rst20 resources from the network, crypto and other functional blocks into
21 PCI-compatible physical and virtual functions. Each functional block
25 and has privileges to provision RVU functional block's LFs to each of the
28 RVU managed networking functional blocks
35 RVU managed non-networking functional blocks
45 RVU functional blocks are highly configurable as per software requirements.
64 supports resource provisioning and configuration of functional blocks.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/crypto/
H A Domap-des.txt9 - clocks : A phandle to the functional clock node of the DES module
11 - clock-names : Name of the functional clock, should be "fck"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pwm/
H A Dpwm-rockchip.txt12 - There is one clock that's used both to derive the functional clock
15 - "pwm": This is used to derive the functional clock.

12345678910>>...16