/third_party/typescript/tests/baselines/reference/ |
D | APISample_WatchWithDefaults.js | 41 host.createProgram = (rootNames, options, host, oldProgram) => { argument
|
D | APISample_Watch.js | 54 host.createProgram = (rootNames: ReadonlyArray<string>, options, host, oldProgram) => { argument
|
D | APISample_WatchWithOwnWatchHost.js | 48 host.createProgram = (rootNames, options, host, oldProgram) => { argument
|
/third_party/typescript/src/compiler/ |
D | watchPublic.ts | 57 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
|
D | builder.ts | 1176 oldProgram: BuilderProgram | undefined; property
|
/third_party/typescript/src/server/ |
D | project.ts | 1243 const oldProgram = this.languageService.getCurrentProgram(); constant 2353 const oldProgram = this.getCurrentProgram(); constant
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramPipeline.cpp | 62 Program *oldProgram = mPrograms[shaderType]; in useProgramStage() local
|
/third_party/typescript/src/services/ |
D | services.ts | 1410 oldProgram: program, constant
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.cpp | 1313 Program *oldProgram = mResourceManager->getProgram(priorProgram); in useProgram() local
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 3322 oldProgram?: Program; property
|
D | typescriptServices.d.ts | 3322 oldProgram?: Program; property
|
D | tsserverlibrary.d.ts | 3322 oldProgram?: Program; property
|
D | tsc.js | 100946 …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
|
D | typingsInstaller.js | 121671 …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/ |
D | typescript.d.ts | 3322 oldProgram?: Program; property
|
D | tsserverlibrary.d.ts | 3322 oldProgram?: Program; property
|