HomeSort by relevance Sort by last modified time
    Searched refs:Networks (Results 1 - 12 of 12) sorted by null

  /external/autotest/site_utils/
sync_cloudsql_access.py 7 """Tool to sync lab servers to the "Allowed Networks" of a CloudSQL instance.
10 the "Allowed Networks" list of the CloudSQL instance. This tool is to be used to
12 "Allowed Networks" of a given CloudSQL instance.
15 servers to the "Allowed Networks" list of the CloudSQL instance. This allows
19 Networks" list. Therefore, manually editing that list from CloudSQL console
54 """Update the "Allowed Networks" list of the given CloudSQL instance.
60 @param extra_servers: Extra servers to be included in the "Allowed Networks"
81 utils.run('gcloud sql instances patch %s --authorized-networks %s'
106 'Networks" list separated by comma.'),
  /system/connectivity/shill/wimax/
mock_wimax_device_proxy.h 57 MOCK_METHOD1(Networks, RpcIdentifiers(Error* error));
wimax_device_proxy_interface.h 71 virtual RpcIdentifiers Networks(Error* error) = 0;
wimax.cc 236 // The networks are updated when the NetworksChanged signal is received.
260 // Updates the live networks based on the current WiMaxManager.Device
261 // networks. The RPC device will signal when the network set changes.
263 OnNetworksChanged(proxy_->Networks(&e));
275 void WiMax::OnNetworksChanged(const RpcIdentifiers& networks) {
278 networks_.insert(networks.begin(), networks.end());
wimax_unittest.cc 149 RpcIdentifiers networks; local
150 networks.push_back("bar");
151 networks.push_back("zoo");
152 networks.push_back("bar");
153 device_->OnNetworksChanged(networks);
249 RpcIdentifiers networks(1, "path");
250 EXPECT_CALL(*proxy_, Networks(_)).WillOnce(Return(networks));
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
abiflags-strip2-ph.d 22 ISA Extension: Cavium Networks Octeon
abiflags-strip3-ph.d 22 ISA Extension: Cavium Networks Octeon
abiflags-strip4-ph.d 24 ISA Extension: Cavium Networks Octeon
abiflags-strip5-ph.d 24 ISA Extension: Cavium Networks Octeon
  /system/connectivity/shill/dbus/
chromeos_wimax_device_proxy.h 61 RpcIdentifiers Networks(Error* error) override;
71 brillo::dbus_utils::Property<std::vector<dbus::ObjectPath>> networks; member in class:shill::ChromeosWiMaxDeviceProxy::PropertySet
82 void NetworksChanged(const std::vector<dbus::ObjectPath>& networks);
chromeos_wimax_device_proxy.cc 48 const char ChromeosWiMaxDeviceProxy::kPropertyNetworks[] = "Networks";
57 RegisterProperty(kPropertyNetworks, &networks);
197 RpcIdentifiers ChromeosWiMaxDeviceProxy::Networks(Error* /*error*/) {
200 KeyValueStore::ConvertPathsToRpcIdentifiers(properties_->networks.value(),
222 const vector<dbus::ObjectPath>& networks) {
224 << "(" << networks.size() << ")";
229 KeyValueStore::ConvertPathsToRpcIdentifiers(networks, &rpc_networks);
  /external/icu/icu4c/packaging/rpm/
icu.spec 16 Packager: Ian Holsman (CNET Networks) <ianh@cnet.com>

Completed in 101 milliseconds