HomeSort by relevance Sort by last modified time
    Searched full:deferred (Results 1 - 25 of 388) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/075-verification-error/
info.txt 1 Exercise deferred verification error reporting.
  /external/webkit/LayoutTests/http/tests/appcache/
deferred-events-expected.txt 1 Test that AppicationCache events are deferred until after onload has been fired.
deferred-events-delete-while-raising-expected.txt 1 Test the destruction of an iframe while deferred events are being raised does not crash the system.
deferred-events-delete-while-raising.html 31 <p>Test the destruction of an iframe while deferred events are being raised does not crash the system.</p>
33 <iframe src="deferred-events-delete-while-raising.html"></iframe>
deferred-events.html 21 Test that AppicationCache events are deferred until after onload has been fired.
  /external/libnfc-nxp/src/
nfc_osal_deferred_call.h 6 *\brief Deferred call declaration.
14 *\brief Deferred message specific info declaration.
22 *\brief Deferred call declaration.
23 * This Deferred call post message of type \ref PH_OSALNFC_TIMER_MSG along with
  /external/chromium/chrome/browser/renderer_host/
offline_resource_handler.h 52 // Erease the state assocaited with a deferred load request.
56 // Resume the deferred load request.
75 // The state for deferred load quest.
safe_browsing_resource_handler.h 108 // Resumes the request, by continuing the deferred action (either starting the
112 // Resumes the deferred "start".
115 // Resumes the deferred redirect.
118 // Erases the state associated with a deferred "start" or redirect
119 // (i.e. the deferred URL and request ID).
138 // Details on the deferred request (either a start or redirect). It is only
  /external/clang/test/Parser/
cxx0x-member-initializers.cpp 3 // Make sure we don't run off the end of the stream when parsing a deferred
  /system/media/wilhelm/src/itf/
I3DCommit.c 43 static SLresult I3DCommit_SetDeferred(SL3DCommitItf self, SLboolean deferred)
50 thiz->mDeferred = SL_BOOLEAN_FALSE != deferred; // normalize
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
mainloop-api.h 76 /** An opaque deferred event source object. Events of this type are triggered once in every main loop iteration */
101 /** Free a deferred timer event source object */
106 /** Create a new deferred event source object */
108 /** Enable or disable a deferred event source temporarily */
110 /** Free a deferred event source object */
112 /** Set a function that is called when the deferred event source is destroyed. Use this to free the userdata argument if required */
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.h 116 QNetworkReplyHandler(ResourceHandle*, LoadType, bool deferred = false);
117 void setLoadingDeferred(bool deferred) { m_queue.setDeferSignals(deferred); }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dn.h 43 #define DSO_CONACCEPT 5 /* Accept deferred connection */
44 #define DSO_CONREJECT 6 /* Reject deferred connection */
  /external/bluetooth/bluez/test/
rctest.1 58 enable deferred setup for \fIseconds\fR
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.h 106 // Data variables used by deferred action thread
108 // Mutex used by deferred action thread
110 // Condition variable used by deferred action thread
113 // flags for pending events for deferred action thread
  /external/webkit/Source/WebKit/chromium/src/
ApplicationCacheHost.cpp 217 // Event dispatching is deferred until document.onload has fired.
254 const DeferredEvent& deferred = m_deferredEvents[i]; local
255 dispatchDOMEvent(deferred.eventID, deferred.progressTotal, deferred.progressDone);
  /external/chromium/app/sql/
transaction.h 27 // Begins the transaction. This uses the default sqlite "deferred" transaction
  /external/chromium/net/proxy/
proxy_resolver_script_data.h 16 // The PAC script can be either specified via a URL, a deferred URL for
  /frameworks/base/libs/hwui/
PathCache.h 80 * Process deferred removals.
  /external/chromium/base/
message_pump_mac.h 107 // Perform work that may have been deferred because it was not runnable
116 // Schedules possible nesting-deferred work to be processed before the run
119 // previous attempt to schedule nesting-deferred work, it will schedule a
176 // most recent attempt to run nesting-deferred work.
  /external/chromium/chrome/browser/chromeos/cros/
update_library.h 25 // We need to copy it to bind it for a deferred notification.
  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.h 80 // How many times we've deferred due to animations being in progress.
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 492 Deferred.insert(N);
497 for (DeferredTy::iterator I=Deferred.begin(), E=Deferred.end(); I!=E; ++I)
523 // a member of Deferred.
593 Deferred.erase(Pred);
596 Deferred.insert(N);
643 Deferred.push_back(Succ);
654 for (DeferredTy::iterator I=Deferred.begin(), E=Deferred.end(); I!=E; ++I)
  /external/skia/include/core/
SkColorShader.h 71 // deferred allocation, used for asABitmap()
  /external/webkit/Source/WebCore/platform/audio/
ReverbInputBuffer.h 36 // ReverbInputBuffer is used to buffer input samples for deferred processing by the background threads.

Completed in 447 milliseconds

1 2 3 4 5 6 7 8 91011>>