/external/fio/ |
client.c | 165 free(client->hostname); 191 dprint(FD_NET, "client: removed <%s>\n", client->hostname); 251 const char *hostname, int type, 265 client->hostname = strdup(hostname); 273 if (fio_server_parse_host(hostname, ipv6, 290 dprint(FD_NET, "client: added <%s>\n", client->hostname); 307 dprint(FD_NET, "client <%s>: add ini %s\n", client->hostname, ini_file); 322 int fio_client_add(struct client_ops *ops, const char *hostname, void **cookie) 349 if (fio_server_parse_string(hostname, &client->hostname 918 const char *hostname = client->hostname ? client->hostname : ""; local [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_network.c | 110 u_socket_connect(const char *hostname, uint16_t port) 118 host = gethostbyname(hostname);
|
/external/webrtc/webrtc/base/ |
fakenetwork.h | 102 scoped_ptr<Network> net(new Network(it->first.hostname(), 103 it->first.hostname(), prefix,
|
/bionic/libc/dns/resolv/ |
res_data.c | 312 local_hostname_length(const char *hostname) { 317 len_host = strlen(hostname); 320 !strcasecmp(hostname + len_host - len_domain, _nres.defdname) && 321 hostname[len_host - len_domain - 1] == '.')
|
/bionic/libc/kernel/uapi/linux/ |
nfs_mount.h | 46 char hostname[NFS_MAXNAMLEN + 1]; member in struct:nfs_mount_data
|
/development/ndk/platforms/android-21/include/linux/ |
nfs_mount.h | 46 char hostname[NFS_MAXNAMLEN + 1]; member in struct:nfs_mount_data
|
/external/autotest/client/common_lib/ |
barrier_unittest.disabled | 60 hostname = barrier.get_host_from_id('my_host') 61 self.assertEqual(hostname, 'my_host') 63 hostname = barrier.get_host_from_id('my_host#') 64 self.assertEqual(hostname, 'my_host')
|
base_barrier_unittest.py | 49 hostname = base_barrier.get_host_from_id('my_host') 50 self.assertEqual(hostname, 'my_host') 52 hostname = base_barrier.get_host_from_id('my_host#') 53 self.assertEqual(hostname, 'my_host')
|
/external/autotest/client/common_lib/cros/ |
path_utils.py | 64 error_msg += ' on %s' % host.hostname
|
/external/autotest/client/common_lib/hosts/ |
base_classes_unittest.py | 28 host.hostname = 'unittest-host'
|
/external/autotest/client/cros/cellular/ |
base_station_pxt_test_noautorun.py | 34 hostname=adapter['address'],
|
/external/autotest/client/site_tests/display_ClientChameleonConnection/ |
display_ClientChameleonConnection.py | 32 chameleon_board = chameleon.create_chameleon_board(host.hostname,
|
/external/autotest/client/site_tests/p2p_ServeFiles/ |
p2p_ServeFiles.py | 65 peer_name, hostname, ips, port = peers[0] 70 return peer_name, hostname, ips, port, files 134 # DUT's p2p-http-server is running on hostname:port. 135 peer_name, hostname, ips, port, files = res 140 logging.error('hostname = %r', hostname)
|
/external/autotest/client/site_tests/peerd_AdvertiseServices/ |
peerd_AdvertiseServices.py | 55 # The queries for hostname/dns_domain are IPCs and therefor relatively 57 hostname = self._chrooted_avahi.hostname 59 if not hostname or not dns_domain: 60 raise error.TestFail('Failed to get hostname/domain from avahi.') 62 self._hostname = '%s.%s' % (hostname, dns_domain)
|
/external/autotest/contrib/ |
stage_build.py | 46 AFE.set_host_attribute('job_repo_url', repo_url, hostname=options.host)
|
/external/autotest/server/bin/ |
unit_test_server.py | 39 self.client.hostname)
|
/external/autotest/server/cros/dynamic_suite/ |
host_spec_unittest.py | 69 self.assertTrue(host.hostname in group.as_args()['hosts']) 99 group.mark_host_success(host_list[0].hostname) 104 group.mark_host_success(host_list[2].hostname) 123 group.mark_host_success(host_list[2].hostname)
|
/external/autotest/server/cros/ |
gsutil_wrapper.py | 54 log("Sent file to DUT : " + host.hostname)
|
/external/autotest/server/ |
prebuild.py | 44 hostname = None variable in class:init_test.options
|
/external/autotest/server/site_tests/platform_TrackpadStressServer/ |
platform_TrackpadStressServer.py | 41 command, self.client.hostname)
|
/external/autotest/test_suites/ |
dev_harness.py | 56 AFE.set_host_attribute(constants.JOB_REPO_URL, repo_url, hostname=m)
|
/external/autotest/tko/ |
machine_test_attribute_graph.cgi | 32 title = "%s on %s" % (benchmark, machine.hostname)
|
/external/boringssl/src/tool/ |
transport_common.cc | 74 std::string hostname, port; local 77 hostname = hostname_and_port; 80 hostname = hostname_and_port.substr(0, colon_offset); 89 int ret = getaddrinfo(hostname.c_str(), port.c_str(), &hint, &result);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
bundle_image | 25 assert(s.hostname is not None)
|
/external/jetty/src/java/org/eclipse/jetty/server/ |
Connector.java | 49 * @return the name of the connector. Defaults to the HostName:port 203 * @return The hostname representing the interface to which 210 * Set the hostname of the interface to bind to. 211 * @param hostname The hostname representing the interface to which 214 void setHost(String hostname);
|