| /packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/tzs2range/ |
| D | SuffixTableBlockTest.java | 49 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in writer_createPopulatedBlockWriter_noEntriesThrows() local 64 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in writer_createPopulatedBlockWriter_addRange() local 97 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in writer_createPopulatedBlockWriter_rejectOverlappingRanges() local 161 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in suffixTableBlock_empty() local 177 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in suffixTableBlock_populated_findEntryByCellId() local 249 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in suffixTableBlock_populated_findEntryByCellId_cellIdOutOfRange() local 279 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in suffixTableBlock_visit() local 321 private SuffixTableRange findEntryByCellId(TzS2RangeFileFormat fileFormat, in findEntryByCellId()
|
| D | HeaderBlockTest.java | 40 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in readWrite() local 61 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in visit() local
|
| D | TzS2RangeFileTest.java | 39 TzS2RangeFileFormat fileFormat; in findEntryByCellId() local 78 TzS2RangeFileFormat fileFormat, int faceId, int otherPrefixBits, int suffixBits) { in cellId()
|
| D | SuffixTableExtraInfoTest.java | 33 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in create_emptyBlock() local 48 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in create_nonEmptyBlock() local
|
| /packages/modules/GeoTZ/s2storage/tools/src/java/com/android/timezone/location/tools/ |
| D | CreateTestFile.java | 37 TzS2RangeFileFormat fileFormat = FileFormats.getFileFormatForLevel(12); in main() local 42 try (TzS2RangeFileWriter tzS2RangeFileWriter = TzS2RangeFileWriter.open(file, fileFormat)) { in main() argument
|
| D | CreateTzS2File.java | 87 TzS2RangeFileFormat fileFormat = FileFormats.getFileFormatForLevel(s2Level); in main() local 88 try (TzS2RangeFileWriter writer = TzS2RangeFileWriter.open(outputFile, fileFormat)) { in main() argument
|
| /packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/read/ |
| D | SuffixTableBlock.java | 96 private SuffixTableBlock(TzS2RangeFileFormat fileFormat, SuffixTableBlockDelegate delegate) { in SuffixTableBlock() 107 TzS2RangeFileFormat fileFormat, BlockData blockData) { in createPopulated() 120 public static SuffixTableBlock createEmpty(TzS2RangeFileFormat fileFormat, int prefix) { in createEmpty()
|
| D | SuffixTableExtraInfo.java | 60 TzS2RangeFileFormat fileFormat, BlockInfo blockInfo) { in create()
|
| D | PopulatedSuffixTableBlock.java | 51 TzS2RangeFileFormat fileFormat, IntValueTypedPackedTable packedTable) { in PopulatedSuffixTableBlock() 111 public S2CellMatcher(TzS2RangeFileFormat fileFormat, int suffixSearchValue) { in S2CellMatcher()
|
| D | HeaderBlock.java | 115 void visitFileFormat(TzS2RangeFileFormat fileFormat); in visitFileFormat()
|
| /packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/ |
| D | HeaderBlockWriter.java | 47 private HeaderBlockWriter(TzS2RangeFileFormat fileFormat, File file) { in HeaderBlockWriter() 54 public static HeaderBlockWriter create(TzS2RangeFileFormat fileFormat) throws IOException { in create()
|
| D | SuffixTableWriter.java | 59 private SuffixTableWriter(TzS2RangeFileFormat fileFormat, SuffixTableSharedData sharedData) in SuffixTableWriter() 82 TzS2RangeFileFormat fileFormat, SuffixTableSharedData sharedData) throws IOException { in createPopulated()
|
| D | TzS2RangeFileWriter.java | 49 private TzS2RangeFileWriter(TzS2RangeFileFormat fileFormat, BlockFileWriter blockFileWriter) in TzS2RangeFileWriter() 59 public static TzS2RangeFileWriter open(File outFile, TzS2RangeFileFormat fileFormat) in open()
|
| /packages/modules/GeoTZ/s2storage/tools/src/java/com/android/timezone/location/tools/dump/ |
| D | HeaderBlockDumper.java | 34 public void visitFileFormat(TzS2RangeFileFormat fileFormat) { in visitFileFormat()
|
| D | TzS2RangeFileDumper.java | 67 TzS2RangeFileFormat fileFormat = headerBlock.getFileFormat(); in visitHeaderBlock() local
|