Searched defs:is_async (Results 1 – 16 of 16) sorted by relevance
/external/rust/crates/grpcio-sys/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()
|
/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/python/jinja/src/jinja2/ |
D | asyncfilters.py | 31 def is_async(args): function 40 def is_async(args): 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/tensorflow/tensorflow/python/eager/ |
D | executor.py | 61 def is_async(self): member in Executor
|
D | context.py | 919 def is_async(self): member in Context 2214 def is_async(): function
|
/external/tensorflow/tensorflow/c/eager/parallel_device/ |
D | parallel_device_lib.cc | 64 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/ |
D | tf_data_stats.proto | 39 bool is_async = 4; field
|
/external/python/cpython3/Python/ |
D | ast.c | 1714 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()
|
D | Python-ast.c | 177 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
|
D | compile.c | 2204 compiler_function(struct compiler *c, stmt_ty s, int is_async) in compiler_function()
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_experimental.cc | 517 TFE_Executor* TFE_NewExecutor(bool is_async) { in TFE_NewExecutor()
|
/external/tensorflow/tensorflow/python/ |
D | tfe_wrapper.cc | 782 [](const bool is_async) { in PYBIND11_MODULE()
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 387 int is_async; member
|