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:aclose
(Results
1 - 9
of
9
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
test_asyncgen.py
399
self.assertTrue(inspect.isawaitable(g.
aclose
()))
970
await gen.
aclose
()
995
await gen.
aclose
()
1022
await gen.
aclose
()
1083
await g.
aclose
()
1120
await g.
aclose
()
1148
await gen.
aclose
()
1613
await it.
aclose
() # prevent unfinished iterator warning
1624
nxt = it.
aclose
()
1628
r"cannot reuse already awaited
aclose
\(\)/athro
[all...]
H
A
D
test_contextlib_async.py
465
async def
aclose
(self):
member in AclosingTestCase.test_aclosing.C
477
async def
aclose
(self):
member in AclosingTestCase.test_aclosing_error.C
535
return self.run_coroutine(self.
aclose
())
H
A
D
test_collections.py
1240
def
aclose
(self): pass
member in TestOneTrickPonyABCs.test_AsyncGenerator.NonAGen1
1246
def
aclose
(self): pass
member in TestOneTrickPonyABCs.test_AsyncGenerator.NonAGen2
1250
def
aclose
(self): pass
member in TestOneTrickPonyABCs.test_AsyncGenerator.NonAGen3
1264
async def
aclose
(self): pass
member in TestOneTrickPonyABCs.test_AsyncGenerator.Gen
1299
self.assertIsNone(run_async(mgen.
aclose
()))
1308
run_async(FailOnClose().
aclose
())
1315
run_async(IgnoreGeneratorExit().
aclose
())
/third_party/node/deps/cares/src/lib/
H
A
D
ares__socket.c
423
if (channel->sock_funcs && channel->sock_funcs->
aclose
) {
in ares__close_socket()
424
channel->sock_funcs->
aclose
(s, channel->sock_func_cb_data);
in ares__close_socket()
/third_party/python/Lib/
H
A
D
contextlib.py
353
resource such as an async generator, calling its ``
aclose
()`` method.
366
await agen.
aclose
()
374
await self.thing.
aclose
()
673
async def
aclose
(self):
member in AsyncExitStack
H
A
D
_collections_abc.py
232
async def
aclose
(self):
member in AsyncGenerator
246
'asend', 'athrow', '
aclose
')
/third_party/cares/include/
H
A
D
ares.h
403
int(*
aclose
)(ares_socket_t, void *);
member
/third_party/node/deps/cares/include/
H
A
D
ares.h
456
int (*
aclose
)(ares_socket_t, void *);
member
/third_party/python/Lib/asyncio/
H
A
D
base_events.py
528
self.call_soon_threadsafe(self.create_task, agen.
aclose
())
552
*[ag.
aclose
() for ag in closing_agens],
Completed in 18 milliseconds