Home
last modified time | relevance | path

Searched refs:host_name (Results 1 – 25 of 51) sorted by relevance

123

/external/autotest/server/cros/clique_lib/
Dclique_dut_locker.py34 def __init__(self, board_name=None, host_name=None): argument
43 self.host_name = host_name
50 self.host_name)
144 def _allocate_dut(self, host_name=None, board_name=None): argument
156 if host_name:
157 if self.lock_manager.lock([host_name]):
158 logging.info('Locked device %s.', host_name)
159 hostname = host_name
161 logging.error('Unable to lock device %s.', host_name)
178 def _create_dut_object(host_name): argument
[all …]
Dclique_runner.py264 ap.configurator.host_name)
271 ap.configurator.host_name)
/external/autotest/server/cros/chaos_lib/
Dchaos_datastore_utils.py34 def add_device(self, host_name, ap_label): argument
50 data=json.dumps({"hostname":host_name,
53 "router_name":host_name}))
55 logging.info("Added device %s to datastore", host_name)
61 def remove_device(self, host_name): argument
75 data=json.dumps({"hostname":host_name}))
76 result_str = "%s deleted." % host_name
78 logging.info("Removed device %s from datastore", host_name)
84 def lock_device(self, host_name, lock_reason): argument
98 data=json.dumps({"hostname":host_name,
[all …]
/external/autotest/server/cros/ap_configurators/
Dap_batch_locker.py46 self.configurator.host_name,
132 if self.manager.lock([ap_locker.configurator.host_name]):
134 logging.info('locked %s', ap_locker.configurator.host_name)
141 ap_locker.configurator.host_name)
144 ap_locker.configurator.host_name)
166 logging.info('checking %s', ap_locker.configurator.host_name)
178 ap.configurator.host_name)
180 [ap.configurator.host_name for ap in self.aps_to_lock])
196 def unlock_one_ap(self, host_name): argument
206 if host_name == ap_locker.configurator.host_name:
[all …]
Dstatic_ap_configurator.py48 self.host_name = ap_config.get_wan_host()
50 self.pdu = re.sub('host\d+', 'rpm1', self.host_name) + '.cros'
118 self.host_name,
Dap_configurator_factory.py134 if ap.host_name in hostnames:
135 logging.info('Found AP by hostname %s', ap.host_name)
/external/autotest/utils/
Dloadtest.py143 def __init__(self, ds, host_name, build_name, argument
151 self.host_name = host_name
171 'host_name': host_name,
186 self.pre_ping = ping_dut(self.host_name)
191 entry = make_entry(self.entry_id, self.host_name,
235 self.post_ping = ping_dut(self.host_name)
293 job.host_name, job.build_name,
317 def spawn(self, host_name, build_name): argument
319 job = Job(self.ds, host_name, build_name,
321 board=self.get_dut_board_type(host_name),
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Dbasic_resolver_iterator.hpp72 const std::string& host_name, const std::string& service_name) in create() argument
78 std::string actual_host_name = host_name; in create()
107 const std::string& host_name, const std::string& service_name) in create() argument
113 endpoint, host_name, service_name)); in create()
121 const std::string& host_name, const std::string& service_name) in create() argument
131 *ep_iter, host_name, service_name)); in create()
Dbasic_resolver_entry.hpp69 std::string host_name() const in host_name() function in asio::ip::basic_resolver_entry
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dresolver_service.hpp59 socket_ops::getaddrinfo(query.host_name().c_str(), in resolve()
64 address_info, query.host_name(), query.service_name()); in resolve()
89 char host_name[NI_MAXHOST]; in resolve() local
92 host_name, NI_MAXHOST, service_name, NI_MAXSERV, in resolve()
96 endpoint, host_name, service_name); in resolve()
Dresolve_endpoint_op.hpp65 char host_name[NI_MAXHOST]; in do_complete() local
68 o->endpoint_.size(), host_name, NI_MAXHOST, service_name, NI_MAXSERV, in do_complete()
70 o->iter_ = iterator_type::create(o->endpoint_, host_name, service_name); in do_complete()
Dresolve_op.hpp74 o->query_.host_name().c_str(), o->query_.service_name().c_str(), in do_complete()
100 o->query_.host_name(), o->query_.service_name()); in do_complete()
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_reader.py295 host_name, argument
307 self._host_name = host_name
316 def host_name(self): member in Execution
350 "host_name": self.host_name,
716 execution_proto.code_location.host_name,
779 (source_file.host_name, source_file.file_path)] = offset
802 host_name, file_path = list(self._host_name_file_path_to_offset.keys())[
805 host_name, file_path, file_line_col.line, file_line_col.func)
940 def source_lines(self, host_name, file_path): argument
950 offset = self._host_name_file_path_to_offset[(host_name, file_path)]
[all …]
/external/autotest/client/common_lib/cros/
Ddev_server.py1802 def kill_au_process_for_host(self, host_name, pid): argument
1821 kwargs = {'host_name': host_name, 'pid': pid}
1837 def clean_track_log(self, host_name, pid): argument
1848 kwargs = {'host_name': host_name, 'pid': pid}
1854 host_name, pid, str(e))
1860 def _get_au_log_filename(self, log_dir, host_name, pid): argument
1863 host_name, pid))
1921 def collect_au_log(self, host_name, pid, log_dir): argument
1935 kwargs = {'host_name': host_name, 'pid': pid}
1941 host_name, pid, str(e))
[all …]
/external/toybox/toys/pending/
Dbootchartd.c195 char host_name[32]; in stop_logging() local
204 gethostname(host_name, sizeof(host_name)); in stop_logging()
210 fprintf(hdr_fp, "title = Boot chart for %s (%s)\n", host_name, toybuf); in stop_logging()
Darp.c254 char *host_name = "?"; in arp_main() local
268 if (!ip_to_host(&sa, NI_NAMEREQD)) host_name = toybuf; in arp_main()
272 printf("%s (%s) at" , host_name, ip); in arp_main()
/external/ltp/testcases/network/rpc/basic_tests/rpc01/
Drpc1.c18 char host_name[100]; variable
103 gethostname(host_name, 100); in main()
104 if ((hp = gethostbyname(host_name)) != NULL) in main()
/external/autotest/server/cros/network/
Dchaos_clique_utils.py142 batch_locker.unlock_one_ap(ap.host_name)
164 tag = ap.host_name + '_PDU'
168 tag = ap.host_name
180 batch_locker.unlock_one_ap(ap.host_name)
/external/autotest/client/site_tests/platform_DBusMachineIdRotation/
Dplatform_DBusMachineIdRotation.py88 host_name = avahi_utils.avahi_get_hostname()
89 if host_name != machine_id:
/external/autotest/server/site_tests/network_WiFi_CliqueConnectDisconnect/
Dcontrol.debug36 host_name='chromeos1-row1-rack3-host4.cros')
38 host_name='chromeos1-row1-rack10-host2.cros')
/external/ltp/
Dltpmenu321 host_name=" "
377 host_name=$(cat /tmp/runltp.out.$$ | awk '{print $1}') ;
379 RHOST=$host_name ;
/external/autotest/server/site_tests/network_WiFi_CliqueLongConnect/
Dcontrol.debug36 host_name='chromeos1-row1-rack3-host4.cros')
38 host_name='chromeos1-row1-rack10-host2.cros')
/external/curl/lib/vtls/
Dschannel.c435 TCHAR *host_name; in schannel_connect_step1() local
787 host_name = Curl_convert_UTF8_to_tchar(hostname); in schannel_connect_step1()
788 if(!host_name) in schannel_connect_step1()
799 &BACKEND->cred->cred_handle, NULL, host_name, BACKEND->req_flags, 0, 0, in schannel_connect_step1()
804 Curl_unicodefree(host_name); in schannel_connect_step1()
934 TCHAR *host_name; in schannel_connect_step2() local
987 host_name = Curl_convert_UTF8_to_tchar(hostname); in schannel_connect_step2()
988 if(!host_name) in schannel_connect_step2()
995 host_name, BACKEND->req_flags, 0, 0, &inbuf_desc, 0, NULL, in schannel_connect_step2()
998 Curl_unicodefree(host_name); in schannel_connect_step2()
[all …]
/external/grpc-grpc/test/core/tsi/
Dtransport_security_test.cc40 const char* host_name; member
299 entry->expected ? "true" : "false", entry->host_name, in cert_name_test_entry_to_string()
311 int result = tsi_ssl_peer_matches_name(&peer, entry->host_name); in test_peer_matches_name()
/external/tensorflow/tensorflow/compiler/jit/
Dincrease_dynamism_for_auto_jit_pass.cc239 string host_name; in ConvertTensorFlowSliceToStaticShapedSlice() local
241 slice->assigned_device_name(), &host_name)); in ConvertTensorFlowSliceToStaticShapedSlice()
248 Scope host_scope = main_scope.WithAssignedDevice(host_name); in ConvertTensorFlowSliceToStaticShapedSlice()

123