HomeSort by relevance Sort by last modified time
    Searched full:pending (Results 76 - 100 of 2519) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/compile/libbcc/tests/debuginfo/target-tests/
breakpoint_function.rs 5 // DEBUGGER: set breakpoint pending on
breakpoint_inlined_function.rs 5 // DEBUGGER: set breakpoint pending on
breakpoint_inlined_sourceline.rs 5 // DEBUGGER: set breakpoint pending on
breakpoint_sourceline.rs 5 // DEBUGGER: set breakpoint pending on
global_int.rs 5 // DEBUGGER: set breakpoint pending on
  /frameworks/rs/driver/linkloader/utils/
traits.h 26 char pending; member in struct:TypeTraits::AlignmentTest
  /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/wpa_supplicant_8/wpa_supplicant/
offchannel.c 79 wpa_printf(MSG_DEBUG, "Off-channel: Pending Action frame TX "
109 wpa_printf(MSG_DEBUG, "Off-channel: Sending pending Action frame to "
121 "pending Action frame");
152 "no pending operation");
218 wpa_printf(MSG_DEBUG, "Off-channel: Dropped pending Action "
360 * offchannel_pending_action_tx - Check whether there is a pending Action TX
362 * Returns: Pointer to pending frame or %NULL if no pending operation
364 * This function can be used to check whether there is a pending Action frame TX
366 * is %NULL (no pending frame) or to print the pointer value in debu
    [all...]
  /bionic/libc/kernel/common/linux/
workqueue.h 27 unsigned long pending; member in struct:work_struct
44 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
  /external/chromium/chrome/browser/extensions/
pending_extension_info.h 13 // A pending extension is an extension that hasn't been installed yet
15 // update URL of a pending extension may be blank, in which case a
  /external/chromium/chrome/browser/net/
url_request_slow_download_job.h 48 // Mark all pending requests to be finished. We keep track of pending
  /external/qemu/
qemu-aio.h 28 /* Flush any pending AIO operation. This function will block until all
34 * has moved before returning. This can issue new pending aio as
  /frameworks/base/core/jni/
android_os_MessageQueue.h 32 /* Checks whether the JNI environment has a pending exception.
36 * the callback returns, clears the pending exception from the environment,
  /external/chromium/chrome/browser/sync/notifier/
registration_manager.h 49 // The calculated delay of the pending registration (which may be
55 // Map from types with pending registrations to info about the
56 // pending registration.
82 // Gets all pending registrations and their next min delays.
85 // Run pending registrations immediately.
122 // The calculated delay of any pending registration (which may be
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_hover_state.mm 34 // currently pending.
52 // means cancelling if the open is pending (i.e. |kHoverStateOpening|)
57 // Cancel the pending open.
92 // Cancel pending hover close. Transition to kHoverStateOpen state.
112 // Cancel pending hover open. Transition to kHoverStateClosed state.
135 // pending open must complete before scheduling a close, and vice versa. And
  /external/qemu/telephony/
sysdeps_posix.c 36 void* pending[ SYS_MAX_QUEUE ]; member in struct:__anon14036
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...]
  /packages/apps/Phone/src/com/android/phone/
InCallUiState.java 173 // (1) set the "pending call status code" to a value other than SUCCESS
176 // (3) InCallScreen.onResume() will notice that pending call status code
179 // Watch out: any time you set (or change!) the pending call status code
183 // pending call status code, when the user dismisses the dialog (like by
184 // hitting the OK button or pressing Back). The pending call status code
204 * The current pending "error status indication" that we need to
214 * @return true if there's a pending "error status indication"
224 * @return the pending "error status indication" code
233 * Sets the pending "error status indication" code.
242 // time to the user, so the previous pending code is now going t
    [all...]
  /external/qemu/hw/
pckbd.c 120 uint8_t pending; member in struct:KBDState
141 if (s->pending) {
144 if (s->pending == KBD_PENDING_AUX) {
163 s->pending |= KBD_PENDING_KBD;
165 s->pending &= ~KBD_PENDING_KBD;
174 s->pending |= KBD_PENDING_AUX;
176 s->pending &= ~KBD_PENDING_AUX;
282 if (s->pending == KBD_PENDING_AUX)
349 qemu_put_8s(f, &s->pending);
361 qemu_get_8s(f, &s->pending);
    [all...]
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...]
  /external/kernel-headers/original/asm-mips/sn/sn0/
hubpi.h 30 #define PI_IO_PROTECT 0x000010 /* Interrupt Pending Protection */
70 #define PI_INT_PEND_MOD 0x000090 /* Write to set pending ints */
71 #define PI_INT_PEND0 0x000098 /* Read to get pending ints */
72 #define PI_INT_PEND1 0x0000a0 /* Read to get pending ints */
82 #define PI_CC_PEND_SET_A 0x0000c8 /* CC Interrupt Pending Set, CPU A */
83 #define PI_CC_PEND_SET_B 0x0000d0 /* CC Interrupt Pending Set, CPU B */
84 #define PI_CC_PEND_CLR_A 0x0000d8 /* CC Interrupt Pending Clr, CPU A */
85 #define PI_CC_PEND_CLR_B 0x0000e0 /* CC Interrupt Pending Clr, CPU B */
96 #define PI_RT_PEND_A 0x000120 /* Set if RT int for A pending */
97 #define PI_RT_PEND_B 0x000128 /* Set if RT int for B pending */
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 42 private boolean pending; field in class:KXmlSerializer
56 if (!pending)
60 pending = false;
241 boolean p = pending;
242 pending = false;
244 pending = p;
320 pending = false;
414 pending = true;
424 if (!pending)
433 // pending = false
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 84 * List of connected emulator sockets, pending for a channel to be registered.
88 * with this class) we will keep emulator connection in this list, pending
95 * Channels that are kept in this list may be disconnected from (or pending
147 // Close all the pending sockets, and clear pending socket list.
148 if (DEBUG) Log.d(TAG, "SdkControllerConnection is closing pending sockets...");
183 // Lets see if there is a pending socket for this channel.
186 // Remove the socket from the pending list, and connect the registered channel with it.
187 if (DEBUG) Log.d(TAG, "Found pending Socket for registering Channel "
227 * Gets connected emulator socket that is pending for service-side channe
    [all...]
  /external/qemu/android/
looper-qemu.c 115 * the file descriptor for readiness, and put it on a "pending list".
117 * Then, we're going to schedule a bottom-half handler when such a pending
200 /* if we're pending, but the new mask doesn't care about
201 * out state, remove from pending list */
344 /* This function is called by the main event loop when pending i/o
346 * the list of pending QLoopIo and call the user callback with the
361 * indicate that the item is not on the pending list
  /external/kernel-headers/original/linux/
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 */
  /external/valgrind/main/coregrind/
pub_core_libcsignal.h 81 /* A cut-down version of POSIX sigtimedwait: poll for pending signals
85 not-pending-any-more. If none are pending, return zero. The _zero
87 pending it returns immediately. Perhaps a better name would be
88 'sigpoll'. Returns -1 on error, 0 if no signals pending, and n > 0

Completed in 657 milliseconds

1 2 34 5 6 7 8 91011>>