HomeSort by relevance Sort by last modified time
    Searched refs:hostname (Results 51 - 75 of 1117) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/toybox/tests/
hostname.test 10 # Get system hostname
11 hostnameExe=`which hostname`
14 # New hostname
17 testing "get" "hostname" "$hostnameOut\n" "" ""
18 testing "set, Get and then Reset" "hostname $NewHostname; hostname; hostname $hostnameOut; hostname" "$NewHostname\n$hostnameOut\n" "" ""
  /frameworks/base/core/java/com/android/server/net/
BaseNetdEventCallback.java 29 public void onDnsEvent(String hostname, String[] ipAddresses,
36 String hostname, boolean validated) {
  /libcore/ojluni/src/main/java/com/sun/net/ssl/internal/ssl/
X509ExtendedTrustManager.java 76 * to use. If the algorithm and the peer hostname are available, the
77 * peer hostname is checked against the peer's identity presented in
82 * @param hostname the peer hostname
91 String authType, String hostname, String algorithm)
105 * to use. If the algorithm and the peer hostname are available, the
106 * peer hostname is checked against the peer's identity presented in
111 * @param hostname the peer hostname
120 String authType, String hostname, String algorithm
    [all...]
  /external/autotest/server/hosts/
factory.py 63 @return: A dictionary containing arguments for host specifically hostname,
67 hostname, afe_host = server_utils.get_host_info_from_machine(machine)
84 hostname, user, password, port = server_utils.parse_machine(hostname, user,
88 'hostname': hostname,
101 def _detect_host(connectivity_class, hostname, **args):
111 @param hostname: A string representing the host name of the device.
120 with closing(connectivity_class(hostname, **args)) as host:
130 def _choose_connectivity_class(hostname, ssh_port)
    [all...]
repair.py 30 socket.gethostbyname(host.hostname)
35 if utils.ping(host.hostname, tries=1, deadline=1) != 0:
37 raise hosts.AutoservVerifyError(msg % host.hostname)
91 '%s has no RPM connection.' % host.hostname)
96 host.hostname)
  /external/autotest/site_utils/
