| /third_party/typescript/src/testRunner/unittests/tscWatch/ |
| D | consoleClearing.ts | 52 … getPrograms: () => [[watch.getCurrentProgram().getProgram(), watch.getCurrentProgram()]],
|
| /third_party/typescript/src/compiler/ |
| D | watchPublic.ts | 198 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();
|
| D | resolutionCache.ts | 68 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/ |
| D | exportMapCache.ts | 88 const programBefore = project.getCurrentProgram()!; 112 assert.notEqual(programBefore, project.getCurrentProgram()!);
|
| D | reloadProjects.ts | 32 assert.equal(project.getCurrentProgram()?.getSourceFile(file2.path)?.text, updatedText); 38 assert.isUndefined(project.getCurrentProgram()?.getSourceFile(file2.path)?.text);
|
| D | dynamicFiles.ts | 131 const program = service.inferredProjects[0].getCurrentProgram()!; 141 const newProgram = service.inferredProjects[0].getCurrentProgram()!;
|
| D | openFile.ts | 128 … assert.equal(project.getCurrentProgram()?.getSourceFile(aFile.path)!.text, aFileContent);
|
| D | declarationFileMaps.ts | 35 const program = project.getCurrentProgram()!;
|
| D | helpers.ts | 166 project.getCurrentProgram()?.getSourceFiles().forEach(f => {
|
| /third_party/typescript/src/services/ |
| D | exportInfoMap.ts | 60 getCurrentProgram(): Program | undefined; method 97 …PathParts = getNodeModulePathParts(moduleFile.fileName, isOhpm(host.getCurrentProgram()?.getCompil… 223 : host.getCurrentProgram()!).getTypeChecker(); 382 getCurrentProgram: () => program,
|
| D | types.ts | 561 /*@internal*/ getCurrentProgram(): Program | undefined; method
|
| D | services.ts | 2756 getCurrentProgram: () => program, constant
|
| /third_party/typescript/src/server/ |
| D | project.ts | 1233 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);
|
| D | editorServices.ts | 476 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/ |
| D | reuseProgramStructure.ts | 984 })).getCurrentProgram().getProgram(); 992 })).getCurrentProgram().getProgram(); 1136 })).getCurrentProgram().getProgram(); 1172 })).getCurrentProgram().getProgram(); 1197 })).getCurrentProgram().getProgram();
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | libGLESv3.cpp | 994 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()
|
| D | libGLESv2.cpp | 4021 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 …]
|
| D | Context.cpp | 1502 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()
|
| D | VertexDataManager.cpp | 121 Program *program = mContext->getCurrentProgram(); in prepareVertexData()
|
| D | Context.h | 613 Program *getCurrentProgram() const;
|
| /third_party/typescript/src/harness/ |
| D | harnessLanguageService.ts | 633 getCurrentProgram(): ts.Program | undefined {
|
| D | client.ts | 883 getCurrentProgram(): Program | undefined {
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 126516 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 …]
|
| D | tsc.js | 105119 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 …]
|