/external/strace/ |
D | README-linux-ptrace | 29 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/ |
D | CacheDispatcherTest.java | 78 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/ |
D | NetworkDispatcher.java | 61 ResponseDelivery delivery) { in NetworkDispatcher() argument 65 mDelivery = delivery; in NetworkDispatcher()
|
D | RequestQueue.java | 138 Cache cache, Network network, int threadPoolSize, ResponseDelivery delivery) { in RequestQueue() argument 142 mDelivery = delivery; in RequestQueue()
|
D | CacheDispatcher.java | 70 ResponseDelivery delivery) { in CacheDispatcher() argument 74 mDelivery = delivery; in CacheDispatcher()
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_25.txt | 14 Content-Type: multipart/report; report-type=delivery-status; 25 ----- The following addresses have delivery notifications ----- 32 Content-Type: message/delivery-status
|
D | msg_05.txt | 5 Content-Type: multipart/report; report-type=delivery-status;
|
D | msg_43.txt | 7 Content-Type: multipart/report; report-type=delivery-status; 36 Content-Type: message/delivery-status
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_25.txt | 14 Content-Type: multipart/report; report-type=delivery-status; 25 ----- The following addresses have delivery notifications ----- 32 Content-Type: message/delivery-status
|
D | msg_05.txt | 5 Content-Type: multipart/report; report-type=delivery-status;
|
D | msg_43.txt | 7 Content-Type: multipart/report; report-type=delivery-status; 36 Content-Type: message/delivery-status
|
/external/ltp/testcases/kernel/controllers/freezer/ |
D | README | 23 signalling freezing/frozen tasks -- this should delay delivery of the
|
/external/python/cpython3/Doc/library/ |
D | signal.rst | 278 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
|
D | mailbox.rst | 326 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
|
D | email.message.rst | 497 message/delivery-status 525 message/delivery-status
|
D | email.compat32-message.rst | 679 message/delivery-status 706 message/delivery-status
|
D | email.parser.rst | 307 :mimetype:`message/delivery-status` and :mimetype:`message/rfc822`) will also
|
/external/angle/extensions/ |
D | EGL_EXT_create_context_robustness.txt | 113 delivery of reset notifications or the loss of all context state
|
/external/python/cpython2/Doc/library/ |
D | mailbox.rst | 306 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.
|
D | email.rst | 303 :mimetype:`message/delivery-status` type messages, which it represents as a 305 :class:`~email.message.Message` subparts for each header block in the delivery
|
D | email.parser.rst | 210 :mimetype:`message/delivery-status` and :mimetype:`message/rfc822`) will also be
|
/external/OpenCSD/decoder/docs/ |
D | build_libs.md | 52 - ARCH=<arch> : sets the bit variant in the delivery directories. Set if cross compilation for ARCH
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.3rc1.rst | 198 Improve signal delivery. 201 the patch, on Linux and OS X. This means our signal delivery logic had
|
D | 3.6.2rc1.rst | 163 Fix race condition between signal delivery and wakeup file descriptor.
|
/external/python/google-api-python-client/docs/ |
D | oauth-installed.md | 55 …ossible to listen, other software (such as a Windows firewall) prevents delivery of the message wi…
|