Home
last modified time | relevance | path

Searched defs:s2Level (Results 1 – 14 of 14) sorted by relevance

/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/s2/
DSortedS2RangesTest.java33 int s2Level = 15; in testCreateFromSorted_detectsUnsorted() local
44 int s2Level = 15; in testCreateFromSorted() local
62 int s2Level = 15; in testOverlapsIllegal() local
72 int s2Level = 15; in testMixedLevelsIllegal() local
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/tzs2range/
DTzS2RangeFileFormatTest.java31 int s2Level = 12; in accessors() local
65 int s2Level = 12; in calculateRangeLength() local
88 int s2Level = 12; in createCellId() local
122 int s2Level = 12; in extractFaceIdFromPrefix() local
141 int s2Level = 12; in createSuffixTableValue() local
DSuffixTableRangeTest.java45 int s2Level = 12; in equalsAndHashcode() local
DTzS2RangeTest.java48 int s2Level = 12; in equalsAndHashcode() local
/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
DTzS2CellUnionsToTzS2Ranges.java66 File inputDir, ExecutorService executorService, File outputDir, int s2Level, in TzS2CellUnionsToTzS2Ranges()
100 public int s2Level; field in TzS2CellUnionsToTzS2Ranges.Arguments
115 int s2Level = arguments.s2Level; in main() local
174 private static TzS2Ranges createTzS2Ranges(TzS2CellUnion tzS2CellUnion, int s2Level) { in createTzS2Ranges()
218 S2CellId s2CellId, int s2Level) { in createRangeStartAndEnd()
232 private static void checkCellIdIsAtLevel(S2CellId cellId, int s2Level) { in checkCellIdIsAtLevel()
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/s2/
DS2Support.java136 public static long getMaxIndex(int s2Level) { in getMaxIndex()
247 public static long getMinCellId(int s2Level) { in getMinCellId()
253 public static long getMaxCellId(int s2Level) { in getMaxCellId()
258 private static void checkValidLevel(int s2Level) { in checkValidLevel()
270 private static long calcMinS2CellId(int s2Level) { in calcMinS2CellId()
274 private static long calcMaxS2CellId(int s2Level) { in calcMaxS2CellId()
DSortedS2Ranges.java41 private SortedS2Ranges(int s2Level, List<T> ranges) { in SortedS2Ranges()
53 int s2Level, T... ranges) { in createFromSorted()
64 int s2Level, List<T> ranges) { in createFromSorted()
DS2CellOrdering.java59 public static long getMinCellIdNumeric(int s2Level) { in getMinCellIdNumeric()
67 public static long getMaxCellIdNumeric(int s2Level) { in getMaxCellIdNumeric()
/packages/modules/GeoTZ/s2storage/tools/src/java/com/android/timezone/location/tools/
DCreateTzS2File.java50 public int s2Level; field in CreateTzS2File.Arguments
73 int s2Level = arguments.s2Level; in main() local
DFileFormats.java34 static TzS2RangeFileFormat getFileFormatForLevel(int s2Level) { in getFileFormatForLevel()
/packages/modules/GeoTZ/geotz_lookup/src/main/java/com/android/timezone/location/lookup/
DS2RangeFileBasedGeoTimeZonesFinder.java42 @NonNull TzS2RangeFileReader tzS2RangeFileReader, int s2Level) { in S2RangeFileBasedGeoTimeZonesFinder()
55 int s2Level = reader.getS2Level(); in create() local
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2polygons_tzs2cellunions/
DTzS2PolygonsToTzS2CellUnionsTest.java69 final int s2Level = 12; in regressionTest() local
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2cellunions_to_tzs2ranges/
DTzS2CellUnionsToTzS2RangesTest.java69 final int s2Level = 16; in regressionTest() local
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/
DTzS2RangeFileFormat.java91 public TzS2RangeFileFormat(int s2Level, int prefixBitCount, int suffixBitCount, in TzS2RangeFileFormat()