Searched refs:servers (Results 1 - 25 of 81) sorted by relevance

1234

/external/autotest/site_utils/
H A Ddeploy_server.py19 def _filter_servers(servers):
20 """Filter a set of servers to those that should be deployed to."""
22 for s in servers:
33 """Discover the in-production servers to update.
35 Returns the set of servers from serverdb that are in production and should
36 be updated. This filters out servers in need of repair, or servers of roles
51 servers = rpc.run('get_servers')
53 return {s['hostname'] for s in _filter_servers(servers)}
66 description='Run deploy_server_local on a bunch of servers
[all...]
H A Dserver_manager_utils.py5 """This module provides utility functions to help managing servers in server
46 servers = server_models.Server.objects.filter(
50 if not servers:
59 """Find servers with given role and status.
77 def format_servers(servers):
78 """Format servers for printing.
90 @param servers: Sequence of Server instances.
93 return '\n'.join(str(server) for server in servers)
96 def format_servers_json(servers):
97 """Format servers fo
[all...]
H A Dsync_cloudsql_access.py7 """Tool to sync lab servers to the "Allowed Networks" of a CloudSQL instance.
11 read the list of lab servers from server database and update the list of
15 servers to the "Allowed Networks" list of the CloudSQL instance. This allows
16 servers that do not run Autotest code can access the CloudSQL instance.
20 should be prohibited. Instead, the servers should be added to
67 @param extra_servers: Extra servers to be included in the "Allowed Networks"
70 # Get the IP address of all servers need access to CloudSQL instance.
72 servers = [s['hostname'] for s in rpc.run('get_servers')
76 servers.extend(extra_servers.split(','))
77 # Extra servers ca
[all...]
H A Dserver_manager_actions.py5 """This module provides utility functions to help managing servers in server
11 are required to be executed and what actions to executed on which servers.
84 # Find the servers with role
85 servers = server_manager_utils.get_servers(
87 if not servers:
93 for server in servers:
H A Dserver_manager.py5 """This module provides functions to manage servers in server database
64 servers = server_models.Server.objects.filter(
66 if len(servers) >= 1:
69 (role, servers[0].hostname, role))
147 servers = server_models.Server.objects.filter(
150 if len(servers) == 1:
153 'role.' % (role.role, servers[0].hostname))
/external/google-breakpad/src/common/mac/
H A Dbootstrap_compat.h33 #include <servers/bootstrap.h>
/external/curl/lib/
H A Dhostsyn.c60 * Function provided by the resolver backend to set DNS servers to use.
63 char *servers)
66 (void)servers;
62 Curl_set_dns_servers(struct Curl_easy *data, char *servers) argument
H A Dpipeline.h42 CURLMcode Curl_pipeline_set_server_blacklist(char **servers,
H A Dpipeline.c261 CURLMcode Curl_pipeline_set_server_blacklist(char **servers, argument
268 if(servers) {
272 while(*servers) {
274 size_t len = strlen(*servers);
281 strcpy(n->server_name, *servers);
284 servers++;
/external/curl/docs/cmdline-opts/
H A Ddns-servers.d1 Long: dns-servers
7 Set the list of DNS servers to be used instead of the system default.
H A Dftp-pret.d6 Tell curl to send a PRET command before PASV (and EPSV). Certain FTP servers,
H A Dhead.d6 Fetch the headers only! HTTP-servers feature the command HEAD which this uses
H A Dignore-content-length.d6 servers running Apache 1.x, which will report incorrect Content-Length for
H A Dtftp-no-options.d8 This option improves interop with some legacy servers that do not acknowledge
H A Dntlm.d9 Microsoft and is used by IIS web servers. It is a proprietary protocol,
/external/ppp/pppd/plugins/radius/etc/
H A Dradiusclient.conf30 # item can appear more then one time. if multiple servers are
46 servers /usr/local/etc/radiusclient/servers
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
H A DRTCICEServer+JSON.m36 NSMutableArray *servers = [NSMutableArray arrayWithCapacity:uris.count];
42 [servers addObject:server];
44 return servers;
/external/dhcpcd-6.8.2/dhcpcd-hooks/
H A D50-ntp.conf38 local interfaces= header= srvs= servers= x=
54 servers="${servers}server $x$NL"
71 if [ -n "$servers" ]; then
73 printf %s "$servers" >> "$cf"
H A D20-resolv.conf16 local interfaces= header= search= srvs= servers= x=
45 servers="${servers}nameserver $x$NL"
59 printf %s "$domain$search$servers" >> "$cf"
/external/google-breakpad/src/client/mac/Framework/
H A DOnDemandServer.h31 #include <servers/bootstrap.h>
/external/webrtc/talk/app/webrtc/
H A Dpeerconnectionfactory_unittest.cc176 config.servers.push_back(ice_server);
179 config.servers.push_back(ice_server);
182 config.servers.push_back(ice_server);
212 config.servers.push_back(ice_server);
237 config.servers.push_back(ice_server);
241 config.servers.push_back(ice_server);
262 config.servers.push_back(ice_server);
281 config.servers.push_back(ice_server);
284 config.servers.push_back(ice_server);
287 config.servers
[all...]
/external/tensorflow/tensorflow/contrib/kafka/python/ops/
H A Dkafka_dataset_ops.py33 servers="localhost",
43 servers: A list of bootstrap servers.
53 servers, dtype=dtypes.string, name="servers")
/external/webrtc/webrtc/p2p/stunprober/
H A Dmain.cc44 servers,
108 std::istringstream servers(FLAG_servers);
110 while (getline(servers, server, ',')) {
/external/webrtc/talk/app/webrtc/objc/public/
H A DRTCPeerConnectionFactory.h52 peerConnectionWithICEServers:(NSArray *)servers
/external/tensorflow/tensorflow/contrib/kafka/kernels/
H A Dkafka_dataset_ops.cc41 std::string servers = ""; variable
43 ParseScalarArgument<std::string>(ctx, "servers", &servers));
53 *output = new Dataset(ctx, std::move(topics), servers, group, eof, timeout);
60 const string& servers, const string& group, const bool eof,
64 servers_(servers),
93 Node* servers = nullptr; variable
94 TF_RETURN_IF_ERROR(b->AddScalar(servers_, &servers));
102 b->AddDataset(this, {topics, servers, group, eof, timeout}, output));
266 result = conf->set("bootstrap.servers", datase
59 Dataset(OpKernelContext* ctx, std::vector<string> topics, const string& servers, const string& group, const bool eof, const int64 timeout) argument
[all...]

Completed in 2255 milliseconds

1234