/external/python/cpython2/Lib/idlelib/ |
D | RemoteObjectBrowser.py | 26 def __init__(self, sockio, oid): argument 27 self.sockio = sockio 31 value = rpc.MethodProxy(self.sockio, self.oid, name) 35 list = self.sockio.remotecall(self.oid, "_GetSubList", (), {}) 36 return [StubObjectTreeItem(self.sockio, oid) for oid in list]
|
D | rpc.py | 539 def __init__(self, sockio, oid): argument 540 self.sockio = sockio 547 return MethodProxy(self.sockio, self.oid, name) 551 value = self.sockio.remotecall(self.oid, '__getattribute__', 558 self.__attributes = self.sockio.remotecall(self.oid, 562 self.__methods = self.sockio.remotecall(self.oid, 586 def __init__(self, sockio, oid, name): argument 587 self.sockio = sockio 592 value = self.sockio.remotecall(self.oid, self.name, args, kwargs)
|
/external/python/cpython3/Lib/idlelib/ |
D | debugobj_r.py | 26 def __init__(self, sockio, oid): argument 27 self.sockio = sockio 31 value = rpc.MethodProxy(self.sockio, self.oid, name) 35 sub_list = self.sockio.remotecall(self.oid, "_GetSubList", (), {}) 36 return [StubObjectTreeItem(self.sockio, oid) for oid in sub_list]
|
D | rpc.py | 556 def __init__(self, sockio, oid): argument 557 self.sockio = sockio 564 return MethodProxy(self.sockio, self.oid, name) 568 value = self.sockio.remotecall(self.oid, '__getattribute__', 575 self.__attributes = self.sockio.remotecall(self.oid, 579 self.__methods = self.sockio.remotecall(self.oid, 602 def __init__(self, sockio, oid, name): argument 603 self.sockio = sockio 608 value = self.sockio.remotecall(self.oid, self.name, args, kwargs)
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_debugobj_r.py | 17 self.assertEqual(ti.sockio, 'socket')
|
/external/e2fsprogs/lib/uuid/ |
D | configure.in | 8 AC_CHECK_HEADERS(stdlib.h unistd.h sys/sockio.h net/if.h netinet/in.h)
|
/external/syzkaller/sys/netbsd/ |
D | socket_inet.txt | 6 include <sys/sockio.h>
|
D | socket_inet6.txt | 11 include <sys/sockio.h>
|
/external/syzkaller/sys/freebsd/ |
D | socket_inet6.txt | 12 include <sys/sockio.h>
|
D | socket.txt | 8 include <sys/sockio.h>
|
D | socket_inet.txt | 6 include <sys/sockio.h>
|
/external/libpcap/ |
D | cmakeconfig.h.in | 244 /* Define to 1 if you have the <sys/sockio.h> header file. */
|
D | config.h.in | 250 /* Define to 1 if you have the <sys/sockio.h> header file. */
|
D | configure.ac | 50 AC_CHECK_HEADERS(sys/ioccom.h sys/sockio.h limits.h) 970 #include <sys/sockio.h>],
|
D | CMakeLists.txt | 358 check_include_file(sys/sockio.h HAVE_SYS_SOCKIO_H)
|
/external/curl/ |
D | CMakeLists.txt | 734 check_include_file_concat("sys/sockio.h" HAVE_SYS_SOCKIO_H) 791 check_include_file_concat("sockio.h" HAVE_SOCKIO_H)
|
D | configure.ac | 3522 sys/sockio.h \
|
D | configure | 28158 sys/sockio.h \
|
/external/e2fsprogs/lib/ |
D | config.h.in | 530 /* Define to 1 if you have the <sys/sockio.h> header file. */
|
/external/curl/lib/ |
D | curl_config.h.in | 691 /* Define to 1 if you have the <sys/sockio.h> header file. */
|
D | curl_config.h.cmake | 677 /* Define to 1 if you have the <sys/sockio.h> header file. */
|
/external/e2fsprogs/ |
D | configure.ac | 960 sys/sockio.h
|
D | configure | 12450 …ys/mount.h sys/prctl.h sys/resource.h sys/select.h sys/socket.h sys/sockio.h sys/stat.h sys…
|
/external/strace/ |
D | ChangeLog-CVS | 2458 * sock.c [! LINUX]: Include <sys/socket.h> before <sys/sockio.h>.
|