Home
last modified time | relevance | path

Searched refs:ts3 (Results 1 – 25 of 32) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DtypesVersions.ambientModules.types3 >a : "ts3.1 a"
6 >b : "ts3.1 b"
8 const aa: "ts3.1 a" = a;
9 >aa : "ts3.1 a"
10 >a : "ts3.1 a"
12 const bb: "ts3.1 b" = b;
13 >bb : "ts3.1 b"
14 >b : "ts3.1 b"
16 === tests/cases/conformance/moduleResolution/node_modules/ext/ts3.1/index.d.ts ===
20 export const a = "ts3.1 a";
[all …]
DtypesVersions.multiFile.types11 === tests/cases/conformance/moduleResolution/node_modules/ext/ts3.1/index.d.ts ===
12 export const a = "ts3.1 a";
13 >a : "ts3.1 a"
14 >"ts3.1 a" : "ts3.1 a"
16 === tests/cases/conformance/moduleResolution/node_modules/ext/ts3.1/other.d.ts ===
17 export const b = "ts3.1 b";
18 >b : "ts3.1 b"
19 >"ts3.1 b" : "ts3.1 b"
23 >a : "ts3.1 a"
26 >b : "ts3.1 b"
[all …]
DtypesVersionsDeclarationEmit.multiFile.types11 === tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/index.d.ts ===
16 === tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/other.d.ts ===
23 >fa : () => import("tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/index").A
26 >fb : () => import("tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/other").B
29 >va : import("tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/index").A
30 >fa() : import("tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/index").A
31 >fa : () => import("tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/index").A
34 >vb : import("tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/other").B
35 >fb() : import("tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/other").B
36 >fb : () => import("tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/other").B
DtypesVersions.multiFile.symbols9 === tests/cases/conformance/moduleResolution/node_modules/ext/ts3.1/index.d.ts ===
10 export const a = "ts3.1 a";
13 === tests/cases/conformance/moduleResolution/node_modules/ext/ts3.1/other.d.ts ===
14 export const b = "ts3.1 b";
24 const aa: "ts3.1 a" = a;
28 const bb: "ts3.1 b" = b;
DtypesVersions.ambientModules.symbols8 const aa: "ts3.1 a" = a;
12 const bb: "ts3.1 b" = b;
16 === tests/cases/conformance/moduleResolution/node_modules/ext/ts3.1/index.d.ts ===
20 export const a = "ts3.1 a";
26 export const b = "ts3.1 b";
DtypesVersionsDeclarationEmit.multiFileBackReferenceToSelf.errors.txt12 ">=3.1.0-0": { "*" : ["ts3.1/*"] }
24 ==== tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/index.d.ts (0 errors) ====
27 ==== tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/other.d.ts (0 errors) ====
DtypesVersionsDeclarationEmit.multiFileBackReferenceToSelf.types11 === tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/index.d.ts ===
14 No type information for this code.=== tests/cases/conformance/declarationEmit/node_modules/ext/ts3.…
DtypesVersionsDeclarationEmit.multiFileBackReferenceToSelf.symbols17 === tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/index.d.ts ===
20 No type information for this code.=== tests/cases/conformance/declarationEmit/node_modules/ext/ts3.…
DtypesVersionsDeclarationEmit.multiFile.symbols17 === tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/index.d.ts ===
25 === tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/other.d.ts ===
DtypesVersions.emptyTypes.types1 === /a/ts3.1/index.d.ts ===
DtypesVersions.justIndex.types1 === /a/ts3.1/index.d.ts ===
DtypesVersions.emptyTypes.symbols1 === /a/ts3.1/index.d.ts ===
DtypesVersions.justIndex.symbols1 === /a/ts3.1/index.d.ts ===
DconstAssertions.js81 const ts3 = ff2(!!true ? 'top' : 'bottom', !!true ? 'left' : 'right'); constant
176 const ts3 = ff2(!!true ? 'top' : 'bottom', !!true ? 'left' : 'right'); constant
305 declare const ts3: "top-left" | "top-right" | "bottom-left" | "bottom-right";
DtypesVersionsDeclarationEmit.ambient.types18 === tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/index.d.ts ===
DtypesVersionsDeclarationEmit.ambient.symbols16 === tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/index.d.ts ===
DtypesVersionsDeclarationEmit.multiFileBackReferenceToUnmapped.symbols17 === tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/index.d.ts ===
DtypesVersionsDeclarationEmit.multiFileBackReferenceToUnmapped.types11 === tests/cases/conformance/declarationEmit/node_modules/ext/ts3.1/index.d.ts ===
DconstAssertions.symbols250 const ts3 = ff2(!!true ? 'top' : 'bottom', !!true ? 'left' : 'right');
251 >ts3 : Symbol(ts3, Decl(constAssertions.ts, 79, 5))
DconstAssertions.errors.txt95 const ts3 = ff2(!!true ? 'top' : 'bottom', !!true ? 'left' : 'right');
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
D3-1.c23 struct timespec ts1, ts2, ts3, ts4; in main() local
43 if (clock_gettime(CLOCK_MONOTONIC, &ts3) != 0) { in main()
55 (ts2.tv_sec <= ts3.tv_sec) && (ts3.tv_sec <= ts4.tv_sec)) { in main()
61 ts1.tv_sec, ts2.tv_sec, ts3.tv_sec, ts4.tv_sec); in main()
D4-1.c37 struct timespec ts1, ts2, ts3, ts4; in main()
58 if (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts3) != 0) { in main()
71 (ts2.tv_sec <= ts3.tv_sec) && (ts3.tv_sec <= ts4.tv_sec)) { in main()
77 ts1.tv_sec, ts2.tv_sec, ts3.tv_sec, ts4.tv_sec); in main()
/third_party/boost/libs/date_time/test/posix_time/
Dtestparse_time.cpp162 std::string ts3("20020120T235859"); in main() local
163 ptime t20 = from_iso_string(ts3); in main()
164 check("parse iso time: " + ts3, in main()
184 std::string ts3("20020120T235859.123456789"); in main() local
185 ptime t20 = from_iso_string(ts3); in main()
186 check("parse iso time w/ frac sec: " + ts3, in main()
224 std::string ts3("20020120T235859.123456"); in main()
225 ptime t20 = from_iso_string(ts3); in main()
226 check("parse iso time w/ frac sec: " + ts3, in main()
/third_party/boost/libs/test/test/framework-ts/
Drun-by-name-or-label-test.cpp407 utf::test_suite* ts3 = BOOST_TEST_SUITE("ts3"); in BOOST_AUTO_TEST_CASE() local
408 ts3->add( BOOST_TEST_CASE( &E ) ); in BOOST_AUTO_TEST_CASE()
409 ts3->add( tc=BOOST_TEST_CASE( &F ) ); in BOOST_AUTO_TEST_CASE()
416 master_ts->add( ts3 ); in BOOST_AUTO_TEST_CASE()
/third_party/typescript/tests/cases/conformance/expressions/typeAssertions/
DconstAssertions.ts84 const ts3 = ff2(!!true ? 'top' : 'bottom', !!true ? 'left' : 'right'); constant

12