Home
last modified time | relevance | path

Searched refs:inputDir (Results 1 – 8 of 8) sorted by relevance

/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
DCanonicalizeTzS2Polygons.java80 File inputDir, File tzIdsFile, Instant replacementThreshold, in CanonicalizeTzS2Polygons() argument
82 mInputDir = Objects.requireNonNull(inputDir); in CanonicalizeTzS2Polygons()
95 public File inputDir; field in CanonicalizeTzS2Polygons.Arguments
129 File inputDir = arguments.inputDir; in main() local
138 inputDir, tzIdsFile, replacementThreshold, outputDir, storageFormat); in main()
DTzS2PolygonsToTzS2CellUnions.java68 File inputDir, ExecutorService executorService, File outputDir, int maxS2Level, in TzS2PolygonsToTzS2CellUnions() argument
70 this.mInputDir = Objects.requireNonNull(inputDir); in TzS2PolygonsToTzS2CellUnions()
85 public File inputDir; field in TzS2PolygonsToTzS2CellUnions.Arguments
114 File inputDir = arguments.inputDir; in main() local
124 new TzS2PolygonsToTzS2CellUnions(inputDir, executorService, outputDir, maxS2Level, in main()
DTzS2CellUnionsToTzS2Ranges.java66 File inputDir, ExecutorService executorService, File outputDir, int s2Level, in TzS2CellUnionsToTzS2Ranges() argument
68 this.mInputDir = Objects.requireNonNull(inputDir); in TzS2CellUnionsToTzS2Ranges()
83 public File inputDir; field in TzS2CellUnionsToTzS2Ranges.Arguments
112 File inputDir = arguments.inputDir; in main() local
122 new TzS2CellUnionsToTzS2Ranges(inputDir, executorService, outputDir, s2Level, in main()
DMergeTzS2Ranges.java64 File inputDir, ExecutorService executorService, File workingDir, File outputFile, in MergeTzS2Ranges() argument
66 this.mInputDir = Objects.requireNonNull(inputDir); in MergeTzS2Ranges()
79 public File inputDir; field in MergeTzS2Ranges.Arguments
108 File inputDir = arguments.inputDir; in main() local
117 inputDir, executorService, workingDir, outputFile, protoStorageFormat); in main()
/packages/modules/GeoTZ/data_pipeline/src/debug/java/com/android/timezone/location/data_pipeline/tools/
DPrintTzS2CellUnionStats.java42 private PrintTzS2CellUnionStats(File inputDir, ProtoStorageFormat storageFormat) { in PrintTzS2CellUnionStats() argument
43 this.mInputDir = Objects.requireNonNull(inputDir); in PrintTzS2CellUnionStats()
56 File inputDir = new File(args[0]); in main() local
59 new PrintTzS2CellUnionStats(inputDir, storageFormat).printS2CellStats(); in main()
/packages/modules/GeoTZ/common/host/main/java/com/android/timezone/location/common/
DLicenseSupport.java83 public static void copyLicenseFile(File inputDir, File outputDir) throws IOException { in copyLicenseFile() argument
84 checkIsDir(inputDir); in copyLicenseFile()
87 File licenseFileInput = new File(inputDir, LICENSE_FILE_NAME); in copyLicenseFile()
/packages/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/buildSrc/src/main/groovy/
DFilterCopyTask.groovy31 def inputPath = inputDir.get().asFile
32 inputChanges.getFileChanges(inputDir).each { change ->
DFilterResourcesTask.groovy30 def inputPath = inputDir.get().asFile
31 inputChanges.getFileChanges(inputDir).each { change ->