Searched defs:ds (Results 1 – 4 of 4) sorted by relevance
/tools/apksig/src/test/java/com/android/apksig/util/ |
D | DataSourceTestBase.java | 50 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 …]
|
D | DataSourceFromByteBufferTest.java | 37 DataSource ds = DataSources.asDataSource(buf); in testChangesToBufferPosAndLimitNotVisible() local
|
D | DataSourceFromRAFChunkTest.java | 39 DataSource ds = c.getDataSource(); in testFileSizeChangesNotVisible() local
|
D | DataSourceFromRAFTest.java | 41 DataSource ds = c.getDataSource(); in testFileSizeChangesVisible() local
|