Home
last modified time | relevance | path

Searched refs:get_bool (Results 226 – 250 of 2390) sorted by relevance

12345678910>>...96

/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/board/
H A Dboard-uclass.c30 if (!ops->get_bool) in board_get_bool()
33 return ops->get_bool(dev, id, val); in board_get_bool()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/drivers/board/
H A Dboard-uclass.c30 if (!ops->get_bool) in board_get_bool()
33 return ops->get_bool(dev, id, val); in board_get_bool()
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/settings/
H A Doptionspage_interface.cpp117 impl_->swap_->SetValue(m_pOptions->get_bool(OPTION_FILEPANE_SWAP)); in LoadPage()
120 impl_->minimize_tray_->SetValue(m_pOptions->get_bool(OPTION_MINIMIZE_TRAY)); in LoadPage()
123 impl_->no_idle_sleep_->SetValue(m_pOptions->get_bool(OPTION_PREVENT_IDLESLEEP)); in LoadPage()
126 impl_->momentary_speed_->SetValue(m_pOptions->get_bool(OPTION_SPEED_DISPLAY)); in LoadPage()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/aux_/
H A Dsession_settings.hpp62 bool get_bool(int name) const in get_bool() function
124 bool get_bool(int name) const in get_bool() function
127 return m_store.get_bool(name); in get_bool()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/aux_/
H A Dsession_settings.hpp62 bool get_bool(int name) const in get_bool() function
124 bool get_bool(int name) const in get_bool() function
127 return m_store.get_bool(name); in get_bool()
/dports/math/z3/z3-z3-4.8.13/src/util/
H A Dparams.cpp387 bool get_bool(symbol const & k, bool _default) const;
388 bool get_bool(char const * k, bool _default) const;
400 bool get_bool(char const * k, params_ref const & fallback, bool _default) const;
620 bool params_ref::get_bool(symbol const & k, bool _default) const { return m_params ? m_params->get_… in get_bool() function in params_ref
621 bool params_ref::get_bool(char const * k, bool _default) const { return m_params ? m_params->get_bo… in get_bool() function in params_ref
645 bool params_ref::get_bool(char const * k, params_ref const & fallback, bool _default) const { in get_bool() function in params_ref
646 return m_params ? m_params->get_bool(k, fallback, _default) : fallback.get_bool(k, _default); in get_bool()
844 bool params::get_bool(symbol const & k, bool _default) const { in get_bool() function in params
848 bool params::get_bool(char const * k, bool _default) const { in get_bool() function in params
920 bool params::get_bool(char const * k, params_ref const & fallback, bool _default) const { in get_bool() function in params
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Dparams.cpp387 bool get_bool(symbol const & k, bool _default) const;
388 bool get_bool(char const * k, bool _default) const;
400 bool get_bool(char const * k, params_ref const & fallback, bool _default) const;
620 bool params_ref::get_bool(symbol const & k, bool _default) const { return m_params ? m_params->get_… in get_bool() function in params_ref
621 bool params_ref::get_bool(char const * k, bool _default) const { return m_params ? m_params->get_bo… in get_bool() function in params_ref
645 bool params_ref::get_bool(char const * k, params_ref const & fallback, bool _default) const { in get_bool() function in params_ref
646 return m_params ? m_params->get_bool(k, fallback, _default) : fallback.get_bool(k, _default); in get_bool()
844 bool params::get_bool(symbol const & k, bool _default) const { in get_bool() function in params
848 bool params::get_bool(char const * k, bool _default) const { in get_bool() function in params
920 bool params::get_bool(char const * k, params_ref const & fallback, bool _default) const { in get_bool() function in params
[all …]
/dports/emulators/qemu/qemu-6.2.0/audio/
H A Daudio_legacy.c47 static void get_bool(const char *env, bool *dst, bool *has_dst) in get_bool() function
169 get_bool(buf, &apdo->try_poll, &apdo->has_try_poll); in handle_alsa_per_direction()
175 get_bool(buf, &size_in_usecs, &dummy); in handle_alsa_per_direction()
237 get_bool(try_poll_env, &opdo->try_poll, &opdo->has_try_poll); in handle_oss_per_direction()
255 get_bool("QEMU_OSS_MMAP", &oopt->try_mmap, &oopt->has_try_mmap); in handle_oss()
256 get_bool("QEMU_OSS_EXCLUSIVE", &oopt->exclusive, &oopt->has_exclusive); in handle_oss()
314 get_bool(buf, &pdo->fixed_settings, &pdo->has_fixed_settings); in handle_per_direction()
/dports/emulators/qemu60/qemu-6.0.0/audio/
H A Daudio_legacy.c47 static void get_bool(const char *env, bool *dst, bool *has_dst) in get_bool() function
169 get_bool(buf, &apdo->try_poll, &apdo->has_try_poll); in handle_alsa_per_direction()
175 get_bool(buf, &size_in_usecs, &dummy); in handle_alsa_per_direction()
237 get_bool(try_poll_env, &opdo->try_poll, &opdo->has_try_poll); in handle_oss_per_direction()
255 get_bool("QEMU_OSS_MMAP", &oopt->try_mmap, &oopt->has_try_mmap); in handle_oss()
256 get_bool("QEMU_OSS_EXCLUSIVE", &oopt->exclusive, &oopt->has_exclusive); in handle_oss()
314 get_bool(buf, &pdo->fixed_settings, &pdo->has_fixed_settings); in handle_per_direction()
/dports/emulators/qemu5/qemu-5.2.0/audio/
H A Daudio_legacy.c47 static void get_bool(const char *env, bool *dst, bool *has_dst) in get_bool() function
169 get_bool(buf, &apdo->try_poll, &apdo->has_try_poll); in handle_alsa_per_direction()
175 get_bool(buf, &size_in_usecs, &dummy); in handle_alsa_per_direction()
237 get_bool(try_poll_env, &opdo->try_poll, &opdo->has_try_poll); in handle_oss_per_direction()
255 get_bool("QEMU_OSS_MMAP", &oopt->try_mmap, &oopt->has_try_mmap); in handle_oss()
256 get_bool("QEMU_OSS_EXCLUSIVE", &oopt->exclusive, &oopt->has_exclusive); in handle_oss()
313 get_bool(buf, &pdo->fixed_settings, &pdo->has_fixed_settings); in handle_per_direction()
/dports/emulators/qemu-utils/qemu-4.2.1/audio/
H A Daudio_legacy.c47 static void get_bool(const char *env, bool *dst, bool *has_dst) in get_bool() function
169 get_bool(buf, &apdo->try_poll, &apdo->has_try_poll); in handle_alsa_per_direction()
175 get_bool(buf, &size_in_usecs, &dummy); in handle_alsa_per_direction()
237 get_bool(try_poll_env, &opdo->try_poll, &opdo->has_try_poll); in handle_oss_per_direction()
255 get_bool("QEMU_OSS_MMAP", &oopt->try_mmap, &oopt->has_try_mmap); in handle_oss()
256 get_bool("QEMU_OSS_EXCLUSIVE", &oopt->exclusive, &oopt->has_exclusive); in handle_oss()
313 get_bool(buf, &pdo->fixed_settings, &pdo->has_fixed_settings); in handle_per_direction()
/dports/emulators/qemu42/qemu-4.2.1/audio/
H A Daudio_legacy.c47 static void get_bool(const char *env, bool *dst, bool *has_dst) in get_bool() function
169 get_bool(buf, &apdo->try_poll, &apdo->has_try_poll); in handle_alsa_per_direction()
175 get_bool(buf, &size_in_usecs, &dummy); in handle_alsa_per_direction()
237 get_bool(try_poll_env, &opdo->try_poll, &opdo->has_try_poll); in handle_oss_per_direction()
255 get_bool("QEMU_OSS_MMAP", &oopt->try_mmap, &oopt->has_try_mmap); in handle_oss()
256 get_bool("QEMU_OSS_EXCLUSIVE", &oopt->exclusive, &oopt->has_exclusive); in handle_oss()
313 get_bool(buf, &pdo->fixed_settings, &pdo->has_fixed_settings); in handle_per_direction()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/audio/
H A Daudio_legacy.c47 static void get_bool(const char *env, bool *dst, bool *has_dst) in get_bool() function
169 get_bool(buf, &apdo->try_poll, &apdo->has_try_poll); in handle_alsa_per_direction()
175 get_bool(buf, &size_in_usecs, &dummy); in handle_alsa_per_direction()
237 get_bool(try_poll_env, &opdo->try_poll, &opdo->has_try_poll); in handle_oss_per_direction()
255 get_bool("QEMU_OSS_MMAP", &oopt->try_mmap, &oopt->has_try_mmap); in handle_oss()
256 get_bool("QEMU_OSS_EXCLUSIVE", &oopt->exclusive, &oopt->has_exclusive); in handle_oss()
313 get_bool(buf, &pdo->fixed_settings, &pdo->has_fixed_settings); in handle_per_direction()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/audio/
H A Daudio_legacy.c47 static void get_bool(const char *env, bool *dst, bool *has_dst) in get_bool() function
169 get_bool(buf, &apdo->try_poll, &apdo->has_try_poll); in handle_alsa_per_direction()
175 get_bool(buf, &size_in_usecs, &dummy); in handle_alsa_per_direction()
237 get_bool(try_poll_env, &opdo->try_poll, &opdo->has_try_poll); in handle_oss_per_direction()
255 get_bool("QEMU_OSS_MMAP", &oopt->try_mmap, &oopt->has_try_mmap); in handle_oss()
256 get_bool("QEMU_OSS_EXCLUSIVE", &oopt->exclusive, &oopt->has_exclusive); in handle_oss()
313 get_bool(buf, &pdo->fixed_settings, &pdo->has_fixed_settings); in handle_per_direction()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/audio/
H A Daudio_legacy.c47 static void get_bool(const char *env, bool *dst, bool *has_dst) in get_bool() function
169 get_bool(buf, &apdo->try_poll, &apdo->has_try_poll); in handle_alsa_per_direction()
175 get_bool(buf, &size_in_usecs, &dummy); in handle_alsa_per_direction()
237 get_bool(try_poll_env, &opdo->try_poll, &opdo->has_try_poll); in handle_oss_per_direction()
255 get_bool("QEMU_OSS_MMAP", &oopt->try_mmap, &oopt->has_try_mmap); in handle_oss()
256 get_bool("QEMU_OSS_EXCLUSIVE", &oopt->exclusive, &oopt->has_exclusive); in handle_oss()
314 get_bool(buf, &pdo->fixed_settings, &pdo->has_fixed_settings); in handle_per_direction()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/utils/converter/
H A Dlevel_tools.cxx89 if (cl.get_bool("-with_lods")) in process()
91 if (cl.get_bool("-use_mt")) in process()
93 if (cl.get_bool("-dbgcfrm")) in process()
95 if (cl.get_bool("-dbgmrg")) in process()
97 if (cl.get_bool("-terrain")) in process()
/dports/sysutils/u-boot-tools/u-boot-2020.07/drivers/board/
H A Dboard-uclass.c41 if (!ops->get_bool) in board_get_bool()
44 return ops->get_bool(dev, id, val); in board_get_bool()
/dports/devel/mercurial/mercurial-6.0/rust/rhg/src/commands/
H A Dstatus.rs141 if invocation.config.get_bool(b"ui", b"tweakdefaults").ok() == Some(true) { in run()
146 if invocation.config.get_bool(b"ui", b"statuscopies").ok() == Some(true) { in run()
267 config.get_bool(b"ui", b"relative-paths").unwrap_or(false); in display_status_paths()
269 .get_bool(b"commands", b"status.relative") in display_status_paths()
/dports/security/snort3/snort3-3.1.19.0/src/stream/tcp/
H A Dtcp_module.cc326 config->no_ack = v.get_bool(); in set()
339 if ( v.get_bool() ) in set()
350 if ( v.get_bool() ) in set()
357 if ( v.get_bool() ) in set()
/dports/mail/ecartis/ecartis-1.0.0/src/modules/acctmgr/
H A Dset.c31 if(LMAPI->get_bool("liscript-allow-explicit-list")) { in FUNC_HANDLER()
56 if (!LMAPI->get_bool("allow-setaddy")) { in CMD_HANDLER()
168 if(LMAPI->get_bool("adminmode")) { in CMD_HANDLER()
292 if(LMAPI->get_bool("adminmode")) { in CMD_HANDLER()
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Darrayiterator.pmc154 =item C<INTVAL get_bool()>
162 VTABLE INTVAL get_bool() :no_wb {
292 if (!STATICSELF.get_bool())
317 if (!STATICSELF.get_bool())
344 if (!STATICSELF.get_bool())
373 if (!STATICSELF.get_bool())
397 if (!STATICSELF.get_bool())
422 if (!STATICSELF.get_bool())
449 if (!STATICSELF.get_bool())
/dports/devel/simdjson/simdjson-0.9.6/include/simdjson/generic/ondemand/
H A Dvalue-inl.h45 simdjson_really_inline simdjson_result<bool> value::get_bool() noexcept { in get_bool() function
46 return iter.get_bool(); in get_bool()
59 template<> simdjson_really_inline simdjson_result<bool> value::get() noexcept { return get_bool(); } in get()
88 return get_bool(); in noexcept()
213 …djson_result<bool> simdjson_result<SIMDJSON_IMPLEMENTATION::ondemand::value>::get_bool() noexcept { in get_bool() function
215 return first.get_bool(); in get_bool()
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/appid/
H A Dappid_module.cc487 config->log_stats = v.get_bool(); in set()
499 config->tp_appid_stats_enable = v.get_bool(); in set()
501 config->tp_appid_config_dump = v.get_bool(); in set()
503 config->list_odp_detectors = v.get_bool(); in set()
505 config->log_all_sessions = v.get_bool(); in set()
507 config->enable_rna_filter = v.get_bool(); in set()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/rnp/
H A Drnp.cpp261 if (cfg.get_bool(CFG_ENCRYPT_SK)) { in setcmd()
268 if (!cfg.get_bool(CFG_ENCRYPT_PK) && !cfg.get_bool(CFG_SIGN_NEEDED)) { in setcmd()
279 if (cfg.get_bool(CFG_ENCRYPT_SK)) { in setcmd()
682 disable_ks = rnp.cfg().get_bool(CFG_KEYSTORE_DISABLED);
683 if (!disable_ks && !rnp.load_keyrings(rnp.cfg().get_bool(CFG_NEEDSSECKEY))) {
/dports/math/z3/z3-z3-4.8.13/src/qe/
H A Dqe_cmd.cpp53 if (m_params.get_bool("print", true)) { in execute()
57 if (m_params.get_bool("print_statistics", false)) { in execute()

12345678910>>...96