HomeSort by relevance Sort by last modified time
    Searched defs:SetProperties (Results 1 - 16 of 16) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
SetProperties.cpp 0 // SetProperties.cpp
5 #include "SetProperties.h"
29 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties)
33 CMyComPtr<ISetProperties> setProperties;
34 unknown->QueryInterface(IID_ISetProperties, (void **)&setProperties);
35 if (!setProperties)
70 RINOK(setProperties->SetProperties(&names.Front(), values, names.Size()));
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_service_client.cc 283 void NetworkingPrivateServiceClient::SetProperties(
297 base::Bind(&WiFiService::SetProperties,
  /external/chromium_org/chromeos/dbus/
fake_shill_service_client.cc 110 void FakeShillServiceClient::SetProperties(
  /external/chromium_org/chromeos/network/
network_configuration_handler.cc 228 void NetworkConfigurationHandler::SetProperties(
238 NET_LOG_USER("SetProperties", service_path);
241 DBusThreadManager::Get()->GetShillServiceClient()->SetProperties(
394 "Config.SetProperties Failed",
managed_network_configuration_handler_impl.cc 222 void ManagedNetworkConfigurationHandlerImpl::SetProperties(
253 VLOG(2) << "SetProperties: Found GUID " << guid << " and profile "
291 network_configuration_handler_->SetProperties(
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 447 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties)
7zHandlerOut.cpp 452 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties)
  /external/openfst/src/include/fst/
mutable-fst.h 55 virtual void SetProperties(uint64 props,
269 virtual void SetProperties(uint64 props, uint64 mask) {
275 GetImpl()->SetProperties(props, mask);
370 GetImpl()->SetProperties(kError, kError);
fst.h 126 void SetProperties(uint64 properties) { properties_ = properties; }
629 void SetProperties(uint64 props) {
634 void SetProperties(uint64 props, uint64 mask) {
640 void SetProperties(uint64 props, uint64 mask) const {
642 FSTERROR() << "FstImpl::SetProperties() const: can only set kError";
693 hdr->SetProperties(properties_);
721 hdr->SetProperties(properties);
860 impl_->SetProperties(testprops, knownprops);
917 GetImpl()->SetProperties(kError, kError);
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 90 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, Int32 numProps);
681 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32 numProps)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 91 void SetProperties(uint64 properties) { properties_ = properties; }
424 void SetProperties(uint64 props) { properties_ = props; }
426 void SetProperties(uint64 props, uint64 mask) {
506 hdr->SetProperties(properties_);
vector-fst.h 179 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(Properties() | kNotAcceptor)
    [all...]
  /external/chromium_org/cc/trees/
occlusion_tracker_unittest.cc 208 SetProperties(layer_ptr, transform, position, bounds);
224 SetProperties(layer_ptr, transform, position, bounds);
248 SetProperties(layer_ptr, transform, position, bounds);
272 SetProperties(layer_ptr, transform, position, bounds);
283 SetProperties(layer_ptr, identity_matrix, gfx::PointF(), bounds);
425 void SetProperties(Layer* layer,
432 void SetProperties(LayerImpl* layer,
    [all...]
  /external/chromium_org/components/wifi/
wifi_service_win.cc 191 virtual void SetProperties(const std::string& network_guid,
341 // Get desired connection freqency if it was set using |SetProperties|.
494 void WiFiServiceImpl::SetProperties(
    [all...]
  /external/chromium_org/v8/src/
liveedit.cc 799 void SetProperties(Handle<String> name, int start_position, int end_position,
1014 info_wrapper.SetProperties(name_handle, info->start_position(),
    [all...]
  /external/v8/src/
liveedit.cc 762 void SetProperties(Handle<String> name, int start_position, int end_position,
917 info_wrapper.SetProperties(name_handle, info->start_position(),
    [all...]

Completed in 490 milliseconds