HomeSort by relevance Sort by last modified time
    Searched refs:pending (Results 151 - 175 of 443) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium-trace/trace-viewer/src/base/
unittest.css 84 .pending {
  /external/chromium_org/chrome/browser/extensions/api/messaging/
message_service.cc 452 PendingChannelMap::iterator pending = pending_channels_.find(channel_id); local
453 if (pending != pending_channels_.end()) {
455 pending->second.first, pending->second.second,
492 // If this channel is pending, queue up the PostMessage to run once
494 PendingChannelMap::iterator pending = pending_channels_.find(channel_id); local
495 if (pending != pending_channels_.end()) {
497 pending->second.first, pending->second.second,
  /external/chromium_org/chrome/browser/resources/image_loader/
worker.js 24 * List of pending requests for images to be downloaded.
89 // Remove from the internal queues with pending tasks.
118 * Sorts pending requests by priorities.
128 * Processes pending requests from the queue. There is no guarantee that
  /external/chromium_org/content/browser/resources/indexed_db/
indexeddb_internals.css 47 .indexeddb-connection-count.pending {
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.cc 239 int32 pending = local
243 if (pending > limit) {
  /external/qemu/hw/
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))
  /frameworks/base/core/java/android/app/
LoaderManager.java 403 LoaderInfo pending = mPendingLoader; local
404 if (pending != null) {
405 // There is a new request pending and we were just
408 if (DEBUG) Log.v(TAG, " Switching to pending loader: " + pending);
412 installLoader(pending);
432 LoaderInfo pending = mPendingLoader; local
433 if (pending != null) {
434 // There is a new request pending and we were just
437 if (DEBUG) Log.v(TAG, " Switching to pending loader: " + pending)
    [all...]
  /packages/apps/Browser/src/com/android/browser/search/
DefaultSearchEngine.java 99 PendingIntent pending = PendingIntent.getActivity(context, 0, viewIntent, local
101 intent.putExtra(SearchManager.EXTRA_WEB_SEARCH_PENDINGINTENT, pending);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 80 PendingIntent pending = PendingIntent.getActivity(context, 0, local
91 .setContentIntent(pending)
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpConnector.java 61 private DatagramPacket pending; field in class:UdpConnector
  /external/smack/src/org/jivesoftware/smackx/pubsub/
Subscription.java 30 subscribed, unconfigured, pending, none enum constant in enum:Subscription.State
  /packages/apps/Protips/src/com/android/protips/
ProtipWidget.java 198 PendingIntent pending = PendingIntent.getBroadcast( local
200 updateViews.setOnClickPendingIntent(R.id.tip_bubble, pending);
206 pending = PendingIntent.getBroadcast(
208 updateViews.setOnClickPendingIntent(R.id.bugdroid, pending);
  /external/chromium/chrome/browser/
external_tab_container_win.h 195 bool pending() const { function in class:ExternalTabContainer
199 void set_pending(bool pending) {
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/chromium_org/chrome_frame/
urlmon_url_request_private.h 107 void set_pending(bool pending) {
108 pending_ = pending;
111 bool pending() const { function in class:UrlmonUrlRequest
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
SocketStreamHandle.cpp 254 bool pending; local
257 pending = bytesWritten != static_cast<int>(m_buffer.firstBlockSize());
262 } while (!pending && !m_buffer.isEmpty());
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_resource_buffer.c 90 * Flush any pending primitives, finish writing any pending DMA
97 if (sbuf->dma.pending) {
115 * No pending ranges to upload so far, so we can tell the host to
123 * Synchronizing, so flush any pending primitives, finish writing any
124 * pending DMA command, and ensure the next DMA will be done in order.
129 if (sbuf->dma.pending) {
134 * We have a pending DMA upload from a hardware buffer, therefore
306 assert(!sbuf->dma.pending);
  /external/chromium_org/v8/src/
hydrogen-range-analysis.cc 34 class Pending {
36 Pending(HBasicBlock* block, int last_changed_range)
60 ZoneList<Pending> stack(graph()->blocks()->length(), zone());
91 stack.Add(Pending(dominated_blocks->at(i), last_changed_range), zone());
95 // Pop next pending block from stack.
96 Pending pending = stack.RemoveLast(); local
97 RollBackTo(pending.last_changed_range());
98 block = pending.block();
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.c 90 * Flush any pending primitives, finish writing any pending DMA
97 if (sbuf->dma.pending) {
115 * No pending ranges to upload so far, so we can tell the host to
123 * Synchronizing, so flush any pending primitives, finish writing any
124 * pending DMA command, and ensure the next DMA will be done in order.
129 if (sbuf->dma.pending) {
134 * We have a pending DMA upload from a hardware buffer, therefore
306 assert(!sbuf->dma.pending);
  /external/valgrind/main/coregrind/
m_libcsignal.c 334 /* 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 = pending `intersect` set *
    [all...]
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 282 final LinkedList<File> pending = new LinkedList<File>(); local
283 pending.add(parent);
284 while (!pending.isEmpty() && result.getCount() < 24) {
285 final File file = pending.removeFirst();
288 pending.add(child);
  /system/core/toolbox/
dd.c 111 static off_t pending = 0; /* pending seek if sparse */ variable
419 /* If there are pending sparse blocks, make sure
422 if ((out.dbcnt == 0) && pending) {
426 pending -= out.dbsz;
486 pending += cnt;
492 if (pending != 0) {
493 if (lseek(out.fd, pending, SEEK_CUR) ==
518 if (pending) {
519 st.bytes += pending;
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
feedback_unittest.cc 141 std::vector<Misspelling> pending = feedback_.GetAllMisspellings(); local
142 for (std::vector<Misspelling>::const_iterator it = pending.begin();
143 it != pending.end();
  /external/chromium_org/chrome/browser/ui/views/
external_tab_container_win.h 208 void set_pending(bool pending) { pending_ = pending; }
209 bool pending() const { return pending_; } function in class:ExternalTabContainerWin
238 // pending RenderViewHosts.
250 // Sends over pending Open URL requests to the external host.
319 // Contains the list of URL requests which are pending waiting for an ack
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 39 enum { PENDING, SUCCESS, FAILURE } state;
69 struct eap_sim_db_pending *pending; member in struct:eap_sim_db_data
377 entry = data->pending;
383 data->pending = entry->next;
396 entry->next = data->pending;
397 data->pending = entry;
416 wpa_printf(MSG_DEBUG, "EAP-SIM DB: No pending entry for the "
494 wpa_printf(MSG_DEBUG, "EAP-SIM DB: No pending entry for the "
763 struct eap_sim_db_pending *pending, *prev_pending; local
789 pending = data->pending
    [all...]
  /bionic/libc/kernel/common/linux/sunrpc/
xprt.h 121 struct rpc_wait_queue pending; member in struct:rpc_xprt

Completed in 965 milliseconds

1 2 3 4 5 67 8 91011>>