Home
last modified time | relevance | path

Searched defs:fileFormat (Results 1 – 15 of 15) sorted by relevance

/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/tzs2range/
DSuffixTableBlockTest.java49 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()
DHeaderBlockTest.java40 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in readWrite() local
61 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in visit() local
DSuffixTableExtraInfoTest.java33 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in create_emptyBlock() local
48 TzS2RangeFileFormat fileFormat = createS2RangeFileFormat(); in create_nonEmptyBlock() local
DTzS2RangeFileTest.java39 TzS2RangeFileFormat fileFormat; in findEntryByCellId() local
78 TzS2RangeFileFormat fileFormat, int faceId, int otherPrefixBits, int suffixBits) { in cellId()
/packages/modules/GeoTZ/s2storage/tools/src/java/com/android/timezone/location/tools/
DCreateTestFile.java37 TzS2RangeFileFormat fileFormat = FileFormats.getFileFormatForLevel(12); in main() local
42 try (TzS2RangeFileWriter tzS2RangeFileWriter = TzS2RangeFileWriter.open(file, fileFormat)) { in main() argument
DCreateTzS2File.java87 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/
DSuffixTableBlock.java96 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()
DPopulatedSuffixTableBlock.java67 TzS2RangeFileFormat fileFormat, IntValueTypedPackedTable packedTable) { in PopulatedSuffixTableBlock()
127 S2CellMatcher(TzS2RangeFileFormat fileFormat, int suffixSearchValue) { in S2CellMatcher()
DSuffixTableExtraInfo.java60 TzS2RangeFileFormat fileFormat, BlockInfo blockInfo) { in create()
DHeaderBlock.java115 void visitFileFormat(TzS2RangeFileFormat fileFormat); in visitFileFormat()
/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/
DHeaderBlockWriter.java47 private HeaderBlockWriter(TzS2RangeFileFormat fileFormat, File file) { in HeaderBlockWriter()
54 public static HeaderBlockWriter create(TzS2RangeFileFormat fileFormat) throws IOException { in create()
DSuffixTableWriter.java59 private SuffixTableWriter(TzS2RangeFileFormat fileFormat, SuffixTableSharedData sharedData) in SuffixTableWriter()
82 TzS2RangeFileFormat fileFormat, SuffixTableSharedData sharedData) throws IOException { in createPopulated()
DTzS2RangeFileWriter.java49 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/
DHeaderBlockDumper.java34 public void visitFileFormat(TzS2RangeFileFormat fileFormat) { in visitFileFormat()
DTzS2RangeFileDumper.java68 TzS2RangeFileFormat fileFormat = headerBlock.getFileFormat(); in visitHeaderBlock() local