Home
last modified time | relevance | path

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

1234

/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 …]
/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,
/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()
/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.py429 host_name, argument
441 self._host_name = host_name
450 def host_name(self): member in Execution
484 "host_name": self.host_name,
667 host_name, argument
676 self._host_name = host_name
710 def host_name(self): member in GraphOpCreationDigest
724 "host_name": self.host_name,
908 execution_proto.code_location.host_name,
964 (source_file.host_name, source_file.file_path)] = offset
[all …]
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_tf_data_stats.cc257 InputPipeline(absl::string_view host_name, in SetBottleneckAnalysis()
262 : host_name(host_name), in SetBottleneckAnalysis()
268 absl::string_view host_name; in SetBottleneckAnalysis() member
282 absl::string_view host_name = host_name_and_tf_data_stats.first; in SetBottleneckAnalysis() local
298 host_name, input_pipeline_stats.metadata().name(), in SetBottleneckAnalysis()
308 bottleneck_analysis->set_host(input_pipeline.host_name.data(), in SetBottleneckAnalysis()
309 input_pipeline.host_name.size()); in SetBottleneckAnalysis()
485 void CombinedTfDataStatsBuilder::Add(absl::string_view host_name, in Add() argument
489 ->mutable_tf_data_stats())[std::string(host_name)]; in Add()
Dop_stats_to_pod_stats.cc32 PodStatsRecord CreatePodStatsRecord(absl::string_view host_name, in CreatePodStatsRecord() argument
38 record.set_host_name(string(host_name)); in CreatePodStatsRecord()
Dxplane_to_profile_response.cc89 req.repository_root(), req.session_id(), req.host_name(), in ConvertXSpaceToProfileResponse()
123 req.repository_root(), req.session_id(), req.host_name(), in ConvertXSpaceToProfileResponse()
/external/llvm-project/openmp/runtime/tools/lib/
DUname.pm393 $values{ host_name } =
397 my $host_name = $1;
398 if ( not defined( $host_name ) or $host_name eq "" ) {
401 return $host_name;
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbplatformutil.py71 host_name = parsed_url.netloc.split(":")[0]
72 if host_name != 'localhost':
73 device_id = host_name
/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dcapture_profile.cc59 absl::string_view host_name, in PopulateProfileRequest() argument
67 request.set_host_name(host_name.data(), host_name.size()); in PopulateProfileRequest()
249 request.session_id(), request.host_name(), in ExportToTensorBoard()
Dremote_profiler_session_manager_test.cc44 absl::string_view host_name, in PopulateProfileRequest() argument
54 request.set_host_name(host_name.data(), host_name.size()); in PopulateProfileRequest()
/external/toybox/toys/pending/
Dbootchartd.c185 char host_name[32]; in stop_logging() local
194 gethostname(host_name, sizeof(host_name)); in stop_logging()
200 fprintf(hdr_fp, "title = Boot chart for %s (%s)\n", host_name, toybuf); in stop_logging()
/external/tensorflow/tensorflow/core/common_runtime/
Dcomposite_device.cc27 const DeviceNameUtils::ParsedName& host_name, Status* status) { in MakeDevice() argument
28 DeviceNameUtils::ParsedName parsed_name = host_name; in MakeDevice()
Dcomposite_device_test.cc23 const string host_name = "/job:localhost/replica:0/task:0/device:CPU:0"; in TEST() local
25 EXPECT_TRUE(DeviceNameUtils::ParseFullName(host_name, &parsed_host_name)); in TEST()
/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/client/site_tests/platform_DBusMachineIdRotation/
Dplatform_DBusMachineIdRotation.py88 host_name = avahi_utils.avahi_get_hostname()
89 if host_name != machine_id:
/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/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')

1234