/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | compileOnSave.ts | 30 …function createSession(host: server.ServerHost, typingsInstaller?: server.ITypingsInstaller): serv… function 116 const session = createSession(host, typingsInstaller); 141 const session = createSession(host, typingsInstaller); 188 const session = createSession(host, typingsInstaller); 204 const session = createSession(host, typingsInstaller); 218 const session = createSession(host, typingsInstaller); 254 const session = createSession(host, typingsInstaller); 271 const session = createSession(host, typingsInstaller); 297 const session = createSession(host, typingsInstaller); 315 const session = createSession(host, typingsInstaller); [all …]
|
D | skipLibCheck.ts | 21 const session = createSession(host); 57 const session = createSession(host); 93 const session = createSession(host); 133 const session = createSession(host); 161 const session = createSession(host); 188 const session = createSession(host); 217 const session = createSession(host);
|
D | navTo.ts | 21 const session = createSession(host); 67 const session = createSession(host, { logger }); 120 const session = createSession(host, { logger }); 145 const session = createSession(host);
|
D | refactors.ts | 9 const session = createSession(host); 67 const session = createSession(createServerHost([aTs, tsconfig])); 123 const session = createSession(createServerHost([aTs, tsconfig]));
|
D | metadataInResponse.ts | 136 const session = createSession(host); 146 const session = createSession(host); 166 const session = createSession(host);
|
D | projectErrors.ts | 38 const session = createSession(host); 91 const session = createSession(host); 259 …const session = createSession(host, { canUseEvents: true, logger: errorLogger, useInferredProjectP… 336 const session = createSession(host, { canUseEvents: true, }); 364 const session = createSession(host, { canUseEvents: true, logger: errorLogger }); 397 …const session = createSession(host, { useInferredProjectPerProjectRoot: true, canUseEvents: true }… 444 const session = createSession(host, { canUseEvents: true }); 749 const session = createSession(host); 785 const session = createSession(host); 848 const session = createSession(host); [all …]
|
D | forceConsistentCasingInFileNames.ts | 34 const session = createSession(host); 62 const session = createSession(host, { canUseEvents: true }); 114 const session = createSession(host, { canUseEvents: true });
|
D | getEditsForFileRename.ts | 57 const session = createSession(host); 86 const session = createSession(host);
|
D | cancellationToken.ts | 32 const session = createSession(host, { cancellationToken }); 72 const session = createSession(host, { 219 const session = createSession(host, {
|
D | partialSemanticServer.ts | 29 …const session = createSession(host, { serverMode: LanguageServiceMode.PartialSemantic, useSingleIn… 224 …const session = createSession(host, { serverMode: LanguageServiceMode.PartialSemantic, useSingleIn… 272 …const session = createSession(host, { serverMode: LanguageServiceMode.PartialSemantic, useSingleIn…
|
D | rename.ts | 7 const session = createSession(createServerHost([aTs, bTs])); 84 const session = createSession(host); 190 const session = createSession(host);
|
D | completions.ts | 17 const session = createSession(createServerHost([aTs, bTs, tsconfig])); 169 const session = createSession(createServerHost([aTs, bTs, tsconfig])); 355 const session = createSession(host, {
|
D | reload.ts | 13 const session = createSession(host); 60 const session = createSession(host);
|
D | getApplicableRefactors.ts | 5 const session = createSession(createServerHost([aTs]));
|
D | watchEnvironment.ts | 261 const session = createSession(host); 318 const session = createSession(host); 372 const session = createSession(host); 418 const session = createSession(host); 484 const session = createSession(host); 534 const session = createSession(host);
|
D | syntacticServer.ts | 29 … const session = createSession(host, { syntaxOnly: true, useSingleInferredProject: true }); 168 … const session = createSession(host, { syntaxOnly: true, useSingleInferredProject: true });
|
D | projects.ts | 10 const session = createSession(host); 686 const session = createSession(host); 754 let session = createSession(host); 776 session = createSession(host); 795 session = createSession(host); 814 session = createSession(host); 833 session = createSession(host); 1024 const session = createSession(host, { logger }); 1093 const session = createSession(host); 1165 const session = createSession(host); [all …]
|
D | resolutionCache.ts | 106 const session = createSession(host); 139 const session = createSession(host, { canUseEvents: true }); 191 const session = createSession(host, { canUseEvents: true }); 223 const session = createSession(host, { canUseEvents: true }); 259 … const session = createSession(host, { canUseEvents: true, suppressDiagnosticEvents: true }); 321 const session = createSession(host); 369 const session = createSession(host);
|
D | helpers.ts | 219 this.session = createSession(this.host, { 328 …export function createSession(host: server.ServerHost, opts: Partial<server.SessionOptions> = {}) { function 354 const session = createSession(host, { 366 const session = createSession(host, { canUseEvents: true, ...opts }); 933 const session = createSession(host, { canUseEvents: true, }); 943 const session = createSession(host, { canUseEvents: true, }); 965 const session = createSession(host);
|
D | occurences.ts | 10 const session = createSession(host);
|
D | jsDocTagCheck.ts | 83 const session = createSession(host);
|
/third_party/typescript/src/testRunner/unittests/tsserver/events/ |
D | projectLoading.ts | 15 function verifyProjectLoadingStartAndFinish(createSession: (host: TestServerHost) => { 24 … const { session, getNumberOfEvents, clearEvents, verifyProjectLoadEvents } = createSession(host); 158 function createSession(lazyConfiguredProjectsFromExternalProject: boolean) { function 177 … const { verifyEvent } = createSession(/*lazyConfiguredProjectsFromExternalProject*/ false); 182 …const { verifyEvent, getNumberOfEvents, session } = createSession(/*lazyConfiguredProjectsFromExte… 190 …const { verifyEvent, getNumberOfEvents, service } = createSession(/*lazyConfiguredProjectsFromExte…
|
D | projectUpdatedInBackground.ts | 31 …function verifyProjectsUpdatedInBackgroundEvent(createSession: (host: TestServerHost) => ProjectsU… 51 … const { verifyProjectsUpdatedInBackgroundEventHandler, verifyInitialOpen } = createSession(host); 94 … const { verifyInitialOpen, verifyProjectsUpdatedInBackgroundEventHandler } = createSession(host); 182 … session, verifyProjectsUpdatedInBackgroundEventHandler, verifyInitialOpen } = createSession(host); 445 … session, verifyInitialOpen, verifyProjectsUpdatedInBackgroundEventHandler } = createSession(host);
|
/third_party/mindspore/mindspore/lite/java/java/app/src/main/java/com/mindspore/lite/ |
D | LiteSession.java | 56 this.sessionPtr = createSession(config.getMSConfigPtr()); in init() 66 public static LiteSession createSession(final MSConfig config) { in createSession() method in LiteSession 68 liteSession.sessionPtr = liteSession.createSession(config.getMSConfigPtr()); in createSession() 83 public static LiteSession createSession(final MappedByteBuffer buffer, final MSConfig config) { in createSession() method in LiteSession 346 private native long createSession(long msConfigPtr); in createSession() method in LiteSession
|
/third_party/mindspore/mindspore/lite/java/java/linux_x86/src/main/java/com.mindspore.lite/ |
D | LiteSession.java | 56 this.sessionPtr = createSession(config.getMSConfigPtr()); in init() 66 public static LiteSession createSession(final MSConfig config) { in createSession() method in LiteSession 68 liteSession.sessionPtr = liteSession.createSession(config.getMSConfigPtr()); in createSession() 83 public static LiteSession createSession(final MappedByteBuffer buffer, final MSConfig config) { in createSession() method in LiteSession 346 private native long createSession(long msConfigPtr); in createSession() method in LiteSession
|