HomeSort by relevance Sort by last modified time
    Searched refs:SetProperties (Results 51 - 75 of 94) sorted by null

1 23 4

  /external/chromium_org/chromeos/dbus/
shill_service_client_unittest.cc 141 TEST_F(ShillServiceClientTest, SetProperties) {
154 client_->SetProperties(dbus::ObjectPath(kExampleServicePath),
shill_service_client.cc 110 virtual void SetProperties(const dbus::ObjectPath& service_path,
  /external/openfst/src/include/fst/
randgen.h 331 using FstImpl<B>::SetProperties;
359 SetProperties(RandGenProperties(props, weighted_), kCopyProperties);
373 SetProperties(impl.Properties(), kCopyProperties);
430 SetProperties(kError, kError);
620 ofst_->SetProperties(kError, kError);
637 ofst_->SetProperties(kError, kError);
const-fst.h 50 using FstImpl<A>::SetProperties;
68 SetProperties(kNullProperties | kStaticProperties);
199 SetProperties(fst.Properties(kCopyProperties, true) | kStaticProperties);
minimize.h 491 fst->SetProperties(kError, kError);
538 fst->SetProperties(kError, kError);
546 gfst.SetProperties(kAcceptor, kAcceptor);
prune.h 110 fst->SetProperties(kError, kError);
228 ofst->SetProperties(kError, kError);
connect.h 314 fst->SetProperties(kAccessible | kCoAccessible, kAccessible | kCoAccessible);
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api.cc 141 scoped_ptr<private_api::SetProperties::Params> params =
142 private_api::SetProperties::Params::Create(*args_);
148 GetDelegate(browser_context())->SetProperties(
networking_private_chromeos.cc 197 void NetworkingPrivateChromeOS::SetProperties(
208 GetManagedConfigurationHandler()->SetProperties(
networking_private_service_client.h 128 virtual void SetProperties(const std::string& guid,
  /external/chromium_org/chromeos/network/
network_configuration_handler.cc 218 void NetworkConfigurationHandler::SetProperties(
228 NET_LOG_USER("SetProperties", service_path);
231 DBusThreadManager::Get()->GetShillServiceClient()->SetProperties(
387 "Config.SetProperties Failed",
managed_network_configuration_handler_impl.cc 226 // SetProperties
228 void ManagedNetworkConfigurationHandlerImpl::SetProperties(
259 VLOG(2) << "SetProperties: Found GUID " << guid << " and profile "
301 network_configuration_handler_->SetProperties(
network_cert_migrator.cc 273 DBusThreadManager::Get()->GetShillServiceClient()->SetProperties(
287 "MigrationTask.SetProperties failed",
  /external/chromium_org/components/wifi/
fake_wifi_service.cc 98 void FakeWiFiService::SetProperties(
wifi_test.cc 189 wifi_service_->SetProperties(network_guid, properties.Pass(), &error);
  /external/chromium_org/v8/src/
liveedit.h 361 void SetProperties(Handle<String> name,
  /external/lzma/CPP/7zip/Archive/
IArchive.h 185 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties) PURE;
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/openfst/src/include/fst/script/
rmepsilon.h 126 fst->SetProperties(kError, kError);
shortest-path.h 144 ofst->SetProperties(kError, kError);
  /external/chromium_org/content/browser/device_sensors/
data_fetcher_shared_memory_win.cc 338 (*sensor)->SetProperties(device_values.get(), return_values.Receive());
  /external/lzma/CPP/7zip/Bundles/Alone7z/
makefile 83 $O\SetProperties.obj \
  /external/lzma/CPP/7zip/UI/Common/
Extract.cpp 14 #include "SetProperties.h"
83 RINOK(SetProperties(archive, options.Properties));
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 170 NetworkHandler::Get()->network_configuration_handler()->SetProperties(
456 NetworkHandler::Get()->network_configuration_handler()->SetProperties(
819 NetworkHandler::Get()->network_configuration_handler()->SetProperties(
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 65 using FstImpl<A>::SetProperties;
98 SetProperties(ExpandProperties(props), kCopyProperties);
112 SetProperties(impl.Properties(), kCopyProperties);
    [all...]

Completed in 1003 milliseconds

1 23 4