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

<<11121314151617181920>>

  /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);
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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
socket.py 15 gethostname() -- return the current hostname
16 gethostbyname() -- map a hostname to its IP number
17 gethostbyaddr() -- map an IP number or hostname to DNS info
129 First the hostname returned by gethostbyaddr() is checked, then
130 possibly existing aliases. In case no FQDN is available, hostname
137 hostname, aliases, ipaddrs = gethostbyaddr(name)
141 aliases.insert(0, hostname)
146 name = hostname
  /prebuilts/gdb/linux-x86/lib/python2.7/
socket.py 15 gethostname() -- return the current hostname
16 gethostbyname() -- map a hostname to its IP number
17 gethostbyaddr() -- map an IP number or hostname to DNS info
129 First the hostname returned by gethostbyaddr() is checked, then
130 possibly existing aliases. In case no FQDN is available, hostname
137 hostname, aliases, ipaddrs = gethostbyaddr(name)
141 aliases.insert(0, hostname)
146 name = hostname
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
socket.py 15 gethostname() -- return the current hostname
16 gethostbyname() -- map a hostname to its IP number
17 gethostbyaddr() -- map an IP number or hostname to DNS info
129 First the hostname returned by gethostbyaddr() is checked, then
130 possibly existing aliases. In case no FQDN is available, hostname
137 hostname, aliases, ipaddrs = gethostbyaddr(name)
141 aliases.insert(0, hostname)
146 name = hostname
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
socket.py 15 gethostname() -- return the current hostname
16 gethostbyname() -- map a hostname to its IP number
17 gethostbyaddr() -- map an IP number or hostname to DNS info
129 First the hostname returned by gethostbyaddr() is checked, then
130 possibly existing aliases. In case no FQDN is available, hostname
137 hostname, aliases, ipaddrs = gethostbyaddr(name)
141 aliases.insert(0, hostname)
146 name = hostname
  /external/robolectric/v3/
shadows-httpclient-3.1-SNAPSHOT.jar 
  /external/autotest/server/
autotest_unittest.py 22 self.host.hostname = "hostname"
157 repo_urls=['repo'], hostname='hostname', do_locking=False,
  /external/boringssl/src/crypto/bio/
connect.c 178 /* If there's a hostname and a port, assume that both are
179 * exactly what they say. If there is only a hostname, try
180 * (just once) to split it into a hostname and port. */
512 BIO *BIO_new_connect(const char *hostname) {
519 if (!BIO_set_conn_hostname(ret, hostname)) {
  /external/conscrypt/src/test/java/org/conscrypt/
OpenSSLSocketImplTest.java 126 String hostname = "example.com"; field in class:OpenSSLSocketImplTest.ClientHooks
146 socket.setHostname(hostname);
170 null, -1, // hostname, port
  /external/netperf/src/
netlib.h 534 extern struct addrinfo *resolve_host(char hostname[],
537 extern void establish_control(char hostname[],
  /external/toybox/
Android.mk 71 toys/lsb/hostname.c \
277 hostname \
  /system/core/fastboot/
socket_test.cpp 37 const std::string hostname = "localhost") {
44 *client = Socket::NewClient(protocol, hostname, (*server)->GetLocalPort(), nullptr);
  /external/libevent/
evdns.c 369 char hostname[1]; member in struct:hosts_entry
3111 char hostname[HOST_NAME_MAX + 1], *domainname; local
4041 char *hostname, *hash; local
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 1096 String hostname = host.getHostName(); local
    [all...]

Completed in 802 milliseconds

<<11121314151617181920>>