Home
last modified time | relevance | path

Searched refs:Match (Results 1 – 25 of 65) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dmatch.cpp11 void Match<T>::eachChild(const std::function<void(const Expression&)>& visit) const { in eachChild()
20 bool Match<T>::operator==(const Expression& e) const { in operator ==()
21 if (e.getKind() == Kind::Match) { in operator ==()
22 auto rhs = static_cast<const Match*>(&e); in operator ==()
31 std::vector<optional<Value>> Match<T>::possibleOutputs() const { in possibleOutputs()
45 mbgl::Value Match<T>::serialize() const { in serialize()
81 template<> EvaluationResult Match<std::string>::evaluate(const EvaluationContext& params) const { in evaluate()
99 template<> EvaluationResult Match<int64_t>::evaluate(const EvaluationContext& params) const { in evaluate()
121 template class Match<int64_t>; variable
122 template class Match<std::string>; variable
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dmatch.hpp14 class Match : public Expression { class
18 Match(type::Type type_, in Match() function in mbgl::style::expression::Match
22 ) : Expression(Kind::Match, type_), in Match()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-dbg-g-register.rst104 - Match a chip by this number, interpreted according to the ``type``
108 - Match a chip by this name, interpreted according to the ``type``
138 .. flat-table:: Chip Match Types
145 - Match the nth chip on the card, zero for the bridge chip. Does not
149 - Match the nth sub-device.
H A Dvidioc-dbg-g-chip-info.rst94 - Match a chip by this number, interpreted according to the ``type``
98 - Match a chip by this name, interpreted according to the ``type``
134 .. flat-table:: Chip Match Types
141 - Match the nth chip on the card, zero for the bridge chip. Does not
145 - Match the nth sub-device.
/OK3568_Linux_fs/buildroot/board/rockchip/electric/fs-overlay/etc/systemd/network/
H A D01-FE0-static.network1 [Match]
H A D02-FE1-static.network1 [Match]
/OK3568_Linux_fs/buildroot/package/systemd/
H A Ddhcp.network1 [Match]
/OK3568_Linux_fs/yocto/poky/meta/recipes-sato/matchbox-desktop/files/vfolders/
H A DAll.directory5 Match=meta-all
H A DGames.directory8 Match=Game
H A DApplications.directory6 Match=AudioVideo;Audio;Video;Graphics;Network;Office;Utility;System;Development;meta-fallback;
H A DSettings.directory8 Match=Settings
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd-conf/
H A Dwired.network1 [Match]
/OK3568_Linux_fs/buildroot/package/cups/
H A D70-usb-printers.rules2 # Match rules converted from usblp.c driver's usblp_ids
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/castxml/
H A Dcastxml_git.bb15 # Match clang's idea of what TOOLCHAIN should be.
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/
H A Dqfile_zh.ts20 <comment>Match Windows Explorer</comment>
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/fonts/
H A Dqfile_zh.ts20 <comment>Match Windows Explorer</comment>
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/fonts/
H A Dqfile_zh.ts20 <comment>Match Windows Explorer</comment>
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/fonts/
H A Dqfile_zh.ts20 <comment>Match Windows Explorer</comment>
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/
H A D0001-cecloader-Match-return-type-of-function-LibCecBootlo.patch4 Subject: [PATCH] cecloader: Match return type of function LibCecBootloader
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A D0001-lss-Match-syscalls-to-match-musl.patch4 Subject: [PATCH] lss: Match syscalls to match musl
H A D0001-exception_handler.cc-Match-the-types-for-SIGSTKSZ.patch4 Subject: [PATCH] exception_handler.cc: Match the types for SIGSTKSZ
/OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/
H A D0013-HACK-gstreamer-Support-fill-mode.patch30 + // HACK: Match the gst-sink properties
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dregex.h107 bool Match(InputStream& is) const { in RAPIDJSON_DIAG_OFF()
111 bool Match(const Ch* s) const { in RAPIDJSON_DIAG_OFF()
113 return Match(is); in RAPIDJSON_DIAG_OFF()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libcec/
H A Dlibcec_6.0.2.bb17 file://0001-cecloader-Match-return-type-of-function-LibCecBootlo.patch \
/OK3568_Linux_fs/kernel/Documentation/networking/devlink/
H A Ddevlink-dpipe.rst123 Match section in Model
126 Matches are kept primitive and close to hardware operation. Match types like
132 * ``field_range``: Match on a specific range.

123