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

  /external/lzma/CPP/7zip/Compress/
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)
65 PROPID propID = propIDs[i];
66 if (propID >= NCoderPropID::kReduceSize)
70 switch (propID)
LzmaEncoder.cpp 78 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep)
80 if (propID == NCoderPropID::kMatchFinder)
86 if (propID > NCoderPropID::kReduceSize)
88 if (propID == NCoderPropID::kReduceSize)
97 switch (propID)
114 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs,
123 PROPID propID = propIDs[i];
124 switch (propID)
    [all...]
PpmdEncoder.cpp 60 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps)
67 PROPID propID = propIDs[i];
68 if (propID > NCoderPropID::kReduceSize)
70 if (propID == NCoderPropID::kReduceSize)
79 switch (propID)
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 160 PROPID PropID;
172 PROPID PropID;
322 void AddProp(BSTR name, PROPID propID, bool isRawProp);
353 f.PropID = fii.PropID;
369 static void GetPropName(PROPID propID, const wchar_t *name, AString &nameA, UString &nameU)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 462 milliseconds