Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/fake/
Dfake_credentials.h63 bool is_async) in grpc_md_only_test_credentials()
Dfake_credentials.cc111 const char* md_key, const char* md_value, bool is_async) { in grpc_md_only_test_credentials_create()
/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/python/jinja/src/jinja2/
Dasyncfilters.py31 def is_async(args): function
40 def is_async(args): 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/tensorflow/tensorflow/python/eager/
Dexecutor.py61 def is_async(self): member in Executor
Dcontext.py919 def is_async(self): member in Context
2214 def is_async(): function
/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_lib.cc64 explicit DeviceThread(const std::string& device, const bool is_async) in DeviceThread()
259 const bool is_async) in ParallelDevice()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dtf_data_stats.proto39 bool is_async = 4; field
/external/python/cpython3/Python/
Dast.c1714 asdl_seq *decorator_seq, bool is_async) in ast_for_funcdef_impl()
2037 int is_async = 0; in ast_for_comprehension() local
4039 ast_for_for_stmt(struct compiling *c, const node *n0, bool is_async) in ast_for_for_stmt()
4277 ast_for_with_stmt(struct compiling *c, const node *n0, bool is_async) in ast_for_with_stmt()
DPython-ast.c177 PyObject *is_async; member
3215 comprehension(expr_ty target, expr_ty iter, asdl_seq * ifs, int is_async, in comprehension()
8838 int is_async; in obj2ast_comprehension() local
Dcompile.c2204 compiler_function(struct compiler *c, stmt_ty s, int is_async) in compiler_function()
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.cc517 TFE_Executor* TFE_NewExecutor(bool is_async) { in TFE_NewExecutor()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc782 [](const bool is_async) { in PYBIND11_MODULE()
/external/python/cpython3/Include/
DPython-ast.h387 int is_async; member