Home
last modified time | relevance | path

Searched refs:numProps (Results 1 – 25 of 28) sorted by relevance

12

/external/lzma/CPP/7zip/Archive/
DIArchive.h202 STDMETHOD(GetNumberOfProperties)(UInt32 *numProps) MY_NO_THROW_DECL_ONLY x; \
204 STDMETHOD(GetNumberOfArchiveProperties)(UInt32 *numProps) MY_NO_THROW_DECL_ONLY x; \
247 STDMETHOD(GetNumRawProps)(UInt32 *numProps) x; \
385 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps) PURE;
417 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) \
418 { *numProps = ARRAY_SIZE(kProps); return S_OK; } \
422 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) \
423 { *numProps = ARRAY_SIZE(kProps); return S_OK; } \
428 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProps) \
429 { *numProps = ARRAY_SIZE(kArcProps); return S_OK; } \
[all …]
DXzHandler.cpp174 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps);
937 …ETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps) in SetProperties() argument
941 for (UInt32 i = 0; i < numProps; i++) in SetProperties()
/external/lzma/CPP/Common/
DCrcReg.cpp46 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
91 const PROPVARIANT *coderProps, UInt32 numProps) in SetCoderProperties() argument
93 for (UInt32 i = 0; i < numProps; i++) in SetCoderProperties()
/external/lzma/CPP/7zip/Compress/
DDeltaFilter.cpp30 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
59 …CDeltaEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) in SetCoderProperties() argument
62 for (UInt32 i = 0; i < numProps; i++) in SetCoderProperties()
DLzma2Encoder.cpp59 const PROPVARIANT *coderProps, UInt32 numProps) in SetCoderProperties() argument
64 for (UInt32 i = 0; i < numProps; i++) in SetCoderProperties()
DPpmdEncoder.cpp60 …CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) in SetCoderProperties() argument
64 for (UInt32 i = 0; i < numProps; i++) in SetCoderProperties()
DLzmaEncoder.cpp115 const PROPVARIANT *coderProps, UInt32 numProps) in SetCoderProperties() argument
120 for (UInt32 i = 0; i < numProps; i++) in SetCoderProperties()
DLzma2Encoder.h27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DLzmaEncoder.h28 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DPpmdEncoder.h49 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
/external/lzma/CPP/7zip/UI/Console/
DList.cpp415 UInt32 numProps; in AddMainProps() local
416 RINOK(archive->GetNumberOfProperties(&numProps)); in AddMainProps()
417 for (UInt32 i = 0; i < numProps; i++) in AddMainProps()
430 UInt32 numProps; in AddRawProps() local
431 RINOK(getRawProps->GetNumRawProps(&numProps)); in AddRawProps()
432 for (UInt32 i = 0; i < numProps; i++) in AddRawProps()
1035 UInt32 numProps; in ListArchives() local
1036 RINOK(archive->GetNumberOfArchiveProperties(&numProps)); in ListArchives()
1038 for (UInt32 j = 0; j < numProps; j++) in ListArchives()
1049 UInt32 numProps; in ListArchives() local
[all …]
/external/lzma/CPP/7zip/Crypto/
DMyAes.cpp96 …CbcCoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) in SetCoderProperties() argument
98 for (UInt32 i = 0; i < numProps; i++) in SetCoderProperties()
DMyAes.h36 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp56 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) in GetNumberOfProperties() argument
58 *numProps = 0; in GetNumberOfProperties()
290 STDMETHODIMP CHandler::GetNumRawProps(UInt32 *numProps) in GetNumRawProps() argument
292 *numProps = 0; in GetNumRawProps()
718 …ETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps) in SetProperties() argument
724 for (UInt32 i = 0; i < numProps; i++) in SetProperties()
D7zProperties.cpp150 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) in GetNumberOfProperties() argument
152 *numProps = _fileInfoPopIDs.Size(); in GetNumberOfProperties()
D7zHandler.h120 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps);
D7zHandlerOut.cpp795 …ETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps) in SetProperties() argument
801 for (UInt32 i = 0; i < numProps; i++) in SetProperties()
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp111 …SingleMethodProps::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps) in SetProperties() argument
114 for (UInt32 i = 0; i < numProps; i++) in SetProperties()
DHandlerOut.h60 HRESULT SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps);
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp479 unsigned numProps = kNumPropsMax; in main2() local
481 numProps--; in main2()
483 if (encoderSpec->SetCoderProperties(propIDs, props, numProps) != S_OK) in main2()
/external/icu/icu4c/source/test/intltest/
Dintltest.cpp551 numProps = 0; in IntlTest()
567 numProps = caller->numProps; in setCaller()
568 for (int32_t i = 0; i < numProps; i++) { in setCaller()
2054 if (numProps < kMaxProps) { in setProperty()
2055 proplines[numProps] = propline; in setProperty()
2057 numProps++; in setProperty()
2062 for (int32_t i = 0; i < numProps; i++) { in getProperty()
Dintltest.h331 int32_t numProps; variable
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp135 STDMETHODIMP CArchiveUpdateCallback::GetNumRawProps(UInt32 *numProps) in GetNumRawProps() argument
137 *numProps = 0; in GetNumRawProps()
139 *numProps = 1; in GetNumRawProps()
/external/owasp/sanitizer/empiricism/
Dhtml-containment.js174 var numProps = 0;
179 || ++numProps > inlinePropLimit) {
/external/lzma/CPP/7zip/
DICoder.h55 …STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PU…

12