Searched refs:PatchReader (Results 1 – 3 of 3) sorted by relevance
229 new PatchReader().readPatchApplyPlan(new ByteArrayInputStream(writeTestPatch())); in testReadPatchApplyPlan()240 new PatchReader().readPatchApplyPlan(new ByteArrayInputStream(writeTestPatch())); in testReadPatchApplyPlan_CorruptIdentifier()246 new PatchReader().readPatchApplyPlan(new ByteArrayInputStream(writeTestPatch())); in testReadPatchApplyPlan_CorruptDeltaFriendlyOldFileSize()253 new PatchReader().readPatchApplyPlan(new ByteArrayInputStream(writeTestPatch())); in testReadPatchApplyPlan_CorruptOldFileUncompressionInstructionCount()260 new PatchReader().readPatchApplyPlan(new ByteArrayInputStream(writeTestPatch())); in testReadPatchApplyPlan_CorruptOldFileUncompressionInstructionOrder()267 new PatchReader().readPatchApplyPlan(new ByteArrayInputStream(writeTestPatch())); in testReadPatchApplyPlan_CorruptOldFileUncompressionInstructionOffset()274 new PatchReader().readPatchApplyPlan(new ByteArrayInputStream(writeTestPatch())); in testReadPatchApplyPlan_CorruptOldFileUncompressionInstructionLength()281 new PatchReader().readPatchApplyPlan(new ByteArrayInputStream(writeTestPatch())); in testReadPatchApplyPlan_CorruptDeltaFriendlyNewFileRecompressionInstructionCount()288 new PatchReader().readPatchApplyPlan(new ByteArrayInputStream(writeTestPatch())); in testReadPatchApplyPlan_CorruptDeltaFriendlyNewFileRecompressionInstructionOrder()295 new PatchReader().readPatchApplyPlan(new ByteArrayInputStream(writeTestPatch())); in testReadPatchApplyPlan_CorruptDeltaFriendlyNewFileRecompressionInstructionOffset()[all …]
91 PatchReader patchReader = new PatchReader(); in applyDeltaInternal()
32 public class PatchReader { class