HomeSort by relevance Sort by last modified time
    Searched defs:numProps (Results 1 - 10 of 10) sorted by null

  /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/chromium_org/third_party/icu/source/test/intltest/
intltest.h 244 int32_t numProps;
  /external/icu4c/test/intltest/
intltest.h 293 int32_t numProps;
  /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/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/chromium_org/third_party/mesa/src/src/glx/
glxcmds.c     [all...]
  /external/mesa3d/src/glx/
glxcmds.c     [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/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 431 milliseconds