Home
last modified time | relevance | path

Searched refs:union (Results 1 – 25 of 1151) sorted by relevance

12345678910>>...47

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dgen_dxgi_support_tables.py245 always_for_fl = fl_9_3_supported.union(always_for_fl)
246 optional_for_fl = fl_9_3_check.union(optional_for_fl)
248 always_for_fl = fl_10_0_supported.union(always_for_fl)
249 optional_for_fl = fl_10_0_check_10_1_supported.union(optional_for_fl)
250 optional_for_fl = fl_10_0_check_11_0_supported.union(optional_for_fl)
252 always_for_fl = fl_10_0_supported.union(always_for_fl)
253 always_for_fl = fl_10_1_supported.union(always_for_fl)
254 always_for_fl = fl_10_0_check_10_1_supported.union(always_for_fl)
255 optional_for_fl = fl_10_0_check_11_0_supported.union(optional_for_fl)
257 always_for_fl = fl_10_0_supported.union(always_for_fl)
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dgen_dxgi_support_tables.py245 always_for_fl = fl_9_3_supported.union(always_for_fl)
246 optional_for_fl = fl_9_3_check.union(optional_for_fl)
248 always_for_fl = fl_10_0_supported.union(always_for_fl)
249 optional_for_fl = fl_10_0_check_10_1_supported.union(optional_for_fl)
250 optional_for_fl = fl_10_0_check_11_0_supported.union(optional_for_fl)
252 always_for_fl = fl_10_0_supported.union(always_for_fl)
253 always_for_fl = fl_10_1_supported.union(always_for_fl)
254 always_for_fl = fl_10_0_check_10_1_supported.union(always_for_fl)
255 optional_for_fl = fl_10_0_check_11_0_supported.union(optional_for_fl)
257 always_for_fl = fl_10_0_supported.union(always_for_fl)
[all …]
/third_party/typescript/tests/baselines/reference/
DspreadUnion.types2 var union: { a: number } | { b: string };
3 >union : { a: number; } | { b: string; }
12 var o3 = { ...union };
14 >{ ...union } : { a: number; } | { b: string; }
15 >union : { a: number; } | { b: string; }
23 var o4 = { ...union, a: false };
25 >{ ...union, a: false } : { a: boolean; } | { a: boolean; b: string; }
26 >union : { a: number; } | { b: string; }
37 var o5 = { ...union, ...union };
39 >{ ...union, ...union } : { a: number; } | { b: string; a: number; } | { a: number; b: string; } | …
[all …]
DspreadUnion.symbols2 var union: { a: number } | { b: string };
3 >union : Symbol(union, Decl(spreadUnion.ts, 0, 3))
12 var o3 = { ...union };
14 >union : Symbol(union, Decl(spreadUnion.ts, 0, 3))
22 var o4 = { ...union, a: false };
24 >union : Symbol(union, Decl(spreadUnion.ts, 0, 3))
34 var o5 = { ...union, ...union };
36 >union : Symbol(union, Decl(spreadUnion.ts, 0, 3))
37 >union : Symbol(union, Decl(spreadUnion.ts, 0, 3))
DspreadUnion.js2 var union: { a: number } | { b: string }; variable
5 var o3 = { ...union };
8 var o4 = { ...union, a: false };
11 var o5 = { ...union, ...union };
25 var union; variable
27 var o3 = __assign({}, union);
29 var o4 = __assign(__assign({}, union), { a: false });
31 var o5 = __assign(__assign({}, union), union);
DunionTypeCallSignatures.errors.txt1 tests/cases/conformance/types/union/unionTypeCallSignatures.ts(9,1): error TS2322: Type 'number | D…
3 tests/cases/conformance/types/union/unionTypeCallSignatures.ts(9,43): error TS2345: Argument of typ…
4 tests/cases/conformance/types/union/unionTypeCallSignatures.ts(10,29): error TS2769: No overload ma…
9 tests/cases/conformance/types/union/unionTypeCallSignatures.ts(15,29): error TS2769: No overload ma…
14 tests/cases/conformance/types/union/unionTypeCallSignatures.ts(16,1): error TS2554: Expected 1 argu…
15 tests/cases/conformance/types/union/unionTypeCallSignatures.ts(19,32): error TS2345: Argument of ty…
16 tests/cases/conformance/types/union/unionTypeCallSignatures.ts(20,32): error TS2345: Argument of ty…
17 tests/cases/conformance/types/union/unionTypeCallSignatures.ts(21,1): error TS2554: Expected 1 argu…
18 tests/cases/conformance/types/union/unionTypeCallSignatures.ts(24,1): error TS2554: Expected 1 argu…
19 tests/cases/conformance/types/union/unionTypeCallSignatures.ts(26,36): error TS2345: Argument of ty…
[all …]
DunionTypeConstructSignatures.errors.txt1 tests/cases/conformance/types/union/unionTypeConstructSignatures.ts(9,1): error TS2322: Type 'numbe…
3 tests/cases/conformance/types/union/unionTypeConstructSignatures.ts(9,47): error TS2345: Argument o…
4 tests/cases/conformance/types/union/unionTypeConstructSignatures.ts(10,33): error TS2769: No overlo…
9 tests/cases/conformance/types/union/unionTypeConstructSignatures.ts(15,33): error TS2769: No overlo…
14 tests/cases/conformance/types/union/unionTypeConstructSignatures.ts(16,1): error TS2554: Expected 1…
15 tests/cases/conformance/types/union/unionTypeConstructSignatures.ts(19,36): error TS2345: Argument …
16 tests/cases/conformance/types/union/unionTypeConstructSignatures.ts(20,36): error TS2345: Argument …
17 tests/cases/conformance/types/union/unionTypeConstructSignatures.ts(21,1): error TS2554: Expected 1…
18 tests/cases/conformance/types/union/unionTypeConstructSignatures.ts(24,1): error TS2554: Expected 1…
19 tests/cases/conformance/types/union/unionTypeConstructSignatures.ts(26,40): error TS2345: Argument …
[all …]
DES3For-ofTypeCheck4.symbols2 var union: string | string[];
3 >union : Symbol(union, Decl(ES3For-ofTypeCheck4.ts, 0, 3))
5 for (const v of union) { }
7 >union : Symbol(union, Decl(ES3For-ofTypeCheck4.ts, 0, 3))
DES5For-ofTypeCheck4.symbols2 var union: string | string[];
3 >union : Symbol(union, Decl(ES5For-ofTypeCheck4.ts, 0, 3))
5 for (const v of union) { }
7 >union : Symbol(union, Decl(ES5For-ofTypeCheck4.ts, 0, 3))
DES5For-ofTypeCheck5.symbols2 var union: string | number[];
3 >union : Symbol(union, Decl(ES5For-ofTypeCheck5.ts, 0, 3))
5 for (var v of union) { }
7 >union : Symbol(union, Decl(ES5For-ofTypeCheck5.ts, 0, 3))
DES5For-ofTypeCheck7.symbols2 var union: string | number;
3 >union : Symbol(union, Decl(ES5For-ofTypeCheck7.ts, 0, 3))
5 for (var v of union) { }
7 >union : Symbol(union, Decl(ES5For-ofTypeCheck7.ts, 0, 3))
DES3For-ofTypeCheck6.symbols2 var union: string[] | number[];
3 >union : Symbol(union, Decl(ES3For-ofTypeCheck6.ts, 0, 3))
5 for (var v of union) { }
7 >union : Symbol(union, Decl(ES3For-ofTypeCheck6.ts, 0, 3))
DES5For-ofTypeCheck6.symbols2 var union: string[] | number[];
3 >union : Symbol(union, Decl(ES5For-ofTypeCheck6.ts, 0, 3))
5 for (var v of union) { }
7 >union : Symbol(union, Decl(ES5For-ofTypeCheck6.ts, 0, 3))
DES5For-ofTypeCheck9.symbols2 var union: string | string[] | number | symbol;
3 >union : Symbol(union, Decl(ES5For-ofTypeCheck9.ts, 0, 3))
5 for (let v of union) { }
7 >union : Symbol(union, Decl(ES5For-ofTypeCheck9.ts, 0, 3))
DES5For-ofTypeCheck11.symbols2 var union: string | number[];
3 >union : Symbol(union, Decl(ES5For-ofTypeCheck11.ts, 0, 3))
8 for (v of union) { }
10 >union : Symbol(union, Decl(ES5For-ofTypeCheck11.ts, 0, 3))
DES5For-ofTypeCheck8.symbols2 var union: string | string[]| number[]| symbol[];
3 >union : Symbol(union, Decl(ES5For-ofTypeCheck8.ts, 0, 3))
8 for (v of union) { }
10 >union : Symbol(union, Decl(ES5For-ofTypeCheck8.ts, 0, 3))
DES5For-ofTypeCheck14.symbols2 var union: string | Set<number>
3 >union : Symbol(union, Decl(ES5For-ofTypeCheck14.ts, 0, 3))
6 for (const e of union) { }
8 >union : Symbol(union, Decl(ES5For-ofTypeCheck14.ts, 0, 3))
DunparenthesizedFunctionTypeInUnionOrIntersection.errors.txt1 …ion.ts(1,19): error TS1385: Function type notation must be parenthesized when used in a union type.
2 …ion.ts(2,19): error TS1385: Function type notation must be parenthesized when used in a union type.
3 …ion.ts(3,12): error TS1385: Function type notation must be parenthesized when used in a union type.
4 …ion.ts(4,12): error TS1385: Function type notation must be parenthesized when used in a union type.
5 …ion.ts(5,19): error TS1385: Function type notation must be parenthesized when used in a union type.
6 …tion.ts(8,4): error TS1385: Function type notation must be parenthesized when used in a union type.
13 …on.ts(20,37): error TS1385: Function type notation must be parenthesized when used in a union type.
16 …on.ts(22,37): error TS1385: Function type notation must be parenthesized when used in a union type.
22 !!! error TS1385: Function type notation must be parenthesized when used in a union type.
25 !!! error TS1385: Function type notation must be parenthesized when used in a union type.
[all …]
DunparenthesizedConstructorTypeInUnionOrIntersection.errors.txt1 ….ts(1,19): error TS1386: Constructor type notation must be parenthesized when used in a union type.
2 ….ts(2,19): error TS1386: Constructor type notation must be parenthesized when used in a union type.
3 ….ts(3,12): error TS1386: Constructor type notation must be parenthesized when used in a union type.
4 ….ts(4,12): error TS1386: Constructor type notation must be parenthesized when used in a union type.
5 ….ts(5,19): error TS1386: Constructor type notation must be parenthesized when used in a union type.
6 …n.ts(8,4): error TS1386: Constructor type notation must be parenthesized when used in a union type.
13 …ts(20,37): error TS1386: Constructor type notation must be parenthesized when used in a union type.
16 …ts(22,41): error TS1386: Constructor type notation must be parenthesized when used in a union type.
22 !!! error TS1386: Constructor type notation must be parenthesized when used in a union type.
25 !!! error TS1386: Constructor type notation must be parenthesized when used in a union type.
[all …]
DunionTypePropertyAccessibility.errors.txt1 tests/cases/conformance/types/union/unionTypePropertyAccessibility.ts(35,4): error TS2445: Property…
2 tests/cases/conformance/types/union/unionTypePropertyAccessibility.ts(36,4): error TS2341: Property…
3 tests/cases/conformance/types/union/unionTypePropertyAccessibility.ts(38,4): error TS2339: Property…
4 tests/cases/conformance/types/union/unionTypePropertyAccessibility.ts(39,4): error TS2339: Property…
5 tests/cases/conformance/types/union/unionTypePropertyAccessibility.ts(40,4): error TS2339: Property…
6 tests/cases/conformance/types/union/unionTypePropertyAccessibility.ts(41,4): error TS2339: Property…
7 tests/cases/conformance/types/union/unionTypePropertyAccessibility.ts(42,5): error TS2339: Property…
8 tests/cases/conformance/types/union/unionTypePropertyAccessibility.ts(43,5): error TS2339: Property…
9 tests/cases/conformance/types/union/unionTypePropertyAccessibility.ts(44,5): error TS2339: Property…
10 tests/cases/conformance/types/union/unionTypePropertyAccessibility.ts(45,5): error TS2339: Property…
[all …]
DbetterErrorForUnionCall.symbols2 declare const union: { a: string } | { b: string }
3 >union : Symbol(union, Decl(betterErrorForUnionCall.ts, 0, 13))
7 union("");
8 >union : Symbol(union, Decl(betterErrorForUnionCall.ts, 0, 13))
/third_party/node/deps/npm/node_modules/sorted-union-stream/
DREADME.md1 # sorted-union-stream
3 Get the union of two sorted streams
6 npm install sorted-union-stream
9 …ttps://secure.travis-ci.org/mafintosh/sorted-union-stream.png)](http://travis-ci.org/mafintosh/sor…
14 var union = require('sorted-union-stream')
22 var u = union(sorted1, sorted2)
60 var u = union(sorted1, sorted2, function(data) {
64 union.on('data', function(data) {
/third_party/node/deps/npm/node_modules/lodash.union/
DREADME.md1 # lodash.union v4.6.0
3 The [lodash](https://lodash.com/) method `_.union` exported as a [Node.js](https://nodejs.org/) mod…
10 $ npm i --save lodash.union
15 var union = require('lodash.union');
18 …on](https://lodash.com/docs#union) or [package source](https://github.com/lodash/lodash/blob/4.6.0…
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_packing.inl12 union
28 union
41 union
57 union
70 union
88 union
101 union
119 union
132 union
146 union
[all …]
/third_party/typescript/tests/cases/conformance/types/spread/
DspreadUnion.ts1 var union: { a: number } | { b: string }; variable
4 var o3 = { ...union };
7 var o4 = { ...union, a: false };
10 var o5 = { ...union, ...union };

12345678910>>...47