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:pause_writing
(Results
1 - 10
of
10
) sorted by relevance
/third_party/python/Lib/test/test_asyncio/
H
A
D
test_protocols.py
20
self.assertIsNone(p.
pause_writing
())
31
self.assertIsNone(p.
pause_writing
())
42
self.assertIsNone(p.
pause_writing
())
H
A
D
test_proactor_events.py
466
self.assertFalse(self.protocol.
pause_writing
.called)
478
self.assertTrue(self.protocol.
pause_writing
.called)
495
self.assertFalse(self.protocol.
pause_writing
.called)
501
self.assertTrue(self.protocol.
pause_writing
.called)
512
self.assertFalse(self.protocol.
pause_writing
.called)
518
self.assertFalse(self.protocol.
pause_writing
.called)
524
self.assertTrue(self.protocol.
pause_writing
.called)
537
self.assertFalse(self.protocol.
pause_writing
.called)
H
A
D
test_ssl.py
1289
sslprotocol.
pause_writing
()
H
A
D
test_streams.py
871
stream.
pause_writing
()
/third_party/python/Lib/asyncio/
H
A
D
protocols.py
37
def
pause_writing
(self):
member in BaseProtocol
40
Pause and resume calls are paired --
pause_writing
() is called
47
pause_writing
() is not called -- it must go strictly over.
56
without yielding until
pause_writing
() is called).
62
See
pause_writing
() for details.
H
A
D
base_subprocess.py
274
def
pause_writing
(self):
member in WriteSubprocessPipeProto
275
self.proc._protocol.
pause_writing
()
H
A
D
transports.py
81
pause_writing
() and resume_writing() methods. If specified,
89
well, and causes
pause_writing
() to be called whenever the
264
get_write_buffer_size(), and their protocol's
pause_writing
() and
284
self._protocol.
pause_writing
()
289
'message': 'protocol.
pause_writing
() failed',
H
A
D
sslproto.py
146
pause_writing
() and resume_writing() methods. If specified,
154
well, and causes
pause_writing
() to be called whenever the
204
# Required for sendfile fallback
pause_writing
/resume_writing logic
821
self._app_protocol.
pause_writing
()
826
'message': 'protocol.
pause_writing
() failed',
894
def
pause_writing
(self):
member in SSLProtocol
H
A
D
streams.py
120
This implements the protocol methods
pause_writing
(),
136
def
pause_writing
(self):
member in FlowControlMixin
H
A
D
base_events.py
244
def
pause_writing
(self):
member in _SendfileFallbackProtocol
Completed in 11 milliseconds