HomeSort by relevance Sort by last modified time
    Searched refs:patchData (Results 1 - 6 of 6) sorted by null

  /external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/
BsPatch.java 65 * Applies a patch from |patchData| to the data in |oldData|, writing the result to |newData|.
69 * @param patchData stream to read patch instructions from
74 RandomAccessFile oldData, OutputStream newData, InputStream patchData)
76 applyPatch(oldData, newData, patchData, null);
80 * Applies a patch from |patchData| to the data in |oldData|, writing the result to |newData|
85 * @param patchData stream to read patch instructions from
92 RandomAccessFile oldData, OutputStream newData, InputStream patchData, Long expectedNewSize)
94 patchData = new BufferedInputStream(patchData, PATCH_STREAM_BUFFER_SIZE);
97 applyPatchInternal(oldData, newData, patchData, expectedNewSize)
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
state.h 270 ScalarCPoint patchData;
    [all...]
frontend.cpp     [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 211 milliseconds