Searched defs:is_async (Results 1 – 13 of 13) sorted by relevance
/external/grpc-grpc/src/core/lib/security/credentials/fake/ |
D | fake_credentials.h | 61 bool is_async; member
|
D | fake_credentials.cc | 125 const char* md_key, const char* md_value, bool is_async) { in grpc_md_only_test_credentials_create()
|
/external/tensorflow/tensorflow/python/eager/ |
D | executor.py | 59 def is_async(self): member in Executor
|
D | context.py | 824 def is_async(self): member in Context 1980 def is_async(): function
|
/external/libchrome/third_party/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
|
/external/v8/src/objects/ |
D | stack-frame-info.cc | 349 const bool is_async = StackTraceFrame::IsAsync(frame); in SerializeJSStackFrame() local
|
/external/python/cpython3/Python/ |
D | ast.c | 1791 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()
|
D | Python-ast.c | 2532 comprehension(expr_ty target, expr_ty iter, asdl_seq * ifs, int is_async, in comprehension() 8065 int is_async; in obj2ast_comprehension() local
|
D | compile.c | 2126 compiler_function(struct compiler *c, stmt_ty s, int is_async) in compiler_function()
|
/external/v8/src/runtime/ |
D | runtime-test.cc | 61 bool is_async) { in IsWasmCompileAllowed() 77 bool is_async) { in IsWasmInstantiateAllowed()
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_experimental.cc | 596 TFE_Executor* TFE_NewExecutor(bool is_async) { in TFE_NewExecutor()
|
/external/tensorflow/tensorflow/python/ |
D | tfe_wrapper.cc | 474 [](const bool is_async) { in PYBIND11_MODULE()
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 408 int is_async; member
|