Home
last modified time | relevance | path

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

/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/
DBsPatchTest.java96 final InputStream patchIn = new ByteArrayInputStream(new byte[] {(byte) 0x00}); in testTransformBytes_Error_NotEnoughBytes() local
162 InputStream patchIn = in testApplyPatch_BadSignature() local
185 InputStream patchIn = in testApplyPatch_NewLengthNegative() local
208 InputStream patchIn = in testApplyPatch_NewLengthTooLarge() local
232 InputStream patchIn = in testApplyPatch_DiffSegmentLengthNegative() local
255 InputStream patchIn = in testApplyPatch_DiffSegmentLengthTooLarge() local
278 InputStream patchIn = in testApplyPatch_CopySegmentLengthNegative() local
301 InputStream patchIn = in testApplyPatch_CopySegmentLengthTooLarge() local
327 InputStream patchIn = in testApplyPatch_ExpectedFinalNewDataBytesWritten_PastEOF() local
351 InputStream patchIn = in testApplyPatch_ExpectedFinalOldDataOffset_Negative() local
[all …]