/external/lzma/CPP/7zip/Archive/ |
D | IArchive.h | 202 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 …]
|
D | XzHandler.cpp | 174 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/ |
D | CrcReg.cpp | 46 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/ |
D | DeltaFilter.cpp | 30 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()
|
D | Lzma2Encoder.cpp | 59 const PROPVARIANT *coderProps, UInt32 numProps) in SetCoderProperties() argument 64 for (UInt32 i = 0; i < numProps; i++) in SetCoderProperties()
|
D | PpmdEncoder.cpp | 60 …CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) in SetCoderProperties() argument 64 for (UInt32 i = 0; i < numProps; i++) in SetCoderProperties()
|
D | LzmaEncoder.cpp | 115 const PROPVARIANT *coderProps, UInt32 numProps) in SetCoderProperties() argument 120 for (UInt32 i = 0; i < numProps; i++) in SetCoderProperties()
|
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);
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 415 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/ |
D | MyAes.cpp | 96 …CbcCoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) in SetCoderProperties() argument 98 for (UInt32 i = 0; i < numProps; i++) in SetCoderProperties()
|
D | MyAes.h | 36 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.cpp | 56 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()
|
D | 7zProperties.cpp | 150 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps) in GetNumberOfProperties() argument 152 *numProps = _fileInfoPopIDs.Size(); in GetNumberOfProperties()
|
D | 7zHandler.h | 120 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps);
|
D | 7zHandlerOut.cpp | 795 …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/ |
D | HandlerOut.cpp | 111 …SingleMethodProps::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps) in SetProperties() argument 114 for (UInt32 i = 0; i < numProps; i++) in SetProperties()
|
D | HandlerOut.h | 60 HRESULT SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps);
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 479 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/ |
D | intltest.cpp | 551 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()
|
D | intltest.h | 331 int32_t numProps; variable
|
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 135 STDMETHODIMP CArchiveUpdateCallback::GetNumRawProps(UInt32 *numProps) in GetNumRawProps() argument 137 *numProps = 0; in GetNumRawProps() 139 *numProps = 1; in GetNumRawProps()
|
/external/owasp/sanitizer/empiricism/ |
D | html-containment.js | 174 var numProps = 0; 179 || ++numProps > inlinePropLimit) {
|
/external/lzma/CPP/7zip/ |
D | ICoder.h | 55 …STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PU…
|