/external/dbus/dbus/ |
D | dbus-pending-call.c | 120 DBusPendingCall *pending; in _dbus_pending_call_new_unlocked() local 131 pending = dbus_new0 (DBusPendingCall, 1); in _dbus_pending_call_new_unlocked() 133 if (pending == NULL) in _dbus_pending_call_new_unlocked() 143 pending, NULL); in _dbus_pending_call_new_unlocked() 148 dbus_free (pending); in _dbus_pending_call_new_unlocked() 152 pending->timeout = timeout; in _dbus_pending_call_new_unlocked() 156 pending->timeout = NULL; in _dbus_pending_call_new_unlocked() 159 _dbus_atomic_inc (&pending->refcount); in _dbus_pending_call_new_unlocked() 160 pending->connection = connection; in _dbus_pending_call_new_unlocked() 161 _dbus_connection_ref_unlocked (pending->connection); in _dbus_pending_call_new_unlocked() [all …]
|
D | dbus-pending-call-internal.h | 34 dbus_bool_t _dbus_pending_call_is_timeout_added_unlocked (DBusPendingCall *pending); 35 void _dbus_pending_call_set_timeout_added_unlocked (DBusPendingCall *pending, 37 DBusTimeout * _dbus_pending_call_get_timeout_unlocked (DBusPendingCall *pending); 38 dbus_uint32_t _dbus_pending_call_get_reply_serial_unlocked (DBusPendingCall *pending); 39 void _dbus_pending_call_set_reply_serial_unlocked (DBusPendingCall *pending, 41 DBusConnection * _dbus_pending_call_get_connection_and_lock (DBusPendingCall *pending); 42 DBusConnection * _dbus_pending_call_get_connection_unlocked (DBusPendingCall *pending); 43 dbus_bool_t _dbus_pending_call_get_completed_unlocked (DBusPendingCall *pending); 44 void _dbus_pending_call_complete (DBusPendingCall *pending); 45 void _dbus_pending_call_set_reply_unlocked (DBusPendingCall *pending, [all …]
|
D | dbus-pending-call.h | 45 DBusPendingCall* dbus_pending_call_ref (DBusPendingCall *pending); 47 void dbus_pending_call_unref (DBusPendingCall *pending); 49 dbus_bool_t dbus_pending_call_set_notify (DBusPendingCall *pending, 54 void dbus_pending_call_cancel (DBusPendingCall *pending); 56 dbus_bool_t dbus_pending_call_get_completed (DBusPendingCall *pending); 58 DBusMessage* dbus_pending_call_steal_reply (DBusPendingCall *pending); 60 void dbus_pending_call_block (DBusPendingCall *pending); 67 dbus_bool_t dbus_pending_call_set_data (DBusPendingCall *pending, 72 void* dbus_pending_call_get_data (DBusPendingCall *pending,
|
D | dbus-connection.c | 491 DBusPendingCall *pending; in _dbus_connection_queue_received_message_link() local 505 pending = _dbus_hash_table_lookup_int (connection->pending_replies, in _dbus_connection_queue_received_message_link() 507 if (pending != NULL) in _dbus_connection_queue_received_message_link() 509 if (_dbus_pending_call_is_timeout_added_unlocked (pending)) in _dbus_connection_queue_received_message_link() 511 … _dbus_pending_call_get_timeout_unlocked (pending)); in _dbus_connection_queue_received_message_link() 513 _dbus_pending_call_set_timeout_added_unlocked (pending, FALSE); in _dbus_connection_queue_received_message_link() 925 DBusPendingCall *pending) in _dbus_connection_attach_pending_call_unlocked() argument 932 reply_serial = _dbus_pending_call_get_reply_serial_unlocked (pending); in _dbus_connection_attach_pending_call_unlocked() 936 timeout = _dbus_pending_call_get_timeout_unlocked (pending); in _dbus_connection_attach_pending_call_unlocked() 945 pending)) in _dbus_connection_attach_pending_call_unlocked() [all …]
|
D | dbus-connection-internal.h | 76 DBusPendingCall *pending, 85 void _dbus_pending_call_notify (DBusPendingCall *pending); 87 DBusPendingCall *pending); 88 void _dbus_connection_block_pending_call (DBusPendingCall *pending); 89 void _dbus_pending_call_complete_and_unlock (DBusPendingCall *pending,
|
/external/skia/src/core/ |
D | SkTaskGroup.cpp | 42 static void Add(std::function<void(void)> fn, SkAtomic<int32_t>* pending) { in Add() argument 46 gGlobal->add(fn, pending); in Add() 49 static void Batch(int N, std::function<void(int)> fn, SkAtomic<int32_t>* pending) { in Batch() argument 54 gGlobal->batch(N, fn, pending); in Batch() 57 static void Wait(SkAtomic<int32_t>* pending) { in Wait() argument 59 SkASSERT(pending->load(sk_memory_order_relaxed) == 0); in Wait() 63 while (pending->load(sk_memory_order_acquire) > 0) { in Wait() 82 work.pending->fetch_add(-1, sk_memory_order_release); // Pairs with load above. in Wait() 96 SkAtomic<int32_t>* pending; // then decrement pending afterwards. member 125 void add(std::function<void(void)> fn, SkAtomic<int32_t>* pending) { in add() argument [all …]
|
/external/dbus/cmake/test/name-test/ |
D | CMakeLists.txt | 7 add_executable(test-pending-call-dispatch ${NAMEtest-DIR}/test-pending-call-dispatch.c) 8 target_link_libraries(test-pending-call-dispatch ${DBUS_INTERNAL_LIBRARIES}) 9 ADD_TEST(test-pending-call-dispatch ${EXECUTABLE_OUTPUT_PATH}/test-pending-call-dispatch) 11 add_executable(test-pending-call-timeout ${NAMEtest-DIR}/test-pending-call-timeout.c) 12 target_link_libraries(test-pending-call-timeout ${DBUS_INTERNAL_LIBRARIES}) 13 ADD_TEST(test-pending-call-timeout ${EXECUTABLE_OUTPUT_PATH}/test-pending-call-timeout)
|
/external/valgrind/docs/internals/ |
D | 3_2_BUGSTATUS.txt | 3 pending = is scheduled to be fixed (or at least considered) on this branch 134 pending pending 140939 --track-fds reports leakage of 137 pending pending 141366 Add sys_vserver support to valgrind (w/ patch) 139 pending pending 140522 valgrind 3.2.2 libmpiwrap: MPI_STATUS_IGNORE 158 r6630 pending n-i-bz add additional ptrace reason codes 160 r6631 pending 142186 add I2C ioctl support 163 r7028 pending 151209 valgrind unable to execute programs for users with UID > 2^16 229 r6746/7/8 pending n-i-bz Improve callgrind documentation 231 r6749 pending n-i-bz callgrind_annotate: Fix a warning 233 r6751 pending n-i-bz callgrind: fix build with srcdir != builddir [all …]
|
D | 3_1_BUGSTATUS.txt | 3 pending = is scheduled to be fixed (or at least considered) on this branch 73 vx1554 pending n-i-bz re-add stfiwx support (PPC32) 84 v5968 pending 117172 FUTEX_WAKE does not use uaddr2 86 pending pending 117362 partially defined equality 93 pending wontfix n-i-bz ppc32: jm-insns doesn't do FP tests 94 pending wontfix 117564 __NR_clone param test (w/ partial patch) 98 pending pending 118118 SIGBUS in disInstr_AMD64 after long run 100 pending pending 118466 add %r,%r mishandled by memcheck 120 pending pending 120732 Generating trapno for sigcontext (x86) 125 pending pending 121617 Assertion 'sizeof(*regs) == sizeof(prs->pr_reg) [all …]
|
/external/dbus/bus/ |
D | connection.c | 1484 bus_pending_reply_free (BusPendingReply *pending) in bus_pending_reply_free() argument 1487 pending, in bus_pending_reply_free() 1488 pending->will_send_reply, in bus_pending_reply_free() 1489 pending->will_get_reply, in bus_pending_reply_free() 1490 pending->reply_serial); in bus_pending_reply_free() 1492 dbus_free (pending); in bus_pending_reply_free() 1498 BusPendingReply *pending) in bus_pending_reply_send_no_reply() argument 1514 pending->reply_serial)) in bus_pending_reply_send_no_reply() 1526 if (!bus_transaction_send_from_driver (transaction, pending->will_get_reply, in bus_pending_reply_send_no_reply() 1542 BusPendingReply *pending = link->data; in bus_pending_reply_expired() local [all …]
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/filters/ |
D | inject_meta_charset.py | 14 pending = [] 51 if token["name"].lower() == "head" and pending: 53 yield pending.pop(0) 57 while pending: 58 yield pending.pop(0) 63 pending.append(token)
|
/external/opencv3/samples/python2/ |
D | video_threaded.py | 57 pending = deque() variable 65 while len(pending) > 0 and pending[0].ready(): 66 res, t0 = pending.popleft().get() 72 if len(pending) < threadn: 81 pending.append(task)
|
/external/dbus/test/name-test/ |
D | test-pending-call-timeout.c | 17 DBusPendingCall *pending; in _method_call() local 29 dbus_connection_send_with_reply (conn, method, &pending, timeout_milliseconds); in _method_call() 33 dbus_pending_call_block (pending); in _method_call() 38 reply = dbus_pending_call_steal_reply (pending); in _method_call() 53 dbus_pending_call_unref (pending); in _method_call()
|
/external/selinux/libselinux/utils/ |
D | getsebool.c | 17 int i, get_all = 0, rc = 0, active, pending, len = 0, opt; in main() local 83 pending = security_get_boolean_pending(names[i]); in main() 84 if (pending < 0) { in main() 97 if (pending != active) { in main() 100 (pending ? "on" : "off")); in main()
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
D | testserver.py | 28 self.pending = [] 41 self.pending.pop() 45 while not self.stopping or self.pending: 52 if self.pending: 61 [self.pending.append(True) for x in range(count)]
|
/external/jemalloc/src/ |
D | tsd.c | 42 bool pending[MALLOC_TSD_CLEANUPS_MAX], again; in _malloc_thread_cleanup() local 46 pending[i] = true; in _malloc_thread_cleanup() 51 if (pending[i]) { in _malloc_thread_cleanup() 52 pending[i] = cleanups[i](); in _malloc_thread_cleanup() 53 if (pending[i]) in _malloc_thread_cleanup()
|
/external/zlib/src/ |
D | deflate.c | 407 s->pending = 0; 450 int ZEXPORT deflatePending (strm, pending, bits) in deflatePending() argument 451 unsigned *pending; in deflatePending() 456 if (pending != Z_NULL) 457 *pending = strm->state->pending; 516 if (err == Z_BUF_ERROR && s->pending == 0) 649 len = s->pending; 658 s->pending -= len; 659 if (s->pending == 0) { 730 s->pending); [all …]
|
/external/opencv3/3rdparty/zlib/ |
D | deflate.c | 407 s->pending = 0; 450 int ZEXPORT deflatePending (strm, pending, bits) in deflatePending() argument 451 unsigned *pending; in deflatePending() 456 if (pending != Z_NULL) 457 *pending = strm->state->pending; 516 if (err == Z_BUF_ERROR && s->pending == 0) 649 len = s->pending; 658 s->pending -= len; 659 if (s->pending == 0) { 730 s->pending); [all …]
|
/external/toybox/scripts/ |
D | mkstatus.py | 26 blah,pending=readit(["sed -n 's/[^ \\t].*TOY(\\([^,]*\\),.*/\\1/p' toys/pending/*.c"], 1) variable 43 if (i in pending): print "barf %s" % i 46 for i in toystuff + pending: 89 if i in toystuff or i in pending: 118 if j in pending: todo.append('<strike>%s</strike>' % j)
|
/external/chromium-trace/catapult/third_party/mocha/ |
D | mocha.css | 66 #mocha .test.pending:hover h2::after { 67 content: '(pending)'; 107 #mocha .test.pending { 111 #mocha .test.pending::before { 201 #mocha-report.pending .test.pass, 202 #mocha-report.pending .test.fail { 205 #mocha-report.pending .test.pass.pending {
|
/external/chromium-trace/catapult/tracing/third_party/mocha/ |
D | mocha.css | 66 #mocha .test.pending:hover h2::after { 67 content: '(pending)'; 107 #mocha .test.pending { 111 #mocha .test.pending::before { 201 #mocha-report.pending .test.pass, 202 #mocha-report.pending .test.fail { 205 #mocha-report.pending .test.pass.pending {
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/mocha/ |
D | mocha.css | 66 #mocha .test.pending:hover h2::after { 67 content: '(pending)'; 107 #mocha .test.pending { 111 #mocha .test.pending::before { 201 #mocha-report.pending .test.pass, 202 #mocha-report.pending .test.fail { 205 #mocha-report.pending .test.pass.pending {
|
/external/pdfium/third_party/zlib_v128/ |
D | deflate.c | 406 s->pending = 0; in deflateResetKeep() 451 unsigned *pending, in deflatePending() argument 455 if (pending != Z_NULL) in deflatePending() 456 *pending = strm->state->pending; in deflatePending() 515 if (err == Z_BUF_ERROR && s->pending == 0) in deflateParams() 648 len = s->pending; in flush_pending() 657 s->pending -= len; in flush_pending() 658 if (s->pending == 0) { in flush_pending() 729 s->pending); in deflate() 766 uInt beg = s->pending; /* start of bytes to update crc */ in deflate() [all …]
|
/external/toybox/ |
D | Android.mk | 138 toys/pending/dd.c \ 139 toys/pending/expr.c \ 140 toys/pending/lsof.c \ 141 toys/pending/more.c \ 142 toys/pending/netstat.c \ 143 toys/pending/route.c \ 144 toys/pending/tar.c \ 145 toys/pending/tr.c \ 146 toys/pending/traceroute.c \
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_midi.c | 93 pMIDIStream->pending = EAS_FALSE; in EAS_InitMIDIStream() 137 pMIDIStream->pending = EAS_TRUE; in EAS_ParseMIDIStream() 149 pMIDIStream->pending = EAS_FALSE; in EAS_ParseMIDIStream() 166 pMIDIStream->pending = EAS_TRUE; in EAS_ParseMIDIStream() 175 pMIDIStream->pending = EAS_FALSE; in EAS_ParseMIDIStream() 185 pMIDIStream->pending = EAS_TRUE; in EAS_ParseMIDIStream() 211 pMIDIStream->pending = EAS_FALSE; in EAS_ParseMIDIStream()
|