Home
last modified time | relevance | path

Searched refs:sockio (Results 1 – 24 of 24) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DRemoteObjectBrowser.py26 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]
Drpc.py539 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/
Ddebugobj_r.py26 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]
Drpc.py556 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/
Dtest_debugobj_r.py17 self.assertEqual(ti.sockio, 'socket')
/external/e2fsprogs/lib/uuid/
Dconfigure.in8 AC_CHECK_HEADERS(stdlib.h unistd.h sys/sockio.h net/if.h netinet/in.h)
/external/syzkaller/sys/netbsd/
Dsocket_inet.txt6 include <sys/sockio.h>
Dsocket_inet6.txt11 include <sys/sockio.h>
/external/syzkaller/sys/freebsd/
Dsocket_inet6.txt12 include <sys/sockio.h>
Dsocket.txt8 include <sys/sockio.h>
Dsocket_inet.txt6 include <sys/sockio.h>
/external/libpcap/
Dcmakeconfig.h.in244 /* Define to 1 if you have the <sys/sockio.h> header file. */
Dconfig.h.in250 /* Define to 1 if you have the <sys/sockio.h> header file. */
Dconfigure.ac50 AC_CHECK_HEADERS(sys/ioccom.h sys/sockio.h limits.h)
970 #include <sys/sockio.h>],
DCMakeLists.txt358 check_include_file(sys/sockio.h HAVE_SYS_SOCKIO_H)
/external/curl/
DCMakeLists.txt734 check_include_file_concat("sys/sockio.h" HAVE_SYS_SOCKIO_H)
791 check_include_file_concat("sockio.h" HAVE_SOCKIO_H)
Dconfigure.ac3522 sys/sockio.h \
Dconfigure28158 sys/sockio.h \
/external/e2fsprogs/lib/
Dconfig.h.in530 /* Define to 1 if you have the <sys/sockio.h> header file. */
/external/curl/lib/
Dcurl_config.h.in691 /* Define to 1 if you have the <sys/sockio.h> header file. */
Dcurl_config.h.cmake677 /* Define to 1 if you have the <sys/sockio.h> header file. */
/external/e2fsprogs/
Dconfigure.ac960 sys/sockio.h
Dconfigure12450 …ys/mount.h sys/prctl.h sys/resource.h sys/select.h sys/socket.h sys/sockio.h sys/stat.h sys…
/external/strace/
DChangeLog-CVS2458 * sock.c [! LINUX]: Include <sys/socket.h> before <sys/sockio.h>.