Searched refs:numProps (Results 1 - 21 of 21) sorted by relevance

/external/lzma/CPP/7zip/Common/
H A DMethodProps.cpp41 int numProps = method.Props.Size(); local
46 if (numProps != 0)
52 NWindows::NCOM::CPropVariant *values = new NWindows::NCOM::CPropVariant[numProps];
56 for (int i = 0; i < numProps; i++)
71 res = setCoderProperties->SetCoderProperties(&propIDs.Front(), values, numProps);
/external/lzma/CPP/7zip/Compress/
H A DLzma2Encoder.h27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
H A DLzmaEncoder.h27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
H A DDeltaFilter.cpp30 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
59 STDMETHODIMP CDeltaEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) argument
62 for (UInt32 i = 0; i < numProps; i++)
H A DLzma2Encoder.cpp59 const PROPVARIANT *coderProps, UInt32 numProps)
64 for (UInt32 i = 0; i < numProps; i++)
58 SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) argument
H A DPpmdEncoder.cpp37 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) argument
39 for (UInt32 i = 0; i < numProps; i++)
H A DLzmaEncoder.cpp102 const PROPVARIANT *coderProps, UInt32 numProps)
107 for (UInt32 i = 0; i < numProps; i++)
101 SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps) argument
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp221 UInt32 numProps; local
222 RINOK(archive->GetNumberOfProperties(&numProps));
223 for (UInt32 i = 0; i < numProps; i++)
511 UInt32 numProps; local
513 if (archive->GetNumberOfArchiveProperties(&numProps) == S_OK)
515 for (UInt32 j = 0; j < numProps; j++)
530 UInt32 numProps; local
532 if (archive->GetNumberOfProperties(&numProps) == S_OK)
535 for (UInt32 j = 0; j < numProps; j++)
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp440 int numProps = kNumPropsMax; local
442 numProps--;
444 if (encoderSpec->SetCoderProperties(propIDs, props, numProps) != S_OK)
/external/lzma/CPP/7zip/
H A DICoder.h53 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PURE;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.cpp518 numProps = 0;
532 numProps = caller->numProps;
533 for (int32_t i = 0; i < numProps; i++) {
1770 if (numProps < kMaxProps) {
1771 proplines[numProps] = propline;
1773 numProps++;
1778 for (int32_t i = 0; i < numProps; i++) {
H A Dintltest.h244 int32_t numProps; member in class:IntlTest
/external/icu4c/test/intltest/
H A Dintltest.cpp534 numProps = 0;
548 numProps = caller->numProps;
549 for (int32_t i = 0; i < numProps; i++) {
1836 if (numProps < kMaxProps) {
1837 proplines[numProps] = propline;
1839 numProps++;
1844 for (int32_t i = 0; i < numProps; i++) {
H A Dintltest.h293 int32_t numProps; member in class:IntlTest
/external/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp90 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, Int32 numProps);
681 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32 numProps) argument
685 for (int i = 0; i < numProps; i++)
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxcmds.c1430 int numProps; local
1498 numProps = nPropListBytes / (2 * sizeof(propList[0]));
1504 for (i = 0, pProp = propList; i < numProps; i++, pProp += 2)
H A Dglxext.c670 reply.numProps,
/external/mesa3d/src/glx/
H A Dglxcmds.c1430 int numProps; local
1498 numProps = nPropListBytes / (2 * sizeof(propList[0]));
1504 for (i = 0, pProp = propList; i < numProps; i++, pProp += 2)
H A Dglxext.c670 reply.numProps,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 594 milliseconds