Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/
DICodeProgress.java5 public void SetProgress(long inSize, long outSize); in SetProgress() method
DLzmaBench.java202 public void SetProgress(long inSize, long outSize) in SetProgress() method in LzmaBench.CProgressInfo
/external/lzma/CS/7zip/
DICoder.cs34 void SetProgress(Int64 inSize, Int64 outSize); in SetProgress() method
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs152 public void SetProgress(Int64 inSize, Int64 outSize) in SetProgress() method in SevenZip.LzmaBench.CProgressInfo