| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | case.cpp | 8 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 D | parsing_context.cpp | 105 {"case", Case::parse}, in getExpressionRegistry()
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0021-llvm-Insert-anchor-for-adding-OE-distro-vendor-names.patch | 25 .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 D | 0032-Correct-library-search-path-for-OpenEmbedded-Host.patch | 66 .Case("sles", Distro::OpenSUSE) 67 .Case("opensuse", Distro::OpenSUSE) 68 .Case("exherbo", Distro::Exherbo)
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | mtouchusb.rst | 32 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 D | case.hpp | 14 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 D | expression.hpp | 133 Case, enumerator
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/alsa/ |
| H A D | alsa-ucm-conf_1.2.6.3.bb | 1 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 D | Config.in | 4 ALSA Use Case Manager configuration.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pydicti_1.1.6.bb | 1 SUMMARY = "Case insensitive derivable dictionary"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | renesas,rcar-usb2-clock-sel.txt | 12 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 D | README.md | 1 Use Case Configuration files
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/ |
| H A D | xml_internal_api.h | 320 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 D | xml_timearithm_api.h | 757 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 D | gpio-properties.rst | 240 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 D | llvm-project-source.inc | 55 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 D | pin_user_pages.rst | 177 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 D | Registry | 144 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 D | mmu_notifier.rst | 19 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 D | pyshyacc.py | 98 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 D | puzzles_git.bb | 33 # Convert prog to Title Case
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
| H A D | 0001-Support-OpenSSL-1.1.patch | 70 /* Case-independent wildcard pattern match
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | sched-energy.rst | 192 **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 D | memcg_test.rst | 295 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 D | working-projects.rst | 175 - *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
|