Home
last modified time | relevance | path

Searched refs:getCurrentProgram (Results 1 – 24 of 24) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tscWatch/
DconsoleClearing.ts52 … getPrograms: () => [[watch.getCurrentProgram().getProgram(), watch.getCurrentProgram()]],
/third_party/typescript/src/compiler/
DwatchPublic.ts198 getCurrentProgram(): T; method
355 compilerHost.getCurrentProgram = getCurrentProgram;
392 { getCurrentProgram: getCurrentBuilderProgram, getProgram: updateProgram, close } :
393 …{ getCurrentProgram: getCurrentBuilderProgram, getProgram: updateProgram, updateRootFileNames, clo…
437 function getCurrentProgram() {
458 …if (isProgramUptoDate(getCurrentProgram(), rootFileNames, compilerOptions, path => getSourceVersio…
495 const needsUpdateInTypeRootWatch = hasChangedCompilerOptions || !getCurrentProgram();
501 const oldProgram = getCurrentProgram();
DresolutionCache.ts68 getCurrentProgram(): Program | undefined; method
438 const program = resolutionHost.getCurrentProgram();
802 const program = resolutionHost.getCurrentProgram();
912 const program = resolutionHost.getCurrentProgram();
992 … if (isEmittedFileOfProgram(resolutionHost.getCurrentProgram(), fileOrDirectoryPath)) {
1011 resolutionHost.getCurrentProgram()?.getSourceFiles().forEach(f => {
/third_party/typescript/src/testRunner/unittests/tsserver/
DexportMapCache.ts88 const programBefore = project.getCurrentProgram()!;
112 assert.notEqual(programBefore, project.getCurrentProgram()!);
DreloadProjects.ts32 assert.equal(project.getCurrentProgram()?.getSourceFile(file2.path)?.text, updatedText);
38 assert.isUndefined(project.getCurrentProgram()?.getSourceFile(file2.path)?.text);
DdynamicFiles.ts131 const program = service.inferredProjects[0].getCurrentProgram()!;
141 const newProgram = service.inferredProjects[0].getCurrentProgram()!;
DopenFile.ts128 … assert.equal(project.getCurrentProgram()?.getSourceFile(aFile.path)!.text, aFileContent);
DdeclarationFileMaps.ts35 const program = project.getCurrentProgram()!;
Dhelpers.ts166 project.getCurrentProgram()?.getSourceFiles().forEach(f => {
/third_party/typescript/src/services/
DexportInfoMap.ts60 getCurrentProgram(): Program | undefined; method
97 …PathParts = getNodeModulePathParts(moduleFile.fileName, isOhpm(host.getCurrentProgram()?.getCompil…
223 : host.getCurrentProgram()!).getTypeChecker();
382 getCurrentProgram: () => program,
Dtypes.ts561 /*@internal*/ getCurrentProgram(): Program | undefined; method
Dservices.ts2756 getCurrentProgram: () => program, constant
/third_party/typescript/src/server/
Dproject.ts1233 getCurrentProgram(): Program | undefined {
1243 const oldProgram = this.languageService.getCurrentProgram();
1905 return this.autoImportProviderHost.getCurrentProgram();
1917 return this.autoImportProviderHost.getCurrentProgram();
2163 const program = hostProject.getCurrentProgram();
2353 const oldProgram = this.getCurrentProgram();
2355 if (oldProgram && oldProgram !== this.getCurrentProgram()) {
2418 return this.hostProject.getCurrentProgram()?.getModuleResolutionCache();
2581 const program = this.getCurrentProgram();
2589 return this.getCurrentProgram()?.forEachResolvedProjectReference(cb);
DeditorServices.ts476 const resolvedRefs = project.getCurrentProgram()?.getResolvedProjectReferences();
572 return project.getCurrentProgram() ?
1337 … program: configuredProjectForConfig?.getCurrentProgram() || config.parsedCommandLine!.fileNames,
3502 const children = project.getCurrentProgram()?.getResolvedProjectReferences();
/third_party/typescript/src/testRunner/unittests/
DreuseProgramStructure.ts984 })).getCurrentProgram().getProgram();
992 })).getCurrentProgram().getProgram();
1136 })).getCurrentProgram().getProgram();
1172 })).getCurrentProgram().getProgram();
1197 })).getCurrentProgram().getProgram();
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv3.cpp994 es2::Program *program = context->getCurrentProgram(); in UniformMatrix2x3fv()
1026 es2::Program *program = context->getCurrentProgram(); in UniformMatrix3x2fv()
1058 es2::Program *program = context->getCurrentProgram(); in UniformMatrix2x4fv()
1090 es2::Program *program = context->getCurrentProgram(); in UniformMatrix4x2fv()
1122 es2::Program *program = context->getCurrentProgram(); in UniformMatrix3x4fv()
1154 es2::Program *program = context->getCurrentProgram(); in UniformMatrix4x3fv()
2120 es2::Program *program = context->getCurrentProgram(); in Uniform1uiv()
2153 es2::Program *program = context->getCurrentProgram(); in Uniform2uiv()
2186 es2::Program *program = context->getCurrentProgram(); in Uniform3uiv()
2219 es2::Program *program = context->getCurrentProgram(); in Uniform4uiv()
DlibGLESv2.cpp4021 if(programObject == context->getCurrentProgram()) in LinkProgram()
4966 es2::Program *program = context->getCurrentProgram(); in Uniform1fv()
5003 es2::Program *program = context->getCurrentProgram(); in Uniform1iv()
5040 es2::Program *program = context->getCurrentProgram(); in Uniform2fv()
5079 es2::Program *program = context->getCurrentProgram(); in Uniform2iv()
5118 es2::Program *program = context->getCurrentProgram(); in Uniform3fv()
5157 es2::Program *program = context->getCurrentProgram(); in Uniform3iv()
5196 es2::Program *program = context->getCurrentProgram(); in Uniform4fv()
5235 es2::Program *program = context->getCurrentProgram(); in Uniform4iv()
5275 es2::Program *program = context->getCurrentProgram(); in UniformMatrix2fv()
[all …]
DContext.cpp1502 es2::Program *programObject = getCurrentProgram(); in hasZeroDivisor()
1670 Program *Context::getCurrentProgram() const in getCurrentProgram() function in es2::Context
2840 Program *program = getCurrentProgram(); in applyRenderTarget()
3074 Program *program = getCurrentProgram(); in applyVertexBuffer()
3121 Program *programObject = getCurrentProgram(); in applyShaders()
3147 Program *programObject = getCurrentProgram(); in applyTextures()
3235 Program *program = getCurrentProgram(); in applyTexture()
3609 if(!getCurrentProgram()->validateSamplers(false)) in drawArrays()
3703 if(!getCurrentProgram()->validateSamplers(false)) in drawElements()
DVertexDataManager.cpp121 Program *program = mContext->getCurrentProgram(); in prepareVertexData()
DContext.h613 Program *getCurrentProgram() const;
/third_party/typescript/src/harness/
DharnessLanguageService.ts633 getCurrentProgram(): ts.Program | undefined {
Dclient.ts883 getCurrentProgram(): Program | undefined {
/third_party/typescript/lib/
DtypingsInstaller.js126516 var program = resolutionHost.getCurrentProgram();
126847 var program = resolutionHost.getCurrentProgram();
126941 var program = resolutionHost.getCurrentProgram();
127019 … if (ts.isEmittedFileOfProgram(resolutionHost.getCurrentProgram(), fileOrDirectoryPath)) {
127038 …(_a = resolutionHost.getCurrentProgram()) === null || _a === void 0 ? void 0 : _a.getSourceFiles()…
128788 compilerHost.getCurrentProgram = getCurrentProgram;
128831 … { getCurrentProgram: getCurrentBuilderProgram, getProgram: updateProgram, close: close } :
128832 …{ getCurrentProgram: getCurrentBuilderProgram, getProgram: updateProgram, updateRootFileNames: upd…
128875 function getCurrentProgram() { function
128890 …if (ts.isProgramUptoDate(getCurrentProgram(), rootFileNames, compilerOptions, function (path) { re…
[all …]
Dtsc.js105119 var program = resolutionHost.getCurrentProgram();
105430 var program = resolutionHost.getCurrentProgram();
105521 var program = resolutionHost.getCurrentProgram();
105587 … if (ts.isEmittedFileOfProgram(resolutionHost.getCurrentProgram(), fileOrDirectoryPath)) {
105602 …(_a = resolutionHost.getCurrentProgram()) === null || _a === void 0 ? void 0 : _a.getSourceFiles()…
107109 compilerHost.getCurrentProgram = getCurrentProgram;
107146 … { getCurrentProgram: getCurrentBuilderProgram, getProgram: updateProgram, close: close } :
107147 …{ getCurrentProgram: getCurrentBuilderProgram, getProgram: updateProgram, updateRootFileNames: upd…
107190 function getCurrentProgram() { function
107205 …if (ts.isProgramUptoDate(getCurrentProgram(), rootFileNames, compilerOptions, function (path) { re…
[all …]