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

1 2

  /external/lzma/CPP/7zip/Common/
MethodProps.cpp 41 int numProps = method.Props.Size();
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/
Lzma2Encoder.h 27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
LzmaEncoder.h 27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
DeltaFilter.cpp 30 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
59 STDMETHODIMP CDeltaEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)
62 for (UInt32 i = 0; i < numProps; i++)
Lzma2Encoder.cpp 59 const PROPVARIANT *coderProps, UInt32 numProps)
64 for (UInt32 i = 0; i < numProps; i++)
PpmdEncoder.cpp 37 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)
39 for (UInt32 i = 0; i < numProps; i++)
LzmaEncoder.cpp 102 const PROPVARIANT *coderProps, UInt32 numProps)
107 for (UInt32 i = 0; i < numProps; i++)
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 221 UInt32 numProps;
222 RINOK(archive->GetNumberOfProperties(&numProps));
223 for (UInt32 i = 0; i < numProps; i++)
511 UInt32 numProps;
513 if (archive->GetNumberOfArchiveProperties(&numProps) == S_OK)
515 for (UInt32 j = 0; j < numProps; j++)
530 UInt32 numProps;
532 if (archive->GetNumberOfProperties(&numProps) == S_OK)
535 for (UInt32 j = 0; j < numProps; j++)
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 440 int numProps = kNumPropsMax;
442 numProps--;
444 if (encoderSpec->SetCoderProperties(propIDs, props, numProps) != S_OK)
  /external/lzma/CPP/7zip/
ICoder.h 53 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PURE;
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.cpp 518 numProps = 0;
532 numProps = caller->numProps;
533 for (int32_t i = 0; i < numProps; i++) {
    [all...]
intltest.h 244 int32_t numProps;
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 90 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, Int32 numProps);
681 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32 numProps)
685 for (int i = 0; i < numProps; i++)
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 551 numProps = 0;
566 numProps = caller->numProps;
567 for (int32_t i = 0; i < numProps; i++) {
    [all...]
intltest.h 347 int32_t numProps;
  /external/owasp/sanitizer/empiricism/
html-containment.js 174 var numProps = 0;
179 || ++numProps > inlinePropLimit) {
  /external/chromium_org/third_party/mesa/src/src/glx/
glxcmds.c     [all...]
glxext.c 670 reply.numProps,
  /external/mesa3d/src/glx/
glxcmds.c     [all...]
glxext.c 670 reply.numProps,
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 

Completed in 233 milliseconds

1 2