Home
last modified time | relevance | path

Searched defs:is_async (Results 1 – 25 of 36) 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/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/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/cronet/net/dns/
Dhost_resolver_manager_unittest.cc483 bool is_async = false) in TestHostResolverManager()
572 bool is_async = false) { in CreateSerialResolver()
615 bool is_async = false) { in CreateResolverWithLimitsAndParams()
635 bool is_async = false, in CreateResolverWithOptionsAndParams()
879 void HostResolverManagerTest::LocalhostIPV4IPV6LookupTest(bool is_async) { in LocalhostIPV4IPV6LookupTest()
1059 void HostResolverManagerTest::NumericIPv6AddressTest(bool is_async) { in NumericIPv6AddressTest()
1087 void HostResolverManagerTest::NumericIPv6AddressWithSchemeTest(bool is_async) { in NumericIPv6AddressWithSchemeTest()
1736 void HostResolverManagerTest::FlushCacheOnIPAddressChangeTest(bool is_async) { in FlushCacheOnIPAddressChangeTest()
1776 void HostResolverManagerTest::AbortOnIPAddressChangedTest(bool is_async) { in AbortOnIPAddressChangedTest()
1855 bool is_async) { in AbortOnlyExistingRequestsOnIPAddressChangeTest()
[all …]
/external/tensorflow/tensorflow/python/
Dpywrap_dtensor_device.cc106 bool is_host_mesh) { in PYBIND11_MODULE()
Dtfe_wrapper.cc941 [](const bool is_async, const bool enable_streaming_enqueue) { 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/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.h194 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