Home
last modified time | relevance | path

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

12

/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.rst250 is the set of signals whose delivery is currently blocked for the caller.
393 Examine the set of signals that are pending for delivery to the calling
407 Suspend execution of the calling thread until the delivery of one of the
422 Suspend execution of the calling thread until the delivery of one of the
Dmailbox.rst323 finalize delivery. A mail user agent may subsequently move the message to the
888 Return the delivery date of the message as a floating-point number
894 Set the delivery date of the message to *date*, a floating-point number
974 sender's envelope address and the time of delivery are typically stored in a
1051 :class:`MaildirMessage` instance's delivery date, and the following conversions
1346 sender's address and the delivery date in an initial line beginning with
1422 :class:`MaildirMessage` instance's delivery date, and the following conversions
Demail.message.rst498 message/delivery-status
525 message/delivery-status
Demail.compat32-message.rst678 message/delivery-status
705 message/delivery-status
Demail.parser.rst307 :mimetype:`message/delivery-status` and :mimetype:`message/rfc822`) will also
/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
Demail.message.rst548 message/delivery-status
/external/python/cpython3/Misc/NEWS.d/
D3.6.3rc1.rst198 Improve signal delivery.
202 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/cpython3/Lib/test/
Dmime.types1161 message/delivery-status
1166 message/global-delivery-status u8dsn
/external/brotli/tests/testdata/
Dlcet10.txt879 process. Beyond scholarly journals, MICHELSON remarked the delivery of
884 that the copyright and fees issues impeding the delivery of full text on
2464 of networked multimedia information * Need for good, real-time delivery
2589 delivery protocols on the Internet do not yet exist. In LYNCH's view,
2829 learned how to scale new systems to enable delivery and dissemination
3253 The third phase of NATDP focused on delivery mechanisms other than
4608 a format more suitable for electronic delivery and database searching.
6191 and image data on the one hand, and putting it into a delivery system on
6193 without thinking about the restrictions of the delivery system. We have
6209 them. In creating a delivery system for general use, we have tried to
[all …]

12