Home
last modified time | relevance | path

Searched defs:project (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/third_party/python/Tools/peg_generator/data/
Dtop-pypi-packages-365-days.json12 "project": "urllib3" string
16 "project": "six" string
20 "project": "botocore" string
24 "project": "python-dateutil" string
28 "project": "pip" string
32 "project": "requests" string
36 "project": "s3transfer" string
40 "project": "certifi" string
44 "project": "idna" string
48 "project": "pyyaml" string
[all …]
/third_party/jsoncpp/
DREADME.md44 ### The vcpkg dependency manager
55 ### Amalgamated source
58 ### The Meson Build System
61 ### Other ways
/third_party/typescript/src/testRunner/unittests/tsserver/
DreloadProjects.ts48 const project = service.configuredProjects.get(configFile.path)!; constant
72 const project = service.inferredProjects[0]; constant
98 const project = service.externalProjects[0]; constant
124 const project = service.configuredProjects.get(configFile.path)!; constant
DpartialSemanticServer.ts38 const project = service.inferredProjects[0]; constant
173 const project = service.inferredProjects[0]; constant
194 const project = service.inferredProjects[0]; constant
228 const project = service.inferredProjects[0]; constant
237 const project = service.inferredProjects[0]; constant
275 const project = service.inferredProjects[0]; constant
DsyntacticServer.ts50 const project = service.inferredProjects[0]; constant
117 const project = service.inferredProjects[0]; constant
138 const project = service.inferredProjects[0]; constant
172 const project = service.inferredProjects[0]; constant
DdocumentRegistry.ts23 const project = getProject(service); constant
55 const project = getProject(service); constant
73 const project = getProject(service); constant
DmaxNodeModuleJsDepth.ts17 let project = projectService.inferredProjects[0]; variable
43 let project = projectService.inferredProjects[0]; variable
DconfiguredProjects.ts36 const project = configuredProjectAt(projectService, 0); constant
76 const project = configuredProjectAt(projectService, 0); constant
151 const project = configuredProjectAt(projectService, 0); constant
178 const project = configuredProjectAt(projectService, 0); constant
193 const project = configuredProjectAt(projectService, 0); constant
225 const project = configuredProjectAt(projectService, 0); constant
265 const project = configuredProjectAt(projectService, 0); constant
389 const project = projectService.configuredProjects.get(configFile.path)!; constant
423 const project = projectService.configuredProjects.get(configFile.path)!; constant
762 const project = projectService.configuredProjects.get(config.path)!; constant
[all …]
DcachingFileSystemInformation.ts119 const project = projectService.inferredProjects[0]; constant
237 const project = projectService.inferredProjects[0]; constant
307 const project = projectService.configuredProjects.get(tsconfigFile.path)!; constant
397 const project = projectService.configuredProjects.get(canonicalConfigPath)!; constant
476 const project = service.configuredProjects.get(tsconfig.path)!; constant
660 const project = projectService.configuredProjects.get(tsconfigJson.path)!; constant
696 const project = service.configuredProjects.get(tsconfig.path)!; constant
DforceConsistentCasingInFileNames.ts66 const project = service.configuredProjects.get(tsconfig.path)!; constant
118 const project = service.configuredProjects.get(tsconfig.path)!; constant
/third_party/mesa3d/.gitlab-ci/bin/
Dci_run_n_monitor.py71 def wait_for_pipeline(project, sha: str): argument
123 project, pipeline, target_job: Optional[str], dependencies, force_manual: bool argument
191 def enable_job(project, job, target: bool) -> None: argument
202 def cancel_job(project, job) -> None: argument
209 def cancel_jobs(project, to_cancel) -> None: argument
219 def print_log(project, job_id) -> None: argument
/third_party/typescript/src/server/
Dsession.ts115 project: Project; property
436 readonly project: Project; property
441 for (const project of isArray(projects) ? projects : projects.projects) { constant
446 for (const project of symlinkedProjects) { constant
554 for (const project of originalScriptInfo.containingProjects) { constant
835 const { project, reason } = event.data; constant
841 const { project: finishProject } = event.data; constant
907 const { file, project } = this.getFileAndProject(fileRequest); constant
1055 const { fileName, project } = item; constant
1117 const { file, project } = this.getFileAndProject(args); constant
[all …]
DeditorServices.ts480 …const possibleDefaultRef = fileName ? project.getResolvedProjectReferenceToRedirect(fileName) : un… constant
925 const project = this.findProject(response.projectName); constant
1047 for (const project of projects) { constant
1078 for (const project of this.inferredProjects) { constant
1374 const project = this.configuredProjects.get(canonicalPath); constant
1466 …const project = this.getOrCreateInferredProjectForProjectRootPathIfEnabled(info, projectRootPath) … constant
1896 const project = configFileName && constant
2008 const project = new ExternalProject( constant
2085 const project = new ConfiguredProject( constant
2098 const project = this.createConfiguredProject(configFileName); constant
[all …]
/third_party/typescript/scripts/build/
Dprojects.js18 enqueue(project, { lkg = true, force = false } = {}) { argument
44 exports.buildProject = (project, { lkg, force } = {}) => projectBuilder.enqueue(project, { lkg, for… argument
51 exports.cleanProject = (project) => projectCleaner.enqueue(project); argument
60 exports.watchProject = (project, { lkg } = {}) => projectWatcher.enqueue(project, { lkg }); argument
/third_party/flutter/skia/gn/
Dgn_to_cmake.py227 def __init__(self, gn_target_name, project): argument
235 def WriteAction(out, target, project, sources, synthetic_dependencies): argument
296 def WriteActionForEach(out, target, project, sources, synthetic_dependencies): argument
360 def WriteCopy(out, target, project, sources, synthetic_dependencies): argument
406 def WriteCompilerFlags(out, target, project, sources): argument
494 def WriteSourceVariables(out, target, project): argument
536 def WriteTarget(out, target, project): argument
647 def WriteProject(project): argument
/third_party/skia/gn/
Dgn_to_cmake.py226 def __init__(self, gn_target_name, project): argument
234 def WriteAction(out, target, project, sources, synthetic_dependencies): argument
295 def WriteActionForEach(out, target, project, sources, synthetic_dependencies): argument
359 def WriteCopy(out, target, project, sources, synthetic_dependencies): argument
405 def WriteCompilerFlags(out, target, project, sources): argument
493 def WriteSourceVariables(out, target, project): argument
535 def WriteTarget(out, target, project): argument
647 def WriteProject(project): argument
/third_party/typescript/tests/baselines/reference/tsc/incremental/initial-build/
Dwith-noEmitOnError-semantic-errors.js53 Program options: {"outDir":"/src/dev-build","noEmitOnError":true,"incremental":true,"project":"/src… property
97 "project": "..", property
160 Program options: {"outDir":"/src/dev-build","noEmitOnError":true,"incremental":true,"project":"/src… property
185 Program options: {"outDir":"/src/dev-build","noEmitOnError":true,"incremental":true,"project":"/src… property
243 "project": "..", property
272 Program options: {"outDir":"/src/dev-build","noEmitOnError":true,"incremental":true,"project":"/src… property
Dwith-noEmitOnError-syntax-errors.js60 Program options: {"outDir":"/src/dev-build","noEmitOnError":true,"incremental":true,"project":"/src… property
104 "project": "..", property
160 Program options: {"outDir":"/src/dev-build","noEmitOnError":true,"incremental":true,"project":"/src… property
187 Program options: {"outDir":"/src/dev-build","noEmitOnError":true,"incremental":true,"project":"/src… property
247 "project": "..", property
276 Program options: {"outDir":"/src/dev-build","noEmitOnError":true,"incremental":true,"project":"/src… property
/third_party/typescript/src/testRunner/unittests/tsserver/events/
DprojectLoading.ts45 const project = service.configuredProjects.get(configPath)!; constant
71 const project = service.configuredProjects.get(configA.path)!; constant
91 const project = service.configuredProjects.get(configB.path)!; constant
144 const project = service.configuredProjects.get(configA.path)!; constant
DprojectLanguageServiceState.ts34 const project = configuredProjectAt(projectService, 0); constant
79 const project = service.configuredProjects.get(config.path)!; constant
/third_party/typescript/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/
Duses-non-recursive-dynamic-polling-when-renaming-file-in-subfolder.js32 Program options: {"watch":true,"project":"/a/username/project/tsconfig.json","configFilePath":"/a/u… property
77 Program options: {"watch":true,"project":"/a/username/project/tsconfig.json","configFilePath":"/a/u… property
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/
DUpdates-diagnostics-when-'--noUnusedLabels'-changes.js32 Program options: {"allowUnusedLabels":true,"watch":true,"project":"/tsconfig.json","configFilePath"… property
84 Program options: {"allowUnusedLabels":false,"watch":true,"project":"/tsconfig.json","configFilePath… property
127 Program options: {"allowUnusedLabels":true,"watch":true,"project":"/tsconfig.json","configFilePath"… property
Dextended-source-files-are-watched.js41 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
96 Program options: {"strict":true,"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/… property
147 Program options: {"strict":false,"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b… property
198 Program options: {"strict":false,"strictNullChecks":true,"watch":true,"project":"/a/b/tsconfig.json… property
249 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
/third_party/typescript/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/
Dshould-detect-changes-in-non-root-files.js44 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
107 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
163 Program options: {"watch":true,"project":"/a/b/tsconfig.json","configFilePath":"/a/b/tsconfig.json"} property
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.5/tail_recursion_elimination_on_conditional_types/
Dtail_recursion_elimination_on_conditional_types1.ts25 type project<T extends string> = T extends ` ${infer push}` ? project<push> : T; alias

12345678910>>...12