Home
last modified time | relevance | path

Searched defs:is_async (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/core/lib/security/credentials/fake/
Dfake_credentials.h61 bool is_async; member
Dfake_credentials.cc125 const char* md_key, const char* md_value, bool is_async) { in grpc_md_only_test_credentials_create()
/external/libchrome/third_party/jinja2/
Dasyncfilters.py30 is_async = lambda args: args[0].is_async function
36 is_async = lambda args: args[0].environment.is_async function
/external/v8/src/parsing/
Dparser-base.h1013 bool parenthesized_formals, bool is_async, in ValidateArrowFormalParameters()
1101 bool is_async; in ParsePrimaryExpression() local
1367 bool is_async) { in FunctionKindForImpl()
1388 inline FunctionKind FunctionKindFor(bool is_generator, bool is_async) { in FunctionKindFor()
1393 inline FunctionKind MethodKindFor(bool is_generator, bool is_async) { in MethodKindFor()
1856 bool* is_async, bool* ok) { in ParsePrimaryExpression()
2179 bool* is_set, bool* is_async, bool* is_computed_name, bool* ok) { in ParsePropertyName()
2323 bool is_async = false; in ParseClassPropertyDefinition() local
2547 bool is_async = false; in ParseObjectPropertyDefinition() local
2894 bool is_async = peek() == Token::ASYNC && in ParseAssignmentExpression() local
[all …]
/external/v8/src/runtime/
Druntime-test.cc42 bool is_async) { in IsWasmCompileAllowed()
54 bool is_async) { in IsWasmInstantiateAllowed()
/external/python/cpython3/Python/
Dast.c1573 asdl_seq *decorator_seq, bool is_async) in ast_for_funcdef_impl()
1837 int is_async = 0; in ast_for_comprehension() local
3685 ast_for_for_stmt(struct compiling *c, const node *n0, bool is_async) in ast_for_for_stmt()
3874 ast_for_with_stmt(struct compiling *c, const node *n0, bool is_async) in ast_for_with_stmt()
DPython-ast.c2438 comprehension(expr_ty target, expr_ty iter, asdl_seq * ifs, int is_async, in comprehension()
7602 int is_async; in obj2ast_comprehension() local
Dcompile.c1869 compiler_function(struct compiler *c, stmt_ty s, int is_async) in compiler_function()
/external/python/cpython3/Include/
DPython-ast.h392 int is_async; member