Home
last modified time | relevance | path

Searched refs:wrappers (Results 1 – 25 of 132) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dcollection.hpp39 auto begin() const { return wrappers.begin(); } in begin()
40 auto end() const { return wrappers.end(); } in end()
55 WrapperVector wrappers; member in mbgl::style::Collection
66 return wrappers.size(); in size()
71 return std::find_if(wrappers.begin(), wrappers.end(), [&](const auto& e) { in index()
73 }) - wrappers.begin(); in index()
79 return i < size() ? wrappers[i].get() : nullptr; in get()
85 result.reserve(wrappers.size()); in getWrappers()
87 for (auto& wrapper : wrappers) { in getWrappers()
100 wrappers.clear(); in clear()
[all …]
H A Dstyle_impl.cpp188 auto wrappers = layers.getWrappers(); in getLayers() local
189 return std::vector<const Layer*>(wrappers.begin(), wrappers.end()); in getLayers()
244 auto wrappers = sources.getWrappers(); in getSources() local
245 return std::vector<const Source*>(wrappers.begin(), wrappers.end()); in getSources()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/gensio/
H A Dgensio_2.3.1.bb16 PACKAGECONFIG ??= "openssl tcp-wrappers"
19 PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers, tcp-wrappers"
/OK3568_Linux_fs/buildroot/package/apitrace/
H A D0002-gltrace-Avoid-__libc_dlsym-and-__libc_dlopen_mode-on-GLIBC-2-34.patch19 wrappers/dlsym.cpp | 2 +-
22 diff --git a/wrappers/dlsym.cpp b/wrappers/dlsym.cpp
24 --- a/wrappers/dlsym.cpp
25 +++ b/wrappers/dlsym.cpp
/OK3568_Linux_fs/external/libmali/
H A Dmeson.build27 wrappers_opts = get_option('wrappers')
78 wrappers = false variable
81 wrappers = not wrappers_opts.disabled() variable
84 if wrappers
85 message('Provide wrappers')
87 # The vendor package requires soname of wrappers.
89 error('Cannot provide vendor package without wrappers')
149 # Package name : required symbol, wrappers, headers, package version
312 if not wrappers
313 # Disable wrappers
H A Dmeson_options.txt21 option('wrappers', type: 'feature', value: 'auto', feature
22 description: 'Install with wrappers (default: auto)')
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/quota/
H A Dquota_4.06.bb29 PACKAGECONFIG ??= "tcp-wrappers rpc bsd"
30 PACKAGECONFIG:libc-musl = "tcp-wrappers rpc"
32 PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/vsftpd/
H A Dvsftpd_3.0.5.bb21 …${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', 'file://vsftpd-tcp_wrappers-support.patch', …
35 PACKAGECONFIG ??= "tcp-wrappers"
36 PACKAGECONFIG[tcp-wrappers] = ",,tcp-wrappers"
41 WRAPLIB = "${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', '-lwrap', '', d)}"
42 NOPAM_SRC ="${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', 'file://nopam-with-tcp_wrappers.p…
/OK3568_Linux_fs/kernel/drivers/bcma/
H A Dscan.c279 u8 ports[2], wrappers[2]; in bcma_get_next_core() local
299 wrappers[0] = (cib & SCAN_CIB_NMW) >> SCAN_CIB_NMW_SHIFT; in bcma_get_next_core()
300 wrappers[1] = (cib & SCAN_CIB_NSW) >> SCAN_CIB_NSW_SHIFT; in bcma_get_next_core()
311 if (wrappers[0] + wrappers[1] == 0) { in bcma_get_next_core()
389 for (i = 0; i < wrappers[0]; i++) { in bcma_get_next_core()
406 for (i = 0; i < wrappers[1]; i++) { in bcma_get_next_core()
417 if (wrappers[0] == 0 && !i && !j) in bcma_get_next_core()
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/socat/
H A Dsocat_1.7.4.4.bb38 PACKAGECONFIG:class-target ??= "tcp-wrappers readline openssl"
40 PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/nfs-utils/
H A Dnfs-utils_2.6.1.bb62 PACKAGECONFIG ??= "tcp-wrappers \
65 PACKAGECONFIG:remove:libc-musl = "tcp-wrappers"
66 PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers"
/OK3568_Linux_fs/kernel/tools/usb/usbip/
H A Dconfigure.ac54 AC_MSG_CHECKING([whether to use the libwrap (TCP wrappers) library])
55 AC_ARG_WITH([tcp-wrappers],
56 [AS_HELP_STRING([--with-tcp-wrappers],
57 [use the libwrap (TCP wrappers) library])],
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/atftp/
H A Datftp_0.7.5.bb18 PACKAGECONFIG ??= "tcp-wrappers"
20 PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/rpcbind/
H A Drpcbind_1.2.6.bb23 PACKAGECONFIG ??= "tcp-wrappers"
24 PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/xinetd/
H A Dxinetd_2.3.15.4.bb30 PACKAGECONFIG ??= "tcp-wrappers"
31 PACKAGECONFIG[tcp-wrappers] = "--with-libwrap,,tcp-wrappers"
/OK3568_Linux_fs/buildroot/package/let-me-create/
H A DConfig.in13 This library is collection of small wrappers for some
16 wrappers for a few clicks.
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dsafe_finger.patch3 --- tcp-wrappers-7.6-ipv6.1.orig/safe_finger.c
4 +++ tcp-wrappers-7.6-ipv6.1/safe_finger.c
H A Dsocklen_t.patch5 tcp-wrappers Support for building with glibc
8 calls. This fixes a bug that causes tcp wrappers to fail when using sshd.
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bash/bash/
H A Dmkbuiltins_have_stringize.patch2 the macros to wrap functions (e.g. read and open in unistd.h). Those wrappers
5 wrappers to generate calls to 'xread' and 'xopen', which do not exist,
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A DMakefile11 KASAN_SANITIZE_runtime-wrappers.o := n
22 obj-$(CONFIG_EFI_RUNTIME_WRAPPERS) += runtime-wrappers.o
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-tftp/
H A Dnetkit-tftp_0.17.bb4 DEPENDS = "tcp-wrappers"
55 RDEPENDS:${PN}-server = "tcp-wrappers xinetd"
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A DREADME.rst15 System call wrappers
18 System call wrappers are simple wrappers for commands supported by
19 sys_bpf system call. These wrappers should go to ``bpf.h`` header file
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/liburing/liburing/
H A D0001-test-Use-syscall-wrappers-instead-of-using-syscall-2.patch4 Subject: [PATCH] test: Use syscall wrappers instead of using syscall(2) directly
7 architecture. Use the wrappers to avoid having to reimplement them
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rusers/
H A Dnetkit-rusers_0.17.bb7 DEPENDS = " tcp-wrappers libtirpc rpcbind rpcsvc-proto rpcsvc-proto-native"
68 RDEPENDS:${PN}-server += "tcp-wrappers xinetd rpcbind"
/OK3568_Linux_fs/buildroot/package/nfs-utils/
H A Dnfs-utils.mk21 --without-tcp-wrappers \
34 --without-tcp-wrappers \

123456