Home
last modified time | relevance | path

Searched full:under (Results 1 – 25 of 17343) sorted by relevance

12345678910>>...694

/third_party/typescript/tests/baselines/reference/
DtypeGuardNarrowsIndexedAccessOfKnownProperty1.types35 >"0" : { sub: { under: { shape: Shape; };}; }
38 >sub : { under: { shape: Shape;}; }
40 under: {
41 >under : { shape: Shape; }
97 switch(s[0]["sub"].under["shape"]["dash-ok"]) {
98 >s[0]["sub"].under["shape"]["dash-ok"] : "square" | "rectangle" | "circle"
99 >s[0]["sub"].under["shape"] : Shape
100 >s[0]["sub"].under : { shape: Shape; }
101 >s[0]["sub"] : { under: { shape: Shape; }; }
102 >s[0] : { sub: { under: { shape: Shape; }; }; }
[all …]
DtypeGuardNarrowsIndexedAccessOfKnownProperty1.symbols51 under: {
52 >under : Symbol(under, Decl(typeGuardNarrowsIndexedAccessOfKnownProperty1.ts, 16, 14))
99 switch(s[0]["sub"].under["shape"]["dash-ok"]) {
100 >s[0]["sub"].under : Symbol(under, Decl(typeGuardNarrowsIndexedAccessOfKnownProperty1.ts, 16, 14))
104 >under : Symbol(under, Decl(typeGuardNarrowsIndexedAccessOfKnownProperty1.ts, 16, 14))
108 … case "square": return s[0].sub.under.shape["square-size"] * s[0].sub.under.shape["square-size"];
109 >s[0].sub.under.shape : Symbol(shape, Decl(typeGuardNarrowsIndexedAccessOfKnownProperty1.ts, 17, 20…
110 >s[0].sub.under : Symbol(under, Decl(typeGuardNarrowsIndexedAccessOfKnownProperty1.ts, 16, 14))
115 >under : Symbol(under, Decl(typeGuardNarrowsIndexedAccessOfKnownProperty1.ts, 16, 14))
118 >s[0].sub.under.shape : Symbol(shape, Decl(typeGuardNarrowsIndexedAccessOfKnownProperty1.ts, 17, 20…
[all …]
DtypeGuardNarrowsIndexedAccessOfKnownProperty1.js19 under: {
33 switch(s[0]["sub"].under["shape"]["dash-ok"]) {
34 … case "square": return s[0].sub.under.shape["square-size"] * s[0].sub.under.shape["square-size"];
35 …case "rectangle": return s[0]["sub"]["under"]["shape"]["width"] * s[0]["sub"]["under"]["shape"].he…
36 …case "circle": return Math.PI * s[0].sub.under["shape"].radius * s[0]["sub"].under.shape["radius"];
95 switch (s[0]["sub"].under["shape"]["dash-ok"]) {
96 … case "square": return s[0].sub.under.shape["square-size"] * s[0].sub.under.shape["square-size"];
97 …case "rectangle": return s[0]["sub"]["under"]["shape"]["width"] * s[0]["sub"]["under"]["shape"].he…
98 …case "circle": return Math.PI * s[0].sub.under["shape"].radius * s[0]["sub"].under.shape["radius"];
/third_party/node/src/
Djsvm.h3 * Licensed under the Apache License, Version 2.0 (the "License");
10 * distributed under the License is distributed on an "AS IS" BASIS,
13 * limitations under the License.
192 * @param env: The environment that the JSVM-API call is invoked under.
203 * @param env: The environment that the JSVM-API call is invoked under.
214 * @param env: The environment that the JSVM-API call is invoked under.
225 * @param env: The environment that the JSVM-API call is invoked under.
247 * @param env: The environment that the JSVM-API call is invoked under.
271 * @param env: The environment that the JSVM-API call is invoked under.
288 * @param env: The environment that the JSVM-API call is invoked under.
[all …]
/third_party/glib/
DOAT.xml4 Licensed under the Apache License, Version 2.0 (the "License");
11 distributed under the License is distributed on an "AS IS" BASIS,
14 limitations under the License.
27 3. task policy: Default policy for projects under this task, this field is required and the specifi…
28 4. task filter: Default filefilter for projects under this task, this field is required and the spe…
101 * Licensed under the Academic Free License version 2.0
102 * Or under the following terms:
105 * modify it under the terms of the GNU Lesser General Public
126 …<filteritem type="filename" name="*.m4" desc="This file is distributed under the same license as t…
127 …<filteritem type="filename" name="*.po" desc="This file is distributed under the same license as t…
[all …]
/third_party/icu/icu4c/source/data/translit/
DGrek_Latn_UNGEGN.txt35 $under = \u0331;
41 \: ↔ \: $under ;
42 \? ↔ \? $under ;
54 η ↔ i $under ;
55 Η ↔ I $under ;
59 ω ↔ o $under ;
60 Ω ↔ O $under;
74 $fmaker = [aeiAEI] $under ? ;
76 $fmaker { υ ( $shiftForwardVowels )* } $softener → $1 v $under ;
77 υ $1 ← ( $shiftForwardVowels )* v $under ;
[all …]
/third_party/skia/third_party/externals/icu/source/data/translit/
DGrek_Latn_UNGEGN.txt35 $under = \u0331;
41 \: ↔ \: $under ;
42 \? ↔ \? $under ;
54 η ↔ i $under ;
55 Η ↔ I $under ;
59 ω ↔ o $under ;
60 Ω ↔ O $under;
74 $fmaker = [aeiAEI] $under ? ;
76 $fmaker { υ ( $shiftForwardVowels )* } $softener → $1 v $under ;
77 υ $1 ← ( $shiftForwardVowels )* v $under ;
[all …]
/third_party/spirv-tools/source/
Dspirv_target_env.cpp3 // Licensed under the Apache License, Version 2.0 (the "License");
10 // distributed under the License is distributed on an "AS IS" BASIS,
13 // limitations under the License.
30 return "SPIR-V 1.0 (under Vulkan 1.0 semantics)"; in spvTargetEnvDescription()
34 return "SPIR-V 1.0 (under OpenCL 1.2 Full Profile semantics)"; in spvTargetEnvDescription()
36 return "SPIR-V 1.0 (under OpenCL 1.2 Embedded Profile semantics)"; in spvTargetEnvDescription()
38 return "SPIR-V 1.0 (under OpenCL 2.0 Full Profile semantics)"; in spvTargetEnvDescription()
40 return "SPIR-V 1.0 (under OpenCL 2.0 Embedded Profile semantics)"; in spvTargetEnvDescription()
42 return "SPIR-V 1.0 (under OpenCL 2.1 Full Profile semantics)"; in spvTargetEnvDescription()
44 return "SPIR-V 1.0 (under OpenCL 2.1 Embedded Profile semantics)"; in spvTargetEnvDescription()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/
Dspirv_target_env.cpp3 // Licensed under the Apache License, Version 2.0 (the "License");
10 // distributed under the License is distributed on an "AS IS" BASIS,
13 // limitations under the License.
29 return "SPIR-V 1.0 (under Vulkan 1.0 semantics)"; in spvTargetEnvDescription()
33 return "SPIR-V 1.0 (under OpenCL 1.2 Full Profile semantics)"; in spvTargetEnvDescription()
35 return "SPIR-V 1.0 (under OpenCL 1.2 Embedded Profile semantics)"; in spvTargetEnvDescription()
37 return "SPIR-V 1.0 (under OpenCL 2.0 Full Profile semantics)"; in spvTargetEnvDescription()
39 return "SPIR-V 1.0 (under OpenCL 2.0 Embedded Profile semantics)"; in spvTargetEnvDescription()
41 return "SPIR-V 1.0 (under OpenCL 2.1 Full Profile semantics)"; in spvTargetEnvDescription()
43 return "SPIR-V 1.0 (under OpenCL 2.1 Embedded Profile semantics)"; in spvTargetEnvDescription()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dspirv_target_env.cpp3 // Licensed under the Apache License, Version 2.0 (the "License");
10 // distributed under the License is distributed on an "AS IS" BASIS,
13 // limitations under the License.
29 return "SPIR-V 1.0 (under Vulkan 1.0 semantics)"; in spvTargetEnvDescription()
33 return "SPIR-V 1.0 (under OpenCL 1.2 Full Profile semantics)"; in spvTargetEnvDescription()
35 return "SPIR-V 1.0 (under OpenCL 1.2 Embedded Profile semantics)"; in spvTargetEnvDescription()
37 return "SPIR-V 1.0 (under OpenCL 2.0 Full Profile semantics)"; in spvTargetEnvDescription()
39 return "SPIR-V 1.0 (under OpenCL 2.0 Embedded Profile semantics)"; in spvTargetEnvDescription()
41 return "SPIR-V 1.0 (under OpenCL 2.1 Full Profile semantics)"; in spvTargetEnvDescription()
43 return "SPIR-V 1.0 (under OpenCL 2.1 Embedded Profile semantics)"; in spvTargetEnvDescription()
[all …]
/third_party/ffmpeg/
DCOPYING.GPLv380 "The Program" refers to any copyrightable work licensed under this
94 infringement under applicable copyright law, except executing it on a
108 work under this License, and how to view a copy of this License. If
156 All rights granted under this License are granted for the term of
171 for you must do so exclusively on your behalf, under your direction
175 Conveying under any other circumstances is permitted solely under
182 measure under any applicable law fulfilling obligations under article
189 is effected by exercising rights under this License with respect to
211 produce it from the Program, in the form of source code under the
218 released under this License and any conditions added under section
[all …]
/third_party/elfutils/
DCOPYING80 "The Program" refers to any copyrightable work licensed under this
94 infringement under applicable copyright law, except executing it on a
108 work under this License, and how to view a copy of this License. If
156 All rights granted under this License are granted for the term of
171 for you must do so exclusively on your behalf, under your direction
175 Conveying under any other circumstances is permitted solely under
182 measure under any applicable law fulfilling obligations under article
189 is effected by exercising rights under this License with respect to
211 produce it from the Program, in the form of source code under the
218 released under this License and any conditions added under section
[all …]
/third_party/json/LICENSES/
DGPL-3.0-only.txt38 “The Program” refers to any copyrightable work licensed under this License. Each licensee is addres…
44 …ermission, would make you directly or secondarily liable for infringement under applicable copyrig…
48 … extent that warranties are provided), that licensees may convey the work under this License, and …
64 All rights granted under this License are granted for the term of copyright on the Program, and are…
66 … running the covered works for you must do so exclusively on your behalf, under your direction and…
68 Conveying under any other circumstances is permitted solely under the conditions stated below. Subl…
71 …deemed part of an effective technological measure under any applicable law fulfilling obligations
73 …easures to the extent such circumvention is effected by exercising rights under this License with …
81 … modifications to produce it from the Program, in the form of source code under the terms of secti…
85 …carry prominent notices stating that it is released under this License and any conditions added un…
[all …]
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
DLICENSE80 "The Program" refers to any copyrightable work licensed under this
94 infringement under applicable copyright law, except executing it on a
108 work under this License, and how to view a copy of this License. If
156 All rights granted under this License are granted for the term of
171 for you must do so exclusively on your behalf, under your direction
175 Conveying under any other circumstances is permitted solely under
182 measure under any applicable law fulfilling obligations under article
189 is effected by exercising rights under this License with respect to
211 produce it from the Program, in the form of source code under the
218 released under this License and any conditions added under section
[all …]
/third_party/skia/third_party/externals/spirv-cross/LICENSES/
DCC-BY-4.0.txt6 no warranties regarding its licenses, any material licensed under their terms
26 This includes other CC-licensed material, or material used under an exception
30 grants the public permission to use the licensed material under specified
34 under copyright and certain other rights that a licensor has authority to
49 receives from making the Licensed Material available under these terms and
57 modified in a manner requiring permission under the Copyright and Similar
74 of proper authority, may not be circumvented under laws fulfilling obligations
75 under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996,
90 h. Licensor means the individual(s) or entity(ies) granting rights under this
94 requires permission under the Licensed Rights, such as reproduction, public
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/LICENSES/
DCC-BY-4.0.txt6 no warranties regarding its licenses, any material licensed under their terms
26 This includes other CC-licensed material, or material used under an exception
30 grants the public permission to use the licensed material under specified
34 under copyright and certain other rights that a licensor has authority to
49 receives from making the Licensed Material available under these terms and
57 modified in a manner requiring permission under the Copyright and Similar
74 of proper authority, may not be circumvented under laws fulfilling obligations
75 under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996,
90 h. Licensor means the individual(s) or entity(ies) granting rights under this
94 requires permission under the Licensed Rights, such as reproduction, public
[all …]
/third_party/wpa_supplicant/
DCONTRIBUTIONS4 This software is distributed under a permissive open source license to
7 clear record of contributions and terms under which they are licensed.
11 All contributions are expected to be licensed under the modified BSD
63 Until February 11, 2012, in case of most files in hostap.git, "under the
65 is licensed both under GPL v2 and modified BSD license (see below) and
67 or uses the software. As such, the contribution has to be licensed under
73 licensed until GPL v2. In case of most files in hostap.git, "under the
75 is licensed under the modified BSD license (see below).
81 (e) The contribution can be licensed under the modified BSD license
83 under other terms.
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/
DCONTRIBUTIONS4 This software is distributed under a permissive open source license to
7 clear record of contributions and terms under which they are licensed.
11 All contributions are expected to be licensed under the modified BSD
63 Until February 11, 2012, in case of most files in hostap.git, "under the
65 is licensed both under GPL v2 and modified BSD license (see below) and
67 or uses the software. As such, the contribution has to be licensed under
73 licensed until GPL v2. In case of most files in hostap.git, "under the
75 is licensed under the modified BSD license (see below).
81 (e) The contribution can be licensed under the modified BSD license
83 under other terms.
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Ddiscrete_distribution.cc3 // Licensed under the Apache License, Version 2.0 (the "License");
10 // distributed under the License is distributed on an "AS IS" BASIS,
13 // limitations under the License.
45 // To construct the table, pick an element which is under-full (i.e., an in InitDiscreteDistribution()
56 std::vector<size_t> under; in InitDiscreteDistribution() local
63 under.push_back(idx++); in InitDiscreteDistribution()
68 while (!over.empty() && !under.empty()) { in InitDiscreteDistribution()
69 auto lo = under.back(); in InitDiscreteDistribution()
70 under.pop_back(); in InitDiscreteDistribution()
78 under.push_back(hi); in InitDiscreteDistribution()
[all …]
/third_party/node/deps/uv/
DLICENSE-docs10 warranties regarding its licenses, any material licensed under their
34 licensed material, or material used under an exception or
40 licensed material under specified terms and conditions. If
44 licenses grant only permissions under copyright and certain
66 Licensed Material available under these terms and conditions.
75 permission under the Copyright and Similar Rights held by the
94 absence of proper authority, may not be circumvented under laws
95 fulfilling obligations under Article 11 of the WIPO Copyright
113 under this Public License.
116 process that requires permission under the Licensed Rights, such
[all …]
/third_party/libuv/
DLICENSE-docs10 warranties regarding its licenses, any material licensed under their
34 licensed material, or material used under an exception or
40 licensed material under specified terms and conditions. If
44 licenses grant only permissions under copyright and certain
66 Licensed Material available under these terms and conditions.
75 permission under the Copyright and Similar Rights held by the
94 absence of proper authority, may not be circumvented under laws
95 fulfilling obligations under Article 11 of the WIPO Copyright
113 under this Public License.
116 process that requires permission under the Licensed Rights, such
[all …]
/third_party/musl/libc-test/src/functionalext/dlns/
Ddlns_separated.c3 * Licensed under the Apache License, Version 2.0 (the "License");
10 * distributed under the License is distributed on an "AS IS" BASIS,
13 * limitations under the License.
27 …* @tc.desc : When the separated property is false, under non-strict isolation, so can be open…
42 …* @tc.desc : When the separated property is false, under non-strict isolation, the wrong path…
57 …* @tc.desc : When the separated property is true, under strict isolation, the name of the inc…
58 …* library is under the allowed.libs configuration item, and lib_paths and permitted.paths are …
74 …* @tc.desc : When the separated property is true, under strict isolation, the name of the inc…
75 …* library is under the allowed.libs configuration item, and the lib_paths and per…
90 …* @tc.desc : When the separated property is true, under strict isolation, the lib_paths, perm…
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
DCONTRIBUTIONS4 This software is distributed under a permissive open source license to
7 clear record of contributions and terms under which they are licensed.
11 All contributions are expected to be licensed under the modified BSD
66 Until February 11, 2012, in case of most files in hostap.git, "under the
68 is licensed both under GPL v2 and modified BSD license (see below) and
70 or uses the software. As such, the contribution has to be licensed under
76 licensed until GPL v2. In case of most files in hostap.git, "under the
78 is licensed under the modified BSD license (see below).
84 (e) The contribution can be licensed under the modified BSD license
86 under other terms.
[all …]
/third_party/node/test/es-module/
Dtest-esm-type-flag-package-scopes.mjs27 …it('should import an extensionless JavaScript file within a "type": "module" scope under node_modu…
54 … it('should import an extensionless Wasm file within a "type": "module" scope under node_modules',
63 "type" field and is not under node_modules`, { concurrency: true }, () => {
64 …it('should run as ESM a .js file within package scope that has no defined "type" and is not under
78 under node_modules`, async () => {
90 … Wasm an extensionless Wasm file within a package scope that has no defined "type" and is not under
105 …t as ESM a .js file within package scope that has no defined "type" and is not under node_modules',
112 not under node_modules`, async () => {
118 under node_modules`, async () => {
125 "type" field and is under node_modules`, { concurrency: true }, () => {
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/
DCOPYING.adoc12 under the Creative Commons Attribution 4.0 International License (SPDX
15 generated as part of the build process are typically licensed under the
19 link:xml/video.xml[`video.xml`] are licensed under a dual (SPDX license
22 link:config/fonts/[`config/fonts/`] are licensed under the M+ Font License
29 licensed under the MIT license. The home of the
33 such as a copy of the KaTeX distribution. Such files continue under their
52 Q: Why are the HTML and PDF Specifications posted on Khronos' website under
56 under the proprietary Khronos Specification License. Only these
66 should be placed under the CC-BY license. If you believe your modifications
77 your changes under the umbrella of the Khronos IP policy.

12345678910>>...694