Home
last modified time | relevance | path

Searched refs:Yes (Results 1 – 25 of 1133) sorted by relevance

12345678910>>...46

/third_party/flatbuffers/docs/source/
DSupport.md23 …r all basic features | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | WiP | Y…
24 JSON parsing | Yes | No | No | No | No | No | No | Yes
25 …ation | Yes | Yes | Yes | Yes | No | No | No | No | No | N…
26 Reflection | Yes | No | No | No | No | No | No | Basic …
27 Buffer verifier | Yes | No | No | No | No | No | No | Yes
28 Native Object API | Yes | No | Yes | Yes | Yes | Yes | Yes | No …
29 …calars | Yes | Yes | Yes | No | No | Yes | Yes | Yes | No | N…
30 …uffers | Yes | Yes | ? | ? | ? | ? | ? | ? | ? …
31 …asic | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | ? | Y…
32 …ng: fuzz | Yes | No | No | Yes | Yes | No | No | No | ? …
[all …]
/third_party/typescript/tests/baselines/reference/
DstringEnumLiteralTypes3.types2 const enum Choice { Unknown = "", Yes = "yes", No = "no" };
6 >Yes : Choice.Yes
11 type Yes = Choice.Yes;
12 >Yes : Choice.Yes
15 type YesNo = Choice.Yes | Choice.No;
20 type NoYes = Choice.No | Choice.Yes;
25 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No;
31 function f1(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
32 >f1 : (a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) => void
33 >a : Choice.Yes
[all …]
DenumLiteralTypes3.types2 const enum Choice { Unknown, Yes, No };
5 >Yes : Choice.Yes
8 type Yes = Choice.Yes;
9 >Yes : Choice.Yes
12 type YesNo = Choice.Yes | Choice.No;
17 type NoYes = Choice.No | Choice.Yes;
22 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No;
28 function f1(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
29 >f1 : (a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) => void
30 >a : Choice.Yes
[all …]
DenumLiteralTypes1.types2 const enum Choice { Unknown, Yes, No };
5 >Yes : Choice.Yes
8 type YesNo = Choice.Yes | Choice.No;
13 type NoYes = Choice.No | Choice.Yes;
18 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No;
33 var a: Choice.Yes | Choice.No;
38 var a: Choice.No | Choice.Yes;
61 >c = b : Choice.Yes | Choice.No
63 >b : Choice.Yes | Choice.No
66 function f3(a: Choice.Yes, b: YesNo) {
[all …]
DenumLiteralTypes2.types2 const enum Choice { Unknown, Yes, No };
5 >Yes : Choice.Yes
8 type YesNo = Choice.Yes | Choice.No;
13 type NoYes = Choice.No | Choice.Yes;
18 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No;
33 var a: Choice.Yes | Choice.No;
38 var a: Choice.No | Choice.Yes;
61 >c = b : Choice.Yes | Choice.No
63 >b : Choice.Yes | Choice.No
66 function f3(a: Choice.Yes, b: UnknownYesNo) {
[all …]
DstringEnumLiteralTypes1.types2 const enum Choice { Unknown = "", Yes = "yes", No = "no" };
6 >Yes : Choice.Yes
11 type YesNo = Choice.Yes | Choice.No;
16 type NoYes = Choice.No | Choice.Yes;
21 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No;
36 var a: Choice.Yes | Choice.No;
41 var a: Choice.No | Choice.Yes;
64 >c = b : Choice.Yes | Choice.No
66 >b : Choice.Yes | Choice.No
69 function f3(a: Choice.Yes, b: YesNo) {
[all …]
DstringEnumLiteralTypes2.types2 const enum Choice { Unknown = "", Yes = "yes", No = "no" };
6 >Yes : Choice.Yes
11 type YesNo = Choice.Yes | Choice.No;
16 type NoYes = Choice.No | Choice.Yes;
21 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No;
36 var a: Choice.Yes | Choice.No;
41 var a: Choice.No | Choice.Yes;
64 >c = b : Choice.Yes | Choice.No
66 >b : Choice.Yes | Choice.No
69 function f3(a: Choice.Yes, b: YesNo) {
[all …]
DenumLiteralTypes3.errors.txt1 …eral/enumLiteralTypes3.ts(10,5): error TS2322: Type 'YesNo' is not assignable to type 'Choice.Yes'.
2 Type 'Choice.No' is not assignable to type 'Choice.Yes'.
3 …umLiteralTypes3.ts(11,5): error TS2322: Type 'UnknownYesNo' is not assignable to type 'Choice.Yes'.
4 Type 'Choice.Unknown' is not assignable to type 'Choice.Yes'.
5 …ral/enumLiteralTypes3.ts(12,5): error TS2322: Type 'Choice' is not assignable to type 'Choice.Yes'.
9 …LiteralTypes3.ts(37,5): error TS2322: Type 'Choice.Unknown' is not assignable to type 'Choice.Yes'.
10 …/enumLiteralTypes3.ts(39,5): error TS2322: Type 'Choice.No' is not assignable to type 'Choice.Yes'.
12 … TS2367: This condition will always return 'false' since the types 'Choice.Yes' and 'Choice.Unknow…
13 … TS2367: This condition will always return 'false' since the types 'Choice.Yes' and 'Choice.No' ha…
15 …iteralTypes3.ts(87,14): error TS2678: Type 'Choice.Unknown' is not comparable to type 'Choice.Yes'.
[all …]
DstringEnumLiteralTypes3.errors.txt1 …tringEnumLiteralTypes3.ts(10,5): error TS2322: Type 'YesNo' is not assignable to type 'Choice.Yes'.
2 Type 'Choice.No' is not assignable to type 'Choice.Yes'.
3 …umLiteralTypes3.ts(11,5): error TS2322: Type 'UnknownYesNo' is not assignable to type 'Choice.Yes'.
4 Type 'Choice.Unknown' is not assignable to type 'Choice.Yes'.
5 …ringEnumLiteralTypes3.ts(12,5): error TS2322: Type 'Choice' is not assignable to type 'Choice.Yes'.
9 …LiteralTypes3.ts(37,5): error TS2322: Type 'Choice.Unknown' is not assignable to type 'Choice.Yes'.
10 …gEnumLiteralTypes3.ts(39,5): error TS2322: Type 'Choice.No' is not assignable to type 'Choice.Yes'.
12 … TS2367: This condition will always return 'false' since the types 'Choice.Yes' and 'Choice.Unknow…
13 … TS2367: This condition will always return 'false' since the types 'Choice.Yes' and 'Choice.No' ha…
15 …iteralTypes3.ts(87,14): error TS2678: Type 'Choice.Unknown' is not comparable to type 'Choice.Yes'.
[all …]
DenumLiteralTypes3.js2 const enum Choice { Unknown, Yes, No };
4 type Yes = Choice.Yes;
5 type YesNo = Choice.Yes | Choice.No;
6 type NoYes = Choice.No | Choice.Yes;
7 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No;
9 function f1(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { argument
16 function f2(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { argument
23 function f3(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { argument
30 function f4(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { argument
37 function f5(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { argument
[all …]
DstringEnumLiteralTypes3.js2 const enum Choice { Unknown = "", Yes = "yes", No = "no" };
4 type Yes = Choice.Yes;
5 type YesNo = Choice.Yes | Choice.No;
6 type NoYes = Choice.No | Choice.Yes;
7 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No;
9 function f1(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { argument
16 function f2(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { argument
23 function f3(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { argument
30 function f4(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { argument
37 function f5(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) { argument
[all …]
DstringEnumLiteralTypes3.symbols2 const enum Choice { Unknown = "", Yes = "yes", No = "no" };
5 >Yes : Symbol(Choice.Yes, Decl(stringEnumLiteralTypes3.ts, 0, 33))
8 type Yes = Choice.Yes;
9 >Yes : Symbol(Yes, Decl(stringEnumLiteralTypes3.ts, 0, 59))
11 >Yes : Symbol(Choice.Yes, Decl(stringEnumLiteralTypes3.ts, 0, 33))
13 type YesNo = Choice.Yes | Choice.No;
16 >Yes : Symbol(Choice.Yes, Decl(stringEnumLiteralTypes3.ts, 0, 33))
20 type NoYes = Choice.No | Choice.Yes;
25 >Yes : Symbol(Choice.Yes, Decl(stringEnumLiteralTypes3.ts, 0, 33))
27 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No;
[all …]
DenumLiteralTypes3.symbols2 const enum Choice { Unknown, Yes, No };
5 >Yes : Symbol(Choice.Yes, Decl(enumLiteralTypes3.ts, 0, 28))
8 type Yes = Choice.Yes;
9 >Yes : Symbol(Yes, Decl(enumLiteralTypes3.ts, 0, 39))
11 >Yes : Symbol(Choice.Yes, Decl(enumLiteralTypes3.ts, 0, 28))
13 type YesNo = Choice.Yes | Choice.No;
16 >Yes : Symbol(Choice.Yes, Decl(enumLiteralTypes3.ts, 0, 28))
20 type NoYes = Choice.No | Choice.Yes;
25 >Yes : Symbol(Choice.Yes, Decl(enumLiteralTypes3.ts, 0, 28))
27 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No;
[all …]
DstringEnumLiteralTypes2.js2 const enum Choice { Unknown = "", Yes = "yes", No = "no" };
4 type YesNo = Choice.Yes | Choice.No;
5 type NoYes = Choice.No | Choice.Yes;
6 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No;
11 var a: Choice.Yes | Choice.No;
12 var a: Choice.No | Choice.Yes;
21 function f3(a: Choice.Yes, b: YesNo) { argument
34 declare function g(x: Choice.Yes): string;
39 var z1 = g(Choice.Yes);
52 case Choice.Yes: return "true";
[all …]
DstringEnumLiteralTypes1.js2 const enum Choice { Unknown = "", Yes = "yes", No = "no" };
4 type YesNo = Choice.Yes | Choice.No;
5 type NoYes = Choice.No | Choice.Yes;
6 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No;
11 var a: Choice.Yes | Choice.No;
12 var a: Choice.No | Choice.Yes;
21 function f3(a: Choice.Yes, b: YesNo) { argument
34 declare function g(x: Choice.Yes): string;
39 var z1 = g(Choice.Yes);
52 case Choice.Yes: return "true";
[all …]
DstringEnumLiteralTypes1.symbols2 const enum Choice { Unknown = "", Yes = "yes", No = "no" };
5 >Yes : Symbol(Choice.Yes, Decl(stringEnumLiteralTypes1.ts, 0, 33))
8 type YesNo = Choice.Yes | Choice.No;
11 >Yes : Symbol(Choice.Yes, Decl(stringEnumLiteralTypes1.ts, 0, 33))
15 type NoYes = Choice.No | Choice.Yes;
20 >Yes : Symbol(Choice.Yes, Decl(stringEnumLiteralTypes1.ts, 0, 33))
22 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No;
27 >Yes : Symbol(Choice.Yes, Decl(stringEnumLiteralTypes1.ts, 0, 33))
42 var a: Choice.Yes | Choice.No;
45 >Yes : Symbol(Choice.Yes, Decl(stringEnumLiteralTypes1.ts, 0, 33))
[all …]
/third_party/boost/libs/thread/doc/
Dcompliance.qbk19 [[30] [Thread support library] [Yes] [-] [-]]
23 [[30.2.2] [Exceptions] [Yes] [-] [-]]
24 [[30.2.3] [Native handles] [Yes] [-] [-]]
25 [[30.2.4] [Timing specifications] [Yes] [-] [-]]
26 [[30.2.5] [Requirements for Lockable types] [Yes] [-] [-]]
28 [[30.2.5.2] [BasicLockable requirements] [Yes] [-] [-]]
30 [[30.2.5.4] [TimedLockable requirements] [Yes] [-] [-]]
32 [[30.3] [Threads] [Yes] [-] [-]]
33 [[30.3.1] [Class thread] [Yes] [-] [-]]
34 [[30.3.1.1] [Class thread::id] [Yes] [-] [-]]
[all …]
/third_party/typescript/tests/cases/conformance/types/literal/
DenumLiteralTypes3.ts1 const enum Choice { Unknown, Yes, No }; enumerator
3 type Yes = Choice.Yes; alias
4 type YesNo = Choice.Yes | Choice.No;
5 type NoYes = Choice.No | Choice.Yes;
6 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No;
8 function f1(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
15 function f2(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
22 function f3(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
29 function f4(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
36 function f5(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
[all …]
DstringEnumLiteralTypes3.ts1 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; enumerator
3 type Yes = Choice.Yes; alias
4 type YesNo = Choice.Yes | Choice.No;
5 type NoYes = Choice.No | Choice.Yes;
6 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No;
8 function f1(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
15 function f2(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
22 function f3(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
29 function f4(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
36 function f5(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
[all …]
DstringEnumLiteralTypes2.ts3 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; enumerator
5 type YesNo = Choice.Yes | Choice.No;
6 type NoYes = Choice.No | Choice.Yes;
7 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No;
12 var a: Choice.Yes | Choice.No;
13 var a: Choice.No | Choice.Yes;
22 function f3(a: Choice.Yes, b: YesNo) {
35 declare function g(x: Choice.Yes): string;
40 var z1 = g(Choice.Yes);
53 case Choice.Yes: return "true";
[all …]
DstringEnumLiteralTypes1.ts1 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; enumerator
3 type YesNo = Choice.Yes | Choice.No;
4 type NoYes = Choice.No | Choice.Yes;
5 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No;
10 var a: Choice.Yes | Choice.No;
11 var a: Choice.No | Choice.Yes;
20 function f3(a: Choice.Yes, b: YesNo) {
33 declare function g(x: Choice.Yes): string;
38 var z1 = g(Choice.Yes);
51 case Choice.Yes: return "true";
[all …]
DenumLiteralTypes1.ts1 const enum Choice { Unknown, Yes, No }; enumerator
3 type YesNo = Choice.Yes | Choice.No;
4 type NoYes = Choice.No | Choice.Yes;
5 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No;
10 var a: Choice.Yes | Choice.No;
11 var a: Choice.No | Choice.Yes;
20 function f3(a: Choice.Yes, b: YesNo) {
42 function f4(a: Choice.Yes, b: YesNo) {
47 declare function g(x: Choice.Yes): string;
52 var z1 = g(Choice.Yes);
[all …]
DenumLiteralTypes2.ts3 const enum Choice { Unknown, Yes, No }; enumerator
5 type YesNo = Choice.Yes | Choice.No;
6 type NoYes = Choice.No | Choice.Yes;
7 type UnknownYesNo = Choice.Unknown | Choice.Yes | Choice.No;
12 var a: Choice.Yes | Choice.No;
13 var a: Choice.No | Choice.Yes;
22 function f3(a: Choice.Yes, b: UnknownYesNo) {
44 function f4(a: Choice.Yes, b: UnknownYesNo) {
49 declare function g(x: Choice.Yes): string;
54 var z1 = g(Choice.Yes);
[all …]
/third_party/openh264/build/
Darch.mk2 HAVE_AVX2 := Yes
6 ifeq ($(USE_ASM), Yes)
7 ifeq ($(HAVE_AVX2), Yes)
17 ifeq ($(USE_ASM), Yes)
26 ifeq ($(USE_ASM), Yes)
35 ifeq ($(USE_ASM), Yes)
36 ENABLE_MMI=Yes
37 ENABLE_MSA=Yes
41 ifeq ($(ENABLE_MMI), Yes)
43 ifeq ($(ENABLE_MMI), Yes)
[all …]
/third_party/boost/libs/numeric/odeint/doc/
Dstepper_table.qbk16 …[[Explicit Euler] [`euler`] [__dense_output_stepper] [__system] [1] [No] [Yes] [No] [Very simple, …
19 …[[Cash-Karp] [`runge_kutta_cash_karp54`] [__error_stepper] [__system] [5] [Yes (4)] [No] [No] [Goo…
20 …[[Dormand-Prince 5] [`runge_kutta_dopri5`] [__error_stepper] [__system] [5] [Yes (4)] [Yes] [Yes] …
21 …[[Fehlberg 78] [`runge_kutta_fehlberg78`] [__error_stepper] [__system] [8] [Yes (7)] [No] [No] [Go…
23 …[[Adams Bashforth] [`adams_bashforth`] [__stepper] [__system] [configurable] [No] [No] [Yes] [Mult…
25 …[[Adams Moulton] [`adams_moulton`] [__stepper] [__system] [configurable] [No] [No] [Yes] [Multiste…
26 …adams_bashforth_moulton`] [__stepper] [__system] [configurable] [No] [No] [Yes] [Combined multiste…
28 …a] [`controlled_runge_kutta`] [__controlled_stepper] [__system] [depends] [Yes] [No] [depends] [Er…
29 …utput_runge_kutta`] [__dense_output_stepper] [__system] [depends] [No] [Yes] [Yes] [Dense output f…
31 …[[Bulirsch-Stoer] [`bulirsch_stoer`] [__controlled_stepper] [__system] [variable] [Yes] [No] [No] …
[all …]

12345678910>>...46