Home
last modified time | relevance | path

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

/third_party/python/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.py555 def __init__(self, sockio, oid): argument
556 self.sockio = sockio
563 return MethodProxy(self.sockio, self.oid, name)
567 value = self.sockio.remotecall(self.oid, '__getattribute__',
574 self.__attributes = self.sockio.remotecall(self.oid,
578 self.__methods = self.sockio.remotecall(self.oid,
601 def __init__(self, sockio, oid, name): argument
602 self.sockio = sockio
607 value = self.sockio.remotecall(self.oid, self.name, args, kwargs)
/third_party/python/Lib/idlelib/idle_test/
Dtest_debugobj_r.py17 self.assertEqual(ti.sockio, 'socket')
/third_party/e2fsprogs/lib/uuid/
Dconfigure.in8 AC_CHECK_HEADERS(stdlib.h unistd.h sys/sockio.h net/if.h netinet/in.h)
/third_party/libwebsockets/cmake/
Dlws_config_private.h.in57 /* Define to 1 if you have the <sys/sockio.h> header file. */
/third_party/node/deps/cares/
DCMakeLists.txt161 CHECK_INCLUDE_FILES (sys/sockio.h HAVE_SYS_SOCKIO_H)
279 CARES_EXTRAINCLUDE_IFSET (HAVE_SYS_SOCKIO_H sys/sockio.h)
/third_party/e2fsprogs/lib/
Dconfig.h.in412 /* Define to 1 if you have the <sys/sockio.h> header file. */
/third_party/curl/
DCMakeLists.txt904 check_include_file_concat("sys/sockio.h" HAVE_SYS_SOCKIO_H)
957 check_include_file_concat("sockio.h" HAVE_SOCKIO_H)
Dconfigure.ac3036 sys/sockio.h \
/third_party/curl/lib/
Dcurl_config.h.cmake623 /* Define to 1 if you have the <sys/sockio.h> header file. */
/third_party/libwebsockets/
DCMakeLists.txt639 CHECK_INCLUDE_FILE(sys/sockio.h LWS_HAVE_SYS_SOCKIO_H)
/third_party/e2fsprogs/
Dconfigure.ac1011 sys/sockio.h
Dconfigure10461 …ys/mount.h sys/prctl.h sys/resource.h sys/select.h sys/socket.h sys/sockio.h sys/stat.h sys…
/third_party/NuttX/
DReleaseNotes20033 duplicate types from sys/sockio.h. From Gregory Nutt.