Searched refs:patchValue (Results 1 – 6 of 6) sorted by relevance
39 public final byte patchValue; field in PatchConstants.CompatibilityWindowId44 private CompatibilityWindowId(byte patchValue) { in CompatibilityWindowId() argument45 this.patchValue = patchValue; in CompatibilityWindowId()53 public static CompatibilityWindowId fromPatchValue(byte patchValue) { in fromPatchValue() argument54 switch (patchValue) { in fromPatchValue()76 public final byte patchValue; field in PatchConstants.DeltaFormat81 private DeltaFormat(byte patchValue) { in DeltaFormat() argument82 this.patchValue = patchValue; in DeltaFormat()90 public static DeltaFormat fromPatchValue(byte patchValue) { in fromPatchValue() argument91 switch (patchValue) { in fromPatchValue()
103 PatchConstants.CompatibilityWindowId.DEFAULT_DEFLATE.patchValue, in readPatchApplyPlan()104 PatchConstants.CompatibilityWindowId.DEFAULT_DEFLATE.patchValue, in readPatchApplyPlan()126 PatchConstants.DeltaFormat.BSDIFF.patchValue, in readPatchApplyPlan()127 PatchConstants.DeltaFormat.BSDIFF.patchValue, in readPatchApplyPlan()
104 dataOut.write(PatchConstants.CompatibilityWindowId.DEFAULT_DEFLATE.patchValue); in writeV1Patch()116 dataOut.write(PatchConstants.DeltaFormat.BSDIFF.patchValue); in writeV1Patch()
133 PatchConstants.CompatibilityWindowId.DEFAULT_DEFLATE.patchValue, patchIn.read()); in testWriteV1Patch()141 Assert.assertEquals(PatchConstants.DeltaFormat.BSDIFF.patchValue, patchIn.read()); in testWriteV1Patch()
188 dataOut.write(PatchConstants.CompatibilityWindowId.DEFAULT_DEFLATE.patchValue); in writePatch()195 dataOut.write(PatchConstants.DeltaFormat.BSDIFF.patchValue); in writePatch()
188 : PatchConstants.CompatibilityWindowId.DEFAULT_DEFLATE.patchValue); in writeTestPatch()201 patchOut.write(corruption.corruptDeltaType ? 73 : descriptor.getFormat().patchValue); in writeTestPatch()