HomeSort by relevance Sort by last modified time
    Searched full:pending (Results 26 - 50 of 1403) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/linux/
timer.h 45 * timer_pending - is a timer pending?
48 * timer_pending will tell whether a given timer is currently pending,
52 * return value: 1 if the timer is pending, 0 if not.
sem.h 28 struct sem_queue *sem_pending; /* pending operations to be processed */
29 struct sem_queue **sem_pending_last; /* last pending operation */
97 struct sem_queue *sem_pending; /* pending operations to be processed */
98 struct sem_queue **sem_pending_last; /* last pending operation */
113 struct sembuf * sops; /* array of pending operations */
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallTracker.java 96 * operations that do need getCurrentCalls() are pending or are
97 * scheduled while this operation is pending, the invocation
109 * @return true if we're idle or there's a call to getCurrentCalls() pending
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
LockManager.java 27 * The lock manager is responsible for tracking acquired and pending locks on
32 // The set of acquired and pending locks.
52 * Add a new pending lock to the manager. Throws an exception if the lock
  /dalvik/vm/mterp/armv5te/
OP_MONITOR_EXIT.S 21 beq common_exceptionThrown @ yes, exception is pending
  /dalvik/vm/mterp/x86/
OP_MONITOR_EXIT.S 31 je common_exceptionThrown # no, exception pending
  /frameworks/base/services/java/com/android/server/am/
ActivityResult.java 24 * Pending result information to send back to an activity.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
ICommitXml.java 25 /** Commits pending data to the underlying XML model. */
  /external/dbus/dbus/
dbus-connection.c 32 #include "dbus-pending-call-internal.h"
40 #include "dbus-pending-call.h"
448 DBusPendingCall *pending; local
462 pending = _dbus_hash_table_lookup_int (connection->pending_replies,
464 if (pending != NULL)
466 if (_dbus_pending_call_is_timeout_added_unlocked (pending))
468 _dbus_pending_call_get_timeout_unlocked (pending));
470 _dbus_pending_call_set_timeout_added_unlocked (pending, FALSE);
910 DBusPendingCall *pending; local
2185 DBusPendingCall *pending; local
3035 DBusPendingCall *pending = data; local
3097 DBusPendingCall *pending; local
3219 DBusPendingCall *pending; local
4237 DBusPendingCall *pending; local
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallScreenShowActivation.java 34 // the pending intent we'll use to report the user skipped provisioning
47 // tuck away the pending intent to send later if the user skips provisioning
  /dalvik/vm/
Exception.h 90 * no exception is pending.
106 * Clear the pending exception.
117 * Clear the pending exception. Used by the optimization and verification
124 * Returns "true" if an exception is pending. Use this if you have a
138 * Wrap the now-pending exception in a different exception.
141 * will be pending instead.
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connection.c 61 /* Reset the FLAG send pending*/
68 /* Reset FRMR pending */
75 /* Send Pending */
88 /* Reset DM pending */
91 /* Send DM pending */
139 /* Search for a socket with a flag Pending */
177 /* perform the command pending */
194 /* Send Pending */
211 /* Reset Send Pending Flag */
218 /* Reset RR pending */
    [all...]
phHciNfc_LinkMgmt.h 84 * \retval NFCSTATUS_PENDING Link Mgmt Gate Initialisation is pending.
108 * resources are pending.
133 * \retval NFCSTATUS_PENDING Link Mgmt Gate open is pending.
  /external/qemu/telephony/
