/third_party/lzma/CPP/7zip/Compress/ |
H A D | Lzma2Encoder.cpp | 65 const PROPVARIANT *coderProps, UInt32 numProps))
in SetCoderProperties() 70 for (UInt32 i = 0; i < numProps; i++)
in SetCoderProperties() 79 const PROPVARIANT *coderProps, UInt32 numProps))
in SetCoderPropertiesOpt() 81 for (UInt32 i = 0; i < numProps; i++)
in SetCoderPropertiesOpt() 64 SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) SetCoderProperties() argument 78 SetCoderPropertiesOpt(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) SetCoderPropertiesOpt() argument
|
H A D | XzEncoder.cpp | 187 const PROPVARIANT *coderProps, UInt32 numProps))
in SetCoderProperties() 191 for (UInt32 i = 0; i < numProps; i++)
in SetCoderProperties() 202 const PROPVARIANT *coderProps, UInt32 numProps))
in SetCoderPropertiesOpt() 204 for (UInt32 i = 0; i < numProps; i++)
in SetCoderPropertiesOpt() 186 SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) SetCoderProperties() argument 201 SetCoderPropertiesOpt(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) SetCoderPropertiesOpt() argument
|
H A D | BranchMisc.cpp | 46 Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps))
in SetCoderProperties() argument 49 for (UInt32 i = 0; i < numProps; i++)
in SetCoderProperties()
|
H A D | DeltaFilter.cpp | 53 Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps))
in SetCoderProperties() argument 56 for (UInt32 i = 0; i < numProps; i++)
in SetCoderProperties()
|
H A D | LzmaEncoder.cpp | 168 const PROPVARIANT *coderProps, UInt32 numProps))
in SetCoderProperties() 173 for (UInt32 i = 0; i < numProps; i++)
in SetCoderProperties() 193 const PROPVARIANT *coderProps, UInt32 numProps))
in SetCoderPropertiesOpt() 195 for (UInt32 i = 0; i < numProps; i++)
in SetCoderPropertiesOpt() 167 SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) SetCoderProperties() argument 192 SetCoderPropertiesOpt(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) SetCoderPropertiesOpt() argument
|
H A D | PpmdEncoder.cpp | 55 Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps))
in SetCoderProperties() argument 59 for (UInt32 i = 0; i < numProps; i++)
in SetCoderProperties()
|
H A D | Bcj2Coder.cpp | 79 Z7_COM7F_IMF(CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps))
in SetCoderProperties() argument 83 for (UInt32 i = 0; i < numProps; i++)
in SetCoderProperties()
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | IArchive.h | 323 x(GetNumberOfProperties(UInt32 *numProps)) \
325 x(GetNumberOfArchiveProperties(UInt32 *numProps)) \
368 x(GetNumRawProps(UInt32 *numProps)) \
548 x(SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps))
584 Z7_COM7F_IMF(CHandler::fn(UInt32 *numProps)) \
585 { *numProps = Z7_ARRAY_SIZE(k); return S_OK; } \
616 Z7_COM7F_IMF(CHandler::GetNumberOfArchiveProperties(UInt32 *numProps)) \
617 { *numProps = 0; return S_OK; } \
|
H A D | XzHandler.cpp | 1385 Z7_COM7F_IMF(CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps))
in SetProperties() argument 1391 for (UInt32 i = 0; i < numProps; i++)
in SetProperties()
|
/third_party/lzma/CPP/Common/ |
H A D | Sha256Reg.cpp | 47 Z7_COM7F_IMF(CSha256Hasher::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps))
50 for (UInt32 i = 0; i < numProps; i++)
|
H A D | CrcReg.cpp | 60 Z7_COM7F_IMF(CCrcHasher::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps))
62 for (UInt32 i = 0; i < numProps; i++)
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | List.cpp | 459 UInt32 numProps;
in AddMainProps() local 460 RINOK(archive->GetNumberOfProperties(&numProps))
in AddMainProps() 461 for (UInt32 i = 0; i < numProps; i++)
in AddMainProps() 474 UInt32 numProps;
in AddRawProps() local 475 RINOK(getRawProps->GetNumRawProps(&numProps))
in AddRawProps() 476 for (UInt32 i = 0; i < numProps; i++)
in AddRawProps() 982 UInt32 numProps;
in Print_OpenArchive_Props() local 983 RINOK(archive->GetNumberOfArchiveProperties(&numProps))
in Print_OpenArchive_Props() 985 for (UInt32 j = 0; j < numProps; j++)
in Print_OpenArchive_Props() 997 UInt32 numProps;
in Print_OpenArchive_Props() local [all...] |
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zHandler.cpp | 59 Z7_COM7F_IMF(CHandler::GetNumberOfProperties(UInt32 *numProps))
in GetNumberOfProperties() argument 61 *numProps = 0;
in GetNumberOfProperties() 317 Z7_COM7F_IMF(CHandler::GetNumRawProps(UInt32 *numProps))
in GetNumRawProps() argument 319 *numProps = 0;
in GetNumRawProps() 750 Z7_COM7F_IMF(CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps))
in SetProperties() argument 757 for (UInt32 i = 0; i < numProps; i++)
in SetProperties()
|
H A D | 7zProperties.cpp | 147 Z7_COM7F_IMF(CHandler::GetNumberOfProperties(UInt32 *numProps))
in GetNumberOfProperties() argument 149 *numProps = _fileInfoPopIDs.Size();
in GetNumberOfProperties()
|
H A D | 7zHandlerOut.cpp | 1012 Z7_COM7F_IMF(CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps))
in SetProperties() argument 1018 for (UInt32 i = 0; i < numProps; i++)
in SetProperties()
|
/third_party/lzma/CPP/7zip/Crypto/ |
H A D | MyAes.cpp | 224 Z7_COM7F_IMF(CAesCoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps))
in SetCoderProperties() argument 227 for (UInt32 i = 0; i < numProps; i++)
in SetCoderProperties()
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | HandlerOut.cpp | 272 HRESULT CSingleMethodProps::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps)
in SetProperties() argument 276 for (UInt32 i = 0; i < numProps; i++)
in SetProperties()
|
H A D | HandlerOut.h | 123 HRESULT SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps);
|
/third_party/lzma/CPP/7zip/ |
H A D | ICoder.h | 170 x(SetCoderPropertiesOpt(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps))
175 x(SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps))
|
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/ |
H A D | LzmaAlone.cpp | 703 unsigned numProps = kNumPropsMax;
705 numProps--;
707 HRESULT res = encoderSpec->SetCoderProperties(propIDs, props, numProps);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | intltest.cpp | 584 numProps = 0; in IntlTest() 601 numProps = caller->numProps; in setCaller() 602 for (int32_t i = 0; i < numProps; i++) { in setCaller() 2307 if (numProps < kMaxProps) { in setProperty() 2308 proplines[numProps] = propline; in setProperty() 2310 numProps++; in setProperty() 2315 for (int32_t i = 0; i < numProps; i++) { in getProperty()
|
H A D | intltest.h | 396 int32_t numProps; member in IntlTest
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | UpdateCallback.cpp | 191 Z7_COM7F_IMF(CArchiveUpdateCallback::GetNumRawProps(UInt32 *numProps))
in GetNumRawProps() argument 193 *numProps = 0;
in GetNumRawProps() 195 *numProps = 1;
in GetNumRawProps()
|
H A D | HashCalc.cpp | 1043 Z7_COM7F_IMF(CHandler::GetNumRawProps(UInt32 *numProps))
in GetNumRawProps() argument 1045 *numProps = Z7_ARRAY_SIZE(kRawProps);
in GetNumRawProps() 2047 Z7_COM7F_IMF(CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps))
in SetProperties() argument 2053 for (UInt32 i = 0; i < numProps; i++)
in SetProperties()
|
/third_party/mesa3d/src/glx/ |
H A D | glxext.c | 721 reply.numProps, in getVisualConfigs()
|