Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
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
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
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
/aosp_15_r20/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
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Dasyncfilters.py30 is_async = lambda args: args[0].is_async function
36 is_async = lambda args: args[0].environment.is_async function
/aosp_15_r20/external/python/jinja/src/jinja2/
Dasyncfilters.py31 def is_async(args): function
40 def is_async(args): function
/aosp_15_r20/external/cronet/net/dns/
H A Dhost_resolver_manager_unittest.cc339 bool is_async = false) in TestHostResolverManager()
427 bool is_async) { in CreateSerialResolver()
454 bool is_async) { in CreateResolverWithLimitsAndParams()
474 bool is_async, in CreateResolverWithOptionsAndParams()
710 void HostResolverManagerTest::LocalhostIPV4IPV6LookupTest(bool is_async) { in LocalhostIPV4IPV6LookupTest()
885 void HostResolverManagerTest::NumericIPv6AddressTest(bool is_async) { in NumericIPv6AddressTest()
912 void HostResolverManagerTest::NumericIPv6AddressWithSchemeTest(bool is_async) { in NumericIPv6AddressWithSchemeTest()
1478 void HostResolverManagerTest::FlushCacheOnIPAddressChangeTest(bool is_async) { in FlushCacheOnIPAddressChangeTest()
1518 void HostResolverManagerTest::AbortOnIPAddressChangedTest(bool is_async) { in AbortOnIPAddressChangedTest()
1596 bool is_async) { in AbortOnlyExistingRequestsOnIPAddressChangeTest()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/parallel_device/
H A Dparallel_device_lib.cc69 explicit DeviceThread(const std::string& device, const bool is_async) in DeviceThread()
285 const bool is_async) in ParallelDevice()
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/
Dfnsig.rs22 pub is_async: bool, field
102 let is_async = sig.asyncness.is_some(); in new() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dexecutor.py57 def is_async(self): member in Executor
H A Dcontext.py1044 def is_async(self): member in Context
2489 def is_async(): function
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A Dtfrt_context.cc39 bool is_async) { in TfrtContext()
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
H A Dkernel_utils.cc30 bool is_async) { in InitEagerContext()
H A Dkernel_utils.h121 bool is_async) in EagerContextResource()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/protobuf/
H A Dtf_data_stats.proto39 bool is_async = 4; field
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/transport/
H A Dcommand_channel.h351 bool is_async() const { return pending_opcode != hci_spec::kNoOp; } in is_async() function
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/python/
H A Ddtensor_device.py51 def __init__(self, meshes: List[layout_lib.Mesh], is_async=True): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dpywrap_dtensor_device.cc106 bool is_host_mesh) { in PYBIND11_MODULE()
/aosp_15_r20/external/pytorch/torch/autograd/
H A Dprofiler_util.py460 is_async=False, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dgroup_events.cc111 bool is_async = false; member
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dtls_server_handshaker.cc175 const bool is_async = in Run() local

123