Home
last modified time | relevance | path

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 DPrintTzS2CellUnionStats.java41 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 DPrintTzS2RangeStats.java37 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 DTypes.java238 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 DCanonicalizeTzS2Polygons.java134 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 DGeoJsonTzToTzS2PolygonsTest.java63 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 DTzS2CellUnionsToTzS2RangesTest.java61 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 DTzS2PolygonsToTzS2CellUnionsTest.java61 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 DMergeTzS2RangesTest.java65 ProtoStorageFormat storageFormat = ProtoStorageFormat.TEXT; in regressionTest() local