/external/dbus/dbus/ |
D | dbus-pending-call.c | 120 DBusPendingCall *pending; in _dbus_pending_call_new_unlocked() local 179 _dbus_pending_call_set_reply_unlocked (DBusPendingCall *pending, in _dbus_pending_call_set_reply_unlocked() 211 _dbus_pending_call_complete (DBusPendingCall *pending) in _dbus_pending_call_complete() 235 _dbus_pending_call_queue_timeout_error_unlocked (DBusPendingCall *pending, in _dbus_pending_call_queue_timeout_error_unlocked() 255 _dbus_pending_call_is_timeout_added_unlocked (DBusPendingCall *pending) in _dbus_pending_call_is_timeout_added_unlocked() 270 _dbus_pending_call_set_timeout_added_unlocked (DBusPendingCall *pending, in _dbus_pending_call_set_timeout_added_unlocked() 286 _dbus_pending_call_get_timeout_unlocked (DBusPendingCall *pending) in _dbus_pending_call_get_timeout_unlocked() 300 _dbus_pending_call_get_reply_serial_unlocked (DBusPendingCall *pending) in _dbus_pending_call_get_reply_serial_unlocked() 314 _dbus_pending_call_set_reply_serial_unlocked (DBusPendingCall *pending, in _dbus_pending_call_set_reply_serial_unlocked() 330 _dbus_pending_call_get_connection_and_lock (DBusPendingCall *pending) in _dbus_pending_call_get_connection_and_lock() [all …]
|
D | dbus-connection.c | 491 DBusPendingCall *pending; in _dbus_connection_queue_received_message_link() local 925 DBusPendingCall *pending) in _dbus_connection_attach_pending_call_unlocked() 977 DBusPendingCall *pending; in free_pending_call_on_hash_removal() local 1010 DBusPendingCall *pending) in _dbus_connection_detach_pending_call_unlocked() 1021 DBusPendingCall *pending) in _dbus_connection_detach_pending_call_and_unlock() 1053 DBusPendingCall *pending) in _dbus_connection_remove_pending_call() 1207 DBusPendingCall *pending, in _dbus_connection_do_iteration_unlocked() 2281 DBusPendingCall *pending; in connection_timeout_and_complete_all_pending_calls_unlocked() local 2307 DBusPendingCall *pending, in complete_pending_call_and_unlock() 2321 DBusPendingCall *pending) in check_for_reply_and_update_dispatch_unlocked() [all …]
|
/external/skia/src/core/ |
D | SkTaskGroup.cpp | 42 static void Add(std::function<void(void)> fn, SkAtomic<int32_t>* pending) { in Add() 49 static void Batch(int N, std::function<void(int)> fn, SkAtomic<int32_t>* pending) { in Batch() 57 static void Wait(SkAtomic<int32_t>* pending) { 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() 135 void batch(int N, std::function<void(int)> fn, SkAtomic<int32_t>* pending) { in batch()
|
/external/curl/docs/examples/ |
D | multi-uv.c | 104 int pending; in check_multi_info() local 136 int pending; in curl_perform() local
|
/external/selinux/libselinux/utils/ |
D | getsebool.c | 17 int i, get_all = 0, rc = 0, active, pending, len = 0, opt; in main() local
|
/external/dbus/test/name-test/ |
D | test-pending-call-timeout.c | 17 DBusPendingCall *pending; in _method_call() local
|
/external/dbus/bus/ |
D | connection.c | 1484 bus_pending_reply_free (BusPendingReply *pending) in bus_pending_reply_free() 1498 BusPendingReply *pending) in bus_pending_reply_send_no_reply() 1542 BusPendingReply *pending = link->data; in bus_pending_reply_expired() local 1593 BusPendingReply *pending; in bus_connection_drop_pending_replies() local 1638 BusPendingReply *pending; member 1682 BusPendingReply *pending; in bus_connections_expect_reply() local 1814 BusPendingReply *pending = d->link->data; in check_pending_reply_data_free() local 1850 BusPendingReply *pending = link->data; in bus_connections_check_reply() local
|
/external/aac/libSBRenc/src/ |
D | resampler.h | 126 int pending; /*! number of pending output samples */ member
|
/external/toybox/scripts/ |
D | mkstatus.py | 26 blah,pending=readit(["sed -n 's/[^ \\t].*TOY(\\([^,]*\\),.*/\\1/p' toys/pending/*.c"], 1) variable
|
/external/opencv3/samples/python2/ |
D | video_threaded.py | 57 pending = deque() variable
|
/external/jemalloc/src/ |
D | tsd.c | 42 bool pending[MALLOC_TSD_CLEANUPS_MAX], again; in _malloc_thread_cleanup() local
|
/external/v8/src/crankshaft/arm64/ |
D | delayed-masm-arm64.h | 66 bool pending() { return pending_ != kNone; } in pending() function
|
/external/v8/test/mjsunit/es6/ |
D | mirror-promises.js | 58 var pending = new Promise(function(resolve, reject) {}); variable
|
/external/bison/lib/ |
D | sigprocmask.c | 207 sigset_t pending = 0; in sigpending() local
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_resource_buffer.h | 160 boolean pending; member
|
/external/v8/src/crankshaft/ |
D | hydrogen-range-analysis.cc | 95 Pending pending = stack.RemoveLast(); in Run() local
|
/external/kernel-headers/original/uapi/linux/ |
D | rtc.h | 38 unsigned char pending; /* 0 = alarm not pending, 1 = alarm pending */ member
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_miditypes.h | 48 EAS_BOOL8 pending; /* flag indicates more data expected */ member
|
/external/valgrind/coregrind/ |
D | m_libcsignal.c | 469 vki_sigset_t pending, blocked, allbutone; in VG_() local
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | squashfs_fs_sb.h | 46 int pending; member
|
/external/curl/lib/ |
D | multihandle.h | 83 struct curl_llist *pending; /* SessionHandles that are in the member
|
/external/squashfs-tools/kernel/include/linux/ |
D | squashfs_fs_sb.h | 33 char pending; member
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_client.c | 1538 int pending = 0; in radius_client_dump_auth_server() local 1587 int pending = 0; in radius_client_dump_acct_server() local
|
/external/libweave/src/privet/ |
D | security_manager.cc | 378 bool pending = ClosePendingSession(session_id); in CancelPairing() local
|
/external/fio/profiles/ |
D | act.c | 41 unsigned int pending; member
|