Searched refs:sockio (Results 1 – 14 of 14) sorted by relevance
/third_party/python/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 | 555 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/ |
D | test_debugobj_r.py | 17 self.assertEqual(ti.sockio, 'socket')
|
/third_party/e2fsprogs/lib/uuid/ |
D | configure.in | 8 AC_CHECK_HEADERS(stdlib.h unistd.h sys/sockio.h net/if.h netinet/in.h)
|
/third_party/libwebsockets/cmake/ |
D | lws_config_private.h.in | 57 /* Define to 1 if you have the <sys/sockio.h> header file. */
|
/third_party/node/deps/cares/ |
D | CMakeLists.txt | 161 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/ |
D | config.h.in | 412 /* Define to 1 if you have the <sys/sockio.h> header file. */
|
/third_party/curl/ |
D | CMakeLists.txt | 904 check_include_file_concat("sys/sockio.h" HAVE_SYS_SOCKIO_H) 957 check_include_file_concat("sockio.h" HAVE_SOCKIO_H)
|
D | configure.ac | 3036 sys/sockio.h \
|
/third_party/curl/lib/ |
D | curl_config.h.cmake | 623 /* Define to 1 if you have the <sys/sockio.h> header file. */
|
/third_party/libwebsockets/ |
D | CMakeLists.txt | 639 CHECK_INCLUDE_FILE(sys/sockio.h LWS_HAVE_SYS_SOCKIO_H)
|
/third_party/e2fsprogs/ |
D | configure.ac | 1011 sys/sockio.h
|
D | configure | 10461 …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/ |
D | ReleaseNotes | 20033 duplicate types from sys/sockio.h. From Gregory Nutt.
|