/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_meta/src/ |
D | reader.rs | 230 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
|
D | lib.rs | 141 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/ |
D | pyclbr.py | 71 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 D | pyclbr.py | 71 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/ |
D | pyclbr.py | 71 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/ |
D | pyclbr.py | 71 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/ |
D | pyclbr.py | 71 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/ |
D | pyclbr.py | 71 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 D | asyncfilters.py | 30 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/ |
D | asyncfilters.py | 31 def is_async(args): function 40 def is_async(args): function
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | host_resolver_manager_unittest.cc | 339 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 D | parallel_device_lib.cc | 69 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/ |
D | fnsig.rs | 22 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 D | executor.py | 57 def is_async(self): member in Executor
|
H A D | context.py | 1044 def is_async(self): member in Context 2489 def is_async(): function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/ |
H A D | tfrt_context.cc | 39 bool is_async) { in TfrtContext()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/runtime/ |
H A D | kernel_utils.cc | 30 bool is_async) { in InitEagerContext()
|
H A D | kernel_utils.h | 121 bool is_async) in EagerContextResource()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/protobuf/ |
H A D | tf_data_stats.proto | 39 bool is_async = 4; field
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/transport/ |
H A D | command_channel.h | 351 bool is_async() const { return pending_opcode != hci_spec::kNoOp; } in is_async() function
|
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/python/ |
H A D | dtensor_device.py | 51 def __init__(self, meshes: List[layout_lib.Mesh], is_async=True): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ |
H A D | pywrap_dtensor_device.cc | 106 bool is_host_mesh) { in PYBIND11_MODULE()
|
/aosp_15_r20/external/pytorch/torch/autograd/ |
H A D | profiler_util.py | 460 is_async=False, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/ |
H A D | group_events.cc | 111 bool is_async = false; member
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | tls_server_handshaker.cc | 175 const bool is_async = in Run() local
|