Home
last modified time | relevance | path

Searched refs:asynchronous (Results 1 – 25 of 148) sorted by relevance

123456

/external/autotest/client/site_tests/kernel_AsyncDriverProbe/
Dcontrol7 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/python/cpython3/Doc/library/
Dasyncore.rst5 :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
Dasynchat.rst5 :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``).
Dasyncio.rst26 asyncio is used as a foundation for multiple Python asynchronous
50 provide asynchronous APIs for :meth:`networking <loop.create_server>`,
Dcollections.abc.rst221 definition of :term:`asynchronous iterable`.
228 methods. See also the definition of :term:`asynchronous iterator`.
234 ABC for asynchronous generator classes that implement the protocol
Dcontextlib.rst103 :ref:`asynchronous context manager <async-context-managers>`.
106 function for :keyword:`async with` statement asynchronous context managers,
108 :meth:`__aexit__` methods. It must be applied to an :term:`asynchronous
458 An :ref:`asynchronous context manager <async-context-managers>`, similar
460 asynchronous context managers, as well as having coroutines for
468 Similar to :meth:`enter_context` but expects an asynchronous context
473 Similar to :meth:`push` but expects either an asynchronous context manager
Dasyncio-future.rst65 A Future represents an eventual result of an asynchronous
197 asynchronous Task to set result for the Future, and waits until
/external/python/cpython2/Doc/library/
Dasyncore.rst5 :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
Dasynchat.rst5 :synopsis: Support for asynchronous command/response protocols.
14 asynchronous clients and servers and making it easier to handle protocols
18 :meth:`found_terminator` methods. It uses the same asynchronous loop as
47 The asynchronous input buffer size (default ``4096``).
52 The asynchronous output buffer size (default ``4096``).
/external/python/cpython3/Doc/reference/
Dexpressions.rst214 clause may be used to iterate over a :term:`asynchronous iterator`.
221 :dfn:`asynchronous comprehension`. An asynchronous comprehension may
383 :dfn:`asynchronous generator expression`. An asynchronous generator
384 expression returns a new asynchronous generator object,
385 which is an asynchronous iterator (see :ref:`async-iterators`).
391 Prior to Python 3.7, asynchronous generator expressions could
393 with 3.7, any function can use asynchronous generator expressions.
415 or an :term:`asynchronous generator` function and
419 coroutine function to be an asynchronous generator. For example::
424 async def agen(): # defines an asynchronous generator function
[all …]
/external/tensorflow/tensorflow/python/tpu/
Dasync_checkpoint.py143 self._save(session, last_step, asynchronous=False)
148 def _save(self, session, step, asynchronous=True): argument
173 if not asynchronous:
/external/grpc-grpc/
DCONCEPTS.md28 #### Synchronous vs. asynchronous
33 On the other hand, networks are inherently asynchronous and in many scenarios,
38 asynchronous flavors.
/external/libunwind/doc/
Dunw_is_signal_frame.tex23 asynchronous interruption. For UNIX and UNIX-like platforms, such
28 Signal frames are somewhat unusual because the asynchronous nature of
/external/libevent/
Dlibevent.pc.in9 Description: libevent is an asynchronous notification event loop library
/external/guava/guava/src/com/google/common/cache/
DRemovalListeners.java44 public static <K, V> RemovalListener<K, V> asynchronous( in asynchronous() method in RemovalListeners
/external/linux-kselftest/tools/testing/selftests/vDSO/
DMakefile14 CFLAGS_vdso_standalone_test_x86 := -nostdlib -fno-asynchronous-unwind-tables -fno-stack-protector
/external/nos/host/android/
DREADME.md17 function from the Nugget transport API. In future, asynchronous calls may be
/external/u-boot/drivers/dma/
DKconfig8 asynchronous data transfers without involving the host
/external/Reactive-Extensions/RxCpp/projects/nuget/
Drxcpp.autoconfig12 summary: "The Reactive Extensions (Rx) asynchronous algorithm library";
/external/parameter-framework/upstream/tools/clientSimulator/
DREADME.md214 "myFirstScript" : ["test-scripts/first.sh","asynchronous"]
227 The synchronousness can be either `"synchronous"` or `"asynchronous"` and
231 * asynchronous : The script will run concurrently to the execution of the
/external/python/cpython3/Doc/
Dglossary.rst87 asynchronous context manager
92 asynchronous generator
93 A function which returns an :term:`asynchronous generator iterator`. It
98 Usually refers to an asynchronous generator function, but may refer to an
99 *asynchronous generator iterator* in some contexts. In cases where the
102 An asynchronous generator function may contain :keyword:`await`
106 asynchronous generator iterator
107 An object created by a :term:`asynchronous generator` function.
109 This is an :term:`asynchronous iterator` which when called using the
111 the body of the asynchronous generator function until the next
[all …]
/external/autotest/client/site_tests/cellular_GobiDisableWhileConnecting/
Dcontrol11 tests: delaying asynchronous connect and QMI failure.)
/external/mksh/
DAndroid.bp33 "-fno-asynchronous-unwind-tables",
/external/curl/docs/cmdline-opts/
Dversion.d31 This curl uses asynchronous name resolves. Asynchronous name resolves can be
/external/libusb-compat/
DREADME27 libusb-1.0's asynchronous transfer API, which supports transfer

123456