Home
last modified time | relevance | path

Searched refs:bTs (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
Drename.ts5 const bTs: File = { path: "/b.ts", content: 'import { a } from "./a";' }; constant
7 const session = createSession(createServerHost([aTs, bTs]));
8 openFilesForSession([bTs], session);
11 …ameResponse>(session, protocol.CommandTypes.Rename, protocolFileLocationFromSubstring(bTs, 'a";'));
22 …ameResponse>(session, protocol.CommandTypes.Rename, protocolFileLocationFromSubstring(bTs, 'a";'));
31 triggerSpan: protocolTextSpanFromSubstring(bTs.content, "a", { index: 1 }),
34 file: bTs.path,
37 fileText: bTs.content,
39 contextText: bTs.content
48 …ameResponse>(session, protocol.CommandTypes.Rename, protocolFileLocationFromSubstring(bTs, 'a";'));
[all …]
DexportMapCache.ts10 const bTs: File = { constant
41 assert.ok(exportMapCache.isUsableByFile(bTs.path as Path));
49 assert.ok(!exportMapCache.isUsableByFile(bTs.path as Path));
58 assert.ok(!exportMapCache.isUsableByFile(bTs.path as Path));
67 assert.ok(exportMapCache.isUsableByFile(bTs.path as Path));
76 assert.ok(!exportMapCache.isUsableByFile(bTs.path as Path));
90 …exportMapCache.search(bTs.path as Path, /*preferCapitalized*/ false, returnTrue, (info, symbolName…
102 fileName: bTs.path,
116 …exportMapCache.search(bTs.path as Path, /*preferCapitalized*/ false, returnTrue, (info, symbolName…
125 …const host = createServerHost([aTs, bTs, ambientDeclaration, tsconfig, packageJson, mobxPackageJso…
[all …]
DmoduleSpecifierCache.ts10 const bTs: File = { constant
42 …assert.isFalse(moduleSpecifierCache.get(bTs.path as Path, aTs.path as Path, {}, {})?.isBlockedByPa…
75 …assert.isFalse(moduleSpecifierCache.get(bTs.path as Path, aTs.path as Path, {}, {})?.isBlockedByPa…
109 triggerCompletions({ file: bTs.path, line: 1, offset: 3 });
117 triggerCompletions({ file: bTs.path, line: 1, offset: 3 });
121 … return moduleSpecifierCache.get(bTs.path as Path, aTs.path as Path, preferences, {});
127 …const host = createServerHost([aTs, bTs, cTs, bSymlink, ambientDeclaration, tsconfig, packageJson,…
129 openFilesForSession([aTs, bTs, cTs], session);
140 triggerCompletions({ file: bTs.path, line: 1, offset: 3 });
DprojectsWithReferences.ts63 const bTs: File = { constant
80 … const host = createServerHost([libFile, aConfig, bConfig, cConfig, aTs, bTs, cTs, refsTs]);
83 return { host, service, aConfig, bConfig, cConfig, aTs, bTs, cTs, refsTs };
87 const { host, service, bTs } = createService(); constant
91 host.appendFile(bTs.path, `export function gFoo() { }`);
179 const bTs: File = { constant
196 … const host = createServerHost([libFile, aConfig, bConfig, cConfig, aTs, bTs, cTs, refsTs]);
199 return { host, service, aConfig, bConfig, cConfig, aTs, bTs, cTs, refsTs };
203 const { host, service, bTs } = createService(); constant
206 host.appendFile(bTs.path, `export function gFoo() { }`);
DgetFileReferences.ts12 const bTs: File = { constant
30 const host = createServerHost([aTs, bTs, cTs, dTs, tsconfig]);
32 openFilesForSession([aTs, bTs, cTs, dTs], session);
47 …makeReferenceItem({ file: bTs, text: "./a", lineText: importA, contextText: importA, isWriteAccess…
70 …makeReferenceItem({ file: bTs, text: "./a", lineText: undefined, contextText: importA, isWriteAcce…
Dcompletions.ts8 const bTs: File = { constant
17 const session = createSession(createServerHost([aTs, bTs, tsconfig]));
18 openFilesForSession([aTs, bTs], session);
21 file: bTs.path,
173 const bTs: File = { constant
184 const session = createSession(createServerHost([aTs, bTs, tsconfig]));
185 openFilesForSession([aTs, bTs], session);
188 file: bTs.path,
DdeclarationFileMaps.ts75 const bTs: File = { constant
123 …const host = createServerHost([aTs, aTsconfig, aDtsMap, aDts, bTsconfig, bTs, bDtsMap, bDts, ...(a…
127 checkDeclarationFiles(bTs, session, [bDtsMap, bDts]);
131 host.deleteFile(bTs.path);
329 file: bTs,
369 file: bTs,
471 const bTs: File = { path: "/b/b.ts", content: `f();` }; constant
479 … const session = createSession(createServerHost([aTs, aTsconfig, bTs, bTsconfig, aDts, aDtsMap]));
481 openFilesForSession([bTs], session);
484 …nse>(session, protocol.CommandTypes.ReferencesFull, protocolFileLocationFromSubstring(bTs, "f()"));
[all …]
DprojectReferences.ts256 const bTs: File = { constant
281 const files = [libFile, aTs, a2Ts, configA, bDts, bTs, configB, cTs, configC]; constant
297 checkProjectActualFiles(projectC, [cTs.path, bTs.path, libFile.path, configC.path]);
/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectLoading.ts52 const bTs: File = { constant
60 … const { verifyEventWithOpenTs } = createSessionToVerifyEvent(files.concat(bTs, configB));
62 verifyEventWithOpenTs(bTs, configB.path, 2);
76 const bTs: File = { constant
86 …fyEvent, verifyEventWithOpenTs, service } = createSessionToVerifyEvent(files.concat(bTs, configB));
87 verifyEventWithOpenTs(bTs, configB.path, 1);
116 const bTs: File = { constant
132 …tWithOpenTs, verifyEvent } = createSessionToVerifyEvent(files.concat(aDTs, aDTsMap, bTs, configB));
133 verifyEventWithOpenTs(bTs, configB.path, 1);
138 file: bTs.path,
[all …]
/third_party/typescript/tests/cases/fourslash/
DnavigateToIIFE.ts19 const bTs: ReadonlyArray<FourSlashInterface.ExpectedNavigateToItem> = [r1, r2].map((range): FourSla… constant
23 { pattern: "onResume", expected: [...aTs, ...bTs] },
25 { pattern: "onResume", fileName: "/b.ts", expected: bTs },
DnavigateToSingleFileResults.ts20 const bTs: ReadonlyArray<FourSlashInterface.ExpectedNavigateToItem> = [r1, r2].map((range): FourSla… constant
24 { pattern: "hello", expected: [...aTs, ...bTs] },
26 { pattern: "hello", fileName: "/b.ts", expected: bTs },
/third_party/typescript/src/testRunner/unittests/tscWatch/
Dincremental.ts239 const bTs: File = { constant
262 return [libFile, aTs, bTs, cTs, indexTs, config];
DprogramUpdates.ts269 const bTs: File = { constant
279 return createWatchedSystem([libFile, aTs, bTs, tsconfig]);
/third_party/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/
Dhdr-rgb-canarywharf.hdr490 …lkmw�o����ce�ntui~u����No�kjk�a�{��R��{h\��my�_����[D�trew�S��j~V�]��keWR�`bTs�gg]�pl���������� ��…
/third_party/chromium/patch/
D0001-cve.patch47823 zK6wg|m=Y0=EF{fRAjFz{ilky3t=Y?+Xwgx0Tk?sFBYzGDG&T>UM-KKJ_~o52`4bTs