/external/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 203 GetHostname()); in ConnectRemote() 246 PlatformRemoteGDBServer::GetHostname () in GetHostname() function in PlatformRemoteGDBServer 248 m_gdb_client.GetHostname (m_name); in GetHostname() 367 … error.SetErrorStringWithFormat ("unable to launch a GDB server on '%s'", GetHostname ()); in Attach() 400 GetHostname (), in Attach()
|
D | PlatformRemoteGDBServer.h | 121 GetHostname ();
|
/external/webrtc/webrtc/base/ |
D | ssladapter_unittest.cc | 137 ssl_identity_.reset(rtc::SSLIdentity::Generate(GetHostname(), key_params)); in SSLAdapterTestDummyServer() 156 std::string GetHostname() const { in GetHostname() function in SSLAdapterTestDummyServer 291 rv = client_->Connect(server_->GetHostname(), server_->GetAddress()); in TestHandshake()
|
/external/lldb/source/Target/ |
D | Platform.cpp | 305 strm.Printf(" Hostname: %s\n", GetHostname()); in GetStatus() 311 strm.Printf(" Hostname: %s\n", GetHostname()); in GetStatus() 395 const char *name = GetHostname(); in GetName() 402 Platform::GetHostname () in GetHostname() function in Platform
|
/external/lldb/source/Plugins/Platform/FreeBSD/ |
D | PlatformFreeBSD.cpp | 351 PlatformFreeBSD::GetHostname () in GetHostname() function in PlatformFreeBSD 354 return Platform::GetHostname(); in GetHostname() 357 return m_remote_platform_sp->GetHostname (); in GetHostname()
|
D | PlatformFreeBSD.h | 107 GetHostname ();
|
/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformDarwin.h | 79 GetHostname ();
|
D | PlatformDarwin.cpp | 478 PlatformDarwin::GetHostname () in GetHostname() function in PlatformDarwin 481 return Platform::GetHostname(); in GetHostname() 484 return m_remote_platform_sp->GetHostname (); in GetHostname()
|
/external/lldb/include/lldb/Host/ |
D | Host.h | 126 GetHostname (std::string &s);
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.h | 254 GetHostname (std::string &s);
|
D | GDBRemoteCommunicationServer.cpp | 270 if (Host::GetHostname (s)) in Handle_qHostInfo()
|
D | GDBRemoteCommunicationClient.cpp | 1065 GDBRemoteCommunicationClient::GetHostname (std::string &s) in GetHostname() function in GDBRemoteCommunicationClient
|
/external/lldb/include/lldb/Target/ |
D | Platform.h | 222 GetHostname ();
|
/external/ImageMagick/MagickCore/ |
D | distribute-cache.c | 271 static char *GetHostname(int *port,ExceptionInfo *exception) in GetHostname() function 347 hostname=GetHostname(&server_info->port,exception); in AcquireDistributeCacheInfo()
|
/external/lldb/source/Commands/ |
D | CommandObjectPlatform.cpp | 319 const char *hostname_cstr = platform_sp->GetHostname(); in DoExecute()
|
/external/lldb/source/Host/common/ |
D | Host.cpp | 1162 Host::GetHostname (std::string &s) in GetHostname() function in Host
|