Searched defs:storageFormat (Results 1 – 8 of 8) sorted by relevance
/aosp12/packages/modules/GeoTZ/data_pipeline/src/debug/java/com/android/timezone/location/data_pipeline/tools/ |
H A D | PrintTzS2CellUnionStats.java | 41 private PrintTzS2CellUnionStats(File inputDir, ProtoStorageFormat storageFormat) { in PrintTzS2CellUnionStats() 56 ProtoStorageFormat storageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main() local 81 private List<TzS2CellUnion> createTzS2CellUnions(File dir, ProtoStorageFormat storageFormat) { in createTzS2CellUnions()
|
H A D | PrintTzS2RangeStats.java | 37 private PrintTzS2RangeStats(File inputFile, ProtoStorageFormat storageFormat) { in PrintTzS2RangeStats() 52 ProtoStorageFormat storageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main() local
|
/aosp12/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/ |
H A D | Types.java | 238 ProtoStorageFormat storageFormat, License license) throws IOException { in store() 267 public static List<File> listFiles(File dir, ProtoStorageFormat storageFormat) { in listFiles() 274 public static String getFileSuffix(ProtoStorageFormat storageFormat) { in getFileSuffix() 279 public static TzS2Polygons load(File inputFile, ProtoStorageFormat storageFormat) in load() 358 ProtoStorageFormat storageFormat, License license) throws IOException { in store() 369 public static TzS2CellUnion load(File file, ProtoStorageFormat storageFormat) { in load() 388 public static List<File> listFiles(File dir, ProtoStorageFormat storageFormat) { in listFiles() 395 public static String getFileSuffix(ProtoStorageFormat storageFormat) { in getFileSuffix() 482 ProtoStorageFormat storageFormat, License license) throws IOException { in store() 496 public static List<File> listFiles(File dir, ProtoStorageFormat storageFormat) { in listFiles() [all …]
|
H A D | CanonicalizeTzS2Polygons.java | 134 ProtoStorageFormat storageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main() local
|
/aosp12/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/geojsontz_to_tzs2polygons/ |
H A D | GeoJsonTzToTzS2PolygonsTest.java | 63 ProtoStorageFormat storageFormat = ProtoStorageFormat.TEXT; in regressionTest() local
|
/aosp12/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2cellunions_to_tzs2ranges/ |
H A D | TzS2CellUnionsToTzS2RangesTest.java | 61 ProtoStorageFormat storageFormat = ProtoStorageFormat.TEXT; in regressionTest() local
|
/aosp12/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2polygons_tzs2cellunions/ |
H A D | TzS2PolygonsToTzS2CellUnionsTest.java | 61 ProtoStorageFormat storageFormat = ProtoStorageFormat.TEXT; in regressionTest() local
|
/aosp12/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/mergetzs2ranges/ |
H A D | MergeTzS2RangesTest.java | 65 ProtoStorageFormat storageFormat = ProtoStorageFormat.TEXT; in regressionTest() local
|