Home
last modified time | relevance | path

Searched refs:delivery (Results 1 – 25 of 55) sorted by relevance

123

/external/strace/
DREADME-linux-ptrace29 be further subdivided into signal-delivery-stop, group-stop,
43 Note that killing signal will first cause signal-delivery-stop (on one
48 SIGKILL operates similarly, with exceptions. No signal-delivery-stop is
122 The following kinds of ptrace-stops exist: signal-delivery-stops,
131 1.x.x Signal-delivery-stop
136 thread is traced, it enters signal-delivery-stop. By this point, signal
139 the next ptrace request. This second step of signal delivery is called
141 signal-delivery-stop doesn't happen until signal is unblocked, with the
144 Signal-delivery-stop is observed by tracer as waitpid returning with
154 After signal-delivery-stop is observed by tracer, tracer should restart
[all …]
/external/volley/src/test/java/com/android/volley/
DCacheDispatcherTest.java78 private static void verifyNoResponse(ResponseDelivery delivery) { in verifyNoResponse() argument
79 verify(delivery, never()).postResponse(any(Request.class), any(Response.class)); in verifyNoResponse()
80 verify(delivery, never()) in verifyNoResponse()
82 verify(delivery, never()).postError(any(Request.class), any(VolleyError.class)); in verifyNoResponse()
/external/volley/src/main/java/com/android/volley/
DNetworkDispatcher.java61 ResponseDelivery delivery) { in NetworkDispatcher() argument
65 mDelivery = delivery; in NetworkDispatcher()
DRequestQueue.java138 Cache cache, Network network, int threadPoolSize, ResponseDelivery delivery) { in RequestQueue() argument
142 mDelivery = delivery; in RequestQueue()
DCacheDispatcher.java70 ResponseDelivery delivery) { in CacheDispatcher() argument
74 mDelivery = delivery; in CacheDispatcher()
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_25.txt14 Content-Type: multipart/report; report-type=delivery-status;
25 ----- The following addresses have delivery notifications -----
32 Content-Type: message/delivery-status
Dmsg_05.txt5 Content-Type: multipart/report; report-type=delivery-status;
Dmsg_43.txt7 Content-Type: multipart/report; report-type=delivery-status;
36 Content-Type: message/delivery-status
/external/python/cpython2/Lib/email/test/data/
Dmsg_25.txt14 Content-Type: multipart/report; report-type=delivery-status;
25 ----- The following addresses have delivery notifications -----
32 Content-Type: message/delivery-status
Dmsg_05.txt5 Content-Type: multipart/report; report-type=delivery-status;
Dmsg_43.txt7 Content-Type: multipart/report; report-type=delivery-status;
36 Content-Type: message/delivery-status
/external/ltp/testcases/kernel/controllers/freezer/
DREADME23 signalling freezing/frozen tasks -- this should delay delivery of the
/external/python/cpython3/Doc/library/
Dsignal.rst278 is the set of signals whose delivery is currently blocked for the caller.
421 Examine the set of signals that are pending for delivery to the calling
435 Suspend execution of the calling thread until the delivery of one of the
450 Suspend execution of the calling thread until the delivery of one of the
Dmailbox.rst326 finalize delivery. A mail user agent may subsequently move the message to the
891 Return the delivery date of the message as a floating-point number
897 Set the delivery date of the message to *date*, a floating-point number
977 sender's envelope address and the time of delivery are typically stored in a
1054 :class:`MaildirMessage` instance's delivery date, and the following conversions
1349 sender's address and the delivery date in an initial line beginning with
1425 :class:`MaildirMessage` instance's delivery date, and the following conversions
Demail.message.rst497 message/delivery-status
525 message/delivery-status
Demail.compat32-message.rst679 message/delivery-status
706 message/delivery-status
Demail.parser.rst307 :mimetype:`message/delivery-status` and :mimetype:`message/rfc822`) will also
/external/angle/extensions/
DEGL_EXT_create_context_robustness.txt113 delivery of reset notifications or the loss of all context state
/external/python/cpython2/Doc/library/
Dmailbox.rst306 finalize delivery. A mail user agent may subsequently move the message to the
869 Return the delivery date of the message as a floating-point number
875 Set the delivery date of the message to *date*, a floating-point number
955 sender's envelope address and the time of delivery are typically stored in a
1032 :class:`MaildirMessage` instance's delivery date, and the following conversions
1327 sender's address and the delivery date in an initial line beginning with
1403 :class:`MaildirMessage` instance's delivery date, and the following conversions
1579 ``'From '`` are quoted by mail handling software at delivery-time.
Demail.rst303 :mimetype:`message/delivery-status` type messages, which it represents as a
305 :class:`~email.message.Message` subparts for each header block in the delivery
Demail.parser.rst210 :mimetype:`message/delivery-status` and :mimetype:`message/rfc822`) will also be
/external/OpenCSD/decoder/docs/
Dbuild_libs.md52 - ARCH=<arch> : sets the bit variant in the delivery directories. Set if cross compilation for ARCH
/external/python/cpython3/Misc/NEWS.d/
D3.6.3rc1.rst198 Improve signal delivery.
201 the patch, on Linux and OS X. This means our signal delivery logic had
D3.6.2rc1.rst163 Fix race condition between signal delivery and wakeup file descriptor.
/external/python/google-api-python-client/docs/
Doauth-installed.md55 …ossible to listen, other software (such as a Windows firewall) prevents delivery of the message wi…

123