Home
last modified time | relevance | path

Searched refs:Let (Results 1 – 25 of 236) sorted by relevance

12345678910

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dlet.hpp14 class Let : public Expression { class
18 Let(Bindings bindings_, std::unique_ptr<Expression> result_) : in Let() function in mbgl::style::expression::Let
19 Expression(Kind::Let, result_->getType()), in Let()
30 if (e.getKind() == Kind::Let) { in operator ==()
31 auto rhs = static_cast<const Let*>(&e); in operator ==()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dlet.cpp9 EvaluationResult Let::evaluate(const EvaluationContext& params) const { in evaluate()
13 void Let::eachChild(const std::function<void(const Expression&)>& visit) const { in eachChild()
20 std::vector<optional<Value>> Let::possibleOutputs() const { in possibleOutputs()
26 ParseResult Let::parse(const Convertible& value, ParsingContext& ctx) { in parse()
65 return ParseResult(std::make_unique<Let>(std::move(bindings_), std::move(*result_))); in parse()
68 mbgl::Value Let::serialize() const { in serialize()
H A Dfind_zoom_curve.cpp18 case Kind::Let: { in findZoomCurve()
19 auto let = static_cast<const Let*>(e); in findZoomCurve()
/OK3568_Linux_fs/buildroot/package/libgtk3/
H A D0006-HACK-gdk-gdkgl-Avoid-using-shared-contexts.patch9 Let's avoid switching GL context here to make sure of generating
29 + * Let's avoid switching GL context here to make sure of generating
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-app/
H A Dxterm_372.bb17 # Let xterm install .desktop files
48 # rxvt-unicode defaults to priority 10. Let's be one point lower to let it override xterm.
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Devents-nmi.rst22 Let's say you suspect that perf_event_nmi_handler() is causing
29 Let's also say you are only interested in when that function is
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0011_let_dma_buf_rw_function_take_MemTxAttrs_argument.patch4 Subject: [PATCH] dma: Let dma_buf_rw() take MemTxAttrs argument
9 Let devices specify transaction attributes when calling dma_buf_rw().
H A D0002_let_dma_memory_valid_function_take_MemTxAttrs_argument.patch4 Subject: [PATCH] dma: Let dma_memory_valid() take MemTxAttrs argument
9 Let devices specify transaction attributes when calling
H A D0003_let_dma_memory_set_function_take_MemTxAttrs_argument.patch4 Subject: [PATCH] dma: Let dma_memory_set() take MemTxAttrs argument
9 Let devices specify transaction attributes when calling
H A D0010_let_pci_dma_rw_function_take_MemTxAttrs_argument.patch4 Subject: [PATCH] pci: Let pci_dma_rw() take MemTxAttrs argument
9 Let devices specify transaction attributes when calling pci_dma_rw().
H A D0015_let_st_pointer_dma_function_take_MemTxAttrs_argument.patch4 Subject: [PATCH] dma: Let st*_dma() take MemTxAttrs argument
9 Let devices specify transaction attributes when calling st*_dma().
H A D0012_let_dma_buf_write_function_take_MemTxAttrs_argument.patch4 Subject: [PATCH] dma: Let dma_buf_write() take MemTxAttrs argument
9 Let devices specify transaction attributes when calling
/OK3568_Linux_fs/buildroot/package/openntpd/
H A Dntpd.service9 # correct time to work, but we likely won't acquire that without NTP. Let's
/OK3568_Linux_fs/buildroot/package/ntp/
H A Dntpd.service9 # correct time to work, but we likely won't acquire that without NTP. Let's
/OK3568_Linux_fs/buildroot/package/chrony/
H A Dchrony.service8 # correct time to work, but we likely won't acquire that without NTP. Let's
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/
H A Dppc-boringssl-support.patch1 Let boringSSL compile on ppc32 bit
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/audit/audit/
H A D0001-Add-substitue-functions-for-strndupa-rawmemchr.patch51 +// rawmemchr is faster. Let's use it if we have it.
96 + [AC_DEFINE(HAVE_STRNDUPA, 1, [Let us know if we have it or not])],
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dsharedsubtree.rst47 Let's say /mnt has a mount that is shared::
93 Let's say /mnt has a mount which is shared.
96 Let's bind mount /mnt to /tmp
140 Let's try to bind mount this mount somewhere else::
454 Let's say all the mount except the mount C in the tree are
573 Example: Let's say 'B1', 'B2', 'B3' are shared mounts that propagate to
600 Let's say 'A' and 'B' are the corresponding mounts in the parent and the
655 its root dentry is 1. Let's call this mount 'A'
657 dentry 2. Let's call this mount 'B'
659 mnt. Let's call this mount 'C'
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/images/
H A Dcore-image-kernel-dev.bb20 # Let's define our own subset to test, we can later add a on-target kernel build even!
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/at/at/
H A Dmakefile-fix-parallel.patch9 Let "$(YACC) -d parsetime.y" only run once will fix the problem.
/OK3568_Linux_fs/buildroot/package/yajl/
H A D0001-Let-the-shared-and-the-static-library-have-the-same-.patch4 Subject: [PATCH] Let the shared and the static library have the same name
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_111.0.5563/
H A D0007-media-capture-linux-Prefer-using-the-first-device.patch9 Let's reverse the device array to workaround it.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_96.0.4664/
H A D0007-media-capture-linux-Prefer-using-the-first-device.patch9 Let's reverse the device array to workaround it.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_101.0.4951/
H A D0006-media-capture-linux-Prefer-using-the-first-device.patch9 Let's reverse the device array to workaround it.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_98.0.4758/
H A D0008-media-capture-linux-Prefer-using-the-first-device.patch9 Let's reverse the device array to workaround it.

12345678910