Home
last modified time | relevance | path

Searched refs:Case (Results 1 – 25 of 92) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcase.cpp8 EvaluationResult Case::evaluate(const EvaluationContext& params) const { in evaluate()
22 void Case::eachChild(const std::function<void(const Expression&)>& visit) const { in eachChild()
30 bool Case::operator==(const Expression& e) const { in operator ==()
31 if (e.getKind() == Kind::Case) { in operator ==()
32 auto rhs = static_cast<const Case*>(&e); in operator ==()
38 std::vector<optional<Value>> Case::possibleOutputs() const { in possibleOutputs()
52 ParseResult Case::parse(const Convertible& value, ParsingContext& ctx) { in parse()
71 std::vector<Case::Branch> branches; in parse()
98 return ParseResult(std::make_unique<Case>(*outputType, in parse()
H A Dparsing_context.cpp105 {"case", Case::parse}, in getExpressionRegistry()
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0021-llvm-Insert-anchor-for-adding-OE-distro-vendor-names.patch25 .Case("amd", Triple::AMD)
26 .Case("mesa", Triple::Mesa)
27 .Case("suse", Triple::SUSE)
28 - .Case("oe", Triple::OpenEmbedded)
29 + .Case("oe", Triple::OpenEmbedded)//CLANG_EXTRA_OE_VENDORS_CASES
H A D0032-Correct-library-search-path-for-OpenEmbedded-Host.patch66 .Case("sles", Distro::OpenSUSE)
67 .Case("opensuse", Distro::OpenSUSE)
68 .Case("exherbo", Distro::Exherbo)
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dmtouchusb.rst32 USB Capacitive - Pearl Case 14-205 (Discontinued)
33 USB Capacitive - Black Case 14-124 (Discontinued)
34 USB Capacitive - No Case 14-206 (Discontinued)
36 USB Capacitive - Pearl Case EXII-5010UC
37 USB Capacitive - Black Case EXII-5030UC
38 USB Capacitive - No Case EXII-5050UC
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dcase.hpp14 class Case : public Expression { class
18 Case(type::Type type_, std::vector<Branch> branches_, std::unique_ptr<Expression> otherwise_) in Case() function in mbgl::style::expression::Case
19 …: Expression(Kind::Case, type_), branches(std::move(branches_)), otherwise(std::move(otherwise_)) { in Case()
H A Dexpression.hpp133 Case, enumerator
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/alsa/
H A Dalsa-ucm-conf_1.2.6.3.bb1 SUMMARY = "ALSA Use Case Manager configuration"
2 DESCRIPTION = "This package contains ALSA Use Case Manager configuration \
/OK3568_Linux_fs/buildroot/package/alsa-ucm-conf/
H A DConfig.in4 ALSA Use Case Manager configuration.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pydicti_1.1.6.bb1 SUMMARY = "Case insensitive derivable dictionary"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Drenesas,rcar-usb2-clock-sel.txt12 Case 1: An external clock connects to R-Car SoC
19 Case 2: An oscillator connects to R-Car SoC
/OK3568_Linux_fs/debian/overlay/usr/share/alsa/ucm2/
H A DREADME.md1 Use Case Configuration files
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_internal_api.h320 uint32_t memorySize, uint32_t Case, uint32_t compareResult) in Invoke_MemCompare() argument
328 op.params[1].value.a = Case; in Invoke_MemCompare()
635 uint32_t cmdId, uint32_t Case) in Invoke_Free() argument
637 return Invoke_Simple_Function_v1(c, sess, cmdId, Case, 0); in Invoke_Free()
H A Dxml_timearithm_api.h757 uint32_t cmdId, uint32_t Case) in Invoke_Wait() argument
759 return Invoke_Simple_Function_v1(c, sess, cmdId, Case, 0); in Invoke_Wait()
/OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/
H A Dgpio-properties.rst240 Case 1::
245 Case 2::
250 Case 1 assumes that corresponding ACPI device description must have
254 Case 2 explicitly tells GPIO core to look for resources in _CRS.
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/
H A Dllvm-project-source.inc55 case += '\\n .Case("' + vendor_to_add + '", Triple::OpenEmbedded)'
76 case += '\\n .Case("' + distro_id + '", Distro::' + distro_id.upper() + ')'
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dpin_user_pages.rst177 write to a page's data, unpin" can cause a problem. Case 5 may be considered a
178 superset of Case 1, plus Case 2, plus anything that invokes that pattern. In
179 other words, if the code is neither Case 1 nor Case 2, it may still require
/OK3568_Linux_fs/external/xserver/hw/xfree86/doc/
H A DRegistry144 Each video driver is required to use a unique set of chipset names. Case,
195 Case, white space and underscore characters are ignored when comparing
391 Ramdac names should be consistent between drivers. Case, white space
399 Clock chip names should be consistent between drivers. Case, white
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dmmu_notifier.rst19 Case A is obvious you do not want to take the risk for the device to write to
22 Case B is more subtle. For correctness it requires the following sequence to
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/
H A Dpyshyacc.py98 class Case: class
297 p[0] = ('case_clause', Case(name, [c[1] for c in items]))
715 elif isinstance(v, Case):
/OK3568_Linux_fs/yocto/poky/meta/recipes-sato/puzzles/
H A Dpuzzles_git.bb33 # Convert prog to Title Case
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A D0001-Support-OpenSSL-1.1.patch70 /* Case-independent wildcard pattern match
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-energy.rst192 **Case 1. P is migrated to CPU1**::
210 **Case 2. P is migrated to CPU3**::
228 **Case 3. P stays on prev_cpu / CPU 0**::
246 From these calculations, the Case 1 has the lowest total energy. So CPU 1
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dmemcg_test.rst295 Case A) when you can swapoff::
302 Case B) when you use mem+swap limitation::
/OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/
H A Dworking-projects.rst175 - *Case 1 - No Variables Set in the Makefile Map to Equivalent
180 - *Case 2 - Variables Are Set in the Makefile that Map to Equivalent
187 - *Case 3 - Variables Are Set Using the Command Line that Map to

1234