Home
last modified time | relevance | path

Searched refs:host_names (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/cros/ap_configurators/
Dap_batch_locker.py219 host_names = list()
221 host_names.append(ap_locker.configurator.host_name)
222 for host_name in host_names:
/external/curl/lib/vtls/
Dschannel_verify.c305 LPTSTR host_names, in cert_get_name_string() argument
331 host_names, in cert_get_name_string()
337 compute_content = host_names != NULL && length != 0; in cert_get_name_string()
342 *host_names = '\0'; in cert_get_name_string()
382 current_pos = host_names; in cert_get_name_string()
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer_test.cc452 std::vector<string> host_names; in TEST_F() local
455 host_names.push_back(actuals[i].source_file().host_name()); in TEST_F()
461 EXPECT_EQ(host_names[i], "localhost.localdomain"); in TEST_F()
494 std::vector<string> host_names; in TEST_F() local
497 host_names.push_back(actuals[i].source_file().host_name()); in TEST_F()
503 EXPECT_EQ(host_names[i], "localhost.localdomain"); in TEST_F()
546 std::vector<string> host_names; in TEST_F() local
549 host_names.push_back(actuals[i].source_file().host_name()); in TEST_F()
555 EXPECT_EQ(host_names[i], "localhost.localdomain"); in TEST_F()