HomeSort by relevance Sort by last modified time
    Searched refs:hostname (Results 476 - 500 of 796) sorted by null

<<11121314151617181920>>

  /system/core/fastboot/
udp.cpp 373 std::unique_ptr<Transport> Connect(const std::string& hostname, int port, std::string* error) {
374 return internal::Connect(Socket::NewClient(Socket::Protocol::kUdp, hostname, port, error),
  /external/autotest/scheduler/
scheduler_models_unittest.py 108 row_data[fields.index('hostname')] = 'spam'
109 self.assertEqual({'hostname': ('host1', 'spam')},
112 self.assertEqual({'hostname': ('host1', 'spam'), 'id': (1, 23)},
128 self.assertEqual(host_a.hostname, 'host2')
129 self._do_query('UPDATE afe_hosts SET hostname="host2-updated" '
133 self.assertEqual(host_a.hostname, 'host2-updated',
187 hostname_idx = list(scheduler_models.Host._fields).index('hostname')
190 for hostname in expected_order:
191 row[hostname_idx] = hostname
213 self.assertEqual(expected_order, [h.hostname for h in hosts]
    [all...]
  /external/dnsmasq/src/
dnsmasq.h 409 char *hostname, *fqdn; /* name from client-hostname option or config */ member in struct:dhcp_lease
410 char *old_hostname; /* hostname before it moved to another lease */
411 char auth_name; /* hostname came from config, not from client */
449 char *hostname, *domain; member in struct:dhcp_config
815 int hw_type, char *hostname);
820 char *strip_hostname(char *hostname);
882 void emit_dbus_signal(int action, struct dhcp_lease *lease, char *hostname);
890 char *hostname, time_t now);
  /external/webrtc/webrtc/base/
proxydetect.cc 205 // hostname:443
967 std::string hostname; local
983 converted = p_convertHostCFStringRefToCPPString(hostCFStr, hostname);
988 // we have something enabled, with a hostname and a port.
991 proxy->address.SetIP(hostname);
1213 std::string hostname; local
    [all...]
  /external/libevent/
http.c 199 const char *hostname);
1529 const char *hostname; local
3009 const char *hostname; local
3680 char *hostname = NULL, *portname = NULL; local
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.cpp 173 LocServerType type, const char *hostname, int port);
    [all...]
  /external/autotest/frontend/afe/
rpc_interface.py 9 * the name of the object (label name, hostname, user login, etc.)
21 modify_host(2, hostname='myhost') # modify hostname of host with database ID 2
22 modify_host('ipaj2', hostname='myhost') # modify hostname of host 'ipaj2'
264 def add_host(hostname, status=None, locked=None, lock_reason='', protection=None):
269 return models.Host.add_object(hostname=hostname, status=status,
392 @param id: id or hostname for a host.
403 @param id: id or hostname for a host
    [all...]
  /external/netperf/src/
netlib.c     [all...]
  /external/c-ares/
ares_init.c 748 printf ("Host Name: %s\n", fi->HostName);
1143 char *hostname = NULL; local
    [all...]
  /external/autotest/client/common_lib/cros/
dev_server.py 423 def resolve(cls, build, hostname=None):
427 @param hostname: The hostname of dut that requests a devserver. It's
434 if hostname:
435 host_ip = site_utils.get_ip_address(hostname)
438 'devserver without subnet constraint.', hostname)
451 '%s:%d.', hostname, host_ip, subnet_ip,
478 (hostname, host_ip))
    [all...]
  /external/curl/lib/
connect.c 319 * as a hostname or ip address.
846 const char* hostname; local
857 hostname = conn->proxy.name;
859 hostname = conn->conn_to_host.name;
861 hostname = conn->host.name;
864 hostname, conn->port, Curl_strerror(conn, error));
    [all...]
urldata.h 348 bool verifyhost; /* set TRUE if CN/SAN must match hostname */
550 struct hostname { struct
587 char *hostname; member in struct:Curl_async
897 struct hostname host;
898 struct hostname conn_to_host; /* the host to connect to. valid only if
900 struct hostname proxy;
    [all...]
  /external/autotest/cli/
host.py 158 check_results['hostname__in'] = 'hostname'
200 self.print_list(results, key='hostname')
202 keys = ['hostname', 'status',
224 stats = self.execute_rpc('get_hosts', hostname=host)
232 host = stat['hostname']
245 keys=['hostname', 'platform',
283 [real_hosts.append(stat['hostname']) for stat in stats]
306 print 'Hostname: %s' % host
386 value=self.value, hostname=host)
482 self.execute_rpc('add_host', hostname=host
    [all...]
  /external/autotest/site_utils/
lab_inventory.py 114 # labs. Each DUT hostname designates the DUT's location:
481 location = _HOSTNAME_PATTERN.match(history.host.hostname)
609 'Hostname', 'Board', 'Servo instructions')]
611 servo_name = servo_host.make_servo_hostname(h.host.hostname)
617 h.host.hostname, h.host_board, servo_message)
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc.cpp 93 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
814 static int loc_agps_set_server(AGpsType type, const char* hostname, int port)
828 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port);
loc_eng.cpp 193 LocServerType type, const char *hostname, int port);
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc.cpp 94 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
917 static int loc_agps_set_server(AGpsType type, const char* hostname, int port)
931 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port);
loc_eng.cpp 189 LocServerType type, const char *hostname, int port);
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc.cpp 93 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
815 static int loc_agps_set_server(AGpsType type, const char* hostname, int port)
829 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port);
loc_eng.cpp 193 LocServerType type, const char *hostname, int port);
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc.cpp 93 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
814 static int loc_agps_set_server(AGpsType type, const char* hostname, int port)
828 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port);
loc_eng.cpp 193 LocServerType type, const char *hostname, int port);
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc.cpp 93 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
820 static int loc_agps_set_server(AGpsType type, const char* hostname, int port)
834 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port);
loc_eng.cpp 191 LocServerType type, const char *hostname, int port);
    [all...]
  /hardware/qcom/gps/msmcobalt/loc_api/libloc_api_50001/
loc.cpp 100 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
850 static int loc_agps_set_server(AGpsType type, const char* hostname, int port)
864 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port);

Completed in 2332 milliseconds

<<11121314151617181920>>