Searched refs:applyPatch (Results 1 – 4 of 4) sorted by relevance
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/ |
D | BsPatchTest.java | 173 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_BadSignature() 196 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_NewLengthNegative() 219 BsPatch.applyPatch( in testApplyPatch_NewLengthTooLarge() 243 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_DiffSegmentLengthNegative() 266 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_DiffSegmentLengthTooLarge() 289 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_CopySegmentLengthNegative() 312 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_CopySegmentLengthTooLarge() 338 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_ExpectedFinalNewDataBytesWritten_PastEOF() 362 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_ExpectedFinalOldDataOffset_Negative() 386 BsPatch.applyPatch(new RandomAccessFile(oldFile, "r"), newData, patchIn); in testApplyPatch_ExpectedFinalOldDataOffset_PastEOF() [all …]
|
/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/ |
D | BsDiffDeltaApplier.java | 36 BsPatch.applyPatch(oldBlobRaf, newBlobOut, deltaIn); in applyDelta()
|
D | BsPatch.java | 68 public static void applyPatch( in applyPatch() method in BsPatch
|
/external/clang/utils/analyzer/ |
D | SATestBuild.py | 253 applyPatch(Dir, PBuildLogFile) 255 def applyPatch(Dir, PBuildLogFile): function
|