Home
last modified time | relevance | path

Searched defs:oldProgram (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DAPISample_WatchWithDefaults.js41 host.createProgram = (rootNames, options, host, oldProgram) => { argument
DAPISample_Watch.js54 host.createProgram = (rootNames: ReadonlyArray<string>, options, host, oldProgram) => { argument
DAPISample_WatchWithOwnWatchHost.js48 host.createProgram = (rootNames, options, host, oldProgram) => { argument
/third_party/typescript/src/compiler/
DwatchPublic.ts57 const oldProgram = readBuilderProgram(options, host) as any as T; constant
65 …const oldProgram = readBuilderProgram(options, host) as any as EmitAndSemanticDiagnosticsBuilderPr… constant
516 const oldProgram = getCurrentProgram(); constant
Dbuilder.ts1176 oldProgram: BuilderProgram | undefined; property
/third_party/typescript/src/server/
Dproject.ts1243 const oldProgram = this.languageService.getCurrentProgram(); constant
2353 const oldProgram = this.getCurrentProgram(); constant
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramPipeline.cpp62 Program *oldProgram = mPrograms[shaderType]; in useProgramStage() local
/third_party/typescript/src/services/
Dservices.ts1410 oldProgram: program, constant
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp1313 Program *oldProgram = mResourceManager->getProgram(priorProgram); in useProgram() local
/third_party/typescript/lib/
Dtypescript.d.ts3322 oldProgram?: Program; property
DtypescriptServices.d.ts3322 oldProgram?: Program; property
Dtsserverlibrary.d.ts3322 oldProgram?: Program; property
Dtsc.js100946 …function createCreateProgramOptions(rootNames, options, host, oldProgram, configFileParsingDiagnos… argument
104707 oldProgram: oldProgram && oldProgram.getProgramOrUndefined(), property
105359 function finishCachingPerDirectoryResolution(newProgram, oldProgram) { argument
110336 …host.createProgram = function (rootNames, options, host, oldProgram, configFileParsingDiagnostics,… argument
DtypingsInstaller.js121671 …function createCreateProgramOptions(rootNames, options, host, oldProgram, configFileParsingDiagnos… argument
126014 oldProgram: oldProgram && oldProgram.getProgramOrUndefined(), property
126768 function finishCachingPerDirectoryResolution(newProgram, oldProgram) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3322 oldProgram?: Program; property
Dtsserverlibrary.d.ts3322 oldProgram?: Program; property