/external/llvm-project/flang/test/Semantics/ |
D | call03.f90 | 62 subroutine asynchronous(x) subroutine 63 real, asynchronous :: x 66 real, asynchronous, value :: x 216 call asynchronous(a(j)) 240 real, asynchronous :: b[*] 242 real, asynchronous, volatile :: d[*] 243 call asynchronous(a[1]) ! ok 249 call asynchronous(b[1]) 253 call asynchronous(c[1]) 257 call asynchronous(d[1]) [all …]
|
D | io03.f90 | 49 read(10, asynchronous='no') jj 50 read(10, asynchronous='yes') jj 53 read(10, asynchronous='yes', id=id) jj 54 read(10, '(I4)', advance='no', asynchronous='yes', blank='null', & 131 read(10, asynchronous='nay') ! prog req 134 read(*, asynchronous='yes') 137 read(internal_file, asynchronous='y'//'es') 143 read(10, asynchronous='n'//'o', id=id) 158 read(10, id=id2, asynchronous='yes') jj
|
D | io04.f90 | 45 write(10, '(A)', advance='no', asynchronous='yes', decimal='comma', & 100 write(*, asynchronous='non') 103 write(*, asynchronous='yes') 106 write(internal_file, asynchronous='yes') 112 write(10, *, id=id, asynchronous='no') "Ok" 128 write(id=id1, unit=10, asynchronous='Yes') 'Ok' 131 write(10, *, asynchronous='yes', id=const_id, iostat=stat2) 'Ok'
|
D | symbol05.f90 | 97 asynchronous :: j 99 asynchronous :: i
|
D | resolve81.f90 | 21 real, asynchronous, public, asynchronous :: asynchVar
|
D | io01.f90 | 42 open(30, action='readwrite', asynchronous='n'//'o', blank='zero') 43 open(31, action=action_(2), asynchronous=asynchronous_(2), blank=blank_(2))
|
D | io05.f90 | 15 access=c(1), action=c(2), asynchronous=c(3), blank=c(4), decimal=c(5), & 32 access=cv, action=cv, asynchronous=cv, blank=cv, decimal=cv, &
|
D | modfile05.f90 | 14 asynchronous y
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-signal-handler.rst | 6 Finds functions registered as signal handlers that call non asynchronous-safe 7 functions. Any function that cannot be determined to be an asynchronous-safe 8 function call is assumed to be non-asynchronous-safe by the checker, 13 The minimal list of asynchronous-safe system functions is: 16 The check accepts only these calls as asynchronous-safe. 19 `SIG30-C. Call only asynchronous-safe functions within signal handlers 20 <https://www.securecoding.cert.org/confluence/display/c/SIG30-C.+Call+only+asynchronous-safe+functi…
|
/external/autotest/client/site_tests/kernel_AsyncDriverProbe/ |
D | control | 7 PURPOSE = "Verify kernel correctly implements asynchronous driver probing" 10 asynchronous probing takes too long. 19 Checks that the kernel correctly implements asynchronous probing for
|
/external/tpm2-tss/doc/ |
D | doxygen.dox | 5 Additionally there are asynchronous versions of each command. 7 Both the synchronous and asynchronous API are exposed through a single library: libtss2-esys. 119 * either as a one-call or in an asynchronous manner. 127 * either as a one-call or in an asynchronous manner. 135 * either as a one-call or in an asynchronous manner. 143 * either as a one-call or in an asynchronous manner. 151 * either as a one-call or in an asynchronous manner. 159 * either as a one-call or in an asynchronous manner. 165 * either as a one-call or in an asynchronous manner. 175 * either as a one-call or in an asynchronous manner. [all …]
|
/external/llvm-project/mlir/include/mlir/Dialect/Async/IR/ |
D | AsyncBase.td | 27 This dialect contains operations for modeling asynchronous execution. 37 `async.token` is a type returned by asynchronous operations, and it becomes 38 `ready` when the asynchronous operations that created it is completed. 51 `async.value` represents a value returned by asynchronous operations,
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
D | tpu_client.cc | 52 bool asynchronous); 61 LocalClient* client, bool asynchronous) in TpuDeviceState() argument 63 asynchronous, in TpuDeviceState() 176 bool asynchronous, absl::Duration init_retry_timeout) { in GetTpuClient() argument 212 absl::make_unique<TpuDeviceState>(executor, client, asynchronous)); in GetTpuClient()
|
D | cpu_device.cc | 32 StatusOr<std::unique_ptr<PjRtClient>> GetCpuClient(bool asynchronous) { in GetCpuClient() argument 54 executor, client, LocalDeviceState::kSynchronous, asynchronous, in GetCpuClient()
|
D | gpu_device.cc | 76 LocalClient* xla_client, bool asynchronous) { in BuildLocalDeviceStates() argument 83 asynchronous, in BuildLocalDeviceStates() 314 bool asynchronous, const GpuAllocatorConfig& allocator_config, in GetGpuClient() argument 319 BuildLocalDeviceStates(xla_client, asynchronous)); in GetGpuClient()
|
D | cpu_device.h | 31 StatusOr<std::unique_ptr<PjRtClient>> GetCpuClient(bool asynchronous);
|
D | local_device_state.cc | 33 bool asynchronous, bool allow_event_reuse) in LocalDeviceState() argument 36 compute_semaphore_(/*capacity=*/asynchronous ? 32 : 1), in LocalDeviceState()
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | xla.cc | 232 [](bool asynchronous) -> StatusOr<std::shared_ptr<PyClient>> { in PYBIND11_MODULE() argument 234 GetCpuClient(asynchronous)); in PYBIND11_MODULE() 245 [](bool asynchronous, const GpuAllocatorConfig& allocator_config, in PYBIND11_MODULE() 250 GetGpuClient(asynchronous, allocator_config, in PYBIND11_MODULE() 259 [](bool asynchronous) -> StatusOr<std::shared_ptr<PyClient>> { in PYBIND11_MODULE() argument 261 GetTpuClient(asynchronous)); in PYBIND11_MODULE()
|
/external/openscreen/docs/ |
D | trace_logging.md | 74 and asynchronous traces. 80 For asynchronous calls, the result must be set as part of the `TRACE_ASYNC_END` 111 a new asynchronous function trace with name as provided. It will not end 115 as such, **this call should be used in the majority of asynchronous tracing 120 a new asynchronous function trace with name and full Trac ID Hierarchy as 128 (as described below). this function will initiate a new asynchronous 176 This approach allows for asynchronous tracing when the function being traced can 191 This approach allows for asynchronous tracing even when no existing ID can be
|
/external/python/cpython3/Doc/library/ |
D | asyncore.rst | 5 :synopsis: A base class for developing asynchronous socket handling 25 This module provides the basic infrastructure for writing asynchronous socket 56 any that have been added to the map during asynchronous service) is closed. 81 which are called from the asynchronous loop. Otherwise, it can be treated 85 states tells the asynchronous loop that certain higher-level events have 105 During asynchronous processing, each mapped channel's :meth:`readable` and 116 Called when the asynchronous loop detects that a :meth:`read` call on the 122 Called when the asynchronous loop detects that a writable socket can be 178 Called each time around the asynchronous loop to determine whether a 186 Called each time around the asynchronous loop to determine whether a
|
D | asynchat.rst | 5 :synopsis: Support for asynchronous command/response protocols. 23 asynchronous clients and servers and making it easier to handle protocols 27 :meth:`found_terminator` methods. It uses the same asynchronous loop as 56 The asynchronous input buffer size (default ``4096``). 61 The asynchronous output buffer size (default ``4096``).
|
D | asyncio.rst | 26 asyncio is used as a foundation for multiple Python asynchronous 50 provide asynchronous APIs for :meth:`networking <loop.create_server>`,
|
/external/python/cpython2/Doc/library/ |
D | asyncore.rst | 5 :synopsis: A base class for developing asynchronous socket handling 16 This module provides the basic infrastructure for writing asynchronous socket 47 any that have been added to the map during asynchronous service) is closed. 72 which are called from the asynchronous loop. Otherwise, it can be treated 76 states tells the asynchronous loop that certain higher-level events have 96 During asynchronous processing, each mapped channel's :meth:`readable` and 107 Called when the asynchronous loop detects that a :meth:`read` call on the 113 Called when the asynchronous loop detects that a writable socket can be 155 Called each time around the asynchronous loop to determine whether a 163 Called each time around the asynchronous loop to determine whether a
|
/external/python/cpython3/Doc/reference/ |
D | expressions.rst | 214 clause may be used to iterate over a :term:`asynchronous iterator`. 221 :dfn:`asynchronous comprehension`. An asynchronous comprehension may 389 :dfn:`asynchronous generator expression`. An asynchronous generator 390 expression returns a new asynchronous generator object, 391 which is an asynchronous iterator (see :ref:`async-iterators`). 397 Prior to Python 3.7, asynchronous generator expressions could 399 with 3.7, any function can use asynchronous generator expressions. 421 or an :term:`asynchronous generator` function and 425 coroutine function to be an asynchronous generator. For example:: 430 async def agen(): # defines an asynchronous generator function [all …]
|
/external/tensorflow/tensorflow/python/tpu/ |
D | async_checkpoint.py | 153 self._save(session, last_step, asynchronous=False) 158 def _save(self, session, step, asynchronous=True): argument 183 if not asynchronous:
|