Home
last modified time | relevance | path

Searched defs:ds (Results 1 – 4 of 4) sorted by relevance

/tools/apksig/src/test/java/com/android/apksig/util/
DDataSourceTestBase.java50 DataSource ds = c.getDataSource(); in testSize() local
58 DataSource ds = c.getDataSource(); in testSlice() local
96 DataSource ds = c.getDataSource(); in testGetByteBuffer() local
132 DataSource ds = c.getDataSource(); in testFeed() local
170 DataSource ds = c.getDataSource(); in testCopyTo() local
223 String expectedContents, DataSource ds, long offset, int size) throws IOException { in assertSliceEquals()
229 protected static void assertSliceThrowsIOOB(DataSource ds, long offset, int size) { in assertSliceThrowsIOOB()
237 String expectedContents, DataSource ds, long offset, int size) throws IOException { in assertGetByteBufferEquals()
245 protected static void assertGetByteBufferThrowsIOOB(DataSource ds, long offset, int size) in assertGetByteBufferThrowsIOOB()
254 String expectedFedContents, DataSource ds, long offset, int size) throws IOException { in assertFeedEquals()
[all …]
DDataSourceFromByteBufferTest.java37 DataSource ds = DataSources.asDataSource(buf); in testChangesToBufferPosAndLimitNotVisible() local
DDataSourceFromRAFChunkTest.java39 DataSource ds = c.getDataSource(); in testFileSizeChangesNotVisible() local
DDataSourceFromRAFTest.java41 DataSource ds = c.getDataSource(); in testFileSizeChangesVisible() local