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:buffer_updated
(Results
1 - 8
of
8
) sorted by relevance
/third_party/python/Lib/asyncio/
H
A
D
protocols.py
128
* BU:
buffer_updated
()
146
def
buffer_updated
(self, nbytes):
member in BufferedProtocol
210
proto.
buffer_updated
(data_len)
214
proto.
buffer_updated
(buf_len)
H
A
D
sslproto.py
356
self._app_protocol_buffer_updated = app_protocol.
buffer_updated
432
def
buffer_updated
(self, nbytes):
member in SSLProtocol
H
A
D
selector_events.py
984
self._protocol.
buffer_updated
(nbytes)
989
exc, 'Fatal error: protocol.
buffer_updated
() call failed.')
/third_party/python/Lib/test/test_asyncio/
H
A
D
test_buffered_proto.py
20
def
buffer_updated
(self, nbytes):
member in ReceiveStuffProto
H
A
D
test_protocols.py
41
self.assertIsNone(p.
buffer_updated
(150))
H
A
D
test_sslproto.py
151
self.assertIsNone(ssl_proto.
buffer_updated
(5))
192
def
buffer_updated
(self, nsize):
member in BaseStartTLS.test_buf_feed_data.Proto
391
def
buffer_updated
(slf, nsize):
member in BaseStartTLS.test_start_tls_client_buf_proto_1.ClientProtoFirst
H
A
D
test_selector_events.py
930
self.assertFalse(self.protocol.
buffer_updated
.called)
943
self.assertFalse(self.protocol.
buffer_updated
.called)
966
buf_proto.
buffer_updated
.assert_called_with(10)
973
self.protocol.
buffer_updated
.side_effect = LookupError()
980
self.assertTrue(self.protocol.
buffer_updated
.called)
1004
self.protocol.
buffer_updated
.assert_called_with(10)
H
A
D
test_ssl.py
842
def
buffer_updated
(self, nsize):
member in TestSSL.test_start_tls_client_buf_proto_1.ClientProtoFirst
Completed in 9 milliseconds