sysdeps_posix.c 36 void* pending[ SYS_MAX_QUEUE ]; member in struct:__anon6641
52 queue->pending[ queue->end++ ] = item;
64 if ( queue->pending[nn] == item ) {
65 queue->pending[nn] = queue->pending[nn+count-1];
78 return queue->pending[ queue->start++ ];
89 char pending; member in struct:SysChannelRec_
114 channel->pending = 0;
176 /* queue of pending channels */
289 if (channel->pending) {
    [all...]
  /external/v8/src/
global-handles.cc 130 // Check for PENDING to ensure correct answer when processing callbacks.
131 return state_ == PENDING || state_ == NEAR_DEATH;
152 if (state_ != Node::PENDING) return false;
188 // NORMAL <-> WEAK -> PENDING -> NEAR_DEATH -> { NORMAL, WEAK, DESTROYED }
192 PENDING, // Has been recognized as only reachable by weak handles.
330 // WEAK or PENDING.
333 || current->state_ == Node::PENDING
355 current->state_ = Node::PENDING;
356 LOG(HandleEvent("GlobalHandle::Pending", current->handle().location()));
448 } else if (current->state_ == Node::PENDING) {
463 int pending = 0; local
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 41 private boolean pending; field in class:KXmlSerializer
55 if (!pending)
59 pending = false;
247 boolean p = pending;
248 pending = false;
250 pending = p;
326 pending = false;
422 pending = true;
432 if (!pending)
441 // pending = false
    [all...]
  /external/qemu/hw/
arm_gic.c 43 unsigned pending:NCPU; member in struct:gic_irq_state
55 #define GIC_SET_PENDING(irq, cm) s->irq_state[irq].pending |= (cm)
56 #define GIC_CLEAR_PENDING(irq, cm) s->irq_state[irq].pending &= ~(cm)
57 #define GIC_TEST_PENDING(irq, cm) ((s->irq_state[irq].pending & (cm)) != 0)
102 /* Update interrupt status after enabled or pending bits have been changed. */
133 DPRINTF("Raised pending IRQ %d\n", best_irq);
149 DPRINTF("Set %d pending cpu %d\n", irq, cpu);
166 DPRINTF("Set %d pending mask %x\n", irq, GIC_TARGET(irq));
193 DPRINTF("ACK no pending IRQ\n");
197 /* Clear pending flags for both level and edge triggered interrupts
    [all...]
goldfish_interrupt.c 18 INTERRUPT_STATUS = 0x00, // number of pending interrupts
104 uint32_t pending = s->level & s->irq_enabled; local
106 if(pending & (1U << i))
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/scr/
scr.c 341 /* for all pending clients */
344 /* if the pending reason has escalated */
345 if ( (pScr->clientArray[ i ].state == SCR_CS_PENDING) && /* the client is pending */
349 /* mark the new pending reason */
366 /* if no client is running call the client with the highest pending client */
441 /* Stage II : notify escalated pending reason */
442 /* for all pending clients */
445 /* if the pending reason has escalated */
446 if ( (pScr->clientArray[ i ].state == SCR_CS_PENDING) && /* the client is pending */
450 /* mark the new pending reason *
    [all...]
  /external/dbus/bus/
activation.c 52 * i.e. number of pending activation requests, not pending
836 _dbus_verbose ("Restoring pending activation for service %s, has timeout = %d\n",
886 _dbus_verbose ("Saved pending activation to be restored if the transaction fails\n");
903 /* Check if it's a pending activation */
971 /* Check if it's a pending activation */
991 * expected pending reply.
1012 _dbus_verbose ("Could not add cancel hook to transaction to revert removing pending activation\n");
1074 * Free the pending activation and send an error message to all the
1085 /* Destroy this pending activation *
    [all...]
  /frameworks/base/core/java/android/content/
SyncStatusInfo.java 43 public boolean pending; field in class:SyncStatusInfo
83 parcel.writeInt(pending ? 1 : 0);
113 pending = parcel.readInt() != 0;
  /frameworks/base/media/libstagefright/include/
TimedEventQueue.h 66 // Stop executing the event loop, if flush is false, any pending
68 // return) once all pending events have been handled.
89 // Cancel any pending event that satisfies the predicate.
  /hardware/ti/wlan/wl1271/utils/
context.c 79 TI_BOOL aClientPending[MAX_CLIENTS]; /* Clients' pending flags */
201 * when they are pending.
263 * It sets the client's Pending flag and requests the driver's task scheduling.
278 TRACE3(pContext->hReport, REPORT_SEVERITY_INFORMATION , "context_RequestSchedule(): Client=, ID=%d, enabled=%d, pending=%d\n", uClientId, pContext->aClientEnabled[uClientId], pContext->aClientPending[uClientId]);
281 /* Set client's Pending flag */
330 /* If client is pending and enabled */
338 /* Clear client's pending flag */
357 * The Enable function also schedules the driver-task if the specified client is pending.
375 TRACE3(pContext->hReport, REPORT_SEVERITY_INFORMATION , "context_EnableClient(): Client=, ID=%d, enabled=%d, pending=%d\n", uClientId, pContext->aClientEnabled[uClientId], pContext->aClientPending[uClientId]);
381 /* If client is pending, schedule driver task *
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
CompletionService.java 36 * representing the pending results of the task. Upon completion,
40 * @return a Future representing pending completion of the task
54 * @return a Future representing pending completion of the task,
  /system/wlan/ti/wilink_6_1/utils/
context.c 79 TI_BOOL aClientPending[MAX_CLIENTS]; /* Clients' pending flags */
201 * when they are pending.
263 * It sets the client's Pending flag and requests the driver's task scheduling.
278 TRACE3(pContext->hReport, REPORT_SEVERITY_INFORMATION , "context_RequestSchedule(): Client=, ID=%d, enabled=%d, pending=%d\n", uClientId, pContext->aClientEnabled[uClientId], pContext->aClientPending[uClientId]);
281 /* Set client's Pending flag */
330 /* If client is pending and enabled */
338 /* Clear client's pending flag */
357 * The Enable function also schedules the driver-task if the specified client is pending.
375 TRACE3(pContext->hReport, REPORT_SEVERITY_INFORMATION , "context_EnableClient(): Client=, ID=%d, enabled=%d, pending=%d\n", uClientId, pContext->aClientEnabled[uClientId], pContext->aClientPending[uClientId]);
381 /* If client is pending, schedule driver task *
    [all...]

Completed in 891 milliseconds

12 3 4 5 6 7 8 91011>>