/external/lzma/CPP/Common/ |
D | CrcReg.cpp | 39 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps); 66 STDMETHODIMP CCrcHasher::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, U… in SetCoderProperties() function in CCrcHasher
|
/external/lzma/CPP/7zip/Compress/ |
D | DeltaFilter.cpp | 38 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps); 54 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 n… in SetCoderProperties() function in NCompress::NDelta::CEncoder
|
D | Lzma2Encoder.h | 32 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
|
D | XzEncoder.h | 37 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
|
D | LzmaEncoder.h | 33 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
|
D | PpmdEncoder.h | 50 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
|
D | Bcj2Coder.h | 51 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
|
D | Lzma2Encoder.cpp | 60 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in NCompress::NLzma2::CEncoder
|
D | PpmdEncoder.cpp | 56 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UIn… in SetCoderProperties() function in NCompress::NPpmd::CEncoder
|
D | LzmaEncoder.cpp | 110 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in NCompress::NLzma::CEncoder
|
D | XzEncoder.cpp | 188 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in NCompress::NXz::CEncoder
|
D | Bcj2Coder.cpp | 67 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 n… in SetCoderProperties() function in NCompress::NBcj2::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 | 42 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 | 399 STDMETHODIMP CFilterCoder::SetCoderProperties(const PROPID *propIDs, in SetCoderProperties() function in CFilterCoder 401 { return _SetCoderProperties->SetCoderProperties(propIDs, properties, numProperties); } in SetCoderProperties()
|
D | FilterCoder.h | 222 STDMETHOD(SetCoderProperties)(const PROPID *propIDs,
|
D | MethodProps.cpp | 202 return setCoderProperties->SetCoderProperties(_propIDs, _props, _numProps); in SetProps()
|
/external/lzma/CPP/7zip/ |
D | ICoder.h | 145 …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 | 698 HRESULT res = encoderSpec->SetCoderProperties(propIDs, props, numProps); 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
|