| /third_party/benchmark/cmake/ |
| D | GoogleTest.cmake.in | 5 # Enable ExternalProject CMake module 6 include(ExternalProject)
|
| /third_party/skia/third_party/externals/abseil-cpp/CMake/Googletest/ |
| D | CMakeLists.txt.in | 5 include(ExternalProject)
|
| /third_party/protobuf/cmake/ |
| D | examples.cmake | 10 include(ExternalProject)
|
| /third_party/typescript/src/server/ |
| D | editorServices.ts | 626 function setProjectOptionsUsed(project: ConfiguredProject | ExternalProject) { 688 readonly externalProjects: ExternalProject[] = []; 1448 unorderedRemoveItem(this.externalProjects, <ExternalProject>project); 2008 const project = new ExternalProject( 2028 sendProjectTelemetry(project: ExternalProject | ConfiguredProject): void { 2053 projectType: project instanceof ExternalProject ? "external" : "configured", 2076 …private addFilesToNonInferredProject<T>(project: ConfiguredProject | ExternalProject, files: T[], … 2186 …private updateNonInferredProjectFiles<T>(project: ExternalProject | ConfiguredProject | AutoImport… 2259 …private updateRootAndOptionsOfNonInferredProject<T>(project: ExternalProject | ConfiguredProject, … 3140 …private findExternalProjectContainingOpenScriptInfo(info: ScriptInfo): ExternalProject | undefined… [all …]
|
| D | protocol.ts | 1345 export interface ExternalProject { interface 1674 export type OpenExternalProjectArgs = ExternalProject; 1691 projects: ExternalProject[];
|
| D | scriptInfo.ts | 502 let firstExternalProject: ExternalProject | undefined;
|
| D | project.ts | 2433 export class ExternalProject extends Project { class 2481 export function isExternalProject(project: Project): project is ExternalProject {
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | externalProjects.ts | 20 service.openExternalProject(<protocol.ExternalProject>{ 514 const externalProject: protocol.ExternalProject = { 819 service.openExternalProject(<protocol.ExternalProject>{ 836 service.openExternalProject(<protocol.ExternalProject>{
|
| D | watchEnvironment.ts | 640 service.openExternalProject(<protocol.ExternalProject>{ 678 service.openExternalProject(<protocol.ExternalProject>{
|
| D | projectErrors.ts | 789 projectService.openExternalProject(<protocol.ExternalProject>{
|
| /third_party/ejdb/cmake/Modules/ |
| D | AddIOWOW.cmake | 1 include(ExternalProject)
|
| D | AddIWNET.cmake | 1 include(ExternalProject)
|
| /third_party/iowow/src/kv/benchmark/ |
| D | CMakeLists.txt | 1 include(ExternalProject)
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 1015 interface ExternalProject { interface 1227 type OpenExternalProjectArgs = ExternalProject; 1242 projects: ExternalProject[];
|
| D | tsserverlibrary.d.ts | 7592 interface ExternalProject { 7804 type OpenExternalProjectArgs = ExternalProject; 7819 projects: ExternalProject[]; 9595 class ExternalProject extends Project { 9786 readonly externalProjects: ExternalProject[]; 10017 openExternalProjects(projects: protocol.ExternalProject[]): void; 10022 applySafeList(proj: protocol.ExternalProject): NormalizedPath[]; 10023 openExternalProject(proj: protocol.ExternalProject): void;
|
| D | tsserverlibrary.js | 155852 var ExternalProject = /** @class */ (function (_super) { class 155853 __extends(ExternalProject, _super); 155855 …function ExternalProject(externalProjectName, projectService, documentRegistry, compilerOptions, l… class in anonymousFunction5352a7cc10b100.anonymousFunction5352a7cc10b200.ExternalProject 155864 ExternalProject.prototype.updateGraph = function () { class 155869 ExternalProject.prototype.getExcludedFiles = function () { 155872 return ExternalProject; 155874 server.ExternalProject = ExternalProject; 157353 …var project = new server.ExternalProject(projectFileName, this, this.documentRegistry, compilerOpt… 157386 … projectType: project instanceof server.ExternalProject ? "external" : "configured",
|
| D | tsserver.js | 155658 var ExternalProject = /** @class */ (function (_super) { class 155659 __extends(ExternalProject, _super); 155661 …function ExternalProject(externalProjectName, projectService, documentRegistry, compilerOptions, l… class in anonymousFunction91179d97109f00.anonymousFunction91179d9710a000.ExternalProject 155670 ExternalProject.prototype.updateGraph = function () { class 155675 ExternalProject.prototype.getExcludedFiles = function () { 155678 return ExternalProject; 155680 server.ExternalProject = ExternalProject; 157159 …var project = new server.ExternalProject(projectFileName, this, this.documentRegistry, compilerOpt… 157192 … projectType: project instanceof server.ExternalProject ? "external" : "configured",
|
| /third_party/typescript/src/testRunner/unittests/tsserver/events/ |
| D | projectLoading.ts | 161 service.openExternalProject(<protocol.ExternalProject>{
|
| /third_party/json/ |
| D | CMakeLists.txt | 22 include(ExternalProject)
|
| /third_party/benchmark/ |
| D | CMakeLists.txt | 42 # Allow unmet dependencies to be met using CMake's ExternalProject mechanics, which
|
| /third_party/libcoap/ |
| D | CMakeLists.txt | 188 include(ExternalProject)
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 7841 interface ExternalProject { 8053 type OpenExternalProjectArgs = ExternalProject; 8068 projects: ExternalProject[]; 9876 class ExternalProject extends Project { 10071 readonly externalProjects: ExternalProject[]; 10302 openExternalProjects(projects: protocol.ExternalProject[]): void; 10307 applySafeList(proj: protocol.ExternalProject): NormalizedPath[]; 10308 openExternalProject(proj: protocol.ExternalProject): void;
|