Home
last modified time | relevance | path

Searched refs:under (Results 1 – 25 of 7638) sorted by relevance

12345678910>>...306

/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"];
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"];
98 …case "circle": return Math.PI * s[0].sub.under["shape"].radius * s[0]["sub"].under.shape["radius"];
DisolatedModulesNoExternalModuleMultiple.errors.txt1 tests/cases/compiler/file1.ts(1,1): error TS1208: 'file1.ts' cannot be compiled under '--isolatedMo…
2 tests/cases/compiler/file2.ts(1,1): error TS1208: 'file2.ts' cannot be compiled under '--isolatedMo…
3 tests/cases/compiler/file3.ts(1,1): error TS1208: 'file3.ts' cannot be compiled under '--isolatedMo…
9 !!! error TS1208: 'file1.ts' cannot be compiled under '--isolatedModules' because it is considered …
14 !!! error TS1208: 'file2.ts' cannot be compiled under '--isolatedModules' because it is considered …
19 !!! error TS1208: 'file3.ts' cannot be compiled under '--isolatedModules' because it is considered …
/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/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/abseil-cpp/absl/random/
Ddiscrete_distribution.cc56 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()
90 for (auto i : under) { in InitDiscreteDistribution()
/third_party/typescript/tests/cases/compiler/
DtypeGuardNarrowsIndexedAccessOfKnownProperty1.ts19 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"];
36 …case "circle": return Math.PI * s[0].sub.under["shape"].radius * s[0]["sub"].under.shape["radius"];
/third_party/glslang/Test/
D140.vert14 gl_ClipVertex; // could be ERROR, but compiling under compatibility profile
15 gl_Color; // could be ERROR, but compiling under compatibility profile
16 gl_LightSource[0]; // could be ERROR, but compiling under compatibility profile
18 gl_TexCoord; // could be ERROR, but compiling under compatibility profile
19 gl_FogFragCoord; // could be ERROR, but compiling under compatibility profile
20 gl_FrontColor; // could be ERROR, but compiling under compatibility profile
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_BugReporting14 - The latest version of the code under test.
15 - Code under test that is targeted* for the POSIX Test Suite reporting.
19 - Mailing list for the code under test.
20 - Bug database for the code under test.
26 - If possible, find the fault in the code under test causing the test case
29 4. If the code under test is compatible with another POSIX version (e.g.,
40 6. Send email bug report to the mailing list for the code under test (or
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.def5 // This file is distributed under the University of Illinois Open Source
38 // Handler for specialized and uniquable leaf nodes under MDNode. Defers to
51 // Handler for leaf nodes under MDNode.
56 // Handler for leaf nodes under MDNode.
61 // Handler for non-leaf nodes under MDNode.
66 // Handler for specialized leaf nodes under MDNode.
71 // Handler for specialized non-leaf nodes under MDNode.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DMetadata.def3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
37 // Handler for specialized and uniquable leaf nodes under MDNode. Defers to
50 // Handler for leaf nodes under MDNode.
55 // Handler for leaf nodes under MDNode.
60 // Handler for non-leaf nodes under MDNode.
65 // Handler for specialized leaf nodes under MDNode.
70 // Handler for specialized non-leaf nodes under MDNode.
/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
18 have requested it, link:xml/vk.xml[`vk.xml`] is licensed under a dual
21 link:config/fonts/[`config/fonts/`] are licensed under the M+ Font License
28 licensed under the MIT license. The home of the
32 such as a copy of the KaTeX distribution. Such files continue under their
51 Q: Why are the HTML and PDF Specifications posted on Khronos' website under
55 under the proprietary Khronos Specification License. Only these
65 should be placed under the CC-BY license. If you believe your modifications
76 your changes under the umbrella of the Khronos IP policy.
/third_party/node/test/fixtures/postject-copy/node_modules/postject/
DCONTRIBUTING.md6 have the right to submit it under the open source license
10 of my knowledge, is covered under an appropriate open source
11 license and I have the right under that license to submit that
13 by me, under the same open source license (unless I am
14 permitted to submit under a different license), as indicated
/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/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/ffmpeg/
DLICENSE.md3 Most files in FFmpeg are under the GNU Lesser General Public License version 2.1
8 Some optional parts of FFmpeg are licensed under the GNU General Public License
68 There are a handful of files under other licensing terms, namely:
76 * `tests/reference.pnm` is under the expat license.
86 The following libraries are under GPL version 2:
102 The following libraries are under LGPL version 3:
110 The VMAF, mbedTLS, RK MPI, OpenCORE and VisualOn libraries are under the Apache License
115 The smbclient library is under the GPL v3, to combine it with FFmpeg,
127 The Fraunhofer FDK AAC and OpenSSL libraries are under licenses which are
/third_party/python/Tools/msi/bundle/bootstrap/
DLICENSE.txt10 …on," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.
12 A "contributor" is any person that distributes its contribution under this license.
17 …h contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed paten…
20 …that are entirely your own work and do not contain code from the software under any terms you choo…
24under this license by including a complete copy of this license with your distribution. If you dis…
25 …y have additional consumer rights under your local laws which this license cannot change. To the e…
/third_party/jerryscript/
DDCO.md7 …n was created in whole or in part by me and I have the right to submit it under the open source li…
9under an appropriate open source license and I have the right under that license to submit that wo…
13 …ained indefinitely and may be redistributed consistent with this project, under the same open sour…
/third_party/node/deps/npm/node_modules/node-gyp/gyp/
DCONTRIBUTING.md13 have the right to submit it under the open source license
17 of my knowledge, is covered under an appropriate open source
18 license and I have the right under that license to submit that
20 by me, under the same open source license (unless I am
21 permitted to submit under a different license), as indicated
/third_party/mbedtls/
Ddco.txt18 have the right to submit it under the open source license
22 of my knowledge, is covered under an appropriate open source
23 license and I have the right under that license to submit that
25 by me, under the same open source license (unless I am
26 permitted to submit under a different license), as indicated
/third_party/node/deps/npm/node_modules/node-gyp/
DCONTRIBUTING.md15 have the right to submit it under the open source license
19 of my knowledge, is covered under an appropriate open source
20 license and I have the right under that license to submit that
22 by me, under the same open source license (unless I am
23 permitted to submit under a different license), as indicated
/third_party/node/tools/gyp/
DCONTRIBUTING.md13 have the right to submit it under the open source license
17 of my knowledge, is covered under an appropriate open source
18 license and I have the right under that license to submit that
20 by me, under the same open source license (unless I am
21 permitted to submit under a different license), as indicated
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/readable-stream/
DCONTRIBUTING.md6 have the right to submit it under the open source license
10 of my knowledge, is covered under an appropriate open source
11 license and I have the right under that license to submit that
13 by me, under the same open source license (unless I am
14 permitted to submit under a different license), as indicated

12345678910>>...306