| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplaceeditorial.cpp | 49 language(other.language) in QPlaceEditorialPrivate() 63 && language == od->language; in compare() 150 QString QPlaceEditorial::language() const in language() function in QPlaceEditorial 153 return d->language; in language() 160 void QPlaceEditorial::setLanguage(const QString &language) in setLanguage() argument 163 d->language = language; in setLanguage()
|
| H A D | qplacereview.cpp | 52 language = other.language; in QPlaceReviewPrivate() 68 language == od->language && in compare() 159 QString QPlaceReview::language() const in language() function in QPlaceReview 162 return d->language; in language() 169 void QPlaceReview::setLanguage(const QString &language) in setLanguage() argument 172 d->language = language; in setLanguage()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/err_recursive_dep/ |
| H A D | expected_stderr | 3 For a resolution refer to Documentation/kbuild/kconfig-language.rst 8 For a resolution refer to Documentation/kbuild/kconfig-language.rst 14 For a resolution refer to Documentation/kbuild/kconfig-language.rst 20 For a resolution refer to Documentation/kbuild/kconfig-language.rst 26 For a resolution refer to Documentation/kbuild/kconfig-language.rst 31 For a resolution refer to Documentation/kbuild/kconfig-language.rst 37 For a resolution refer to Documentation/kbuild/kconfig-language.rst
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/emacs/ |
| H A D | emacs_27.2.bb | 105 ${datadir}/${BPN}/${PV}/lisp/language/chinese.elc \ 106 ${datadir}/${BPN}/${PV}/lisp/language/cyrillic.elc \ 107 ${datadir}/${BPN}/${PV}/lisp/language/indian.elc \ 108 ${datadir}/${BPN}/${PV}/lisp/language/sinhala.elc \ 109 ${datadir}/${BPN}/${PV}/lisp/language/english.elc \ 110 ${datadir}/${BPN}/${PV}/lisp/language/ethiopic.elc \ 111 ${datadir}/${BPN}/${PV}/lisp/language/european.elc \ 112 ${datadir}/${BPN}/${PV}/lisp/language/czech.elc \ 113 ${datadir}/${BPN}/${PV}/lisp/language/slovak.elc \ 114 ${datadir}/${BPN}/${PV}/lisp/language/romanian.elc \ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | language_tag.cpp | 121 langtag %= (language) [phoenix::ref(languageTag.language) = _1] in bcp47_parser() 128 language %= (repeat(2,3)[alpha] >> -("-" >> extlang)) // shortest ISO 639 code in bcp47_parser() 181 qi::rule<Iterator, std::string()> language; member 213 : language(std::move(language_)) in LanguageTag() 220 if (!language) { in toBCP47() 225 bcp47 << *language; in toBCP47()
|
| /OK3568_Linux_fs/kernel/fs/nls/ |
| H A D | Kconfig | 3 # Native language support configuration 7 tristate "Native language support" 44 native language character sets. These character sets are stored 56 native language character sets. These character sets are stored 68 native language character sets. These character sets are stored 81 native language character sets. These character sets are stored in 97 native language character sets. These character sets are stored in 112 native language character sets. These character sets are stored in 123 native language character sets. These character sets are stored in 134 native language character sets. These character sets are stored in [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/ |
| H A D | 0001-Fix-build-with-libc.patch | 17 extensions/expression-language/Expression.cpp | 3 ++- 20 diff --git a/extensions/expression-language/Expression.cpp b/extensions/expression-language/Express… 22 --- a/extensions/expression-language/Expression.cpp 23 +++ b/extensions/expression-language/Expression.cpp
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/ |
| H A D | programming-language.rst | 3 :Original: :ref:`Documentation/process/programming-language.rst <programming_language>` 11 内核是用C语言 :ref:`c-language <cn_c-language>` 编写的。更准确地说,内核通常是用 :ref:`gcc <cn_gcc>` 34 .. _cn_c-language: 36 c-language
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | georoutingmanagerengine_esri.cpp | 154 for (const QString &language: locale().uiLanguages()) in preferedDirectionLangage() local 156 if (language.startsWith("pt_BR")) // Portuguese (Brazilian) in preferedDirectionLangage() 158 if (language.startsWith("pt")) // Portuguese (Portugal) in preferedDirectionLangage() 160 if (language.startsWith("zh")) // Portuguese (Portugal) in preferedDirectionLangage() 163 const QString country = language.left(2); in preferedDirectionLangage()
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | programming-language.rst | 6 The kernel is written in the C programming language [c-language]_. 12 This dialect contains many extensions to the language [gnu-extensions]_, 24 implementation-defined semantics to language entities (like variables, 26 to the language (e.g. adding a new keyword) [n2049]_. 38 .. [c-language] http://www.open-std.org/jtc1/sc22/wg14/www/standards
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/ |
| H A D | meson.build | 29 add_project_arguments('-fvisibility=hidden', language: 'c') 34 add_project_arguments('-fno-strict-aliasing', language: 'c') 40 add_project_arguments('-DG_DISABLE_CAST_CHECKS', language: 'c') 46 add_project_arguments('-DG_DISABLE_ASSERT', language: 'c') 50 add_project_arguments('-DG_DISABLE_DEPRECATED', language: 'c') 52 add_project_arguments('-DUNUSED=__attribute__((unused))', language: 'c')
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/aoe/ |
| H A D | examples.rst | 11 :language: shell 17 :language: shell 23 :language: shell
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/ |
| H A D | go-common.inc | 1 SUMMARY = "Go programming language compiler" 2 DESCRIPTION = " The Go programming language is an open source project to make \ 9 fast, statically typed, compiled language that feels like a\ 10 dynamically typed, interpreted language."
|
| /OK3568_Linux_fs/buildroot/package/bc/ |
| H A D | Config.in | 4 'bc' is an arbitrary precision numeric processing language 12 language and runs the resulting 'byte code.' The byte code is 13 not the dc language.
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-tuner.rst | 249 - Reception of the primary language of a bilingual audio program is 251 transmitting the primary language monaural on the main audio 252 carrier and a secondary language monaural on a second carrier. 256 - Reception of the secondary language of a bilingual audio program 264 transmissions of a primary language, and an independent third 265 carrier for a monaural secondary language. Only 316 - The tuner receives the primary language of a bilingual audio 321 - The tuner receives the secondary language of a bilingual audio 350 bilingual or SAP signal this mode selects the primary language. 355 primary language is played on both channels. [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeocodingmanagerengine_nokia.cpp | 111 requestString += languageToMarc(locale().language()); in geocode() 198 requestString += languageToMarc(locale().language()); in geocode() 298 requestString += languageToMarc(locale().language()); in reverseGeocode() 345 QString QGeoCodingManagerEngineNokia::languageToMarc(QLocale::Language language) in languageToMarc() argument 347 uint offset = 3 * (uint(language)); in languageToMarc() 348 if (language == QLocale::C || offset + 3 > sizeof(marc_language_code_list)) in languageToMarc()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/iso-codes/ |
| H A D | iso-codes_4.13.0.bb | 1 SUMMARY = "ISO language, territory, currency, script codes and their translations" 3 language, language scripts, and currency names) in one place, rather \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_editorialmodel.qml | 97 "language": "en" 102 "language": "en" 107 "language": "en" 112 "language": "", 117 "language": "en"
|
| H A D | tst_reviewmodel.qml | 98 "language": "en", 106 "language": "en", 114 "language": "en", 122 "language": "", 130 "language": "en",
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/slang/ |
| H A D | slang_2.3.2.bb | 1 SUMMARY = "The shared library for the S-Lang extension language" 3 DESCRIPTION = "S-Lang is an interpreted language and a programming library. The \ 4 S-Lang language was designed so that it can be easily embedded into \ 5 a program to provide the program with a powerful extension language. \ 7 extension language. S-Lang's syntax resembles C, which makes it easy \
|
| /OK3568_Linux_fs/kernel/Documentation/translations/ |
| H A D | index.rst | 24 documentation in their native language, but please bear in mind that the 45 one language directly to all other languages. Each language has its own 47 adapted to fit a different language. For this reason, when viewing
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | composite.c | 521 u16 language; in collect_langs() local 527 language = cpu_to_le16(s->language); in collect_langs() 529 if (tmp->val == language) in collect_langs() 532 tmp->val = language; in collect_langs() 541 u16 language, in lookup_string() argument 550 if (s->language != language) in lookup_string() 560 void *buf, u16 language, int id) in get_string() argument 610 len = lookup_string(composite->strings, buf, language, id); in get_string() 616 len = lookup_string(c->strings, buf, language, id); in get_string() 623 len = lookup_string(f->strings, buf, language, id); in get_string()
|
| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | issues.rst | 9 :language: kconfig 15 :language: kconfig
|
| /OK3568_Linux_fs/kernel/Documentation/target/ |
| H A D | scripts.rst | 5 :language: perl 11 :language: shell
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | om_ET | 13 % Oromo language locale for Ethiopia. 17 % the Ge'ez Frontier Foundation. The Oromo language terms used here 18 % are those considered to be canonical in the Oromo language under 33 title "Oromo language locale for Ethiopia." 40 language "Oromo"
|