HomeSort by relevance Sort by last modified time
    Searched refs:SetProperties (Results 1 - 25 of 34) sorted by null

1 2

  /external/lzma/CPP/7zip/UI/Common/
SetProperties.h 0 // SetProperties.h
8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
SetProperties.cpp 0 // SetProperties.cpp
13 #include "SetProperties.h"
30 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties)
34 CMyComPtr<ISetProperties> setProperties;
35 unknown->QueryInterface(IID_ISetProperties, (void **)&setProperties);
36 if (!setProperties)
71 RINOK(setProperties->SetProperties(&names.Front(), values, names.Size()));
Update.cpp 29 #include "SetProperties.h"
720 RINOK(SetProperties(outArchive, options.MethodMode.Properties));
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
Console.mak 27 $O\SetProperties.obj \
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.h 60 HRESULT SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps);
HandlerOut.cpp 111 HRESULT CSingleMethodProps::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps)
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.h 120 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps);
7zHandler.cpp 718 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps)
7zHandlerOut.cpp 795 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps)
  /system/connectivity/shill/dbus/
chromeos_service_dbus_adaptor.h 73 bool SetProperties(brillo::ErrorPtr* error,
chromeos_service_dbus_adaptor.cc 130 bool ChromeosServiceDBusAdaptor::SetProperties(
  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
OcvTransform.h 80 STDMETHODIMP SetProperties(ABI::Windows::Foundation::Collections::IPropertySet *pConfiguration);
OcvTransform.cpp 104 // SetProperties
107 HRESULT OcvImageManipulations::SetProperties(ABI::Windows::Foundation::Collections::IPropertySet *pConfiguration)
    [all...]
  /art/runtime/gc/
allocation_record.cc 40 void AllocRecordObjectMap::SetProperties() {
229 records->SetProperties();
allocation_record.h 307 void SetProperties() REQUIRES(Locks::alloc_tracker_lock_);
  /external/opencv3/modules/videoio/src/cap_winrt/
MediaSink.hpp 120 IFACEMETHODIMP SetProperties(_In_ AWFC::IPropertySet * /*configuration*/)
  /external/v8/src/debug/
liveedit.h 351 void SetProperties(Handle<String> name,
  /external/autotest/client/site_tests/network_ProxyResolver/
network_ProxyResolver.py 259 service.SetProperties({'ProxyConfig': proxy_config})
  /external/v8/src/runtime/
runtime-liveedit.cc 48 info_wrapper.SetProperties(name, shared->start_position(),
  /external/lzma/CPP/7zip/Archive/
IArchive.h 366 "rsfx" property is set with SetProperties
385 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps) PURE;
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 numProps)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sensorsapi.h 509 virtual HRESULT STDMETHODCALLTYPE SetProperties(
589 HRESULT (STDMETHODCALLTYPE *SetProperties)(
646 #define ISensor_SetProperties(This,pProperties,ppResults) (This)->lpVtbl->SetProperties(This,pProperties,ppResults)
688 return This->lpVtbl->SetProperties(This,pProperties,ppResults);
    [all...]
  /system/connectivity/shill/
property_store.h 49 bool SetProperties(const brillo::VariantDictionary& in, Error* error);
property_store_unittest.cc 814 EXPECT_TRUE(store.SetProperties(dict, &error));
  /system/update_engine/include/shill/
dbus-proxy-mocks.h 463 MOCK_METHOD3(SetProperties,

Completed in 274 milliseconds

1 2