HomeSort by relevance Sort by last modified time
    Searched refs:gethostname (Results 101 - 125 of 193) sorted by null

1 2 3 45 6 7 8

  /prebuilts/gdb/linux-x86/lib/python2.7/
mimetools.py 140 hostid = socket.gethostbyname(socket.gethostname())
uuid.py 326 ip_addr = socket.gethostbyname(socket.gethostname())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetools.py 140 hostid = socket.gethostbyname(socket.gethostname())
uuid.py 326 ip_addr = socket.gethostbyname(socket.gethostname())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetools.py 140 hostid = socket.gethostbyname(socket.gethostname())
uuid.py 326 ip_addr = socket.gethostbyname(socket.gethostname())
  /external/autotest/client/common_lib/
site_utils.py 310 return socket.gethostname() if host in _LOCAL_HOST_LIST else host
376 return (socket.gethostbyname(socket.gethostname()) ==
  /external/strace/
sys_func.h 73 extern SYS_FUNC(gethostname);
  /external/autotest/scheduler/shard/
shard_client.py 92 STATS_KEY = 'shard_client.%s' % socket.gethostname()
  /external/autotest/server/cros/
factory_install_test.py 248 socket.gethostname(), self.miniomaha_port),
  /external/c-ares/
ares_getnameinfo.c 237 gethostname(buf, 255);
  /external/e2fsprogs/e2fsck/
logfile.c 98 gethostname(buf, sizeof(buf));
  /external/libvncserver/examples/
mac.c 464 gethostname(rfbScreen->thisHost, 255);
  /external/toybox/toys/pending/
bootchartd.c 218 gethostname(host_name, sizeof(host_name));
  /system/core/adb/
adb_auth_host.cpp 122 ret = gethostname(hostname, sizeof(hostname));
  /external/autotest/tko/
parse.py 88 (socket.gethostname(), jobname))
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_ops.hpp 224 ASIO_DECL int gethostname(char* name,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 309 WINSOCK_API_LINKAGE int WSAAPI gethostname(char *name,int namelen);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 649 extern int gethostname(char *, int);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
uuid.py 326 ip_addr = socket.gethostbyname(socket.gethostname())
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 649 extern int gethostname(char *, int);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 649 extern int gethostname(char *, int);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 649 extern int gethostname(char *, int);
    [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 914 INTERCEPTOR(int, gethostname, char *name, SIZE_T len) {
916 int res = REAL(gethostname)(name, len);
    [all...]
  /art/runtime/openjdkjvm/
OpenjdkJvm.cc 286 return TEMP_FAILURE_RETRY(gethostname(name, namelen));

Completed in 1340 milliseconds

1 2 3 45 6 7 8