Home
last modified time | relevance | path

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

12

/external/python/cpython3/Lib/
Dpyclbr.py71 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
/external/rust/crates/uniffi_meta/src/
Dreader.rs230 let is_async = self.read_bool()?; in read_func() localVariable
250 let is_async = self.read_bool()?; in read_constructor() localVariable
280 let is_async = self.read_bool()?; in read_method() localVariable
385 let is_async = self.read_bool()?; in read_trait_method() localVariable
Dlib.rs141 pub is_async: bool, field
164 pub is_async: bool, field
190 pub is_async: bool, field
217 pub is_async: bool, field
/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/python/jinja/src/jinja2/
Dasyncfilters.py31 def is_async(args): function
40 def is_async(args): function
/external/tensorflow/tensorflow/python/eager/
Dexecutor.py57 def is_async(self): member in Executor
Dcontext.py1044 def is_async(self): member in Context
2489 def is_async(): function
/external/tensorflow/tensorflow/core/tfrt/eager/
Dtfrt_context.cc39 bool is_async) { in TfrtContext()
Dc_api_tfrt.cc578 bool is_async, bool use_tfrt_distributed_runtime) in ContextInterface()
/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
Dkernel_utils.cc30 bool is_async) { in InitEagerContext()
Dkernel_utils.h121 bool is_async) in EagerContextResource()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dtf_data_stats.proto39 bool is_async = 4; field
/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_lib.cc69 explicit DeviceThread(const std::string& device, const bool is_async) in DeviceThread()
285 const bool is_async) in ParallelDevice()
/external/tensorflow/tensorflow/dtensor/python/
Ddtensor_device.py51 def __init__(self, meshes: List[layout_lib.Mesh], is_async=True): argument
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/transport/
Dcommand_channel.h374 bool is_async() const { return pending_opcode != hci_spec::kNoOp; } in is_async() function
/external/rust/crates/uniffi_macros/src/
Dfnsig.rs22 pub is_async: bool, field
102 let is_async = sig.asyncness.is_some(); in new() localVariable
/external/cronet/net/dns/
Dhost_resolver_manager_unittest.cc490 bool is_async = false) in TestHostResolverManager()
580 bool is_async = false) { in CreateSerialResolver()
623 bool is_async = false) { in CreateResolverWithLimitsAndParams()
643 bool is_async = false, in CreateResolverWithOptionsAndParams()
890 void HostResolverManagerTest::LocalhostIPV4IPV6LookupTest(bool is_async) { in LocalhostIPV4IPV6LookupTest()
1074 void HostResolverManagerTest::NumericIPv6AddressTest(bool is_async) { in NumericIPv6AddressTest()
1102 void HostResolverManagerTest::NumericIPv6AddressWithSchemeTest(bool is_async) { in NumericIPv6AddressWithSchemeTest()
1757 void HostResolverManagerTest::FlushCacheOnIPAddressChangeTest(bool is_async) { in FlushCacheOnIPAddressChangeTest()
1797 void HostResolverManagerTest::AbortOnIPAddressChangedTest(bool is_async) { in AbortOnIPAddressChangedTest()
1878 bool is_async) { in AbortOnlyExistingRequestsOnIPAddressChangeTest()
[all …]
/external/tensorflow/tensorflow/python/
Dpywrap_dtensor_device.cc106 bool is_host_mesh) { in PYBIND11_MODULE()
/external/tensorflow/tensorflow/core/profiler/utils/
Dgroup_events.cc111 bool is_async = false; member
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dtls_server_handshaker.cc145 const bool is_async = in Run() local
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
Dkernel_fallback_execute_compat.cc489 const OpKernelRunner& kernel_runner, bool is_async, in KernelFallbackExecuteOpInternal()
/external/python/cpython3/Python/
Dsymtable.c2060 int is_async = st->st_cur->ste_coroutine && !is_generator; in symtable_handle_comprehension() local
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.cc573 TFE_Executor* TFE_NewExecutor(bool is_async, bool enable_streaming_enqueue) { in TFE_NewExecutor()
/external/python/cpython3/Include/internal/
Dpycore_ast_state.h197 PyObject *is_async; member
/external/tensorflow/tensorflow/dtensor/cc/
Ddtensor_device.cc2023 bool is_async, bool is_host_mesh, TF_Status* status) { in AddMesh()

12