Home
last modified time | relevance | path

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

12345678910>>...503

/third_party/grpc/tools/run_tests/generated/
Dtests.json18 "language": "c", string
42 "language": "c", string
66 "language": "c", string
90 "language": "c", string
114 "language": "c", string
138 "language": "c", string
162 "language": "c", string
186 "language": "c", string
210 "language": "c", string
234 "language": "c", string
[all …]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
Dmain.cpp40 spv::TLanguage Language; variable
46 " -h <language> print header for given language to stdout, from one of:\n" in Usage()
74 Language = spv::ELangAll; in ProcessArguments()
81 const std::string language(tolower_s(argv[1])); in ProcessArguments() local
83 if (language == "c") { in ProcessArguments()
84 Language = spv::ELangC; in ProcessArguments()
85 } else if (language == "c++" || language == "c++03") { in ProcessArguments()
86 Language = spv::ELangCPP; in ProcessArguments()
87 } else if (language == "c++11") { in ProcessArguments()
88 Language = spv::ELangCPP11; in ProcessArguments()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
Dmain.cpp40 spv::TLanguage Language; variable
46 " -h <language> print header for given language to stdout, from one of:\n" in Usage()
74 Language = spv::ELangAll; in ProcessArguments()
81 const std::string language(tolower_s(argv[1])); in ProcessArguments() local
83 if (language == "c") { in ProcessArguments()
84 Language = spv::ELangC; in ProcessArguments()
85 } else if (language == "c++" || language == "c++03") { in ProcessArguments()
86 Language = spv::ELangCPP; in ProcessArguments()
87 } else if (language == "c++11") { in ProcessArguments()
88 Language = spv::ELangCPP11; in ProcessArguments()
[all …]
/third_party/spirv-headers/tools/buildHeaders/
Dmain.cpp40 spv::TLanguage Language; variable
46 " -h <language> print header for given language to stdout, from one of:\n" in Usage()
74 Language = spv::ELangAll; in ProcessArguments()
81 const std::string language(tolower_s(argv[1])); in ProcessArguments() local
83 if (language == "c") { in ProcessArguments()
84 Language = spv::ELangC; in ProcessArguments()
85 } else if (language == "c++" || language == "c++03") { in ProcessArguments()
86 Language = spv::ELangCPP; in ProcessArguments()
87 } else if (language == "c++11") { in ProcessArguments()
88 Language = spv::ELangCPP11; in ProcessArguments()
[all …]
/third_party/flatbuffers/docs/source/
DTutorial.md21 Please select your desired language for our quest:
24 <input type="radio" name="language" value="cpp" checked="checked">C++</input>
25 <input type="radio" name="language" value="java">Java</input>
26 <input type="radio" name="language" value="kotlin">Kotlin</input>
27 <input type="radio" name="language" value="csharp">C#</input>
28 <input type="radio" name="language" value="go">Go</input>
29 <input type="radio" name="language" value="python">Python</input>
30 <input type="radio" name="language" value="javascript">JavaScript</input>
31 <input type="radio" name="language" value="typescript">TypeScript</input>
32 <input type="radio" name="language" value="php">PHP</input>
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dlang.c1 /* GStreamer language codes and names utility functions
23 * @short_description: mappings for ISO-639 language codes and names
26 * Provides helper functions to convert between the various ISO-639 language
27 * codes, and to map language codes to language names.
63 "GstTag language codes and names"); in ensure_debug_category()
121 /* translate language name */ in parse_start_element()
129 /* now overwrite default/fallback mappings with names in locale language */ in parse_start_element()
200 GST_MEMDUMP ("iso 639 language names (internal default/fallback)", in gst_tag_get_iso_639_ht()
203 /* maps code -> language name; all strings are either interned strings in gst_tag_get_iso_639_ht()
262 * Returns a list of known language codes (in form of two-letter ISO-639-1
[all …]
/third_party/node/deps/npm/docs/public/using-npm/semver/
Dindex.html1language-],pre[class*=language-]{color:#ccc;background:none;font-family:Consolas,Monaco,Andale Mon…
79 <div class="gatsby-highlight" data-language="bash"><pre class="language-bash"><code class="language
82 <div class="gatsby-highlight" data-language="js"><pre class="language-js"><code class="language-js"…
94 <div class="gatsby-highlight" data-language="text"><pre class="language-text"><code class="language
134 <p>A "version" is described by the <code class="language-text">v2.0.0</code> specification found at
136 <p>A leading <code class="language-text">&quot;=&quot;</code> or <code class="language-text">&quot;…
138 <p>A <code class="language-text">version range</code> is a set of <code class="language-text">compa…
140 …A <code class="language-text">comparator</code> is composed of an <code class="language-text">oper…
141 of primitive <code class="language-text">operators</code> is:</p>
143 <li><code class="language-text">&lt;</code> Less than</li>
[all …]
/third_party/openGLES/docs/
DGLSLExtensionRules.txt1 OpenGL(R) Shading Language Extension Conventions
21 The ARB OpenGL Shading Language working group has defined the following
23 Shading Language syntax or semantics.
29 We expect the Shading Language to continue to evolve through the
31 revisions to the core language specification itself. As a result,
34 language.
47 The fact that the Shading Language is modeled after C/C++ means
48 that we have some additional requirements for what the language
53 Shading Language.
62 shading language extensions do not conflict in syntax or
[all …]
/third_party/skia/third_party/externals/opengl-registry/docs/
DGLSLExtensionRules.txt1 OpenGL(R) Shading Language Extension Conventions
21 The ARB OpenGL Shading Language working group has defined the following
23 Shading Language syntax or semantics.
29 We expect the Shading Language to continue to evolve through the
31 revisions to the core language specification itself. As a result,
34 language.
47 The fact that the Shading Language is modeled after C/C++ means
48 that we have some additional requirements for what the language
53 Shading Language.
62 shading language extensions do not conflict in syntax or
[all …]
/third_party/harfbuzz/src/
Dgen-tag-table.py7 languages system tag list to the language subtags of the BCP 47 language
20 usage: ./gen-tag-table.py languagetags language-subtag-registry
24 * https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
240 """A BCP 47 language tag.
245 ``true``, the entire lowercased tag is the ``language``
247 language (str): The language subtag.
253 tag (str): A BCP 47 language tag.
261 self.language = tag.lower ()
266 self.language = self.subtags[0]
297 and ot.from_bcp_47[self.subtags[0]] == ot.from_bcp_47[self.language])
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-tag-table.py7 languages system tag list to the language subtags of the BCP 47 language
20 usage: ./gen-tag-table.py languagetags language-subtag-registry
24 * https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
240 """A BCP 47 language tag.
245 ``true``, the entire lowercased tag is the ``language``
247 language (str): The language subtag.
253 tag (str): A BCP 47 language tag.
261 self.language = tag.lower ()
266 self.language = self.subtags[0]
297 and ot.from_bcp_47[self.subtags[0]] == ot.from_bcp_47[self.language])
[all …]
/third_party/node/deps/npm/docs/public/cli-commands/npm-install/
Dindex.html1language-],pre[class*=language-]{color:#ccc;background:none;font-family:Consolas,Monaco,Andale Mon…
80 <div class="gatsby-highlight" data-language="bash"><pre class="language-bash"><code class="language
97 will be driven by that, with an <code class="language-text">npm-shrinkwrap.json</code> taking prece…
98 …k.json</a> and <a href="../../cli-commands/npm-shrinkwrap"><code class="language-text">npm shrinkw…
99 <p>A <code class="language-text">package</code> is:</p>
101 …escribed by a <a href="../../configuring-npm/package-json"><code class="language-text">package.jso…
104 …s="language-text">&lt;name&gt;@&lt;version&gt;</code> that is published on the registry (see <a hr…
105 …>e) a <code class="language-text">&lt;name&gt;@&lt;tag&gt;</code> (see <a href="../../cli-commands…
106 <li>f) a <code class="language-text">&lt;name&gt;</code> that has a "latest" tag satisfying (e)</li>
107 <li>g) a <code class="language-text">&lt;git remote url&gt;</code> that resolves to (a)</li>
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DXLikelySubtags.java137 // Cache the result of looking up language="und" encoded as "*", and "und-Zzzz" ("**"). in XLikelySubtags()
193 // Private use language tag x-subtag-subtag... which CLDR changes to in makeMaximizedLsrFrom()
204 // Private use language tag x-subtag-subtag... which CLDR changes to in makeMaximizedLsrFrom()
212 private LSR makeMaximizedLsr(String language, String script, String region, String variant) { in makeMaximizedLsr() argument
215 // not other locales with what looks like the same language and script subtags. in makeMaximizedLsr()
219 return new LSR(PSEUDO_ACCENTS_PREFIX + language, in makeMaximizedLsr()
222 return new LSR(PSEUDO_BIDI_PREFIX + language, in makeMaximizedLsr()
225 return new LSR(PSEUDO_CRACKED_PREFIX + language, in makeMaximizedLsr()
237 return new LSR(PSEUDO_ACCENTS_PREFIX + language, in makeMaximizedLsr()
241 return new LSR(PSEUDO_BIDI_PREFIX + language, in makeMaximizedLsr()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DXLikelySubtags.java144 // Cache the result of looking up language="und" encoded as "*", and "und-Zzzz" ("**"). in XLikelySubtags()
200 // Private use language tag x-subtag-subtag... in makeMaximizedLsrFrom()
210 // Private use language tag x-subtag-subtag... in makeMaximizedLsrFrom()
217 private LSR makeMaximizedLsr(String language, String script, String region, String variant) { in makeMaximizedLsr() argument
220 // not other locales with what looks like the same language and script subtags. in makeMaximizedLsr()
224 return new LSR(PSEUDO_ACCENTS_PREFIX + language, in makeMaximizedLsr()
227 return new LSR(PSEUDO_BIDI_PREFIX + language, in makeMaximizedLsr()
230 return new LSR(PSEUDO_CRACKED_PREFIX + language, in makeMaximizedLsr()
242 return new LSR(PSEUDO_ACCENTS_PREFIX + language, in makeMaximizedLsr()
246 return new LSR(PSEUDO_BIDI_PREFIX + language, in makeMaximizedLsr()
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dgen-tag-table.py7 languages system tag list to the language subtags of the BCP 47 language
40 print ('usage: ./gen-tag-table.py languagetags language-subtag-registry', file=sys.stderr)
247 """A BCP 47 language tag.
252 ``true``, the entire lowercased tag is the ``language``
254 language (str): The language subtag.
260 tag (str): A BCP 47 language tag.
268 self.language = tag.lower ()
273 self.language = self.subtags[0]
304 and ot.from_bcp_47[self.subtags[0]] == ot.from_bcp_47[self.language])
318 if (self.language == 'und'
[all …]
/third_party/grpc/test/core/iomgr/
DBUILD12 # See the License for the specific language governing permissions and
31 language = "C++",
44 language = "C++",
56 language = "C++",
68 language = "C++",
81 language = "C++",
93 language = "C++",
105 language = "C++",
117 language = "C++",
128 language = "C++",
[all …]
/third_party/jerryscript/tests/
Dtest262-es6-excludelist.xml406 <test id="language/arguments-object/10.6-13-a-2.js"><reason></reason></test>
407 <test id="language/arguments-object/10.6-13-a-3.js"><reason></reason></test>
408 …<test id="language/arguments-object/mapped/mapped-arguments-nonconfigurable-2.js"><reason></reason…
409 …<test id="language/arguments-object/mapped/mapped-arguments-nonconfigurable-4.js"><reason></reason…
410 …<test id="language/arguments-object/mapped/mapped-arguments-nonconfigurable-delete-2.js"><reason><…
411 …<test id="language/arguments-object/mapped/mapped-arguments-nonconfigurable-delete-4.js"><reason><…
412 …<test id="language/arguments-object/mapped/mapped-arguments-nonconfigurable-nonwritable-3.js"><rea…
413 …<test id="language/arguments-object/mapped/mapped-arguments-nonconfigurable-nonwritable-4.js"><rea…
414 …<test id="language/arguments-object/mapped/mapped-arguments-nonconfigurable-strict-delete-2.js"><r…
415 …<test id="language/arguments-object/mapped/mapped-arguments-nonconfigurable-strict-delete-4.js"><r…
[all …]
/third_party/harfbuzz/test/shaping/data/in-house/tests/
Dlanguage-tags.tests1 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=fa:U+004A:[gid2=0+1000]
2 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=ja:U+004A:[gid2=0+1000]
3 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh:U+004A:[gid4=0+1000]
4 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-cn:U+004A:[gid4=0+1000]
5 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-sg:U+004A:[gid4=0+1000]
6 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-tw:U+004A:[gid5=0+1000]
7 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-hans:U+004A:[gid4=0+1000]
8 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-hant:U+004A:[gid5=0+1000]
9 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-hant-hk:U+004A:[gid6=0+1000]
10 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-HK:U+004A:[gid6=0+1000]
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/data/in-house/tests/
Dlanguage-tags.tests1 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=fa:U+004A:[gid2=0+1000]
2 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=ja:U+004A:[gid2=0+1000]
3 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh:U+004A:[gid4=0+1000]
4 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-cn:U+004A:[gid4=0+1000]
5 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-sg:U+004A:[gid4=0+1000]
6 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-tw:U+004A:[gid5=0+1000]
7 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-hans:U+004A:[gid4=0+1000]
8 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-hant:U+004A:[gid5=0+1000]
9 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-hant-hk:U+004A:[gid6=0+1000]
10 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf:--language=zh-HK:U+004A:[gid6=0+1000]
[all …]
/third_party/protobuf/
Dgenerate_changelog.py3 """Generates a friendly list of changes per language since the last release."""
8 class Language(object): class
14 Language("C++", [
21 Language("Java", [
25 Language("Python", [
29 Language("JavaScript", [
33 Language("PHP", [
37 Language("Ruby", [
41 Language("Csharp", [
45 Language("Objective C", [
[all …]
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/tests/
Dlanguage-tags.tests1 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=fa;U+004A;[gid2=0+1000]
2 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=ja;U+004A;[gid2=0+1000]
3 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=zh;U+004A;[gid4=0+1000]
4 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=zh-cn;U+004A;[gid4=0+1000]
5 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=zh-sg;U+004A;[gid4=0+1000]
6 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=zh-tw;U+004A;[gid5=0+1000]
7 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=zh-hans;U+004A;[gid4=0+1000]
8 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=zh-hant;U+004A;[gid5=0+1000]
9 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=zh-hant-hk;U+004A;[gid6=0+1000]
10 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=zh-HK;U+004A;[gid6=0+1000]
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dloclikelysubtags.cpp293 // Cache the result of looking up language="und" encoded as "*", and "und-Zzzz" ("**"). in XLikelySubtags()
323 // Private use language tag x-subtag-subtag... which CLDR changes to in makeMaximizedLsrFrom()
340 LSR XLikelySubtags::makeMaximizedLsr(const char *language, const char *script, const char *region, in makeMaximizedLsr() argument
344 // not other locales with what looks like the same language and script subtags. in makeMaximizedLsr()
349 return LSR(PSEUDO_ACCENTS_PREFIX, language, script, region, in makeMaximizedLsr()
352 return LSR(PSEUDO_BIDI_PREFIX, language, script, region, in makeMaximizedLsr()
355 return LSR(PSEUDO_CRACKED_PREFIX, language, script, region, in makeMaximizedLsr()
366 return LSR(PSEUDO_ACCENTS_PREFIX, language, script, in makeMaximizedLsr()
369 return LSR(PSEUDO_BIDI_PREFIX, language, script, in makeMaximizedLsr()
372 return LSR(PSEUDO_CRACKED_PREFIX, language, script, in makeMaximizedLsr()
[all …]
/third_party/node/deps/icu-small/source/common/
Dloclikelysubtags.cpp293 // Cache the result of looking up language="und" encoded as "*", and "und-Zzzz" ("**"). in XLikelySubtags()
323 // Private use language tag x-subtag-subtag... which CLDR changes to in makeMaximizedLsrFrom()
340 LSR XLikelySubtags::makeMaximizedLsr(const char *language, const char *script, const char *region, in makeMaximizedLsr() argument
344 // not other locales with what looks like the same language and script subtags. in makeMaximizedLsr()
349 return LSR(PSEUDO_ACCENTS_PREFIX, language, script, region, in makeMaximizedLsr()
352 return LSR(PSEUDO_BIDI_PREFIX, language, script, region, in makeMaximizedLsr()
355 return LSR(PSEUDO_CRACKED_PREFIX, language, script, region, in makeMaximizedLsr()
366 return LSR(PSEUDO_ACCENTS_PREFIX, language, script, in makeMaximizedLsr()
369 return LSR(PSEUDO_BIDI_PREFIX, language, script, in makeMaximizedLsr()
372 return LSR(PSEUDO_CRACKED_PREFIX, language, script, in makeMaximizedLsr()
[all …]
/third_party/icu/icu4c/source/common/
Dloclikelysubtags.cpp293 // Cache the result of looking up language="und" encoded as "*", and "und-Zzzz" ("**"). in XLikelySubtags()
323 // Private use language tag x-subtag-subtag... which CLDR changes to in makeMaximizedLsrFrom()
340 LSR XLikelySubtags::makeMaximizedLsr(const char *language, const char *script, const char *region, in makeMaximizedLsr() argument
344 // not other locales with what looks like the same language and script subtags. in makeMaximizedLsr()
349 return LSR(PSEUDO_ACCENTS_PREFIX, language, script, region, in makeMaximizedLsr()
352 return LSR(PSEUDO_BIDI_PREFIX, language, script, region, in makeMaximizedLsr()
355 return LSR(PSEUDO_CRACKED_PREFIX, language, script, region, in makeMaximizedLsr()
366 return LSR(PSEUDO_ACCENTS_PREFIX, language, script, in makeMaximizedLsr()
369 return LSR(PSEUDO_BIDI_PREFIX, language, script, in makeMaximizedLsr()
372 return LSR(PSEUDO_CRACKED_PREFIX, language, script, in makeMaximizedLsr()
[all …]
/third_party/selinux/secilc/docs/
Dcil_introduction.md4Language (CIL) is designed to be a language that sits between one or more high level policy langua…
6 …oduce language constructs with more features than the raw kernel policy (e.g., interfaces). Pushin…
17language - provide rich semantics needed for cross-language interaction but not for convenience. I…
21language - the ultimate goal of CIL is the generation of the policy that will be enforced by the k…
27 …o re-think core concepts that are working well. All changes to existing language constructs need a…
31 …to increase performance. At the very least, clearly identify and manage language constructs that c…
36 …y is always a goal, with CIL there are also several well-known and clear motivating language needs.
40 … to an interface. Interfaces or some similar construct should become first class language features.
42 …strators to rapidly create or mold existing policy. Policy authors need language features to creat…
53 …d overlap in very well defined ways. This is in contrast to the current language where a statement…
[all …]

12345678910>>...503