Home
last modified time | relevance | path

Searched refs:can_execute (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/www/restbed/restbed-4.8/dependency/asio/asio/src/tests/unit/execution/
H A Dexecute.cpp267 ASIO_CONSTEXPR bool b1 = exec::can_execute< in test_can_execute()
271 ASIO_CONSTEXPR bool b2 = exec::can_execute< in test_can_execute()
275 ASIO_CONSTEXPR bool b3 = exec::can_execute< in test_can_execute()
279 ASIO_CONSTEXPR bool b4 = exec::can_execute< in test_can_execute()
283 ASIO_CONSTEXPR bool b5 = exec::can_execute< in test_can_execute()
287 ASIO_CONSTEXPR bool b6 = exec::can_execute< in test_can_execute()
292 ASIO_CONSTEXPR bool b7 = exec::can_execute< in test_can_execute()
296 ASIO_CONSTEXPR bool b8 = exec::can_execute< in test_can_execute()
300 ASIO_CONSTEXPR bool b9 = exec::can_execute< in test_can_execute()
304 ASIO_CONSTEXPR bool b10 = exec::can_execute< in test_can_execute()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/asio/test/execution/
H A Dexecute.cpp279 BOOST_ASIO_CONSTEXPR bool b1 = exec::can_execute< in test_can_execute()
283 BOOST_ASIO_CONSTEXPR bool b2 = exec::can_execute< in test_can_execute()
287 BOOST_ASIO_CONSTEXPR bool b3 = exec::can_execute< in test_can_execute()
291 BOOST_ASIO_CONSTEXPR bool b4 = exec::can_execute< in test_can_execute()
295 BOOST_ASIO_CONSTEXPR bool b5 = exec::can_execute< in test_can_execute()
299 BOOST_ASIO_CONSTEXPR bool b6 = exec::can_execute< in test_can_execute()
304 BOOST_ASIO_CONSTEXPR bool b7 = exec::can_execute< in test_can_execute()
308 BOOST_ASIO_CONSTEXPR bool b8 = exec::can_execute< in test_can_execute()
312 BOOST_ASIO_CONSTEXPR bool b9 = exec::can_execute< in test_can_execute()
316 BOOST_ASIO_CONSTEXPR bool b10 = exec::can_execute< in test_can_execute()
[all …]
/dports/misc/py-pexpect/pexpect-4.8.0/tests/
H A Dtest_which.py261 can_execute = True
268 can_execute = False
270 assert should_match == can_execute, (
271 should_match, can_execute, mode_str)
/dports/devel/hyperscan/boost_1_75_0/boost/asio/execution/
H A Dexecute.hpp64 struct can_execute : struct
248 struct can_execute : struct
258 constexpr bool can_execute_v = can_execute<T, F>::value;
H A Dexecutor.hpp63 can_execute<typename add_const<T>::type, F>::value,
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/asio/execution/
H A Dexecute.hpp64 struct can_execute : struct
248 struct can_execute : struct
258 constexpr bool can_execute_v = can_execute<T, F>::value;
H A Dexecutor.hpp63 can_execute<typename add_const<T>::type, F>::value,
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/asio/execution/
H A Dexecute.hpp64 struct can_execute : struct
248 struct can_execute : struct
258 constexpr bool can_execute_v = can_execute<T, F>::value;
H A Dexecutor.hpp63 can_execute<typename add_const<T>::type, F>::value,
/dports/devel/R-cran-BH/BH/inst/include/boost/asio/execution/
H A Dexecute.hpp64 struct can_execute : struct
266 struct can_execute : struct
277 constexpr bool can_execute_v = can_execute<T, F>::value;
H A Dexecutor.hpp49 can_execute<typename add_const<T>::type, F>::value
/dports/www/restbed/restbed-4.8/dependency/asio/asio/include/asio/execution/
H A Dexecute.hpp63 struct can_execute : struct
261 struct can_execute : struct
272 constexpr bool can_execute_v = can_execute<T, F>::value;
H A Dexecutor.hpp48 can_execute<typename add_const<T>::type, F>::value
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/core/
H A Dna-selected-info.c62 gboolean can_execute; member
570 is_exe = nsi->private->can_execute; in na_selected_info_is_executable()
711 g_debug( "%s: can_execute=%s", thisfn, nsi->private->can_execute ? "True":"False" ); in dump()
885 …nsi->private->can_execute = g_file_info_get_attribute_boolean( info, G_FILE_ATTRIBUTE_ACCESS_CAN_E… in query_file_attributes()
/dports/games/wesnoth/wesnoth-1.14.17/src/hotkey/
H A Dcommand_executor.cpp709 bool can_execute = can_execute_command(command_obj); in set_button_state() local
710 if (can_execute) { in set_button_state()
733 bool can_execute = can_execute_command(command_obj); in set_button_state() local
735 if (!can_execute) continue; in set_button_state()
/dports/games/py-fife/fifengine-0.4.2/engine/python/fife/extensions/pychan/
H A Dinternal.py78 self.can_execute = False
115 self.can_execute = True
/dports/www/hiawatha/hiawatha-10.12/src/
H A Dlibfs.h36 t_fs_bool can_execute(char *file, uid_t uid, gid_t gid, t_groups *groups);
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserver/
H A De-source-mail-signature.c400 gboolean can_execute; in e_source_mail_signature_load_sync() local
424 can_execute = g_file_info_get_attribute_boolean ( in e_source_mail_signature_load_sync()
430 if (can_execute) in e_source_mail_signature_load_sync()
/dports/audio/py-fmoo-audiotools/audiotools-3.0/
H A Dtrack2cd177 if not audiotools.BIN.can_execute(audiotools.BIN['cdrdao']):
269 if not audiotools.BIN.can_execute(audiotools.BIN['cdrdao']):
407 if not audiotools.BIN.can_execute(audiotools.BIN['cdrecord']):
/dports/devel/hyperscan/boost_1_75_0/boost/asio/
H A Dstrand.hpp275 execution::can_execute<const Executor&, Function>::value
463 execution::can_execute<const Executor&, Function>::value
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/asio/
H A Dstrand.hpp275 execution::can_execute<const Executor&, Function>::value
463 execution::can_execute<const Executor&, Function>::value
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/asio/
H A Dstrand.hpp275 execution::can_execute<const Executor&, Function>::value
463 execution::can_execute<const Executor&, Function>::value
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/expressions/
H A Dascent_derived_jit.hpp67 bool can_execute() const;
/dports/devel/R-cran-BH/BH/inst/include/boost/asio/
H A Dstrand.hpp283 execution::can_execute<const Executor&, Function>::value,
487 execution::can_execute<const Executor&, Function>::value
/dports/www/restbed/restbed-4.8/dependency/asio/asio/include/asio/
H A Dstrand.hpp282 execution::can_execute<const Executor&, Function>::value,
486 execution::can_execute<const Executor&, Function>::value

12345678910>>...12