Home
last modified time | relevance | path

Searched refs:LibType (Results 1 – 25 of 113) sorted by relevance

12345

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/src/
H A Dinstall.rs70 pub(crate) enum LibType { enum
76 impl LibType { implementation
83 ("linux", _) | ("freebsd", _) | ("dragonfly", _) | ("netbsd", _) => LibType::So, in from_build_targets()
84 ("macos", _) | ("ios", _) => LibType::Dylib, in from_build_targets()
85 ("windows", _) => LibType::Windows, in from_build_targets()
100 LibType::So => { in new()
113 LibType::Dylib => { in new()
126 LibType::Windows => None, in new()
222 let lib_type = LibType::from_build_targets(build_targets); in cinstall()
224 LibType::So | LibType::Dylib => { in cinstall()
[all …]
/dports/science/qiskit-aer/qiskit-aer-0.5.2/cmake/
H A DtargetLinkLibrariesWithDynamicLookup.cmake49 # weakly-linked against a dependency of type ``<LibType>``.
54 # ``<LibType>``
62 # <LibType>
85 # type ``<LibType>``.
90 # target of type ``<LibType>``.
92 # ``HAS_DYNAMIC_LOOKUP_<TargetType>_<LibType>``
95 # ``DYNAMIC_LOOKUP_FLAGS_<TargetType>_<LibType>``
139 # <LibType>
155 # ``<LibType>``.
160 # target of type ``<LibType>``.
[all …]
/dports/devel/py-scikit-build/scikit-build-0.12.0/skbuild/resources/cmake/
H A DtargetLinkLibrariesWithDynamicLookup.cmake49 # weakly-linked against a dependency of type ``<LibType>``.
54 # ``<LibType>``
62 # <LibType>
85 # type ``<LibType>``.
90 # target of type ``<LibType>``.
92 # ``HAS_DYNAMIC_LOOKUP_<TargetType>_<LibType>``
95 # ``DYNAMIC_LOOKUP_FLAGS_<TargetType>_<LibType>``
139 # <LibType>
155 # ``<LibType>``.
160 # target of type ``<LibType>``.
[all …]
/dports/devel/zfp/zfp-0.5.5/python/scikit-build-cmake/
H A DtargetLinkLibrariesWithDynamicLookup.cmake49 # weakly-linked against a dependency of type ``<LibType>``.
54 # ``<LibType>``
62 # <LibType>
85 # type ``<LibType>``.
90 # target of type ``<LibType>``.
92 # ``HAS_DYNAMIC_LOOKUP_<TargetType>_<LibType>``
95 # ``DYNAMIC_LOOKUP_FLAGS_<TargetType>_<LibType>``
139 # <LibType>
155 # ``<LibType>``.
160 # target of type ``<LibType>``.
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/system/shared/
H A Dclasses.py91 class LibType: class
98 if libType == LibType.SHARED:
100 if libType == LibType.STATIC:
102 if libType == LibType.QT_PLUGIN:
/dports/math/boolector/boolector-3.2.2/cmake/
H A DtargetLinkLibrariesWithDynamicLookup.cmake39 # <LibType>
46 # ``<LibType>`` can be one of "STATIC", "SHARED", or "MODULE".
53 # ``<LibType>``.
58 # target of type ``<LibType>``.
62 # <LibType>
68 # weakly-linked against a dependency of type ``<LibType>``. ``<TargetType>``
69 # can be one of "STATIC", "SHARED", "MODULE", or "EXE". ``<LibType>`` can be
81 # type ``<LibType>``.
86 # target of type ``<LibType>``.
88 # ``HAS_DYNAMIC_LOOKUP_<TargetType>_<LibType>``
[all …]
/dports/multimedia/onevpl/oneVPL-2022.0.6/dispatcher/vpl/
H A Dmfx_dispatcher_vpl.h89 enum LibType { enum
264 LibType libType,
404 LibType libType;
533 mfxU32 GetSearchPathsDriverStore(std::list<STRING_TYPE> &searchDirs, LibType libType);
547 mfxU32 LoadAPIExports(LibInfo *libInfo, LibType libType);
554 LibType libType);
555 mfxStatus LoadLibsFromSystemDir(LibType libType);
557 LibInfo *AddSingleLibrary(STRING_TYPE libPath, LibType libType);
H A Dmfx_dispatcher_vpl_lowlatency.cpp43 LibInfo *LoaderCtxVPL::AddSingleLibrary(STRING_TYPE libPath, LibType libType) { in AddSingleLibrary()
79 LibType libType) { in LoadLibsFromDriverStore()
132 mfxStatus LoaderCtxVPL::LoadLibsFromSystemDir(LibType libType) { in LoadLibsFromSystemDir()
/dports/devel/meson/meson-0.60.3/build/lib/mesonbuild/compilers/mixins/
H A Demscripten.py23 from ...mesonlib import LibType
91 libtype: LibType = LibType.PREFER_SHARED) -> T.Optional[T.List[str]]: argument
H A Dclike.py37 from ...mesonlib import LibType
953 …def get_library_naming(self, env: 'Environment', libtype: LibType, strict: bool = False) -> T.Tupl… argument
986 if libtype is LibType.PREFER_SHARED:
989 elif libtype is LibType.PREFER_STATIC:
992 elif libtype is LibType.SHARED:
995 assert libtype is LibType.STATIC
1056 …e: str, env: 'Environment', extra_dirs: T.List[str], code: str, libtype: LibType) -> T.Optional[T.… argument
1062 if ((not extra_dirs and libtype is LibType.PREFER_SHARED) or
1099 code: str, libtype: LibType) -> T.Optional[T.List[str]]: argument
1116 libtype: LibType = LibType.PREFER_SHARED) -> T.Optional[T.List[str]]: argument
/dports/devel/meson/meson-0.60.3/mesonbuild/compilers/mixins/
H A Demscripten.py23 from ...mesonlib import LibType
91 libtype: LibType = LibType.PREFER_SHARED) -> T.Optional[T.List[str]]: argument
H A Dclike.py37 from ...mesonlib import LibType
953 …def get_library_naming(self, env: 'Environment', libtype: LibType, strict: bool = False) -> T.Tupl… argument
986 if libtype is LibType.PREFER_SHARED:
989 elif libtype is LibType.PREFER_STATIC:
992 elif libtype is LibType.SHARED:
995 assert libtype is LibType.STATIC
1056 …e: str, env: 'Environment', extra_dirs: T.List[str], code: str, libtype: LibType) -> T.Optional[T.… argument
1062 if ((not extra_dirs and libtype is LibType.PREFER_SHARED) or
1099 code: str, libtype: LibType) -> T.Optional[T.List[str]]: argument
1116 libtype: LibType = LibType.PREFER_SHARED) -> T.Optional[T.List[str]]: argument
/dports/devel/meson/stage/usr/local/lib/python3.8/site-packages/mesonbuild/compilers/mixins/
H A Demscripten.py23 from ...mesonlib import LibType
91 libtype: LibType = LibType.PREFER_SHARED) -> T.Optional[T.List[str]]: argument
H A Dclike.py37 from ...mesonlib import LibType
953 …def get_library_naming(self, env: 'Environment', libtype: LibType, strict: bool = False) -> T.Tupl… argument
986 if libtype is LibType.PREFER_SHARED:
989 elif libtype is LibType.PREFER_STATIC:
992 elif libtype is LibType.SHARED:
995 assert libtype is LibType.STATIC
1056 …e: str, env: 'Environment', extra_dirs: T.List[str], code: str, libtype: LibType) -> T.Optional[T.… argument
1062 if ((not extra_dirs and libtype is LibType.PREFER_SHARED) or
1099 code: str, libtype: LibType) -> T.Optional[T.List[str]]: argument
1116 libtype: LibType = LibType.PREFER_SHARED) -> T.Optional[T.List[str]]: argument
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/mesonbuild/compilers/mixins/
H A Demscripten.py23 from ...mesonlib import LibType
91 libtype: LibType = LibType.PREFER_SHARED) -> T.Optional[T.List[str]]:
H A Dclike.py37 from ...mesonlib import LibType
953 …def get_library_naming(self, env: 'Environment', libtype: LibType, strict: bool = False) -> T.Tupl… argument
986 if libtype is LibType.PREFER_SHARED:
989 elif libtype is LibType.PREFER_STATIC:
992 elif libtype is LibType.SHARED:
995 assert libtype is LibType.STATIC
1056 …e: str, env: 'Environment', extra_dirs: T.List[str], code: str, libtype: LibType) -> T.Optional[T.… argument
1062 if ((not extra_dirs and libtype is LibType.PREFER_SHARED) or
1099 code: str, libtype: LibType) -> T.Optional[T.List[str]]: argument
1116 libtype: LibType = LibType.PREFER_SHARED) -> T.Optional[T.List[str]]: argument
/dports/emulators/qemu/qemu-6.2.0/meson/mesonbuild/compilers/
H A Dvala.py21 from .compilers import Compiler, LibType
112 libtype: LibType = LibType.PREFER_SHARED) -> T.Optional[T.List[str]]: argument
/dports/devel/meson/meson-0.60.3/build/lib/mesonbuild/compilers/
H A Dvala.py21 from .compilers import Compiler, LibType
112 libtype: LibType = LibType.PREFER_SHARED) -> T.Optional[T.List[str]]: argument
/dports/devel/meson/stage/usr/local/lib/python3.8/site-packages/mesonbuild/compilers/
H A Dvala.py21 from .compilers import Compiler, LibType
112 libtype: LibType = LibType.PREFER_SHARED) -> T.Optional[T.List[str]]: argument
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/mesonbuild/compilers/
H A Dvala.py21 from .compilers import Compiler, LibType
112 libtype: LibType = LibType.PREFER_SHARED) -> T.Optional[T.List[str]]: argument
/dports/devel/meson/meson-0.60.3/mesonbuild/compilers/
H A Dvala.py21 from .compilers import Compiler, LibType
112 libtype: LibType = LibType.PREFER_SHARED) -> T.Optional[T.List[str]]: argument
/dports/emulators/qemu60/qemu-6.0.0/meson/mesonbuild/compilers/mixins/
H A Dclike.py36 from ...mesonlib import LibType
922 def get_library_naming(self, env, libtype: LibType, strict=False): argument
955 if libtype is LibType.PREFER_SHARED:
958 elif libtype is LibType.PREFER_STATIC:
961 elif libtype is LibType.SHARED:
964 assert libtype is LibType.STATIC
1027 def find_library_real(self, libname, env, extra_dirs, code, libtype: LibType): argument
1033 if ((not extra_dirs and libtype is LibType.PREFER_SHARED) or
1069 def find_library_impl(self, libname, env, extra_dirs, code, libtype: LibType): argument
1085 def find_library(self, libname, env, extra_dirs, libtype: LibType = LibType.PREFER_SHARED): argument
/dports/emulators/qemu5/qemu-5.2.0/meson/mesonbuild/compilers/mixins/
H A Dclike.py36 from ...mesonlib import LibType
922 def get_library_naming(self, env, libtype: LibType, strict=False): argument
955 if libtype is LibType.PREFER_SHARED:
958 elif libtype is LibType.PREFER_STATIC:
961 elif libtype is LibType.SHARED:
964 assert libtype is LibType.STATIC
1027 def find_library_real(self, libname, env, extra_dirs, code, libtype: LibType): argument
1033 if ((not extra_dirs and libtype is LibType.PREFER_SHARED) or
1069 def find_library_impl(self, libname, env, extra_dirs, code, libtype: LibType): argument
1085 def find_library(self, libname, env, extra_dirs, libtype: LibType = LibType.PREFER_SHARED): argument
/dports/emulators/qemu/qemu-6.2.0/meson/mesonbuild/compilers/mixins/
H A Dclike.py37 from ...mesonlib import LibType
952 …def get_library_naming(self, env: 'Environment', libtype: LibType, strict: bool = False) -> T.Tupl… argument
985 if libtype is LibType.PREFER_SHARED:
988 elif libtype is LibType.PREFER_STATIC:
991 elif libtype is LibType.SHARED:
994 assert libtype is LibType.STATIC
1055 …e: str, env: 'Environment', extra_dirs: T.List[str], code: str, libtype: LibType) -> T.Optional[T.… argument
1061 if ((not extra_dirs and libtype is LibType.PREFER_SHARED) or
1098 code: str, libtype: LibType) -> T.Optional[T.List[str]]: argument
1115 libtype: LibType = LibType.PREFER_SHARED) -> T.Optional[T.List[str]]: argument
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/green/
H A Dstruct_keyword_lib.go27 LibType string `json:"LibType" xml:"LibType"` member

12345