/external/llvm/lib/Support/ |
LockFileManager.cpp | 62 gethostname(MyHostname, 255); 103 gethostname(hostname, 255);
|
/external/nist-sip/java/gov/nist/core/ |
Host.java | 152 public String getHostname() { 297 return this.getHostname().hashCode();
|
/external/chromium_org/remoting/host/plugin/ |
host_script_object.cc | 52 const char* kFuncNameGetHostName = "getHostName"; 186 return GetHostName(args, arg_count, result); 594 bool HostNPScriptObject::GetHostName(const NPVariant* args, 598 SetException("getHostName: bad number of arguments"); 604 SetException("getHostName: invalid callback parameter"); 608 NPVariant host_name_val = NPVariantFromString(net::GetHostName()); [all...] |
/cts/tests/tests/net/src/android/net/cts/ |
DnsTest.java | 210 String hostname = addr.getHostName(); 217 String hostname = addr.getHostName(); 229 String thisResult = new String("getHostName for " + numberOfAddrs + " took " +
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
InetAddressTest.java | 96 assertTrue(alias.getHostName().startsWith("localhost")); 380 assertEquals(initAddr.getHostName(), desrAddr.getHostName());
|
Inet4AddressTest.java | 325 assertEquals(initAddr.getHostName(), desrAddr.getHostName());
|
/external/chromium/net/test/ |
test_server.cc | 48 std::string GetHostname(TestServer::Type type, 265 host_port_pair_ = HostPortPair(GetHostname(type_, https_options_), 0);
|
/external/jmdns/src/javax/jmdns/impl/ |
HostInfo.java | 85 aName = addr.getHostName(); 90 aName = addr.getHostName();
|
/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/ |
HttpOverSpdyTest.java | 68 sslContext = new SslContextBuilder(InetAddress.getLocalHost().getHostName()).build(); 76 private final String hostName = server.getHostName();
|
/external/openssh/ |
canohost.c | 314 if (gethostname(myname, sizeof(myname)) == -1) { 315 verbose("get_local_name: gethostname: %s", strerror(errno));
|
/libcore/luni/src/test/java/libcore/java/net/ |
InetAddressTest.java | 165 return a.getHostName().equals(b.getHostName());
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_urllib2net.py | 136 ## if socket.gethostname() == 'bitdiddle': 138 ## elif socket.gethostname() == 'bitdiddle.concentric.net':
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urllib2net.py | 136 ## if socket.gethostname() == 'bitdiddle': 138 ## elif socket.gethostname() == 'bitdiddle.concentric.net':
|
/bionic/libc/include/ |
unistd.h | 155 extern int gethostname(char *, size_t);
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
TestResults.java | 129 hostName = InetAddress.getLocalHost().getHostName();
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libc.so.functions.txt | 480 gethostname
|
/development/ndk/platforms/android-3/include/ |
unistd.h | 145 extern int gethostname(char *, size_t);
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
libc.so.functions.txt | 515 gethostname
|
/development/ndk/platforms/android-8/include/ |
unistd.h | 149 extern int gethostname(char *, size_t);
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libc.so.functions.txt | 423 gethostname
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.functions.txt | 417 gethostname
|
/development/ndk/platforms/android-9/include/ |
unistd.h | 153 extern int gethostname(char *, size_t);
|