Home
last modified time | relevance | path

Searched refs:createSession (Results 1 – 25 of 55) sorted by relevance

123

/third_party/typescript/src/testRunner/unittests/tsserver/
DcompileOnSave.ts30 …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 …]
DskipLibCheck.ts21 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);
DnavTo.ts21 const session = createSession(host);
67 const session = createSession(host, { logger });
120 const session = createSession(host, { logger });
145 const session = createSession(host);
Drefactors.ts9 const session = createSession(host);
67 const session = createSession(createServerHost([aTs, tsconfig]));
123 const session = createSession(createServerHost([aTs, tsconfig]));
DmetadataInResponse.ts136 const session = createSession(host);
146 const session = createSession(host);
166 const session = createSession(host);
DprojectErrors.ts38 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 …]
DforceConsistentCasingInFileNames.ts34 const session = createSession(host);
62 const session = createSession(host, { canUseEvents: true });
114 const session = createSession(host, { canUseEvents: true });
DgetEditsForFileRename.ts57 const session = createSession(host);
86 const session = createSession(host);
DcancellationToken.ts32 const session = createSession(host, { cancellationToken });
72 const session = createSession(host, {
219 const session = createSession(host, {
DpartialSemanticServer.ts29 …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…
Drename.ts7 const session = createSession(createServerHost([aTs, bTs]));
84 const session = createSession(host);
190 const session = createSession(host);
Dcompletions.ts17 const session = createSession(createServerHost([aTs, bTs, tsconfig]));
169 const session = createSession(createServerHost([aTs, bTs, tsconfig]));
355 const session = createSession(host, {
Dreload.ts13 const session = createSession(host);
60 const session = createSession(host);
DgetApplicableRefactors.ts5 const session = createSession(createServerHost([aTs]));
DwatchEnvironment.ts261 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);
DsyntacticServer.ts29 … const session = createSession(host, { syntaxOnly: true, useSingleInferredProject: true });
168 … const session = createSession(host, { syntaxOnly: true, useSingleInferredProject: true });
Dprojects.ts10 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 …]
DresolutionCache.ts106 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);
Dhelpers.ts219 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);
Doccurences.ts10 const session = createSession(host);
DjsDocTagCheck.ts83 const session = createSession(host);
/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectLoading.ts15 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…
DprojectUpdatedInBackground.ts31 …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/
DLiteSession.java56 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/
DLiteSession.java56 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

123