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

1 2 3 4 5 6 78 91011>>

  /external/chromium/base/
message_pump_win.h 103 // A boolean value used to indicate if there is a kMsgDoWork message pending
118 // Intermixed with those peeks are callouts to DoWork for pending tasks, and
119 // DoDelayedWork for pending timers. When there are no events to be serviced,
139 // to be sure that at most one kMsgHaveWork message is EVER pending in the
172 // Applications can call this to encourage us to process all pending WM_PAINT
249 // // while there are pending IO operations.
280 // This will be called once the pending IO operation associated with
326 // |handler| must be valid as long as there is pending IO for the given file.
  /external/chromium/chrome/browser/automation/
url_request_automation_job.cc 136 // If this is a pending job, then register it immediately with the message
158 << " - read pending: " << buf_size;
160 // We should not receive a read request for a pending job.
309 // Clear any IO pending status.
349 // We can complete the job if we have a valid response or a pending read.
364 // Reset any pending reads.
395 // We should not receive a Start request for a pending job.
485 // Reset any pending reads.
  /external/chromium/chrome/browser/net/
resolve_proxy_msg_helper.cc 34 // Enqueue the pending request.
105 // Clear all pending requests.
  /external/chromium/chrome/browser/notifications/
notification_ui_manager.h 28 // It maintains a queue of pending notifications when space becomes constrained.
61 // Cancels all pending notifications and closes anything currently showing.
  /external/chromium/chrome/browser/
plugin_download_helper.cc 81 // If the error is not an IO pending, then we're done
120 // If the error is not an IO pending, then we're done
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedManipulation.xml 121 <!-- on the first entry, change the performance results (os-ws = RHEL4-3GHz-2.5GB-gtk) to PENDING -->
125 replacement="PENDING"
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
AbstractKernel.java 58 * Contains the pending endpoint events waiting for the caller
64 * Contains the pending envelopes waiting for the caller to
  /external/kernel-headers/original/asm-mips/
thread_info.h 110 * - pending work-to-be-done flags are in LSW
113 #define TIF_SIGPENDING 1 /* signal pending */
  /external/libppp/src/
sig.c 36 static int caused[NSIG]; /* An array of pending signals */
88 * Call the handlers for any pending signals
  /external/oprofile/events/mips/rm9000/
events 29 event:0x1a counters:0,1 um:zero minimum:500 name:NONBLOCKING_LOAD_SLIP_CYCLES : Slip cycles due to pending non-blocking loads
32 event:0x1e counters:0,1 um:zero minimum:500 name:NONBLOCKING_LOAD_PENDING_EXCEPTION_STALL_CYCLES : Stall cycles due to pending non-blocking loads - stall start of exception
  /external/webkit/Source/WebCore/storage/
SQLTransactionCoordinator.cpp 77 // No pending transactions for this DB
124 // Clean up all pending transactions for all databases
  /external/webkit/Source/WebCore/xml/
XMLHttpRequestProgressEventThrottle.cpp 57 // We should not have any pending loaded & total information from a previous run.
75 // We should not have any pending events from a previous resume.
  /external/webp/src/utils/
rescaler.h 57 // Return true if there is pending output rows ready.
64 // or NULL if no row was pending.
  /external/wpa_supplicant_8/src/eap_peer/
eap_vendor_test.c 57 wpa_printf(MSG_DEBUG, "EAP-VENDOR-TEST: Ready to re-process pending "
105 "pending request");
  /frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
FixVibrateSetting.java 115 PendingIntent pending = PendingIntent.getActivity(this, 0, intent, 0); local
116 n.setLatestEventInfo(this, "Test notification", "Test notification", pending);
  /frameworks/wilhelm/src/itf/
ISeek.c 30 // maximum position is a special value that indicates a seek is not pending
37 // at this point the seek is merely pending, so do not yet update other fields
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 92 * For outbound 1. status is pending.
93 * For inbound share 1. status is pending
  /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/QuickSearchBox/src/com/android/quicksearchbox/ui/
DelayingSuggestionsAdapter.java 63 // Clear any old pending suggestions.
125 // The suggestions are no longer pending.
  /packages/apps/Settings/src/com/android/settings/accounts/
SyncStateCheckBoxPreference.java 99 * Set whether a sync is pending.
100 * @param isPending whether or not the sync is pending
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 80 PendingIntent pending = PendingIntent.getActivity(context, 0, local
91 .setContentIntent(pending)
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadScanner.java 75 * Check if requested scans are still pending. Scans may timeout after an
83 // Check if pending scans have timed out
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
scc.h 97 TXS_IDLE, /* Transmitter off, no data pending */
101 TXS_IDLE2, /* Transmitter on, no data pending */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio_ext.h 72 /* Discard all pending buffered I/O on the stream FP. */
75 /* Return amount of output in bytes pending on a stream FP. */
termios.h 83 /* Wait for pending output to be written on FD.
89 /* Flush pending data on FD.

Completed in 775 milliseconds

1 2 3 4 5 6 78 91011>>