HomeSort by relevance Sort by last modified time
    Searched full:asynchronous (Results 201 - 225 of 2015) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/net/base/
io_buffer.h 17 // IOBuffers are reference counted data buffers used for easier asynchronous
33 // detail for allowing them to outlive cancellation of asynchronous
39 // Whenever you call an asynchronous operation that takes an IOBuffer,
68 // When cancelling through our asynchronous interface, we have no way of
file_stream_context.h 101 // deferred if some asynchronous operation is now in progress or if file is
159 // Called when asynchronous Seek() is completed.
165 // Called when asynchronous Open() or Seek()
  /external/chromium_org/net/cookies/
cookie_store_test_helpers.h 22 // Call the asynchronous CookieMonster function, expect it to immediately
  /external/chromium_org/ppapi/api/
ppb_url_loader.idl 75 * asynchronous completion of Open(). This callback will run when response
93 * asynchronous completion of FollowRedirect(). This callback will run when
175 * asynchronous completion. The callback will run if the bytes (full or
198 * asynchronous completion. This callback will run when body is downloaded
ppp_messaging.idl 26 * that PostMessage() in the JavaScript interface is asynchronous, meaning
  /external/chromium_org/ppapi/c/private/
ppb_flash_fullscreen.h 42 * transition is asynchronous. During the transition, IsFullscreen will
ppb_testing_private.h 71 * issue some asynchronous call that has a callback. Then you call
73 * messages, giving the asynchronous operation time to complete. In your
76 * complicated state machine for simple tests for asynchronous APIs.
  /external/chromium_org/ppapi/cpp/
url_loader.h 55 /// @param[in] cc A <code>CompletionCallback</code> to run on asynchronous
68 /// @param[in] cc A <code>CompletionCallback</code> to run on asynchronous
129 /// @param[in] cc A <code>CompletionCallback</code> to run on asynchronous
146 /// @param[in] cc A <code>CompletionCallback</code> to run on asynchronous
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
testable_callback.h 34 // Get the callback to be passed to an asynchronous PPAPI call
  /external/chromium_org/third_party/WebKit/Tools/qunit/
README.md 20 with it's stop/start facilities for testing asynchronous code.
  /external/chromium_org/third_party/WebKit/public/web/
WebTextCheckingCompletion.h 41 // Gets called back when WebViewClient finished an asynchronous spell checking.
  /external/chromium_org/third_party/sqlite/src/test/
async3.test 14 # of the asynchronous vfs works correctly.
  /external/qemu/android/
async-console.h 42 /* Asynchronous console connection management. Returns:
  /external/qemu/distrib/sdl-1.2.15/src/thread/beos/
SDL_systhread.c 77 /* Mask asynchronous signals for this thread */
  /frameworks/base/core/java/android/view/accessibility/
IAccessibilityInteractionCallback.aidl 23 * Callback for specifying the result for an asynchronous request made
IAccessibilityInteractionConnectionCallback.aidl 23 * Callback for specifying the result for an asynchronous request made
  /packages/apps/Contacts/src/com/android/contacts/util/
NotifyingAsyncQueryHandler.java 50 * asynchronous calls. Will replace any existing listener.
  /packages/apps/Nfc/nci/jni/
IntervalTimer.cpp 18 * Asynchronous interval timer.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AsyncResultHolder.java 23 * This class is a holder of a result of asynchronous computation.
  /development/host/windows/usb/winusb/
adb_winusb_io_completion.h 22 asynchronous I/O requests issued via WinUsb API.
29 structure returned from asynchronous I/O requests issued via WinUsb API.
32 asynchronous I/O request. Just like all other handles this handle
  /external/chromium/chrome/browser/
icon_manager.h 34 // 2. An asynchronous icon load from a file on the file thread:
76 // Asynchronous call to lookup and return the icon associated with file. The
110 // Asynchronous requests that have not yet been completed.
  /external/chromium/net/disk_cache/
in_flight_io.h 18 // This class represents a single asynchronous IO operation while it is being
67 // This class keeps track of asynchronous IO operations. A single instance
68 // of this class is meant to be used to start an asynchronous operation (using
  /external/chromium_org/chrome/browser/
icon_manager.h 34 // 2. An asynchronous icon load from a file on the file thread:
70 // Asynchronous call to lookup and return the icon associated with file. The
112 // Asynchronous requests that have not yet been completed.
  /external/chromium_org/net/disk_cache/
in_flight_io.h 18 // This class represents a single asynchronous IO operation while it is being
68 // This class keeps track of asynchronous IO operations. A single instance
69 // of this class is meant to be used to start an asynchronous operation (using
  /external/chromium_org/ppapi/api/private/
ppb_testing_private.idl 53 * issue some asynchronous call that has a callback. Then you call
55 * messages, giving the asynchronous operation time to complete. In your
58 * complicated state machine for simple tests for asynchronous APIs.

Completed in 283 milliseconds

1 2 3 4 5 6 7 891011>>