Home
last modified time | relevance | path

Searched refs:has_dep (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/R-cran-desc/desc/tests/testthat/
H A Dtest-deps.R157 expect_true(desc$has_dep("R6"))
158 expect_true(desc$has_dep("testthat"))
160 expect_true(desc$has_dep("R6", "Imports"))
161 expect_true(desc$has_dep("testthat", "Suggests"))
163 expect_false(desc$has_dep("foobar"))
167 expect_error(desc$has_dep(123))
168 expect_error(desc$has_dep("testthat", "xxx"))
173 expect_true(desc$has_dep("Rcpp"))
174 expect_true(desc$has_dep("Rcpp", "Imports"))
175 expect_true(desc$has_dep("Rcpp", "LinkingTo"))
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dfarming_methods.F129 LOGICAL :: explicit, has_dep local
201 has_dep = .FALSE.
230 IF (SIZE(dependencies, 1) .NE. 0) has_dep = .TRUE.
234 IF (has_dep) THEN
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dfarming_methods.F129 LOGICAL :: explicit, has_dep local
201 has_dep = .FALSE.
230 IF (SIZE(dependencies, 1) .NE. 0) has_dep = .TRUE.
234 IF (has_dep) THEN
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/gadget/function/
H A Du_tcm.h34 bool has_dep; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/gadget/function/
H A Du_tcm.h34 bool has_dep; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/gadget/function/
H A Du_tcm.h34 bool has_dep; member
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/ssa/
H A Dhipe_ssa_copy_prop.inc91 has_dep(Use, Def, Dep) ->
148 case has_dep(Dst, Root, PhiDep) of
169 case has_dep(Key, Root, PhiDep) of
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/ssa/
H A Dhipe_ssa_copy_prop.inc91 has_dep(Use, Def, Dep) ->
148 case has_dep(Dst, Root, PhiDep) of
169 case has_dep(Key, Root, PhiDep) of
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/ssa/
H A Dhipe_ssa_copy_prop.inc91 has_dep(Use, Def, Dep) ->
148 case has_dep(Dst, Root, PhiDep) of
169 case has_dep(Key, Root, PhiDep) of
/dports/devel/R-cran-desc/desc/
H A DNEWS.md50 * `has_dep()` now works well with dependencies listed multiple times
127 * Fix but in `del_dep()` and `has_dep()`, they only worked if the package
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/gadget/legacy/
H A Dtcm_usb_gadget.c154 tcm_opts->has_dep = true; in usb_target_gadget_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/gadget/legacy/
H A Dtcm_usb_gadget.c154 tcm_opts->has_dep = true; in usb_target_gadget_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/gadget/legacy/
H A Dtcm_usb_gadget.c154 tcm_opts->has_dep = true; in usb_target_gadget_init()
/dports/lang/swi-pl/swipl-8.2.3/cmake/
H A DPackageSelection.cmake237 has_package(${dep} has_dep)
238 if(NOT has_dep)
/dports/devel/libpeas/libpeas-1.26.0/tests/libpeas/
H A Dplugin-info.c193 TEST ("has-dep", has_dep); in main()
/dports/devel/py-libpeas/libpeas-1.26.0/tests/libpeas/
H A Dplugin-info.c193 TEST ("has-dep", has_dep); in main()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Ddmx_gsf.c669 u8 has_dep = gf_bs_read_int(bs, 1); in gsfdmx_read_data_pck() local
725 if (has_dep) in gsfdmx_read_data_pck()
817 if (has_dep) gf_filter_pck_set_dependency_flags(gpck->pck, dep_flags); in gsfdmx_read_data_pck()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Ddmx_gsf.c669 u8 has_dep = gf_bs_read_int(bs, 1); in gsfdmx_read_data_pck() local
725 if (has_dep) in gsfdmx_read_data_pck()
817 if (has_dep) gf_filter_pck_set_dependency_flags(gpck->pck, dep_flags); in gsfdmx_read_data_pck()
/dports/math/z3/z3-z3-4.8.13/src/opt/
H A Dopt_context.cpp838 bool has_dep = false; in simplify_fmls() local
839 for (unsigned i = 0; !has_dep && i < g->size(); ++i) { in simplify_fmls()
843 has_dep |= !deps.empty(); in simplify_fmls()
845 if (optp.elim_01() && m_logic.is_null() && !has_dep) { in simplify_fmls()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/opt/
H A Dopt_context.cpp823 bool has_dep = false; in simplify_fmls() local
824 for (unsigned i = 0; !has_dep && i < g->size(); ++i) { in simplify_fmls()
828 has_dep |= !deps.empty(); in simplify_fmls()
830 if (optp.elim_01() && m_logic.is_null() && !has_dep) { in simplify_fmls()
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/util/
H A Docamake.ml276 let has_dep where dep =
281 let is_free file = not(List.exists (has_dep g) file.deps) in
292 List.exists (has_dep acc) file.deps || (* a dep is rebuild *)
/dports/devel/R-cran-desc/desc/R/
H A Ddescription.R556 has_dep = function(package, type = c("any", desc::dep_types)) method in description
/dports/devel/R-cran-desc/desc/man/
H A Ddescription.Rd219 The \code{$has_dep} method checks if a package is included in the
232 description$has_dep(package, type = c("any", dep_types))
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/zimg/graph/
H A Dgraphbuilder.cpp413 void attach_greyscale_filter(std::shared_ptr<ImageFilter> filter, plane_mask mask, bool has_dep) in attach_greyscale_filter() argument
420 id_map deps = has_dep ? m_ids & mask : null_ids; in attach_greyscale_filter()
/dports/multimedia/handbrake/zimg-release-3.0.1/src/zimg/graph/
H A Dgraphbuilder.cpp413 void attach_greyscale_filter(std::shared_ptr<ImageFilter> filter, plane_mask mask, bool has_dep) in attach_greyscale_filter() argument
420 id_map deps = has_dep ? m_ids & mask : null_ids; in attach_greyscale_filter()

12