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

<<11121314151617181920>>

  /external/avahi/avahi-discover-standalone/
main.c 213 static void update_label(struct Service *s, const gchar *hostname, const AvahiAddress *a, guint16 port, AvahiStringList *txt) {
217 if (a && hostname) {
220 snprintf(address, sizeof(address), "%s/%s:%u", hostname, na, port);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
__init__.py 773 def applies_to(self, hostname):
774 return not self.bypass_host(hostname)
776 def bypass_host(self, hostname):
783 if hostname.endswith(domain):
    [all...]
  /external/conscrypt/src/compat/java/org/conscrypt/
Platform.java 191 // Use duck-typing to try and call the hostname-aware method if available.
355 * Returns true if the supplied hostname is an literal IP address.
357 public static boolean isLiteralIpAddress(String hostname) {
360 return (Boolean) m_isNumeric.invoke(null, hostname);
364 return AddressUtils.isLiteralIpAddress(hostname);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc.cpp 92 static int loc_agps_set_server(AGpsType type, const char *hostname, int port);
738 static int loc_agps_set_server(AGpsType type, const char* hostname, int port)
752 int ret_val = loc_eng_set_server_proxy(loc_afw_data, serverType, hostname, port);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupOutgoingFragment.java 253 final String hostname = sendAuth.mAddress; local
254 if (hostname != null) {
255 mServerView.setText(hostname);
  /external/autotest/client/cros/
chrooted_avahi.py 106 def hostname(self): member in class:ChrootedAvahi
107 """@return string hostname claimed by avahi on |self.dns_domain|."""
153 # Wait for Avahi to come up, claim its DBus name, settle on a hostname.
  /external/autotest/client/site_tests/network_WiMaxSmoke/
network_WiMaxSmoke.py 117 urlparse.urlparse(self._fetch_url_pattern).hostname,
  /external/autotest/frontend/afe/
models_test.py 65 host2 = models.Host.add_object(hostname='othost')
191 if host.hostname in to_delete:
194 '%s.invalid expected to be True' % host.hostname)
198 '%s.invalid expected to be False' % host.hostname)
331 'hostname': '100.107.2.163',
435 'shard': {'hostname': '1', 'id': 1},
500 'shard': {'hostname': '1', 'id': 1},
568 'shard': {'hostname': '1', 'id': 1},
  /external/autotest/scheduler/
status_server.py 58 % (drone.hostname, drone.active_processes, drone.max_processes,
  /external/autotest/server/cros/dynamic_suite/
tools.py 122 hostnames = [host.hostname for host in host_list]
  /external/autotest/server/cros/
host_lock_manager.py 78 @param host: a string, hostname.
84 host_info = self._afe.get_hosts(hostname=mod_host)
  /external/autotest/server/hosts/
rpc_server_tracker.py 140 self._host.hostname, remote_pid)
  /external/autotest/server/site_tests/network_WiFi_RateControl/
network_WiFi_RateControl.py 120 if utils.host_could_be_in_afe(self.context.client.host.hostname):
  /external/autotest/site_utils/
label_cleaner.py 143 'get_servers', hostname=socket.getfqdn())
metadata_reporter.py 75 server_manager_utils.confirm_server_has_role(hostname='localhost',
  /external/autotest/site_utils/rpm_control_system/
rpm_dispatcher.py 40 @var _address: IP address or Hostname of this dispatcher server.
44 @var _worker_dict: Dictionary mapping RPM hostname's to RPMController
140 for this RPM Hostname or calls _create_rpm_controller it if it does not
143 @param rpm_hostname: hostname of the RPM whose RPMController we want.
161 @param rpm_hostname: Hostname of the RPM we need to communicate with.
167 # POE switch hostname looks like 'chromeos2-poe-switch1'.
180 hostname=rpm_hostname,
  /external/autotest/tko/parsers/
version_0.py 49 machine = keyval.get("hostname", "")
52 # determine what hostname to use
60 machine = job.find_hostname(job_dir) # find a unique hostname
69 def determine_machine_group(cls, hostname, job_dir):
71 for individual_hostname in hostname.split(","):
101 hostname = os.path.join(path, "sysinfo", "hostname")
103 machine = open(hostname).readline().rstrip()
106 tko_utils.dprint("Could not read a hostname from "
107 "sysinfo/hostname")
    [all...]
  /external/avahi/avahi-daemon/
simple-protocol.c 186 const char *hostname,
200 client_output_printf(c, "+ %i %u %s %s\n", iface, protocol, hostname, t);
212 const char *hostname,
223 client_output_printf(c, "+ %i %u %s\n", iface, protocol, hostname);
285 "+ RESOLVE-HOSTNAME <hostname>\n"
286 "+ RESOLVE-HOSTNAME-IPV6 <hostname>\n"
287 "+ RESOLVE-HOSTNAME-IPV4 <hostname>\n
    [all...]
  /external/conscrypt/src/stub/java/com/android/org/conscrypt/
OpenSSLSocketImpl.java 164 public void setHostname(String hostname) {
  /external/conscrypt/src/stub/java/org/apache/harmony/xnet/xnet/provider/jsse/
OpenSSLSocketImpl.java 164 public void setHostname(String hostname) {
  /external/dhcpcd-6.8.2/
if-options.h 177 char hostname[HOSTNAME_MAX_LEN + 1]; /* We don't store the length */ member in struct:if_options
  /external/fio/
gfio.h 13 GtkWidget *hostname; member in struct:probe_widget
server.h 123 uint8_t hostname[64]; member in struct:cmd_probe_reply_pdu
  /external/libevent/include/event2/
dns.h 69 * evdns_resolve("www.hostname.com", 0, callback, NULL);
327 @param name a DNS hostname
340 @param name a DNS hostname
589 int evdns_server_request_add_ptr_reply(struct evdns_server_request *req, struct in_addr *in, const char *inaddr_name, const char *hostname, int ttl);
  /external/webrtc/webrtc/base/
sslsocketfactory.cc 42 if (remote_.IsAnyIP() && remote_.hostname().empty()) {

Completed in 688 milliseconds

<<11121314151617181920>>