Home
last modified time | relevance | path

Searched defs:SetProperties (Results 1 – 10 of 10) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DSetProperties.cpp30 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties) in SetProperties() function
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp111 HRESULT CSingleMethodProps::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 … in SetProperties() function in NArchive::CSingleMethodProps
/external/openfst/src/include/fst/
Dfst.h126 void SetProperties(uint64 properties) { properties_ = properties; } in SetProperties() function
629 void SetProperties(uint64 props) { in SetProperties() function
634 void SetProperties(uint64 props, uint64 mask) { in SetProperties() function
640 void SetProperties(uint64 props, uint64 mask) const { in SetProperties() function
Dmutable-fst.h269 virtual void SetProperties(uint64 props, uint64 mask) { in SetProperties() function
/external/v8/build/android/
Dprovision_devices.py262 def SetProperties(device, options): function
/external/chromium-trace/catapult/devil/devil/android/tools/
Dprovision_devices.py289 def SetProperties(device, enable_java_debug, disable_location, function
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp795 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numPr… in SetProperties() function in NArchive::N7z::CHandler
D7zHandler.cpp718 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numPr… in SetProperties() function in NArchive::N7z::CHandler
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp937 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numPr… in SetProperties() function in NArchive::NXz::CHandler
/external/v8/src/debug/
Dliveedit.cc670 void SharedInfoWrapper::SetProperties(Handle<String> name, in SetProperties() function in v8::internal::SharedInfoWrapper