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:async_def
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Lib/lib2to3/pgen2/
H
A
D
tokenize.py
358
async_def
= False
429
if
async_def
and async_def_indent >= indents[-1]:
430
async_def
= False
436
if
async_def
and async_def_nl and async_def_indent >= indents[-1]:
437
async_def
= False
460
elif
async_def
:
505
if
async_def
:
521
async_def
= True
/third_party/python/Parser/
H
A
D
tokenizer.h
81
int
async_def
; /* =1 if tokens are inside an 'async def' body. */
member
H
A
D
tokenizer.c
86
tok->
async_def
= 0;
in tok_new()
1537
if (tok->
async_def
in tok_get()
1553
tok->
async_def
= 0;
in tok_get()
1692
if (!tok->async_hacks || tok->
async_def
) {
in tok_get()
1721
tok->
async_def
= 1;
in tok_get()
1739
if (tok->
async_def
) {
in tok_get()
/third_party/python/Lib/test/
H
A
D
test_dis.py
1209
async def
async_def
():
function
1215
Name:
async_def
1241
(
async_def
, code_info_async_def)
Completed in 7 milliseconds