/external/lzma/CPP/7zip/Archive/Common/ |
D | CrossThreadProgress.cpp | 7 STDMETHODIMP CCrossThreadProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) in SetRatioInfo()
|
/external/lzma/Java/SevenZip/ |
D | ICodeProgress.java | 5 public void SetProgress(long inSize, long outSize); in SetProgress()
|
D | LzmaBench.java | 202 public void SetProgress(long inSize, long outSize) in SetProgress() 244 static long GetDecompressRating(long elapsedTime, long outSize, long inSize) in GetDecompressRating()
|
/external/lzma/C/ |
D | 7zDec.c | 66 static SRes SzDecodePpmd(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, in SzDecodePpmd() 127 static SRes SzDecodeLzma(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, in SzDecodeLzma() 175 static SRes SzDecodeLzma2(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, in SzDecodeLzma2() 224 static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *outBuffer) in SzDecodeCopy() 355 UInt64 inSize; in SzFolder_Decode2() local
|
D | Lzma2Dec.c | 173 SizeT inSize = *srcLen; in Lzma2Dec_DecodeToDic() local 293 SizeT outSize = *destLen, inSize = *srcLen; in Lzma2Dec_DecodeToBuf() local 335 SizeT outSize = *destLen, inSize = *srcLen; in Lzma2Decode() local
|
D | MtCoder.c | 56 static SRes Progress(ICompressProgress *p, UInt64 inSize, UInt64 outSize) in Progress() 80 SRes MtProgress_Set(CMtProgress *p, unsigned index, UInt64 inSize, UInt64 outSize) in MtProgress_Set()
|
D | LzmaDec.c | 487 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize) in LzmaDec_TryDummy() 722 SizeT inSize = *srcLen; in LzmaDec_DecodeToDic() local 843 SizeT inSize = *srcLen; in LzmaDec_DecodeToBuf() local 975 SizeT inSize = *srcLen; in LzmaDecode() local
|
/external/chromium_org/third_party/lzma_sdk/ |
D | 7zDec.c | 66 static SRes SzDecodePpmd(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, in SzDecodePpmd() 127 static SRes SzDecodeLzma(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, in SzDecodeLzma() 175 static SRes SzDecodeLzma2(CSzCoderInfo *coder, UInt64 inSize, ILookInStream *inStream, in SzDecodeLzma2() 224 static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *outBuffer) in SzDecodeCopy() 355 UInt64 inSize; in SzFolder_Decode2() local
|
D | Lzma2Dec.c | 173 SizeT inSize = *srcLen; in Lzma2Dec_DecodeToDic() local 293 SizeT outSize = *destLen, inSize = *srcLen; in Lzma2Dec_DecodeToBuf() local 335 SizeT outSize = *destLen, inSize = *srcLen; in Lzma2Decode() local
|
D | LzmaDec.c | 487 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize) in LzmaDec_TryDummy() 722 SizeT inSize = *srcLen; in LzmaDec_DecodeToDic() local 843 SizeT inSize = *srcLen; in LzmaDec_DecodeToBuf() local 975 SizeT inSize = *srcLen; in LzmaDecode() local
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/ |
D | Strings.java | 11 int inSize; in fromStream() local
|
/external/lzma/CPP/7zip/Common/ |
D | ProgressUtils.cpp | 21 STDMETHODIMP CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) in SetRatioInfo()
|
D | CWrappers.cpp | 15 static SRes CompressProgress(void *pp, UInt64 inSize, UInt64 outSize) in CompressProgress()
|
/external/lzma/CS/7zip/ |
D | ICoder.cs | 34 void SetProgress(Int64 inSize, Int64 outSize); in SetProgress() 61 Int64 inSize, Int64 outSize, ICodeProgress progress); in Code()
|
/external/lzma/CPP/Windows/ |
D | FileIO.h | 68 bool DeviceIoControl(DWORD controlCode, LPVOID inBuffer, DWORD inSize, in DeviceIoControl() 76 DWORD inSize, LPVOID outBuffer, DWORD outSize) const in DeviceIoControl()
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.c | 552 static OSStatus DebugPrint( DebugLevel inLevel, char *inData, size_t inSize ) in DebugPrint() 767 static void DebugFPrintFPrint( char *inData, size_t inSize ) in DebugFPrintFPrint() 835 static void DebugiDebugPrint( char *inData, size_t inSize ) in DebugiDebugPrint() 868 static void DebugKPrintFPrint( char *inData, size_t inSize ) in DebugKPrintFPrint() 881 static void DebugMacOSXIOLogPrint( char *inData, size_t inSize ) in DebugMacOSXIOLogPrint() 939 static void DebugMacOSXLogPrint( char *inData, size_t inSize ) in DebugMacOSXLogPrint() 953 void DebugWindowsDebuggerPrint( char *inData, size_t inSize ) in DebugWindowsDebuggerPrint() 1061 static void DebugWindowsEventLogPrint( DebugLevel inLevel, char *inData, size_t inSize ) in DebugWindowsEventLogPrint()
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaBench.cs | 152 public void SetProgress(Int64 inSize, Int64 outSize) in SetProgress() 194 static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, UInt64 inSize) in GetDecompressRating()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 43 STDMETHODIMP CArchiveUpdateCallback::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) in SetRatioInfo()
|
D | ArchiveExtractCallback.cpp | 103 STDMETHODIMP CArchiveExtractCallback::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) in SetRatioInfo()
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaEncoder.cs | 1063 public void CodeOneBlock(out Int64 inSize, out Int64 outSize, out bool finished) in CodeOneBlock() 1250 Int64 inSize, Int64 outSize) in SetStreams() 1274 Int64 inSize, Int64 outSize, ICodeProgress progress) in Code()
|
D | LzmaDecoder.cs | 231 Int64 inSize, Int64 outSize, ICodeProgress progress) in Code()
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzmaDec.c | 488 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize) in LzmaDec_TryDummy() 723 SizeT inSize = *srcLen; in LzmaDec_DecodeToDic() local 844 SizeT inSize = *srcLen; in LzmaDec_DecodeToBuf() local 976 SizeT inSize = *srcLen; in LzmaDecode() local
|
/external/lzma/CPP/7zip/Compress/ |
D | LzmaDecoder.cpp | 153 UInt64 inSize = _inSizeProcessed - startInProgress; in CodeSpec() local
|
/external/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 61 size_t inPos = 0, inSize = 0, outPos = 0; in Decode2() local
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 300 static SRes OpenCallbackProgress(void *pp, UInt64 inSize, UInt64 /* outSize */) in OpenCallbackProgress() argument 492 UInt32 inSize = 0; in Extract() local
|