Searched defs:pending (Results 1 - 25 of 63) sorted by relevance

123

/external/aac/libSBRenc/src/
H A Dresampler.h126 int pending; /*! number of pending output samples */ member in struct:__anon260
/external/dbus/test/name-test/
H A Dtest-pending-call-timeout.c2 * Test to make sure that pending calls succeed when given a default,
17 DBusPendingCall *pending; local
29 dbus_connection_send_with_reply (conn, method, &pending, timeout_milliseconds);
33 dbus_pending_call_block (pending);
38 reply = dbus_pending_call_steal_reply (pending);
53 dbus_pending_call_unref (pending);
74 printf ("*** Testing pending call timeouts\n");
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
H A DUdpConnector.java61 private DatagramPacket pending; field in class:UdpConnector
/external/kernel-headers/original/linux/
H A Dudp.h45 int pending; /* Any pending frames ? */ member in struct:udp_sock
52 __u16 len; /* total length of pending frames */
H A Dworkqueue.h15 unsigned long pending; member in struct:work_struct
52 (_work)->pending = 0; \
87 * Kill off a pending schedule_delayed_work(). Note that the work callback
97 clear_bit(0, &work->pending);
H A Drtc.h38 unsigned char pending; /* 0 = alarm not pending, 1 = alarm pending */ member in struct:rtc_wkalrm
/external/chromium/chrome/browser/history/
H A Dpage_usage_data.h78 void set_thumbnail_pending(bool pending) { argument
79 thumbnail_pending_ = pending;
96 void set_favicon_pending(bool pending) { argument
97 favicon_pending_ = pending;
/external/qemu/hw/
H A Dgoldfish_interrupt.c18 INTERRUPT_STATUS = 0x00, // number of pending interrupts
104 uint32_t pending = s->level & s->irq_enabled; local
106 if(pending & (1U << i))
H A Dgoldfish_events_device.c53 int pending; member in struct:__anon10955
93 QFIELD_INT32(pending),
/external/quake/quake/src/WinQuake/
H A Dsnd_sun.cpp44 int pending; variable
/external/webkit/Source/WebCore/websockets/
H A DWebSocket.cpp235 bool pending = hasPendingActivity(); local
241 if (pending)
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_ucd.c635 ** Description discard all of UCD packets in security pending queue
642 /* clean up any security pending UCD */
656 ** Return TRUE if any pending UCD info request
663 BOOLEAN pending = FALSE; local
695 pending = TRUE;
715 pending = TRUE;
724 return (pending);
731 ** Description enqueue outgoing UCD packet into security pending queue
777 ** Description dequeue UCD packet from security pending queue and
800 ** Description dequeue UCD packet from security pending queu
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Dparallel_authenticator_unittest.cc181 bool pending) {
182 EXPECT_CALL(consumer_, OnLoginSuccess(username, password, result, pending))
178 ExpectLoginSuccess(const std::string& username, const std::string& password, const GaiaAuthConsumer::ClientLoginResult& result, bool pending) argument
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_miditypes.h48 EAS_BOOL8 pending; /* flag indicates more data expected */ member in struct:s_midi_stream_tag
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_miditypes.h48 EAS_BOOL8 pending; /* flag indicates more data expected */ member in struct:s_midi_stream_tag
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_miditypes.h48 EAS_BOOL8 pending; /* flag indicates more data expected */ member in struct:s_midi_stream_tag
/external/valgrind/main/coregrind/
H A Dm_libcsignal.c334 /* A cut-down version of POSIX sigtimedwait: poll for pending signals
338 not-pending-any-more. If none are pending, return zero. The _zero
340 pending it returns immediately. Perhaps a better name would be
341 'sigpoll'. Returns -1 on error, 0 if no signals pending, and n > 0
377 - use sigpending to find out which signals are pending
406 vki_sigset_t pending, blocked, allbutone; local
412 /* Find out what's pending: Darwin sigpending */
413 sr = VG_(do_syscall1)(__NR_sigpending, (UWord)&pending);
417 /* pending
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTile.cpp216 void Tile::setRepaintPending(bool pending) argument
219 m_repaintsPending += pending ? 1 : -1;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dgas_query.c45 struct dl_list pending; /* struct gas_query_pending */ member in struct:gas_query
62 dl_list_init(&gas->pending);
92 dl_list_for_each_safe(query, next, &gas->pending,
104 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) {
298 wpa_printf(MSG_DEBUG, "GAS: No pending query found for " MACSTR
407 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) {
436 return -1; /* Too many pending queries */
447 dl_list_add(&gas->pending, &query->list);
/external/chromium/chrome/browser/
H A Dexternal_tab_container_win.h195 bool pending() const { function in class:ExternalTabContainer
199 void set_pending(bool pending) { argument
200 pending_ = pending;
233 // pending RenderViewHosts.
260 // Sends over pending Open URL requests to the external host.
314 // Contains the list of URL requests which are pending waiting for an ack
/external/dbus/dbus/
H A Ddbus-pending-call.c2 /* dbus-pending-call.c Object representing a call in progress.
27 #include "dbus-pending-call-internal.h"
28 #include "dbus-pending-call.h"
84 * Creates a new pending reply object.
88 * @param timeout_handler timeout handler, takes pending call as data
96 DBusPendingCall *pending; local
107 pending = dbus_new0 (DBusPendingCall, 1);
109 if (pending == NULL)
119 pending, NULL);
124 dbus_free (pending);
153 _dbus_pending_call_set_reply_unlocked(DBusPendingCall *pending, DBusMessage *message) argument
185 _dbus_pending_call_complete(DBusPendingCall *pending) argument
209 _dbus_pending_call_queue_timeout_error_unlocked(DBusPendingCall *pending, DBusConnection *connection) argument
229 _dbus_pending_call_is_timeout_added_unlocked(DBusPendingCall *pending) argument
244 _dbus_pending_call_set_timeout_added_unlocked(DBusPendingCall *pending, dbus_bool_t is_added) argument
260 _dbus_pending_call_get_timeout_unlocked(DBusPendingCall *pending) argument
274 _dbus_pending_call_get_reply_serial_unlocked(DBusPendingCall *pending) argument
288 _dbus_pending_call_set_reply_serial_unlocked(DBusPendingCall *pending, dbus_uint32_t serial) argument
304 _dbus_pending_call_get_connection_and_lock(DBusPendingCall *pending) argument
319 _dbus_pending_call_get_connection_unlocked(DBusPendingCall *pending) argument
335 _dbus_pending_call_set_timeout_error_unlocked(DBusPendingCall *pending, DBusMessage *message, dbus_uint32_t serial) argument
373 _dbus_pending_call_ref_unlocked(DBusPendingCall *pending) argument
382 _dbus_pending_call_last_unref(DBusPendingCall *pending) argument
432 _dbus_pending_call_unref_and_unlock(DBusPendingCall *pending) argument
453 _dbus_pending_call_get_completed_unlocked(DBusPendingCall *pending) argument
475 _dbus_pending_call_set_data_unlocked(DBusPendingCall *pending, dbus_int32_t slot, void *data, DBusFreeFunction free_data_func) argument
530 dbus_pending_call_ref(DBusPendingCall *pending) argument
546 dbus_pending_call_unref(DBusPendingCall *pending) argument
569 dbus_pending_call_set_notify(DBusPendingCall *pending, DBusPendingCallNotifyFunction function, void *user_data, DBusFreeFunction free_user_data) argument
606 dbus_pending_call_cancel(DBusPendingCall *pending) argument
622 dbus_pending_call_get_completed(DBusPendingCall *pending) argument
645 dbus_pending_call_steal_reply(DBusPendingCall *pending) argument
679 dbus_pending_call_block(DBusPendingCall *pending) argument
744 dbus_pending_call_set_data(DBusPendingCall *pending, dbus_int32_t slot, void *data, DBusFreeFunction free_data_func) argument
770 dbus_pending_call_get_data(DBusPendingCall *pending, dbus_int32_t slot) argument
[all...]
/external/grub/stage2/
H A Dasm.S2014 * if there is a character pending, return it; otherwise return -1
2015 * BIOS call "INT 16H Function 01H" to check whether a character is pending
2040 DATA32 jmp pending
2045 pending: label
2224 * BIOS call "INT 1AH Function 02H" to check whether a character is pending
/external/qemu/audio/
H A Dossaudio.c53 int pending; member in struct:OSSVoiceOut
392 while (oss->pending) {
396 int samples_to_write = audio_MIN (oss->pending, samples_till_end);
416 oss->pending -= samples_written;
477 decr = audio_pcm_hw_clip_out (hw, oss->pcm_buf, decr, oss->pending);
478 oss->pending += decr;
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11events.c934 int pending; local
946 /* Keep processing pending events */
947 pending = 0;
950 ++pending;
956 if ( pending || !SDL_VideoSurface ) {
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.h97 Bytef *pending_buf; /* output still pending */
99 Bytef *pending_out; /* next pending byte to output to the stream */
100 uInt pending; /* nb of bytes in the pending buffer */ member in struct:internal_state
268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}

Completed in 893 milliseconds

123