Home
last modified time | relevance | path

Searched refs:asynchronous (Results 1 – 25 of 135) 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/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/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``).
Dcollections.abc.rst215 definition of :term:`asynchronous iterable`.
222 methods. See also the definition of :term:`asynchronous iterator`.
228 ABC for asynchronous generator classes that implement the protocol
Dpprint.rst256 'summary': 'An asynchronous networking framework written in Python',
309 'summary': 'An asynchronous networking framework written in Python',
347 'summary': 'An asynchronous networking '
/external/python/cpython3/Doc/reference/
Dexpressions.rst190 clause may be used to iterate over a :term:`asynchronous iterator`.
197 :dfn:`asynchronous comprehension`. An asynchronous comprehension may
331 as with an asynchronous comprehension. If a generator expression
333 it is called an :dfn:`asynchronous generator expression`.
334 An asynchronous generator expression yields a new asynchronous
335 generator object, which is an asynchronous iterator
353 or an :term:`asynchronous generator` function and
357 coroutine function to be an asynchronous generator. For example::
362 async def agen(): # defines an asynchronous generator function (PEP 525)
365 Generator functions are described below, while asynchronous generator
[all …]
Dcompound_stmts.rst719 An :term:`asynchronous iterable` is able to call asynchronous code in its
720 *iter* implementation, and :term:`asynchronous iterator` can call asynchronous
723 The ``async for`` statement allows convenient iteration over asynchronous
763 An :term:`asynchronous context manager` is a :term:`context manager` that is
/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/linux-kselftest/tools/testing/selftests/vDSO/
DMakefile4 CFLAGS_vdso_standalone_test_x86 := -nostdlib -fno-asynchronous-unwind-tables -fno-stack-protector
/external/guava/guava/src/com/google/common/cache/
DRemovalListeners.java44 public static <K, V> RemovalListener<K, V> asynchronous( in asynchronous() method in RemovalListeners
/external/tensorflow/tensorflow/tools/dist_test/
DREADME.md54 workers: asynchronous and synchronous.
56 In the asynchronous mode, the parameter updates (gradients) from the workers
/external/nos/host/android/
DREADME.md17 function from the Nugget transport API. In future, asynchronous calls may be
/external/python/cpython3/Doc/
Dglossary.rst72 asynchronous context manager
77 asynchronous generator
78 A function which returns an :term:`asynchronous generator iterator`. It
83 Usually refers to a asynchronous generator function, but may refer to an
84 *asynchronous generator iterator* in some contexts. In cases where the
87 An asynchronous generator function may contain :keyword:`await`
91 asynchronous generator iterator
92 An object created by a :term:`asynchronous generator` function.
94 This is an :term:`asynchronous iterator` which when called using the
96 that the body of the asynchronous generator function until the
[all …]
/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/syslinux/mk/
Delf.mk37 GCCOPT += $(call gcc_ok,-fno-asynchronous-unwind-tables,)
Dembedded.mk48 GCCOPT += $(call gcc_ok,-fno-asynchronous-unwind-tables,)
Dcom32.mk44 GCCOPT += $(call gcc_ok,-fno-asynchronous-unwind-tables,)
/external/mksh/
DAndroid.bp33 "-fno-asynchronous-unwind-tables",
/external/autotest/client/site_tests/cellular_GobiDisableWhileConnecting/
Dcontrol11 tests: delaying asynchronous connect and QMI failure.)
/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
/external/ImageMagick/MagickCore/
Dnt-base.c2343 asynchronous; in NTSystemCommand() local
2366 asynchronous=command[strlen(command)-1] == '&' ? MagickTrue : MagickFalse; in NTSystemCommand()
2367 if (asynchronous != MagickFalse) in NTSystemCommand()
2410 if (asynchronous != MagickFalse) in NTSystemCommand()

123456