Home
last modified time | relevance | path

Searched defs:has (Results 251 – 275 of 6736) sorted by relevance

1...<<11121314151617181920>>...270

/dports/emulators/qemu-utils/qemu-4.2.1/tests/tcg/
H A Dconfigure.sh15 has() { function
/dports/emulators/qemu5/qemu-5.2.0/tests/tcg/
H A Dconfigure.sh15 has() { function
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/tcg/
H A Dconfigure.sh15 has() { function
/dports/emulators/qemu42/qemu-4.2.1/tests/tcg/
H A Dconfigure.sh15 has() { function
/dports/devel/z88dk/z88dk/test/suites/string/
H A Dstrstr.c15 Assert(strstr(string,"Test") == string, "String should be found at start"); in has()
/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dautogen.sh45 has() { [[ " ${*:2} " == *" $1 "* ]] ; } function
/dports/emulators/qemu/qemu-6.2.0/tests/tcg/
H A Dconfigure.sh15 has() { function
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/tcg/
H A Dconfigure.sh15 has() { function
/dports/emulators/qemu60/qemu-6.0.0/tests/tcg/
H A Dconfigure.sh15 has() { function
/dports/cad/nvc/nvc-r1.5.3/src/
H A Dobject.c214 const imask_t has = class->has_map[object->kind]; in object_sweep() local
318 const imask_t has = class->has_map[object->kind]; in object_visit() local
400 const imask_t has = class->has_map[object->kind]; in object_rewrite() local
525 const imask_t has = class->has_map[object->kind]; in object_write() local
660 const imask_t has = class->has_map[object->kind]; in object_read() local
818 const imask_t has = class->has_map[object->kind]; in object_copy_mark() local
904 const imask_t has = class->has_map[object->kind]; in object_copy_sweep() local
990 const imask_t has = class->has_map[t->kind]; in object_replace() local
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c25 PetscBool has; in PetscViewerHDF5CheckNamedObject_Internal() local
839 PetscBool has; in PetscViewerHDF5WriteAttribute() local
927 PetscBool has; in PetscViewerHDF5ReadAttribute() local
1011 …ternal(PetscViewer viewer, const char name[], PetscBool createGroup, PetscBool *has, H5O_type_t *o… in PetscViewerHDF5Traverse_Internal()
1087 PetscErrorCode PetscViewerHDF5HasGroup(PetscViewer viewer, PetscBool *has) in PetscViewerHDF5HasGroup()
1119 PetscErrorCode PetscViewerHDF5HasObject(PetscViewer viewer, PetscObject obj, PetscBool *has) in PetscViewerHDF5HasObject()
1153 …ViewerHDF5HasAttribute(PetscViewer viewer, const char dataset[], const char name[], PetscBool *has) in PetscViewerHDF5HasAttribute()
1189 …iewerHDF5HasObjectAttribute(PetscViewer viewer, PetscObject obj, const char name[], PetscBool *has) in PetscViewerHDF5HasObjectAttribute()
1203 …F5HasAttribute_Internal(PetscViewer viewer, const char parent[], const char name[], PetscBool *has) in PetscViewerHDF5HasAttribute_Internal()
/dports/biology/lamarc/lamarc-2.1.8/boost/test/utils/
H A Dnamed_params.hpp105 bool has( keyword<UnknownId,false> ) const { return false; } in has() function
130 bool has( keyword<typename NP::id,false> ) const { return true; } in has() function
184 bool has( keyword<unique_id,false> ) const { return true; } in has() function
189 bool has( keyword<UnknownId,false> ) const { return false; } in has() function
/dports/devel/boost-docs/boost_1_72_0/boost/process/detail/posix/
H A Dgroup_handle.hpp55 bool has(handle_t proc) in has() function
59 bool has(handle_t proc, std::error_code &) noexcept in has() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/process/detail/posix/
H A Dgroup_handle.hpp55 bool has(handle_t proc) in has() function
59 bool has(handle_t proc, std::error_code &) noexcept in has() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/process/detail/posix/
H A Dgroup_handle.hpp55 bool has(handle_t proc) in has() function
59 bool has(handle_t proc, std::error_code &) noexcept in has() function
/dports/devel/atf/atf-0.21/atf-c/detail/
H A Denv_test.c41 ATF_TC_HEAD(has, tc) in ATF_TC_HEAD() argument
45 ATF_TC_BODY(has, tc) in ATF_TC_BODY() argument
/dports/devel/boost-libs/boost_1_72_0/boost/process/detail/posix/
H A Dgroup_handle.hpp55 bool has(handle_t proc) in has() function
59 bool has(handle_t proc, std::error_code &) noexcept in has() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/process/detail/posix/
H A Dgroup_handle.hpp55 bool has(handle_t proc) in has() function
59 bool has(handle_t proc, std::error_code &) noexcept in has() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/process/detail/posix/
H A Dgroup_handle.hpp55 bool has(handle_t proc) in has() function
59 bool has(handle_t proc, std::error_code &) noexcept in has() function
/dports/devel/hyperscan/boost_1_75_0/boost/process/detail/posix/
H A Dgroup_handle.hpp55 bool has(handle_t proc) in has() function
59 bool has(handle_t proc, std::error_code &) noexcept in has() function
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DUnionEntry.java157 boolean has (Expression label) in has() method in UnionEntry
173 boolean has (TypedefEntry typedef) in has() method in UnionEntry
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DUnionEntry.java157 boolean has (Expression label) in has() method in UnionEntry
173 boolean has (TypedefEntry typedef) in has() method in UnionEntry
/dports/devel/R-cran-BH/BH/inst/include/boost/process/detail/posix/
H A Dgroup_handle.hpp55 bool has(handle_t proc) in has() function
59 bool has(handle_t proc, std::error_code &) noexcept in has() function
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/.github/
H A Dbuild.sh9 has() { function
/dports/www/mediawiki135/mediawiki-1.35.5/includes/config/
H A DConfig.php48 public function has( $name ); function

1...<<11121314151617181920>>...270