Home
last modified time | relevance | path

Searched refs:SetProperties (Results 1 – 23 of 23) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DSetProperties.cpp30 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties) in SetProperties() function
71 RINOK(setProperties->SetProperties(&names.Front(), values, names.Size())); in SetProperties()
DSetProperties.h8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
DUpdate.cpp720 RINOK(SetProperties(outArchive, options.MethodMode.Properties)); in Compress()
DOpenArchive.cpp1088 RINOK(SetProperties(archive, *op.props)); in PrepareToOpen()
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.h60 HRESULT SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps);
DHandlerOut.cpp111 HRESULT CSingleMethodProps::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 … in SetProperties() function in NArchive::CSingleMethodProps
/external/lzma/CPP/7zip/UI/Console/
DConsole.mak27 $O\SetProperties.obj \
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.h120 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps);
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/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
DOcvTransform.h80 STDMETHODIMP SetProperties(ABI::Windows::Foundation::Collections::IPropertySet *pConfiguration);
DOcvTransform.cpp107 HRESULT OcvImageManipulations::SetProperties(ABI::Windows::Foundation::Collections::IPropertySet *p… in SetProperties() function in OcvImageManipulations
/external/opencv3/modules/videoio/src/cap_winrt/
DMediaSink.hpp120 IFACEMETHODIMP SetProperties(_In_ AWFC::IPropertySet * /*configuration*/) in SetProperties() function in Media::WrlSealed
/external/v8/src/debug/
Dliveedit.h351 void SetProperties(Handle<String> name,
Dliveedit.cc671 void SharedInfoWrapper::SetProperties(Handle<String> name, in SetProperties() function in v8::internal::SharedInfoWrapper
/external/autotest/client/site_tests/network_ProxyResolver/
Dnetwork_ProxyResolver.py259 service.SetProperties({'ProxyConfig': proxy_config})
/external/v8/src/runtime/
Druntime-liveedit.cc48 info_wrapper.SetProperties(name, shared->start_position(), in RUNTIME_FUNCTION()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp174 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps);
937 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numPr… in SetProperties() function in NArchive::NXz::CHandler
DIArchive.h385 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps) PURE;
/external/lzma/CPP/7zip/Bundles/Alone7z/
DAlone.dsp1145 SOURCE=..\..\UI\Common\SetProperties.cpp
1149 SOURCE=..\..\UI\Common\SetProperties.h
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h1495 virtual HRESULT WINAPI SetProperties(DWORD cbProperties,const BYTE *pbProperties) = 0;
1520 … HRESULT (WINAPI *SetProperties)(IMediaSample2 *This,DWORD cbProperties,const BYTE *pbProperties);
1547 #define IMediaSample2_SetProperties(This,cbProperties,pbProperties) (This)->lpVtbl->SetProperties(T…
1571 …virtual HRESULT WINAPI SetProperties(ALLOCATOR_PROPERTIES *pRequest,ALLOCATOR_PROPERTIES *pActual)…
1584 …HRESULT (WINAPI *SetProperties)(IMemAllocator *This,ALLOCATOR_PROPERTIES *pRequest,ALLOCATOR_PROPE…
1599 #define IMemAllocator_SetProperties(This,pRequest,pActual) (This)->lpVtbl->SetProperties(This,pRequ…
1640 …HRESULT (WINAPI *SetProperties)(IMemAllocatorCallbackTemp *This,ALLOCATOR_PROPERTIES *pRequest,ALL…
1657 …atorCallbackTemp_SetProperties(This,pRequest,pActual) (This)->lpVtbl->SetProperties(This,pRequest,…
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp2480 STDMETHODIMP SetProperties(ABI::Windows::Foundation::Collections::IPropertySet *pConfiguration) in SetProperties() function in MediaSink
Dcap_msmf.cpp1370 …hr = ((ABI::Windows::Media::IMediaExtension*)ig_pMediaSink)->SetProperties(DEREF_AS_NATIVE_WRL_OBJ… in startGrabbing()