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 38 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
54 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)
60 PROPID propID = propIDs[i];
61 if (propID >= NCoderPropID::kReduceSize)
65 switch (propID)
LzmaEncoder.cpp 69 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep)
71 if (propID == NCoderPropID::kMatchFinder)
77 if (propID > NCoderPropID::kReduceSize)
79 if (propID == NCoderPropID::kReduceSize)
88 switch (propID)
105 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs,
114 PROPID propID = propIDs[i];
115 switch (propID)
    [all...]
PpmdEncoder.cpp 56 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *coderProps, UInt32 numProps)
63 PROPID propID = propIDs[i];
64 if (propID > NCoderPropID::kReduceSize)
66 if (propID == NCoderPropID::kReduceSize)
75 switch (propID)
Bcj2Coder.cpp 67 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)
74 PROPID propID = propIDs[i];
75 if (propID >= NCoderPropID::kReduceSize)
77 switch (propID)
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 166 PROPID PropID;
178 PROPID PropID;
362 void AddProp(const wchar_t *name, PROPID propID, bool isRawProp);
393 f.PropID = fii.PropID;
409 static void GetPropName(PROPID propID, const wchar_t *name, AString &nameA, UString &nameU)
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 197 milliseconds