Home
last modified time | relevance | path

Searched defs:is_async (Results 1 – 13 of 13) 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/tensorflow/tensorflow/python/eager/
Dexecutor.py59 def is_async(self): member in Executor
Dcontext.py824 def is_async(self): member in Context
1980 def is_async(): function
/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/objects/
Dstack-frame-info.cc349 const bool is_async = StackTraceFrame::IsAsync(frame); in SerializeJSStackFrame() local
/external/python/cpython3/Python/
Dast.c1791 asdl_seq *decorator_seq, bool is_async) in ast_for_funcdef_impl()
2114 int is_async = 0; in ast_for_comprehension() local
4149 ast_for_for_stmt(struct compiling *c, const node *n0, bool is_async) in ast_for_for_stmt()
4387 ast_for_with_stmt(struct compiling *c, const node *n0, bool is_async) in ast_for_with_stmt()
DPython-ast.c2532 comprehension(expr_ty target, expr_ty iter, asdl_seq * ifs, int is_async, in comprehension()
8065 int is_async; in obj2ast_comprehension() local
Dcompile.c2126 compiler_function(struct compiler *c, stmt_ty s, int is_async) in compiler_function()
/external/v8/src/runtime/
Druntime-test.cc61 bool is_async) { in IsWasmCompileAllowed()
77 bool is_async) { in IsWasmInstantiateAllowed()
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.cc596 TFE_Executor* TFE_NewExecutor(bool is_async) { in TFE_NewExecutor()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc474 [](const bool is_async) { in PYBIND11_MODULE()
/external/python/cpython3/Include/
DPython-ast.h408 int is_async; member