server_manager.py 8 create(hostname, role=None, note=None)
11 delete(hostname)
14 modify(hostname, role=None, status=None, note=None, delete=False,
55 'Server %s already has role %s.' % (server.hostname, role))
58 if not server_manager_utils.check_server(server.hostname, role):
60 'Server %s is not ready for role %s.' % (server.hostname, role))
69 (role, servers[0].hostname, role))
77 print 'Role %s is added to server %s.' % (role, server.hostname)
93 'Server %s does not have role %s.' % (server.hostname, role))
103 print 'Deleting role %s from server %s...' % (role, server.hostname)
    [all...]
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
tirpc_rpc_call_dataint.c 42 //Program parameters : argc[1] : HostName or Host IP
63 char *hostname; local
68 hostname = argc[1];
73 rslt = rpc_call(hostname, progNum, VERSNUM, INTPROCNUM, (xdrproc_t) xdr_int, (char *)&intSnd, // xdr_in
84 rslt = rpc_call(hostname, progNum, VERSNUM, INTPROCNUM, (xdrproc_t) xdr_int, (char *)&intSnd, // xdr_in
95 rslt = rpc_call(hostname, progNum, VERSNUM, DBLPROCNUM, (xdrproc_t) xdr_double, (char *)&dblSnd, // xdr_in
106 rslt = rpc_call(hostname, progNum, VERSNUM, LNGPROCNUM, (xdrproc_t) xdr_long, (char *)&lngSnd, // xdr_in
119 rslt = rpc_call(hostname, progNum, VERSNUM, STRPROCNUM, (xdrproc_t) xdr_wrapstring, (char *)&strSnd, // xdr_in
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
CertificatePinner.java 55 * String hostname = "publicobject.com";
57 * .add(hostname, "sha1/AAAAAAAAAAAAAAAAAAAAAAAAAAA=")
63 * .url("https://" + hostname)
95 * Pinning is per-hostname and/or per-wildcard pattern. To pin both
113 * If hostname pinned directly and via wildcard pattern, both
142 * Confirms that at least one of the certificates pinned for {@code hostname}
144 * pinned for {@code hostname}. OkHttp calls this after a successful TLS
148 * the certificates pinned for {@code hostname}.
150 public void check(String hostname, List<Certificate> peerCertificates)
153 Set<ByteString> pins = findMatchingPins(hostname);
    [all...]
  /external/autotest/site_utils/rpm_control_system/
dli.py 34 def __init__(self,userid='admin',password='4321',hostname='192.168.0.100'):
37 self.hostname=hostname
48 curl.setopt(curl.URL, 'http://%s:%s@%s/%s' % (self.userid,self.password,self.hostname,url))
64 each item will contain 3 itmes plugnumber, hostname and state """
77 hostname=columns[1].string
79 outlets.append([int(plugnumber),hostname,state])
84 print "Unable to communicte to the Web power switch at %s" % self.hostname
86 print 'Outlet\t%-15.15s\tState' % 'Hostname'
100 parser.add_option('--hostname',dest='hostname',default="192.168.0.100"
    [all...]
  /external/autotest/scheduler/
drones.py 40 self.hostname = None
94 logging.info("Running drone_utility on %s", self.hostname)
108 subject = 'Warning from drone %s' % self.hostname
188 'packaging.', self.hostname)
216 self.hostname = 'localhost'
222 if drone.hostname == self.hostname:
226 self.queue_call('send_file_to', drone.hostname, source_path,
231 def __init__(self, hostname, timestamp_remote_calls=True):
234 self.hostname = hostnam
    [all...]
  /external/autotest/server/site_tests/android_EasySetup/
android_EasySetup.py 35 hostname = testbed.hostname
36 if dnsname_mangler.is_ip_address(hostname):
37 testbed_name = hostname
39 testbed_name = hostname.split('.')[0]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_addr.c 67 char *hostname, *socketname, *cp; local
79 if ((hostname = strchr(buf, '#')) != NULL)
82 hostname = strchr(buf, '.');
84 ((hostname && cp < hostname) || (hostname == 0))) {
85 hostname = cp;
90 if (hostname)
91 *hostname++ = 0;
95 if (hostname == 0)
    [all...]
  /external/autotest/server/cros/dynamic_suite/
fakes.py 50 def __init__(self, hostname='', status='Ready', locked=False, locked_by=''):
51 self.hostname = hostname
59 self.hostname, self.status,
79 hostname=None, subdir='fake_Test.tag.subdir_tag',
80 job_tag='id-owner/hostname'):
84 self.hostname = hostname if hostname else 'hostless'
92 if hostname
    [all...]
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create/
rpc_authunix_create.c 51 //Program parameters : argc[1] : HostName or Host IP
57 char hostname[256]; local
75 rslt = gethostname(hostname, 256);
81 authUnx = authunix_create(hostname, uid, gid, num_groups, aup_gids);
  /external/syslinux/core/lwip/src/include/lwip/
dns.h 83 /** static hostname */
97 /** Callback which is invoked when a hostname is found.
100 * @param ipaddr pointer to an ip_addr_t containing the IP address of the hostname,
110 err_t dns_gethostbyname(const char *hostname, ip_addr_t *addr,
114 int dns_local_removehost(const char *hostname, const ip_addr_t *addr);
115 err_t dns_local_addhost(const char *hostname, const ip_addr_t *addr);
  /external/autotest/cli/
atest_migrate_host 11 hostname = sys.argv[3] variable
12 print 'Migrating %s ...' % hostname
14 old_host = old.get_hosts(hostname=hostname)[0]
17 print "Usage: atest_migrate_host <old_server> <new_server> <hostname>"
24 new_host = new.create_host(hostname=hostname, locked=True)
  /external/autotest/server/
profilers.py 32 # maps hostname to (host object, autotest.Autotest object, Autotest
68 if host.hostname not in self.job.machines:
75 in_use_hosts[host.hostname] = host
82 profiler_hosts.add(host.hostname)
86 host.hostname, profiler_dir)
87 del self.installed_hosts[host.hostname]
92 for hostname in set(in_use_hosts) - profiler_hosts:
93 host = in_use_hosts[hostname]
97 self.installed_hosts[host.hostname] = (host, at, tmp_dir)
100 for hostname in profiler_hosts - set(in_use_hosts)
    [all...]
  /external/autotest/server/tests/netperf2/
netperf2.py 49 [server_control_file, server.hostname],
52 [client_control_file, client.hostname],
58 utils.write_keyval('../' + server.hostname,
59 {"hostname": server.hostname})
60 utils.write_keyval('../' + client.hostname,
61 {"hostname": client.hostname})
  /external/autotest/server/tests/netpipe/
netpipe.py 50 [server_control_file, server.hostname],
53 [client_control_file, client.hostname],
59 utils.write_keyval('../' + server.hostname,
60 {"hostname": server.hostname})
61 utils.write_keyval('../' + client.hostname,
62 {"hostname": client.hostname})
  /external/conscrypt/android/src/main/java/org/conscrypt/
BaseOpenSSLSocketAdapterFactory.java 49 public Socket createSocket(String hostname, int port)
51 return wrap((OpenSSLSocketImpl) delegate.createSocket(hostname, port));
55 public Socket createSocket(String hostname, int port, InetAddress localHost, int localPort)
58 (OpenSSLSocketImpl) delegate.createSocket(hostname, port, localHost, localPort));
76 public Socket createSocket(Socket s, String hostname, int port, boolean autoClose)
78 return wrap((OpenSSLSocketImpl) delegate.createSocket(s, hostname, port, autoClose));
  /external/conscrypt/common/src/main/java/org/conscrypt/
Java8EngineSocket.java 23 Java8EngineSocket(String hostname, int port, SSLParametersImpl sslParameters)
25 super(hostname, port, sslParameters);
33 Java8EngineSocket(String hostname, int port, InetAddress clientAddress, int clientPort,
35 super(hostname, port, clientAddress, clientPort, sslParameters);
43 Java8EngineSocket(Socket socket, String hostname, int port, boolean autoClose,
45 super(socket, hostname, port, autoClose, sslParameters);
Java8FileDescriptorSocket.java 23 Java8FileDescriptorSocket(String hostname, int port, SSLParametersImpl sslParameters)
25 super(hostname, port, sslParameters);
33 Java8FileDescriptorSocket(String hostname, int port, InetAddress clientAddress, int clientPort,
35 super(hostname, port, clientAddress, clientPort, sslParameters);
43 Java8FileDescriptorSocket(Socket socket, String hostname, int port, boolean autoClose,
45 super(socket, hostname, port, autoClose, sslParameters);
  /prebuilts/go/darwin-x86/src/os/
sys_bsd.go 14 func hostname() (name string, err error) { func
15 name, err = syscall.Sysctl("kern.hostname")
17 return "", NewSyscallError("sysctl kern.hostname", err)
  /prebuilts/go/linux-x86/src/os/
sys_bsd.go 14 func hostname() (name string, err error) { func
15 name, err = syscall.Sysctl("kern.hostname")
17 return "", NewSyscallError("sysctl kern.hostname", err)
  /development/tools/axl/
udpEater.py 33 hostname = socket.gethostname()
34 ip = socket.gethostbyname(hostname)

Completed in 704 milliseconds

1 23 4 5 6 7 8 91011>>