Home
last modified time | relevance | path

Searched refs:ExternalProject (Results 1 – 22 of 22) sorted by relevance

/third_party/benchmark/cmake/
DGoogleTest.cmake.in5 # Enable ExternalProject CMake module
6 include(ExternalProject)
/third_party/skia/third_party/externals/abseil-cpp/CMake/Googletest/
DCMakeLists.txt.in5 include(ExternalProject)
/third_party/protobuf/cmake/
Dexamples.cmake10 include(ExternalProject)
/third_party/typescript/src/server/
DeditorServices.ts626 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 …]
Dprotocol.ts1345 export interface ExternalProject { interface
1674 export type OpenExternalProjectArgs = ExternalProject;
1691 projects: ExternalProject[];
DscriptInfo.ts502 let firstExternalProject: ExternalProject | undefined;
Dproject.ts2433 export class ExternalProject extends Project { class
2481 export function isExternalProject(project: Project): project is ExternalProject {
/third_party/typescript/src/testRunner/unittests/tsserver/
DexternalProjects.ts20 service.openExternalProject(<protocol.ExternalProject>{
514 const externalProject: protocol.ExternalProject = {
819 service.openExternalProject(<protocol.ExternalProject>{
836 service.openExternalProject(<protocol.ExternalProject>{
DwatchEnvironment.ts640 service.openExternalProject(<protocol.ExternalProject>{
678 service.openExternalProject(<protocol.ExternalProject>{
DprojectErrors.ts789 projectService.openExternalProject(<protocol.ExternalProject>{
/third_party/ejdb/cmake/Modules/
DAddIOWOW.cmake1 include(ExternalProject)
DAddIWNET.cmake1 include(ExternalProject)
/third_party/iowow/src/kv/benchmark/
DCMakeLists.txt1 include(ExternalProject)
/third_party/typescript/lib/
Dprotocol.d.ts1015 interface ExternalProject { interface
1227 type OpenExternalProjectArgs = ExternalProject;
1242 projects: ExternalProject[];
Dtsserverlibrary.d.ts7592 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;
Dtsserverlibrary.js155852 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",
Dtsserver.js155658 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/
DprojectLoading.ts161 service.openExternalProject(<protocol.ExternalProject>{
/third_party/json/
DCMakeLists.txt22 include(ExternalProject)
/third_party/benchmark/
DCMakeLists.txt42 # Allow unmet dependencies to be met using CMake's ExternalProject mechanics, which
/third_party/libcoap/
DCMakeLists.txt188 include(ExternalProject)
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts7841 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;