Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:eof_received
(Results
1 - 17
of
17
) sorted by relevance
/third_party/python/Lib/asyncio/
H
A
D
protocols.py
88
* ER:
eof_received
()
100
def
eof_received
(self):
member in Protocol
129
* ER:
eof_received
()
153
def
eof_received
(self):
member in BufferedProtocol
H
A
D
sslproto.py
34
# * er:
eof_received
()
447
def
eof_received
(self):
member in SSLProtocol
805
keep_open = self._app_protocol.
eof_received
()
807
logger.warning('returning true from
eof_received
() '
812
self._fatal_error(ex, 'Error calling
eof_received
()')
H
A
D
streams.py
275
def
eof_received
(self):
member in StreamReaderProtocol
280
# Prevent a warning in SSLProtocol.
eof_received
:
281
# "returning true from
eof_received
()
H
A
D
proactor_events.py
240
keep_open = self._protocol.
eof_received
()
245
exc, 'Fatal error: protocol.
eof_received
() call failed.')
H
A
D
unix_events.py
536
self._loop.call_soon(self._protocol.
eof_received
)
H
A
D
selector_events.py
1021
keep_open = self._protocol.
eof_received
()
1026
exc, 'Fatal error: protocol.
eof_received
() call failed.')
H
A
D
base_events.py
258
def
eof_received
(self):
member in _SendfileFallbackProtocol
/third_party/python/Lib/test/test_asyncio/
H
A
D
test_sslproto.py
78
ssl_proto.
eof_received
()
258
def
eof_received
(self):
member in BaseStartTLS.test_start_tls_client_reg_proto_1.ClientProto
323
def
eof_received
(self):
member in BaseStartTLS.test_create_connection_memory_leak.ClientProto
408
def
eof_received
(self):
member in BaseStartTLS.test_start_tls_client_buf_proto_1.ClientProtoSecond
479
def
eof_received
(self):
member in BaseStartTLS.test_start_tls_slow_client_cancel.ClientProto
H
A
D
test_selector_events.py
560
self.protocol.
eof_received
.side_effect = LookupError()
565
self.protocol.
eof_received
.assert_called_with()
596
self.protocol.
eof_received
.assert_called_with()
604
self.protocol.
eof_received
.return_value = True
607
self.protocol.
eof_received
.assert_called_with()
989
self.protocol.
eof_received
.side_effect = LookupError()
994
self.protocol.
eof_received
.assert_called_with()
1013
self.protocol.
eof_received
.assert_called_with()
1021
self.protocol.
eof_received
.return_value = True
1024
self.protocol.
eof_received
[all...]
H
A
D
test_protocols.py
30
self.assertIsNone(p.
eof_received
())
H
A
D
test_ssl.py
55
def
eof_received
(self):
member in MyBaseProto
713
def
eof_received
(self):
member in TestSSL.test_start_tls_client_reg_proto_1.ClientProto
774
def
eof_received
(self):
member in TestSSL.test_create_connection_memory_leak.ClientProto
846
def
eof_received
(self):
member in TestSSL.test_start_tls_client_buf_proto_1.ClientProtoFirst
862
def
eof_received
(self):
member in TestSSL.test_start_tls_client_buf_proto_1.ClientProtoSecond
933
def
eof_received
(self):
member in TestSSL.test_start_tls_slow_client_cancel.ClientProto
991
def
eof_received
(self):
member in TestSSL.test_start_tls_server_1.ServerProto
H
A
D
test_sendfile.py
51
def
eof_received
(self):
member in MySendfileProto
H
A
D
test_sock_lowlevel.py
45
def
eof_received
(self):
member in MyProto
H
A
D
test_proactor_events.py
64
self.assertFalse(self.protocol.
eof_received
.called)
92
self.assertTrue(self.protocol.
eof_received
.called)
H
A
D
test_events.py
106
def
eof_received
(self):
member in MyBaseProto
178
def
eof_received
(self):
member in MyReadPipeProto
H
A
D
test_unix_events.py
708
self.protocol.
eof_received
.assert_called_with()
H
A
D
test_base_events.py
1025
def
eof_received
(self):
member in MyProto
Completed in 25 milliseconds