Searched defs:is_async (Results 1 – 13 of 13) sorted by relevance
/third_party/grpc/src/core/lib/security/credentials/fake/ |
D | fake_credentials.h | 63 bool is_async) in grpc_md_only_test_credentials()
|
D | fake_credentials.cc | 111 const char* md_key, const char* md_value, bool is_async) { in grpc_md_only_test_credentials_create()
|
/third_party/python/Lib/ |
D | pyclbr.py | 71 parent=None, is_async=False, *, end_lineno=None): argument 89 def _nest_function(ob, func_name, lineno, end_lineno, is_async=False): argument 220 def visit_FunctionDef(self, node, *, is_async=False): argument
|
/third_party/jinja2/ |
D | asyncfilters.py | 31 def is_async(args): function 40 def is_async(args): function
|
/third_party/skia/third_party/externals/jinja2/ |
D | asyncfilters.py | 31 def is_async(args): function 40 def is_async(args): function
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | asyncfilters.py | 30 is_async = lambda args: args[0].is_async function 36 is_async = lambda args: args[0].environment.is_async function
|
/third_party/quickjs/ |
D | run-test262.c | 1173 int is_async) in eval_buf() 1503 int eval_flags, BOOL is_negative, BOOL is_async, in run_test_buf() 1568 BOOL is_negative, is_nostrict, is_onlystrict, is_async, is_module, skip; in run_test() local
|
D | quickjs.c | 15262 static JSValue JS_GetIterator(JSContext *ctx, JSValueConst obj, BOOL is_async) in JS_GetIterator() 15410 BOOL is_async) in js_for_of_start() 25430 BOOL is_star = FALSE, is_async; in js_parse_assign_expr2() local 26056 BOOL is_async) in js_parse_for_in_of() 26496 BOOL is_async; in js_parse_statement_or_decl() local
|
/third_party/python/Include/internal/ |
D | pycore_ast_state.h | 194 PyObject *is_async; member
|
D | pycore_ast.h | 493 int is_async; member
|
/third_party/node/src/ |
D | node_file.cc | 1934 const bool is_async = req_wrap_async != nullptr; in WriteString() local
|
/third_party/python/Python/ |
D | Python-ast.c | 3224 is_async, PyArena *arena) in _PyAST_comprehension() 9914 int is_async; in obj2ast_comprehension() local
|
D | compile.c | 2317 compiler_function(struct compiler *c, stmt_ty s, int is_async) in compiler_function()
|