/external/lzma/CPP/7zip/UI/Common/ |
D | SetProperties.cpp | 30 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties) in SetProperties() function 71 RINOK(setProperties->SetProperties(&names.Front(), values, names.Size())); in SetProperties()
|
D | SetProperties.h | 8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
|
D | Update.cpp | 720 RINOK(SetProperties(outArchive, options.MethodMode.Properties)); in Compress()
|
D | OpenArchive.cpp | 1088 RINOK(SetProperties(archive, *op.props)); in PrepareToOpen()
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.h | 60 HRESULT SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps);
|
D | HandlerOut.cpp | 111 HRESULT CSingleMethodProps::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 … in SetProperties() function in NArchive::CSingleMethodProps
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Console.mak | 27 $O\SetProperties.obj \
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.h | 120 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps);
|
D | 7zHandlerOut.cpp | 795 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numPr… in SetProperties() function in NArchive::N7z::CHandler
|
D | 7zHandler.cpp | 718 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/ |
D | OcvTransform.h | 80 STDMETHODIMP SetProperties(ABI::Windows::Foundation::Collections::IPropertySet *pConfiguration);
|
D | OcvTransform.cpp | 107 HRESULT OcvImageManipulations::SetProperties(ABI::Windows::Foundation::Collections::IPropertySet *p… in SetProperties() function in OcvImageManipulations
|
/external/opencv3/modules/videoio/src/cap_winrt/ |
D | MediaSink.hpp | 120 IFACEMETHODIMP SetProperties(_In_ AWFC::IPropertySet * /*configuration*/) in SetProperties() function in Media::WrlSealed
|
/external/v8/src/debug/ |
D | liveedit.h | 351 void SetProperties(Handle<String> name,
|
D | liveedit.cc | 671 void SharedInfoWrapper::SetProperties(Handle<String> name, in SetProperties() function in v8::internal::SharedInfoWrapper
|
/external/autotest/client/site_tests/network_ProxyResolver/ |
D | network_ProxyResolver.py | 259 service.SetProperties({'ProxyConfig': proxy_config})
|
/external/v8/src/runtime/ |
D | runtime-liveedit.cc | 48 info_wrapper.SetProperties(name, shared->start_position(), in RUNTIME_FUNCTION()
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 174 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
|
D | IArchive.h | 385 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps) PURE;
|
/external/lzma/CPP/7zip/Bundles/Alone7z/ |
D | Alone.dsp | 1145 SOURCE=..\..\UI\Common\SetProperties.cpp 1149 SOURCE=..\..\UI\Common\SetProperties.h
|
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 1495 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/ |
D | cap_msmf.hpp | 2480 STDMETHODIMP SetProperties(ABI::Windows::Foundation::Collections::IPropertySet *pConfiguration) in SetProperties() function in MediaSink
|
D | cap_msmf.cpp | 1370 …hr = ((ABI::Windows::Media::IMediaExtension*)ig_pMediaSink)->SetProperties(DEREF_AS_NATIVE_WRL_OBJ… in startGrabbing()
|