Home
last modified time | relevance | path

Searched full:sourcesdirectory (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/aws-sdk-java-v2/codegen-lite-maven-plugin/src/main/java/software/amazon/awssdk/codegen/lite/maven/plugin/
H A DRegionGenerationMojo.java83 …Path sourcesDirectory = baseSourcesDirectory.resolve(StringUtils.replace(PARTITION_METADATA_BASE, … in generatePartitionMetadataClass() local
85 .forEach(p -> new CodeGenerator(sourcesDirectory.toString(), in generatePartitionMetadataClass()
92 … Path sourcesDirectory = baseSourcesDirectory.resolve(StringUtils.replace(REGION_BASE, ".", "/")); in generateRegionClass() local
93 …new CodeGenerator(sourcesDirectory.toString(), new RegionGenerator(partitions, REGION_BASE)).gener… in generateRegionClass()
97 …Path sourcesDirectory = baseSourcesDirectory.resolve(StringUtils.replace(SERVICE_METADATA_BASE, ".… in generateServiceMetadata() local
101 …services.forEach(s -> new CodeGenerator(sourcesDirectory.toString(), new ServiceMetadataGenerator(… in generateServiceMetadata()
109 …Path sourcesDirectory = baseSourcesDirectory.resolve(StringUtils.replace(REGION_METADATA_BASE, "."… in generateRegions() local
112 … new CodeGenerator(sourcesDirectory.toString(), in generateRegions()
122 … Path sourcesDirectory = baseSourcesDirectory.resolve(StringUtils.replace(REGION_BASE, ".", "/")); in generatePartitionProvider() local
123 … new CodeGenerator(sourcesDirectory.toString(), new PartitionMetadataProviderGenerator(partitions, in generatePartitionProvider()
[all …]
H A DDefaultsModeGenerationMojo.java65 …Path sourcesDirectory = baseSourcesDirectory.resolve(StringUtils.replace(DEFAULTS_MODE_BASE, ".", … in generateDefaultsModeClass() local
66 …new CodeGenerator(sourcesDirectory.toString(), new DefaultsModeGenerator(DEFAULTS_MODE_BASE, confi… in generateDefaultsModeClass()
70 …Path sourcesDirectory = baseSourcesDirectory.resolve(StringUtils.replace(DEFAULTS_MODE_CONFIGURATI… in generateDefaultsModeConfiguartionClass() local
71 …new CodeGenerator(sourcesDirectory.toString(), new DefaultsModeConfigurationGenerator(DEFAULTS_MOD… in generateDefaultsModeConfiguartionClass()
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/
H A DCodeGenerator.java35 private final String sourcesDirectory; field in CodeGenerator
53 this.sourcesDirectory = builder.sourcesDirectory; in CodeGenerator()
56 : builder.sourcesDirectory; in CodeGenerator()
95 File modelDir = getModelDirectory(sourcesDirectory); in writeIntermediateModel()
98 File outDir = new File(sourcesDirectory); in writeIntermediateModel()
131 sourcesDirectory, in createGeneratorTasks()
143 private String sourcesDirectory; field in CodeGenerator.Builder
156 public Builder sourcesDirectory(String sourcesDirectory) { in sourcesDirectory() method in CodeGenerator.Builder
157 this.sourcesDirectory = sourcesDirectory; in sourcesDirectory()
/aosp_15_r20/external/python/cpython3/.azure-pipelines/
Ddocs-steps.yml16 workingDirectory: '$(build.sourcesDirectory)/Doc'
21 workingDirectory: '$(build.sourcesDirectory)/Doc'
29 workingDirectory: '$(build.sourcesDirectory)/Doc'
37 PathToPublish: '$(build.sourcesDirectory)/Doc/build'
45 PathToPublish: '$(build.sourcesDirectory)/Doc/dist'
Dopenssl-build.yml63 perl "$(Build.SourcesDirectory)\Configure" $(OpenSSLPlatform)
89 SourceFolder: '$(Build.SourcesDirectory)'
97 SourceFolder: '$(Build.SourcesDirectory)\ms'
104 SourceFolder: '$(Build.SourcesDirectory)'
Dwindows-steps.yml10 Write-Host '##vso[task.setvariable variable=Py_OutDir]$(Build.SourcesDirectory)\PCbuild'
Dwindows-layout-steps.yml7 - script: .\python.bat PC\layout -vv -s "$(Build.SourcesDirectory)" -b "$(Py_OutDir)\$(arch)" -t "$…
Dlibffi-build.yml41 LIBFFI_SOURCE: '$(Build.SourcesDirectory)'
/aosp_15_r20/external/aws-sdk-java-v2/codegen-maven-plugin/src/main/java/software/amazon/awssdk/codegen/maven/plugin/
H A DGenerationMojo.java68 private Path sourcesDirectory; field in GenerationMojo
74 … this.sourcesDirectory = Paths.get(outputDirectory).resolve("generated-sources").resolve("sdk"); in execute()
90 project.addCompileSourceRoot(sourcesDirectory.toFile().getAbsolutePath()); in execute()
116 .sourcesDirectory(sourcesDirectory.toFile().getAbsolutePath()) in generateCode()
/aosp_15_r20/external/python/cpython3/.azure-pipelines/windows-release/
Dmsi-steps.yml23 targetFolder: $(Build.SourcesDirectory)\Doc\build
116 PYTHONHOME: $(Build.SourcesDirectory)
128 PYTHONHOME: $(Build.SourcesDirectory)
141 PYTHONHOME: $(Build.SourcesDirectory)
Dstage-layout-nuget.yml17 PYTHONHOME: $(Build.SourcesDirectory)
21 PYTHONHOME: $(Build.SourcesDirectory)
26 PYTHONHOME: $(Build.SourcesDirectory)
Dstage-layout-embed.yml17 PYTHONHOME: $(Build.SourcesDirectory)
21 PYTHONHOME: $(Build.SourcesDirectory)
26 PYTHONHOME: $(Build.SourcesDirectory)
Dstage-layout-full.yml20 PYTHONHOME: $(Build.SourcesDirectory)
25 PYTHONHOME: $(Build.SourcesDirectory)
31 PYTHONHOME: $(Build.SourcesDirectory)
Dstage-layout-msix.yml19 # PYTHONHOME: $(Build.SourcesDirectory)
24 PYTHONHOME: $(Build.SourcesDirectory)
30 PYTHONHOME: $(Build.SourcesDirectory)
Dstage-publish-pythonorg.yml115 $(Build.SourcesDirectory)\Tools\msi\uploadrelease.ps1
130 "$(Build.SourcesDirectory)\Tools\msi\purge.py"
Dlayout-command.yml21 -f ("$(Build.BinariesDirectory)", "$(Build.SourcesDirectory)")
Dstage-sign.yml46 copy "$(Build.SourcesDirectory)\Lib\venv\scripts\common\Activate.ps1" .
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/java/com/google/devtools/build/android/sandboxedsdktoolbox/clientsources/
H A DGenerateClientSourcesCommand.java78 Path sourcesDirectory, Path kotlinSourcesDirectory, Path javaSourcesDirectory) in splitSources() argument
80 for (Path path : allFiles(sourcesDirectory)) { in splitSources()
85 Path targetPath = targetDir.resolve(sourcesDirectory.relativize(path)); in splitSources()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/predef/
Dazure-pipelines.yml212 archiveFilePatterns: $(Build.SourcesDirectory)/../b2.zip
213 destinationFolder: $(Build.SourcesDirectory)/..