/external/chromium_org/media/video/ |
video_decode_accelerator.h | 119 // Flushes the decoder: all pending inputs will be decoded and pictures handed 124 // Resets the decoder: all pending inputs are dropped immediately and the 130 // Destroys the decoder: all pending inputs are dropped immediately and the
|
/external/chromium_org/net/quic/ |
quic_client_session.h | 50 // Cancels any pending stream creation request. May be called 63 // if |session_| is destroyed while the stream request is still pending. 97 // Cancels the pending stream creation request.
|
quic_packet_generator.cc | 105 // writes are pending. 130 // Only add pending frames if we are SURE we can then send the whole packet. 144 // writes are pending.
|
quic_packet_generator.h | 112 // Test to see if we have pending ack, feedback, or control frames. 114 // Test to see if the addition of a pending frame (which might be 117 // Add exactly one pending frame, preferring ack over feedback over control
|
quic_stream_factory.h | 34 // Encapsulates a pending request for a QuicHttpStream. 35 // If the request is still pending when it is destroyed, it will 109 // Cancels a pending request.
|
/external/chromium_org/ppapi/c/ |
ppb_host_resolver.h | 139 * there is a pending <code>Resolve()</code> call or the previous 150 * a pending <code>Resolve()</code> call or the previous 162 * pending <code>Resolve()</code> call or the previous <code>Resolve()</code>
|
/external/chromium_org/remoting/protocol/ |
jingle_session.h | 160 // Pending Iq requests. Used for all messages except transport-info. 163 // Pending transport-info requests. 172 // Pending remote candidates, received before the local channels were created.
|
/external/chromium_org/third_party/libxml/ |
README.chromium | 22 - Add a fix for handling of unknown namespaces, commit upstream is pending. 23 - Add fixes for ending the parse properly if a SAX callback calls xmlStopParser(), commit upstream is pending. 28 - Add a fix for proper escaping of xpointer expressions, commit upstream is pending.
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/ |
probslet.h | 79 ** file/socket descriptors or an exceptional condition is pending. A count of the 100 ** A set describing the io descriptors for which exception pending 119 ** A set describing the io descriptors which have pending exception.
|
/external/kernel-headers/original/linux/ |
rtc.h | 38 unsigned char pending; /* 0 = alarm not pending, 1 = alarm pending */ member in struct:rtc_wkalrm
|
/external/libnfc-nxp/src/ |
phHciNfc_IDMgmt.h | 84 * \retval NFCSTATUS_PENDING Identity Mgmt Gate Initialisation is pending. 107 * \retval NFCSTATUS_PENDING Identity Mgmt Gate Information is pending. 132 * resources are pending.
|
phHciNfc_Pipe.h | 178 * \retval NFCSTATUS_PENDING Pipe Open is pending. 206 * \retval NFCSTATUS_PENDING Pipe close is pending. 234 * \retval NFCSTATUS_PENDING Pipe Deletion is pending.
|
/external/llvm/lib/Target/Hexagon/ |
HexagonMachineScheduler.cpp | 289 Pending.push(SU); 349 /// Release pending ready nodes in to the available queue. This makes them 356 // Check to see if any of the pending instructions are ready to issue. If 358 for (unsigned i = 0, e = Pending.size(); i != e; ++i) { 359 SUnit *SU = *(Pending.begin()+i); 372 Pending.remove(Pending.begin()+i); 383 assert(Pending.isInQueue(SU) && "bad ready count"); 384 Pending.remove(Pending.find(SU)) [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlpollevent.html | 83 >SDL_PollEvent -- Polls for currently pending events.</DIV 123 >Polls for currently pending events, and returns <SPAN 127 if there are any pending events, or <SPAN
|
/external/smack/src/org/jivesoftware/smack/ |
RosterEntry.java | 49 * @param status the subscription status (related to subscriptions pending to be approbed). 102 * @param status the subscription status (related to subscriptions pending to be approbed). 131 * is pending.
|
/external/wpa_supplicant_8/src/ap/ |
sta_info.h | 19 #define WLAN_STA_PENDING_POLL BIT(6) /* pending activity poll not ACKed */ 109 int sa_query_count; /* number of pending SA Query requests; 113 * sa_query_count octets of pending SA Query
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
LVM_Private.h | 177 LVM_UINT16 ControlPending; /* Control flag to indicate update pending */ 178 LVM_ControlParams_t NewParams; /* New control parameters pending update */ 224 LVM_HeadroomParams_t NewHeadroomParams; /* New headroom parameters pending update */
|
/frameworks/base/core/java/com/android/internal/os/ |
SamplingProfilerIntegration.java | 53 private static final AtomicBoolean pending = new AtomicBoolean(false); field in class:SamplingProfilerIntegration 133 if (pending.compareAndSet(false, true)) { 139 pending.set(false);
|
/frameworks/base/docs/html/training/notify-user/ |
expanded.jd | 96 defines a pending intent that should be fired when the user 114 // This sets the pending intent that should be fired when the user clicks the 141 their associated pending intents) that will appear in the notification's
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
CallTracker.java | 99 * operations that do need getCurrentCalls() are pending or are 100 * scheduled while this operation is pending, the invocation 112 * @return true if we're idle or there's a call to getCurrentCalls() pending
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ScheduledExecutorService.java | 74 * @return a ScheduledFuture representing pending completion of 116 * @return a ScheduledFuture representing pending completion of 143 * @return a ScheduledFuture representing pending completion of
|
/packages/apps/InCallUI/src/com/android/incallui/ |
AccelerometerListener.java | 90 // Pending orientation has not changed, so do nothing. 94 // Cancel any pending messages. 109 // no message is pending
|
/packages/services/Telephony/src/com/android/phone/ |
AccelerometerListener.java | 90 // Pending orientation has not changed, so do nothing. 94 // Cancel any pending messages. 109 // no message is pending
|
/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...] |
/external/chromium_org/content/browser/web_contents/ |
navigation_controller_impl.cc | 286 // pending entry. Otherwise look up the current entry. 289 // The pending entry might be in entries_ (e.g., after a Clone), so we 412 // The pending entry is safe to return for new (non-history), browser- 414 // show the pending entry, to prevent URL spoof attacks. 419 // possible, so we must stop showing the pending entry. 432 // Also allow showing the pending entry for history navigations in a new tab, 727 // If we have a pending entry at this point, it should have a SiteInstance. 768 // If a pending navigation was in progress, this canceled it. We should 791 // We should not have a pending entry anymore. Clear it again in case any 858 // not have a pending entry for the page, and this may or may not be th [all...] |