/external/lzma/CPP/Common/ |
D | CrcReg.cpp | 46 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps); 90 STDMETHODIMP CCrcHasher::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in CCrcHasher
|
/external/lzma/CPP/7zip/Compress/ |
D | DeltaFilter.cpp | 30 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps); 59 STDMETHODIMP CDeltaEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UIn… in SetCoderProperties() function in CDeltaEncoder
|
D | Lzma2Encoder.h | 27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
|
D | LzmaEncoder.h | 28 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
|
D | PpmdEncoder.h | 49 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
|
D | Lzma2Encoder.cpp | 58 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in NCompress::NLzma2::CEncoder
|
D | PpmdEncoder.cpp | 60 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UIn… in SetCoderProperties() function in NCompress::NPpmd::CEncoder
|
D | LzmaEncoder.cpp | 114 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in NCompress::NLzma::CEncoder
|
/external/lzma/CS/7zip/ |
D | ICoder.cs | 145 void SetCoderProperties(CoderPropID[] propIDs, object[] properties); in SetCoderProperties() method
|
/external/lzma/CPP/7zip/Crypto/ |
D | MyAes.h | 36 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
|
D | MyAes.cpp | 96 STDMETHODIMP CAesCbcCoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps,… in SetCoderProperties() function in NCrypto::CAesCbcCoder
|
/external/lzma/CPP/7zip/Common/ |
D | FilterCoder.cpp | 238 STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in CFilterCoder 241 return _SetCoderProperties->SetCoderProperties(propIDs, properties, numProperties); in SetCoderProperties()
|
D | FilterCoder.h | 114 STDMETHOD(SetCoderProperties)(const PROPID *propIDs,
|
D | MethodProps.cpp | 169 return setCoderProperties->SetCoderProperties(_propIDs, _props, _numProps); in SetProps()
|
/external/lzma/CPP/7zip/ |
D | ICoder.h | 55 …STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PU…
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.cs | 296 encoder.SetCoderProperties(propIDs, properties); in Main2()
|
D | LzmaBench.cs | 268 encoder.SetCoderProperties(propIDs, properties); in LzmaBenchmark()
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 483 if (encoderSpec->SetCoderProperties(propIDs, props, numProps) != S_OK) in main2()
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaEncoder.cs | 1368 public void SetCoderProperties(CoderPropID[] propIDs, object[] properties) in SetCoderProperties() method in SevenZip.Compression.LZMA.Encoder
|