HomeSort by relevance Sort by last modified time
    Searched refs:numProps (Results 1 - 25 of 33) sorted by null

1 2

  /external/lzma/CPP/7zip/Compress/
Lzma2Encoder.h 27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
LzmaEncoder.h 28 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DeltaFilter.cpp 38 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
54 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)
57 for (UInt32 i = 0; i < numProps; i++)
PpmdEncoder.h 50 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
Lzma2Encoder.cpp 64 const PROPVARIANT *coderProps, UInt32 numProps)
69 for (UInt32 i = 0; i < numProps; i++)
LzmaEncoder.cpp 106 const PROPVARIANT *coderProps, UInt32 numProps)
111 for (UInt32 i = 0; i < numProps; i++)
PpmdEncoder.cpp 56 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps)
60 for (UInt32 i = 0; i < numProps; i++)
Bcj2Coder.h 51 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
Bcj2Coder.cpp 67 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)
71 for (UInt32 i = 0; i < numProps; i++)
  /external/lzma/CPP/Common/
CrcReg.cpp 39 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
66 STDMETHODIMP CCrcHasher::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps)
68 for (UInt32 i = 0; i < numProps; i++)
  /external/lzma/CPP/7zip/Archive/
IArchive.h 272 STDMETHOD(GetNumberOfProperties)(UInt32 *numProps) MY_NO_THROW_DECL_ONLY x; \
274 STDMETHOD(GetNumberOfArchiveProperties)(UInt32 *numProps) MY_NO_THROW_DECL_ONLY x; \
319 STDMETHOD(GetNumRawProps)(UInt32 *numProps) x; \
493 STDMETHOD(SetProperties)(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps) PURE;
539 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) \
540 { *numProps = ARRAY_SIZE(kProps); return S_OK; } \
544 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) \
545 { *numProps = ARRAY_SIZE(kProps); return S_OK; } \
550 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProps) \
551 { *numProps = ARRAY_SIZE(kArcProps); return S_OK; } \
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.h 62 HRESULT SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps);
HandlerOut.cpp 125 HRESULT CSingleMethodProps::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps)
128 for (UInt32 i = 0; i < numProps; i++)
  /external/lzma/CPP/7zip/Crypto/
MyAes.h 40 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
MyAes.cpp 96 STDMETHODIMP CAesCbcCoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps)
98 for (UInt32 i = 0; i < numProps; i++)
  /external/lzma/CPP/7zip/Archive/7z/
7zProperties.cpp 143 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps)
145 *numProps = _fileInfoPopIDs.Size();
7zHandler.h 113 STDMETHOD(SetProperties)(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps);
7zHandler.cpp 60 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps)
62 *numProps = 0;
283 STDMETHODIMP CHandler::GetNumRawProps(UInt32 *numProps)
285 *numProps = 0;
714 STDMETHODIMP CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps)
721 for (UInt32 i = 0; i < numProps; i++)
7zHandlerOut.cpp 842 STDMETHODIMP CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps)
848 for (UInt32 i = 0; i < numProps; i++)
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 455 UInt32 numProps;
456 RINOK(archive->GetNumberOfProperties(&numProps));
457 for (UInt32 i = 0; i < numProps; i++)
470 UInt32 numProps;
471 RINOK(getRawProps->GetNumRawProps(&numProps));
472 for (UInt32 i = 0; i < numProps; i++)
904 UInt32 numProps;
905 RINOK(archive->GetNumberOfArchiveProperties(&numProps));
907 for (UInt32 j = 0; j < numProps; j++)
919 UInt32 numProps;
    [all...]
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 673 unsigned numProps = kNumPropsMax;
675 numProps--;
677 HRESULT res = encoderSpec->SetCoderProperties(propIDs, props, numProps);
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.cpp 152 STDMETHODIMP CArchiveUpdateCallback::GetNumRawProps(UInt32 *numProps)
154 *numProps = 0;
156 *numProps = 1;
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 561 numProps = 0;
577 numProps = caller->numProps;
578 for (int32_t i = 0; i < numProps; i++) {
    [all...]
intltest.h 357 int32_t numProps;
  /external/lzma/CPP/7zip/
ICoder.h 128 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PURE;

Completed in 868 milliseconds

1 2