OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setblocking
(Results
26 - 44
of
44
) sorted by null
1
2
/external/chromium_org/chrome/service/cloud_print/
print_system_cups.cc
739
http.
SetBlocking
(false);
752
http.
SetBlocking
(false);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Filter.java
410
getInputPort(portName).
setBlocking
(waits);
420
getOutputPort(portName).
setBlocking
(waits);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py
244
sock.
setblocking
(0)
298
sock.
setblocking
(0)
socket.py
153
'sendall', '
setblocking
',
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py
244
sock.
setblocking
(0)
298
sock.
setblocking
(0)
socket.py
153
'sendall', '
setblocking
',
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py
898
self.serv.
setblocking
(True)
900
self.serv.
setblocking
(False)
911
self.serv.
setblocking
(_testcapi.UINT_MAX + 1)
919
self.serv.
setblocking
(0)
[
all
...]
test_ssl.py
259
s.
setblocking
(False)
334
s.
setblocking
(False)
419
self.sock.
setblocking
(1)
[
all
...]
test_xmlrpc.py
298
s.
setblocking
(True)
354
s.
setblocking
(True)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py
898
self.serv.
setblocking
(True)
900
self.serv.
setblocking
(False)
911
self.serv.
setblocking
(_testcapi.UINT_MAX + 1)
919
self.serv.
setblocking
(0)
[
all
...]
test_ssl.py
259
s.
setblocking
(False)
334
s.
setblocking
(False)
419
self.sock.
setblocking
(1)
[
all
...]
test_xmlrpc.py
298
s.
setblocking
(True)
354
s.
setblocking
(True)
[
all
...]
/libcore/luni/src/main/java/java/nio/
DatagramChannelImpl.java
417
IoUtils.
setBlocking
(fd, blocking);
SocketChannelImpl.java
472
IoUtils.
setBlocking
(fd, blocking);
/external/antlr/antlr-3.4/runtime/Python/tests/
t059debug.py
38
s.
setblocking
(1)
/external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py
881
self.connection.
setblocking
(1)
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java
[
all
...]
/external/chromium_org/net/tools/testserver/
testserver.py
[
all
...]
/libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp
1092
static bool
setBlocking
(int fd, bool blocking) {
[
all
...]
Completed in 963 milliseconds
1
2