Home
last modified time | relevance | path

Searched defs:getEntryByIndex (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/table/reader/
H A DTable.java43 E getEntryByIndex(int i); in getEntryByIndex() method
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/table/packed/read/
H A DBaseTypedPackedTable.java50 public E getEntryByIndex(int i) { in getEntryByIndex() method in BaseTypedPackedTable
H A DPackedTableReader.java161 public Entry getEntryByIndex(int i) { in getEntryByIndex() method in PackedTableReader
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/read/
H A DSuffixTableBlock.java161 public Entry getEntryByIndex(int i) { in getEntryByIndex() method in SuffixTableBlock
/aosp12/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/table/packed/
H A DIntValuePackedTableTest.java160 public void getEntryByIndex() throws IOException { in getEntryByIndex() method in IntValuePackedTableTest
/aosp12/frameworks/base/tools/aapt/
H A DZipFile.cpp135 ZipEntry* ZipFile::getEntryByIndex(int idx) const in getEntryByIndex() function in ZipFile
/aosp12/build/make/tools/zipalign/
H A DZipFile.cpp137 ZipEntry* ZipFile::getEntryByIndex(int idx) const in getEntryByIndex() function in android::ZipFile