HomeSort by relevance Sort by last modified time
    Searched full:gethostname (Results 251 - 275 of 593) sorted by null

<<11121314151617181920>>

  /external/apache-http/src/org/apache/http/
HttpHost.java 129 public String getHostName() {
  /external/apache-http/src/org/apache/http/client/protocol/
RequestAddCookies.java 134 String hostName = targetHost.getHostName();
  /external/apache-http/src/org/apache/http/client/utils/
URIUtils.java 136 target.getHostName(),
  /external/chromium_org/tools/perf/profile_creators/
extensions_profile_creator.py 165 hostname = socket.gethostname()
  /external/compiler-rt/lib/dfsan/
done_abilist.txt 157 fun:gethostname=custom
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.h 107 GetHostname ();
  /external/ltrace/sysdeps/linux-gnu/alpha/
syscallent.h 108 "gethostname", /* 87 */
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressImpl.java 145 return uri.getHostPort().getHost().getHostname();
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RouteSelector.java 227 socketHost = proxySocketAddress.getHostName();
  /libcore/luni/src/test/java/libcore/java/net/
OldServerSocketTest.java 109 cs = new Socket(InetAddress.getLocalHost().getHostName(), port);
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainTestActivity.java 226 socket.getInetAddress().getHostName(), socket.getPort(),
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
unistd.h 162 extern int gethostname(char *, size_t);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
unistd.h 162 extern int gethostname(char *, size_t);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
unistd.h 162 extern int gethostname(char *, size_t);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetools.py 140 hostid = socket.gethostbyname(socket.gethostname())
socket.py 15 gethostname() -- return the current hostname
131 from gethostname() is returned.
135 name = gethostname()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_socket.so 
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetools.py 140 hostid = socket.gethostbyname(socket.gethostname())
socket.py 15 gethostname() -- return the current hostname
131 from gethostname() is returned.
135 name = gethostname()
  /system/core/adb/
adb_auth_host.c 116 ret = gethostname(hostname, sizeof(hostname));
  /external/chromium_org/net/base/
net_util_unittest.cc 400 TEST(NetUtilTest, GetHostName) {
401 // We can't check the result of GetHostName() directly, since the result
404 std::string hostname = GetHostName();
net_util.cc 619 std::string GetHostName() {
630 int result = gethostname(buffer, sizeof(buffer));
632 DVLOG(1) << "gethostname() failed with " << result;
  /external/chromium_org/ppapi/native_client/tools/browser_tester/
browser_tester.py 191 def GetHostName():
194 host = socket.gethostbyname(socket.gethostname())
217 host = GetHostName()
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DatagramChannelTest.java     [all...]
  /external/chromium_org/chrome/browser/
process_singleton_posix.cc 781 if (hostname != net::GetHostName() && !IsChromeProcess(pid)) {
927 net::GetHostName().c_str(),
    [all...]

Completed in 1006 milliseconds

<<11121314151617181920>>