HomeSort by relevance Sort by last modified time
    Searched refs:get_hostname (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
literal_test_util.cc 29 auto get_hostname = [] { local
38 absl::StrFormat("tempfile-%s-%x-%s", get_hostname(), now_usec, name));
  /external/toybox/toys/pending/
route.c 78 static int get_hostname(char *ipstr, struct sockaddr_in *sockin) function
212 get_hostname(*netmask, (struct sockaddr_in *) &sock);
217 if (!get_hostname(argv[1], (struct sockaddr_in *) &rt->rt_gateway))
283 is_net_or_host = get_hostname(targetip, (void *)&rt.rt_dst);
  /external/autotest/site_utils/chromeos_proxy/
swarming_bots.py 93 def get_hostname(): function
123 self.bot_id = '%s-%s' % (get_hostname(), str(self.bot_id))
  /external/autotest/client/common_lib/cros/
dev_server.py 383 dev_server = get_hostname(kwargs['devserver'])
399 def get_hostname(url): function
418 return _reverse_lookup_from_config(get_hostname(url))
464 return get_hostname(self.url())
732 server_name = get_hostname(server)
762 server_name = get_hostname(server)
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 2849 static char * get_hostname(const char *url) function
    [all...]

Completed in 1292 milliseconds