Searched defs:SetProperties (Results 1 - 14 of 14) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DSetProperties.cpp0 // SetProperties.cpp
5 #include "SetProperties.h"
29 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties) function
70 RINOK(setProperties->SetProperties(&names.Front(), values, names.Size()));
/external/chromium_org/components/wifi/
H A Dfake_wifi_service.cc98 void FakeWiFiService::SetProperties( function in class:wifi::FakeWiFiService
H A Dwifi_service_win.cc197 virtual void SetProperties(const std::string& network_guid,
369 // Get desired connection freqency if it was set using |SetProperties|.
552 void WiFiServiceImpl::SetProperties( function in class:wifi::WiFiServiceImpl
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_service_client.cc334 void NetworkingPrivateServiceClient::SetProperties( function in class:extensions::NetworkingPrivateServiceClient
348 base::Bind(&WiFiService::SetProperties,
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_service_client.cc120 void FakeShillServiceClient::SetProperties( function in class:chromeos::FakeShillServiceClient
/external/chromium_org/chromeos/network/
H A Dnetwork_configuration_handler.cc217 void NetworkConfigurationHandler::SetProperties( function in class:chromeos::NetworkConfigurationHandler
227 NET_LOG_USER("SetProperties", service_path);
230 DBusThreadManager::Get()->GetShillServiceClient()->SetProperties(
385 "Config.SetProperties Failed",
H A Dmanaged_network_configuration_handler_impl.cc237 // SetProperties
239 void ManagedNetworkConfigurationHandlerImpl::SetProperties( function in class:chromeos::ManagedNetworkConfigurationHandlerImpl
270 VLOG(2) << "SetProperties: Found GUID " << guid << " and profile "
308 network_configuration_handler_->SetProperties(
/external/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp447 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties) function in class:NArchive::N7z::CHandler
H A D7zHandlerOut.cpp452 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties) function in class:NArchive::N7z::CHandler
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dvector-fst.h179 using FstImpl<A>::SetProperties;
194 SetProperties(kNullProperties | kStaticProperties);
208 SetProperties(Properties() & kSetStartProperties);
210 SetProperties(Properties() | kInitialAcyclic);
216 SetProperties(Properties() & ~kWeighted);
219 SetProperties(Properties() | kWeighted);
220 SetProperties(Properties() & ~kUnweighted);
222 SetProperties(Properties() &
228 SetProperties(Properties() & kAddStateProperties);
235 SetProperties(Propertie
586 virtual void SetProperties(uint64 props, uint64 mask) { function in class:fst::VectorFst
[all...]
H A Dfst.h91 void SetProperties(uint64 properties) { properties_ = properties; } function in class:fst::FstHeader
424 void SetProperties(uint64 props) { properties_ = props; } function in class:fst::FstImpl
426 void SetProperties(uint64 props, uint64 mask) { function in class:fst::FstImpl
506 hdr->SetProperties(properties_);
/external/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp90 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, Int32 numProps);
681 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32 numProps) function in class:NArchive::NXz::CHandler
/external/chromium_org/cc/trees/
H A Docclusion_tracker_unittest.cc192 SetProperties(layer_ptr, transform, position, bounds);
208 SetProperties(layer_ptr, transform, position, bounds);
232 SetProperties(layer_ptr, transform, position, bounds);
256 SetProperties(layer_ptr, transform, position, bounds);
267 SetProperties(layer_ptr, identity_matrix, gfx::PointF(), bounds);
399 void SetProperties(Layer* layer, function in class:cc::__anon2779::OcclusionTrackerTest
406 void SetProperties(LayerImpl* layer, function in class:cc::__anon2779::OcclusionTrackerTest
/external/chromium_org/v8/src/
H A Dliveedit.cc678 void SharedInfoWrapper::SetProperties(Handle<String> name, function in class:v8::internal::Differencer::SharedInfoWrapper
919 info_wrapper.SetProperties(name_handle, info->start_position(),

Completed in 419 milliseconds