Home
last modified time | relevance | path

Searched full:language (Results 1 – 25 of 4793) sorted by relevance

12345678910>>...192

/OK3568_Linux_fs/buildroot/package/python-docutils/
H A D0001-Update-setup.py.patch42 'Natural Language :: Chinese (Simplified)',
43 'Natural Language :: Chinese (Traditional)',
44 'Natural Language :: Czech',
45 + 'Natural Language :: Danish',
46 'Natural Language :: Dutch',
47 'Natural Language :: Esperanto',
48 'Natural Language :: Finnish',
49 'Natural Language :: French',
50 'Natural Language :: Galician',
51 'Natural Language :: German',
[all …]
/OK3568_Linux_fs/kernel/fs/nls/
H A DKconfig3 # Native language support configuration
7 tristate "Native language support"
9 The base Native Language Support. A number of filesystems
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
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DShow.html70 <a name="Displaying-the-Language"></a>
71 <h3 class="section">15.2 Displaying the Language</h3>
73 <p>The following commands help you find out which language is the
74 working language, and also what language source files were written in.
77 <dt><code>show language</code></dt>
78 <dd><a name="show-language"></a><a name="index-show-language"></a>
79 <p>Display the current working language. This is the
80 language you can use with commands such as <code>print</code> to
85 <dd><a name="index-info-frame_002c-show-the-source-language"></a>
86 <p>Display the source language for this frame. This language becomes the
[all …]
H A DAutomatically.html70 <a name="Having-GDB-Infer-the-Source-Language"></a>
71 <h4 class="subsection">15.1.3 Having <small>GDB</small> Infer the Source Language</h4>
73 <p>To have <small>GDB</small> set the working language automatically, use
74 &lsquo;<samp>set language local</samp>&rsquo; or &lsquo;<samp>set language auto</samp>&rsquo;. <sm…
75 then infers the working language. That is, when your program stops in a
77 working language to the language recorded for the function in that
78 frame. If the language for a frame is unknown (that is, if the function
80 does not have a recognized extension), the current working language is
84 entirely in one source language. However, program modules and libraries
85 written in one source language can be used by a main program written in
[all …]
H A DSetting.html73 <p>There are two ways to control the working language&mdash;either have <small>GDB</small>
75 <code>set language</code> command for either purpose. On startup, <small>GDB</small>
76 defaults to setting the language automatically. The working language is
80 <p>In addition to the working language, every source file that
81 <small>GDB</small> knows about has its own working language. For some object
82 file formats, the compiler might indicate which language a particular
84 language from the name of the file. The language of a source file
86 show each frame appropriately for its own language. There is no way to
87 set the language of a source file from within <small>GDB</small>, but you can
88 set the language associated with a filename extension. See <a href="Show.html#Show">Displaying the…
[all …]
H A DManually.html70 <a name="Setting-the-Working-Language"></a>
71 <h4 class="subsection">15.1.2 Setting the Working Language</h4>
73 <p>If you allow <small>GDB</small> to set the language automatically,
77 <a name="index-set-language"></a>
78 <p>If you wish, you may set the language manually. To do this, issue the
79 command &lsquo;<samp>set language <var>lang</var></samp>&rsquo;, where <var>lang</var> is the name …
80 a language, such as
82 For a list of the supported languages, type &lsquo;<samp>set language</samp>&rsquo;.
84 <p>Setting the language manually prevents <small>GDB</small> from updating the working
85 language automatically. This can lead to confusion if you try
[all …]
H A DContext-management.html126 <a name="Language"></a>
127 <h4 class="subsubsection">27.1.1.2 Language</h4>
129 <p>The execution of several commands depends on which language is selected.
130 By default, the current language (see <a href="Show.html#show-language">show language</a>) is used.
131 But for commands known to be language-sensitive, it is recommended
132 to use the &lsquo;<samp>--language</samp>&rsquo; option. This option takes one argument,
133 which is the name of the language to use while executing the command.
137 <pre class="smallexample">-data-evaluate-expression --language c &quot;sizeof (void*)&quot;
142 <p>The valid language names are the same names accepted by the
143 &lsquo;<samp>set language</samp>&rsquo; command (see <a href="Manually.html#Manually">Manually</a>)…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DShow.html70 <a name="Displaying-the-Language"></a>
71 <h3 class="section">15.2 Displaying the Language</h3>
73 <p>The following commands help you find out which language is the
74 working language, and also what language source files were written in.
77 <dt><code>show language</code></dt>
78 <dd><a name="show-language"></a><a name="index-show-language"></a>
79 <p>Display the current working language. This is the
80 language you can use with commands such as <code>print</code> to
85 <dd><a name="index-info-frame_002c-show-the-source-language"></a>
86 <p>Display the source language for this frame. This language becomes the
[all …]
H A DAutomatically.html70 <a name="Having-GDB-Infer-the-Source-Language"></a>
71 <h4 class="subsection">15.1.3 Having <small>GDB</small> Infer the Source Language</h4>
73 <p>To have <small>GDB</small> set the working language automatically, use
74 &lsquo;<samp>set language local</samp>&rsquo; or &lsquo;<samp>set language auto</samp>&rsquo;. <sm…
75 then infers the working language. That is, when your program stops in a
77 working language to the language recorded for the function in that
78 frame. If the language for a frame is unknown (that is, if the function
80 does not have a recognized extension), the current working language is
84 entirely in one source language. However, program modules and libraries
85 written in one source language can be used by a main program written in
[all …]
H A DSetting.html73 <p>There are two ways to control the working language&mdash;either have <small>GDB</small>
75 <code>set language</code> command for either purpose. On startup, <small>GDB</small>
76 defaults to setting the language automatically. The working language is
80 <p>In addition to the working language, every source file that
81 <small>GDB</small> knows about has its own working language. For some object
82 file formats, the compiler might indicate which language a particular
84 language from the name of the file. The language of a source file
86 show each frame appropriately for its own language. There is no way to
87 set the language of a source file from within <small>GDB</small>, but you can
88 set the language associated with a filename extension. See <a href="Show.html#Show">Displaying the…
[all …]
H A DManually.html70 <a name="Setting-the-Working-Language"></a>
71 <h4 class="subsection">15.1.2 Setting the Working Language</h4>
73 <p>If you allow <small>GDB</small> to set the language automatically,
77 <a name="index-set-language"></a>
78 <p>If you wish, you may set the language manually. To do this, issue the
79 command &lsquo;<samp>set language <var>lang</var></samp>&rsquo;, where <var>lang</var> is the name …
80 a language, such as
82 For a list of the supported languages, type &lsquo;<samp>set language</samp>&rsquo;.
84 <p>Setting the language manually prevents <small>GDB</small> from updating the working
85 language automatically. This can lead to confusion if you try
[all …]
H A DContext-management.html126 <a name="Language"></a>
127 <h4 class="subsubsection">27.1.1.2 Language</h4>
129 <p>The execution of several commands depends on which language is selected.
130 By default, the current language (see <a href="Show.html#show-language">show language</a>) is used.
131 But for commands known to be language-sensitive, it is recommended
132 to use the &lsquo;<samp>--language</samp>&rsquo; option. This option takes one argument,
133 which is the name of the language to use while executing the command.
137 <pre class="smallexample">-data-evaluate-expression --language c &quot;sizeof (void*)&quot;
142 <p>The valid language names are the same names accepted by the
143 &lsquo;<samp>set language</samp>&rsquo; command (see <a href="Manually.html#Manually">Manually</a>)…
H A Dshow-language.html18 <title>Debugging with GDB: show language</title>
20 <meta name="description" content="Debugging with GDB: show language">
21 <meta name="keywords" content="Debugging with GDB: show language">
55 <meta http-equiv="Refresh" content="0; url=Show.html#show-language">
61 <p>The node you are looking for is at <a href="Show.html#show-language">show language</a>.</p>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplaceeditorial.cpp49 language(other.language) in QPlaceEditorialPrivate()
63 && language == od->language; in compare()
75 Each QPlaceEditorial has a title, text and language; in addition to those properties
147 Returns the language of the editorial. Typically this would be a language code
150 QString QPlaceEditorial::language() const in language() function in QPlaceEditorial
153 return d->language; in language()
157 Sets the \a language of the editorial. Typically this would be a language code
160 void QPlaceEditorial::setLanguage(const QString &language) in setLanguage() argument
163 d->language = language; in setLanguage()
H A Dqplacereview.cpp52 language = other.language; in QPlaceReviewPrivate()
68 language == od->language && in compare()
156 Returns the language of the review. Typically this would be a language code
159 QString QPlaceReview::language() const in language() function in QPlaceReview
162 return d->language; in language()
166 Sets the \a language of the review. Typically this would be a language code
169 void QPlaceReview::setLanguage(const QString &language) in setLanguage() argument
172 d->language = language; in setLanguage()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dlanguage_tag.cpp21 Language-Tag = langtag ; normal language tags
25 langtag = language
32 language = 2*3ALPHA ; shortest ISO 639 code
34 ; extended language subtags
36 / 5*8ALPHA ; or registered language subtag
84 / "no-bok" ; are not extended language
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()
129 … // sometimes followed by extended language subtags in bcp47_parser()
131 | repeat(5,8)[alpha]; // or registered language subtag in bcp47_parser()
[all …]
H A Dlanguage_tag.hpp8 Use LanguageTag to go back and forth between BCP 47 language tags
9 and their component language/script/region.
17 Darwin implementation requires translation to "Language Identifier"
19 parse any valid BCP 47 tag and get out the base language/script/region.
27 language/script/region.
39 optional<std::string> language; // ISO 639 member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dlanghooks.h51 /* Dump language-specific parts of tree nodes. Returns nonzero if it
55 /* Determine type qualifiers in a language-specific way. */
64 language-specific processing is required. */
93 change. Required by any language that supports variadic
117 /* Register language specific type size variables as potentially OpenMP
125 Called only after doing all language independent checks.
130 /* If non-NULL, return TYPE1 with any language-specific modifiers copied from
183 /* Language hooks related to decls and the symbol table. */
188 needed only if the language supports variable-sized types at the global
292 /* Do language specific checking on an implicitly determined clause. */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dlanghooks.h51 /* Dump language-specific parts of tree nodes. Returns nonzero if it
55 /* Determine type qualifiers in a language-specific way. */
64 language-specific processing is required. */
93 change. Required by any language that supports variadic
117 /* Register language specific type size variables as potentially OpenMP
125 Called only after doing all language independent checks.
130 /* If non-NULL, return TYPE1 with any language-specific modifiers copied from
183 /* Language hooks related to decls and the symbol table. */
188 needed only if the language supports variable-sized types at the global
292 /* Do language specific checking on an implicitly determined clause. */
[all …]
/OK3568_Linux_fs/kernel/scripts/kconfig/tests/err_recursive_dep/
H A Dexpected_stderr3 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/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-tuner.rst249 - 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/yocto/meta-openembedded/meta-oe/recipes-support/emacs/
H A Demacs_27.2.bb105 ${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/tests/auto/geotestplugin/
H A Dplace_data.json46 "language": "en", string
54 "language": "en", string
62 "language": "en", string
72 "language": "en", string
105 "language": "en" string
110 "language": "en" string
115 "language": "en" string
122 "language": "en" string
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dprogramming-language.rst3 Programming Language
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/yocto/meta-browser/meta-firefox/recipes-browser/firefox-l10n/
H A Dfirefox-l10n.inc11 LANGUAGE = "${@get_language_name('${PN}')}"
17 SRC_URI = "https://archive.mozilla.org/pub/firefox/releases/${PV}/linux-x86_64/xpi/${LANGUAGE}.xpi"
32 unzip ${LANGUAGE}.xpi -d ${LANGUAGE}
36 manifest = d.getVar("LANGUAGE") + "/manifest.json"
45 install -D -m 0644 ${LANGUAGE}.xpi ${D}${libdir}/firefox/browser/extensions/${EXTENSION}.xpi

12345678910>>...192