Searched refs:host_name (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dcros_device.py8 def __init__(self, host_name, ssh_identity=None):
10 name='ChromeOs with host %s' % host_name,
11 guid='cros:%s' % host_name)
12 assert host_name
13 self._host_name = host_name
21 def host_name(self): member in class:CrOSDevice
H A Dcros_platform_backend.py19 device.host_name, device.ssh_identity)
/external/netperf/
H A Dnetperf.c131 printf("remotehost is %s and port %s\n",host_name,test_port);
137 establish_control(host_name,test_port,address_family,
142 send_tcp_stream(host_name);
145 send_tcp_maerts(host_name);
149 send_exs_tcp_stream(host_name);
154 sendfile_tcp_stream(host_name);
158 send_tcp_rr(host_name);
161 send_tcp_conn_rr(host_name);
164 send_tcp_cc(host_name);
168 send_tcp_tran_rr(host_name);
[all...]
H A Dnetsh.c122 char host_name[HOSTNAMESIZE]; /* remote host name or ip addr */ variable
393 strcpy(host_name,""); /* remote host name or ip addr */
725 strncpy(host_name,arg1,sizeof(host_name));
793 if ('\0' == host_name[0]) {
794 /* host_name was not set */
797 strcpy(host_name,"localhost");
805 strcpy(host_name,"localhost");
809 strcpy(host_name,"::1");
820 strcpy(host_name,"
[all...]
H A Dnetsh.h40 extern char host_name[HOSTNAMESIZE];/* remote host name or ip addr */
/external/dhcpcd/
H A Ddhcpcd.conf12 option domain_name_servers, domain_name, domain_search, host_name
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_process_launcher_posix.cc21 base::FilePath FindManifestInDir(int dir_key, const std::string& host_name) { argument
24 base::FilePath path = base_path.Append(host_name + ".json");
35 const std::string& host_name,
40 result = FindManifestInDir(chrome::DIR_USER_NATIVE_MESSAGING, host_name);
42 result = FindManifestInDir(chrome::DIR_NATIVE_MESSAGING, host_name);
45 *error_message = "Can't find native messaging host " + host_name;
34 FindManifest( const std::string& host_name, bool allow_user_level_hosts, std::string* error_message) argument
H A Dnative_process_launcher_win.cc32 const base::string16& host_name,
38 key.OpenKey(host_name.c_str(),
48 const base::string16& host_name,
52 root_key, KEY_WOW64_32KEY, host_name, result) ||
54 root_key, KEY_WOW64_64KEY, host_name, result);
61 const std::string& host_name,
64 base::string16 host_name_wide = base::UTF8ToUTF16(host_name);
76 "Native messaging host " + host_name + " is not registered.";
30 GetManifestPathWithFlags(HKEY root_key, DWORD flags, const base::string16& host_name, base::string16* result) argument
47 GetManifestPath(HKEY root_key, const base::string16& host_name, base::string16* result) argument
60 FindManifest( const std::string& host_name, bool allow_user_level_hosts, std::string* error_message) argument
H A Dnative_messaging_test_util.cc26 const std::string& host_name,
30 manifest->SetString("name", host_name);
40 base::FilePath manifest_path = target_dir.AppendASCII(host_name + ".json");
47 base::UTF8ToUTF16(host_name);
25 WriteTestNativeHostManifest(const base::FilePath& target_dir, const std::string& host_name, const base::FilePath& host_path, bool user_level) argument
/external/chromium_org/mojo/shell/
H A Dmojo_url_resolver.cc18 std::string MakeSharedLibraryName(const std::string& host_name) { argument
20 return host_name + ".dll";
22 return "lib" + host_name + ".so";
24 return host_name + ".so";
/external/chromium_org/content/renderer/p2p/
H A Dhost_address_request.cc32 void P2PAsyncAddressResolver::Start(const rtc::SocketAddress& host_name, argument
39 &P2PAsyncAddressResolver::DoSendRequest, this, host_name, done_callback));
54 const rtc::SocketAddress& host_name,
62 new P2PHostMsg_GetHostAddress(host_name.hostname(), request_id_));
53 DoSendRequest( const rtc::SocketAddress& host_name, const DoneCallback& done_callback) argument
H A Dhost_address_request.h52 void DoSendRequest(const rtc::SocketAddress& host_name,
/external/chromium_org/chrome/browser/ssl/
H A Dssl_error_classification_unittest.cc87 std::string host_name = origin.host(); local
89 base::SplitStringDontTrim(host_name, '.', &host_name_tokens);
106 std::string host_name = origin.host(); local
108 base::SplitStringDontTrim(host_name, '.', &host_name_tokens);
123 std::string host_name = origin.host(); local
125 base::SplitStringDontTrim(host_name, '.', &host_name_tokens);
140 std::string host_name = origin.host(); local
142 base::SplitStringDontTrim(host_name, '.', &host_name_tokens);
157 std::string host_name = origin.host(); local
159 base::SplitStringDontTrim(host_name, '
183 std::string host_name = origin.host(); local
[all...]
H A Dssl_error_classification.cc240 std::string host_name = request_url_.host(); local
241 if (IsHostNameKnownTLD(host_name)) {
242 Tokens host_name_tokens = Tokenize(host_name);
281 std::string host_name = request_url_.host(); local
282 if (IsHostNameKnownTLD(host_name)) {
283 Tokens host_name_tokens = Tokenize(host_name);
378 bool SSLErrorClassification::IsHostNameKnownTLD(const std::string& host_name) { argument
381 host_name,
432 std::string host_name = request_url_.host(); local
433 if (IsHostNameKnownTLD(host_name)) {
498 std::string host_name = request_url_.host(); local
525 std::string host_name = request_url_.host(); local
[all...]
H A Dssl_error_classification.h72 static bool IsHostNameKnownTLD(const std::string& host_name);
/external/chromium_org/remoting/host/setup/
H A Dservice_client.h43 const std::string& host_name,
H A Dservice_client.cc32 const std::string& host_name,
71 const std::string& host_name,
80 post_body.SetString("data.hostName", host_name);
180 const std::string& host_name,
185 return core_->RegisterHost(host_id, host_name, public_key, host_client_id,
69 RegisterHost( const std::string& host_id, const std::string& host_name, const std::string& public_key, const std::string& host_client_id, const std::string& oauth_access_token, Delegate* delegate) argument
178 RegisterHost( const std::string& host_id, const std::string& host_name, const std::string& public_key, const std::string& host_client_id, const std::string& oauth_access_token, Delegate* delegate) argument
H A Dstart_host.cc107 std::string host_name = command_line->GetSwitchValueASCII("name"); local
112 if (host_name.empty()) {
181 host_starter->StartHost(host_name, host_pin, true, auth_code, redirect_url,
H A Dhost_starter.h47 void StartHost(const std::string& host_name,
H A Dhost_starter.cc55 const std::string& host_name,
64 host_name_ = host_name;
169 config->SetString("host_name", host_name_);
54 StartHost( const std::string& host_name, const std::string& host_pin, bool consent_to_data_collection, const std::string& auth_code, const std::string& redirect_url, CompletionCallback on_done) argument
/external/chromium_org/third_party/boringssl/src/ssl/test/
H A Dtest_config.h50 std::string host_name; member in struct:TestConfig
H A Dbssl_shim.cc78 CBS extension, server_name_list, host_name; local
93 !CBS_get_u16_length_prefixed(&server_name_list, &host_name) ||
99 if (!CBS_mem_equal(&host_name,
367 if (!config->host_name.empty()) {
368 SSL_set_tlsext_host_name(ssl, config->host_name.c_str());
H A Dtest_config.cc71 { "-host-name", &TestConfig::host_name },
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_dispatcher_host.cc36 void Resolve(const std::string& host_name, argument
40 host_name_ = host_name;
214 void P2PSocketDispatcherHost::OnGetHostAddress(const std::string& host_name, argument
219 request->Resolve(host_name, base::Bind(
H A Dsocket_dispatcher_host.h74 void OnGetHostAddress(const std::string& host_name,

Completed in 2378 milliseconds

12