OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setblocking
(Results
1 - 25
of
45
) sorted by null
1
2
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_timeout.py
66
# Test settimeout() followed by
setblocking
()
68
self.sock.
setblocking
(1)
70
self.sock.
setblocking
(0)
74
self.sock.
setblocking
(0)
76
self.sock.
setblocking
(1)
80
# Test
setblocking
() followed by settimeout()
81
self.sock.
setblocking
(0)
85
self.sock.
setblocking
(1)
test_epoll.py
55
client.
setblocking
(False)
test_kqueue.py
89
client.
setblocking
(False)
/external/python/cpython2/Lib/test/
test_timeout.py
66
# Test settimeout() followed by
setblocking
()
68
self.sock.
setblocking
(1)
70
self.sock.
setblocking
(0)
74
self.sock.
setblocking
(0)
76
self.sock.
setblocking
(1)
80
# Test
setblocking
() followed by settimeout()
81
self.sock.
setblocking
(0)
85
self.sock.
setblocking
(1)
test_epoll.py
56
client.
setblocking
(False)
test_socket.py
[
all
...]
/external/python/cpython3/Lib/test/
test_timeout.py
80
# Test settimeout() followed by
setblocking
()
82
self.sock.
setblocking
(1)
84
self.sock.
setblocking
(0)
88
self.sock.
setblocking
(0)
90
self.sock.
setblocking
(1)
94
# Test
setblocking
() followed by settimeout()
95
self.sock.
setblocking
(0)
99
self.sock.
setblocking
(1)
mock_socket.py
84
def
setblocking
(self, flag):
member in class:MockSocket
test_epoll.py
55
client.
setblocking
(False)
/external/bcc/examples/networking/http_filter/
http-parse-simple.py
81
sock.
setblocking
(True)
http-parse-complete.py
134
sock.
setblocking
(True)
/external/python/cpython2/Lib/multiprocessing/
connection.py
189
s1.
setblocking
(True)
190
s2.
setblocking
(True)
255
self._socket.
setblocking
(True)
281
s.
setblocking
(True)
306
s.
setblocking
(True)
/external/autotest/venv/lucifer/
leasing.py
125
sock.
setblocking
(0)
/external/python/cpython3/Lib/test/test_asyncio/
functional.py
219
self._s1.
setblocking
(False)
236
self._sock.
setblocking
(0)
/external/python/cpython3/Lib/multiprocessing/
connection.py
512
s1.
setblocking
(True)
513
s2.
setblocking
(True)
580
self._socket.
setblocking
(True)
599
s.
setblocking
(True)
618
s.
setblocking
(True)
/external/python/cpython3/Lib/
socket.py
218
sock.
setblocking
(True)
513
#
setblocking
(False) that prevents us from having to create a thread.
522
csock.
setblocking
(False)
527
csock.
setblocking
(True)
asyncore.py
231
sock.
setblocking
(0)
285
sock.
setblocking
(0)
/external/autotest/client/cros/cellular/
prologix_scpi_driver.py
60
self.socket.
setblocking
(0)
/external/bcc/examples/networking/vlan_filter/
data-plane-tracing.py
92
sock.
setblocking
(True)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
asyncore.py
241
sock.
setblocking
(0)
295
sock.
setblocking
(0)
/external/python/cpython2/Lib/
asyncore.py
244
sock.
setblocking
(0)
298
sock.
setblocking
(0)
/external/antlr/runtime/Python/tests/
t059debug.py
38
s.
setblocking
(1)
/external/antlr/runtime/Python3/tests/
t059debug.py
40
s.
setblocking
(1)
/external/python/cpython3/Lib/asyncio/
selector_events.py
103
self._ssock.
setblocking
(False)
104
self._csock.
setblocking
(False)
160
conn.
setblocking
(False)
525
conn.
setblocking
(False)
[
all
...]
base_events.py
[
all
...]
Completed in 2727 milliseconds
1
2