/aosp_15_r20/external/aws-sdk-java-v2/codegen-lite-maven-plugin/src/main/java/software/amazon/awssdk/codegen/lite/maven/plugin/ |
H A D | RegionGenerationMojo.java | 83 …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 D | DefaultsModeGenerationMojo.java | 65 …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 D | CodeGenerator.java | 35 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/ |
D | docs-steps.yml | 16 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'
|
D | openssl-build.yml | 63 perl "$(Build.SourcesDirectory)\Configure" $(OpenSSLPlatform) 89 SourceFolder: '$(Build.SourcesDirectory)' 97 SourceFolder: '$(Build.SourcesDirectory)\ms' 104 SourceFolder: '$(Build.SourcesDirectory)'
|
D | windows-steps.yml | 10 Write-Host '##vso[task.setvariable variable=Py_OutDir]$(Build.SourcesDirectory)\PCbuild'
|
D | windows-layout-steps.yml | 7 - script: .\python.bat PC\layout -vv -s "$(Build.SourcesDirectory)" -b "$(Py_OutDir)\$(arch)" -t "$…
|
D | libffi-build.yml | 41 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 D | GenerationMojo.java | 68 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/ |
D | msi-steps.yml | 23 targetFolder: $(Build.SourcesDirectory)\Doc\build 116 PYTHONHOME: $(Build.SourcesDirectory) 128 PYTHONHOME: $(Build.SourcesDirectory) 141 PYTHONHOME: $(Build.SourcesDirectory)
|
D | stage-layout-nuget.yml | 17 PYTHONHOME: $(Build.SourcesDirectory) 21 PYTHONHOME: $(Build.SourcesDirectory) 26 PYTHONHOME: $(Build.SourcesDirectory)
|
D | stage-layout-embed.yml | 17 PYTHONHOME: $(Build.SourcesDirectory) 21 PYTHONHOME: $(Build.SourcesDirectory) 26 PYTHONHOME: $(Build.SourcesDirectory)
|
D | stage-layout-full.yml | 20 PYTHONHOME: $(Build.SourcesDirectory) 25 PYTHONHOME: $(Build.SourcesDirectory) 31 PYTHONHOME: $(Build.SourcesDirectory)
|
D | stage-layout-msix.yml | 19 # PYTHONHOME: $(Build.SourcesDirectory) 24 PYTHONHOME: $(Build.SourcesDirectory) 30 PYTHONHOME: $(Build.SourcesDirectory)
|
D | stage-publish-pythonorg.yml | 115 $(Build.SourcesDirectory)\Tools\msi\uploadrelease.ps1 130 "$(Build.SourcesDirectory)\Tools\msi\purge.py"
|
D | layout-command.yml | 21 -f ("$(Build.BinariesDirectory)", "$(Build.SourcesDirectory)")
|
D | stage-sign.yml | 46 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 D | GenerateClientSourcesCommand.java | 78 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/ |
D | azure-pipelines.yml | 212 archiveFilePatterns: $(Build.SourcesDirectory)/../b2.zip 213 destinationFolder: $(Build.SourcesDirectory)/..
|