| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | let.hpp | 14 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 D | let.cpp | 9 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 D | find_zoom_curve.cpp | 18 case Kind::Let: { in findZoomCurve() 19 auto let = static_cast<const Let*>(e); in findZoomCurve()
|
| /OK3568_Linux_fs/buildroot/package/libgtk3/ |
| H A D | 0006-HACK-gdk-gdkgl-Avoid-using-shared-contexts.patch | 9 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 D | xterm_372.bb | 17 # 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 D | events-nmi.rst | 22 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 D | 0011_let_dma_buf_rw_function_take_MemTxAttrs_argument.patch | 4 Subject: [PATCH] dma: Let dma_buf_rw() take MemTxAttrs argument 9 Let devices specify transaction attributes when calling dma_buf_rw().
|
| H A D | 0002_let_dma_memory_valid_function_take_MemTxAttrs_argument.patch | 4 Subject: [PATCH] dma: Let dma_memory_valid() take MemTxAttrs argument 9 Let devices specify transaction attributes when calling
|
| H A D | 0003_let_dma_memory_set_function_take_MemTxAttrs_argument.patch | 4 Subject: [PATCH] dma: Let dma_memory_set() take MemTxAttrs argument 9 Let devices specify transaction attributes when calling
|
| H A D | 0010_let_pci_dma_rw_function_take_MemTxAttrs_argument.patch | 4 Subject: [PATCH] pci: Let pci_dma_rw() take MemTxAttrs argument 9 Let devices specify transaction attributes when calling pci_dma_rw().
|
| H A D | 0015_let_st_pointer_dma_function_take_MemTxAttrs_argument.patch | 4 Subject: [PATCH] dma: Let st*_dma() take MemTxAttrs argument 9 Let devices specify transaction attributes when calling st*_dma().
|
| H A D | 0012_let_dma_buf_write_function_take_MemTxAttrs_argument.patch | 4 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 D | ntpd.service | 9 # correct time to work, but we likely won't acquire that without NTP. Let's
|
| /OK3568_Linux_fs/buildroot/package/ntp/ |
| H A D | ntpd.service | 9 # correct time to work, but we likely won't acquire that without NTP. Let's
|
| /OK3568_Linux_fs/buildroot/package/chrony/ |
| H A D | chrony.service | 8 # 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 D | ppc-boringssl-support.patch | 1 Let boringSSL compile on ppc32 bit
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/audit/audit/ |
| H A D | 0001-Add-substitue-functions-for-strndupa-rawmemchr.patch | 51 +// 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 D | sharedsubtree.rst | 47 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 D | core-image-kernel-dev.bb | 20 # 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 D | makefile-fix-parallel.patch | 9 Let "$(YACC) -d parsetime.y" only run once will fix the problem.
|
| /OK3568_Linux_fs/buildroot/package/yajl/ |
| H A D | 0001-Let-the-shared-and-the-static-library-have-the-same-.patch | 4 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 D | 0007-media-capture-linux-Prefer-using-the-first-device.patch | 9 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 D | 0007-media-capture-linux-Prefer-using-the-first-device.patch | 9 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 D | 0006-media-capture-linux-Prefer-using-the-first-device.patch | 9 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 D | 0008-media-capture-linux-Prefer-using-the-first-device.patch | 9 Let's reverse the device array to workaround it.
|