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

<<21222324252627282930>>

  /external/chromium_org/third_party/leveldatabase/src/doc/
index.html 102 By default, each write to <code>leveldb</code> is asynchronous: it
116 Asynchronous writes are often more than a thousand times as fast as
117 synchronous writes. The downside of asynchronous writes is that a
125 Asynchronous writes can often be used safely. For example, when
134 <code>WriteBatch</code> provides an alternative to asynchronous writes.
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealth.java 134 * which will act as the {@link #SOURCE_ROLE}. This is an asynchronous call and so
157 * SOURCE role.This is an asynchronous call and so
221 * This is an asynchronous call. If this function returns true, the callback
249 * This is an asynchronous call. If this function returns true, the callback
278 * This is an asynchronous call. If this function returns true, the callback
  /frameworks/base/docs/html/guide/topics/connectivity/usb/
host.jd 94 <td>Represents an asynchronous request to communicate with a device through a {@link
107 android.hardware.usb.UsbRequest} is only required if you are doing asynchronous communication)
357 <p>Communication with a USB device can be either synchronous or asynchronous. In either case, you
406 android.hardware.usb.UsbRequest#queue queue} an asynchronous request, then wait for the result
411 asynchronous bulk transfers, and the <a href=
  /external/chromium/chrome/browser/printing/
print_view_manager.cc 111 // Out of sync. It may happens since we are completely asynchronous. Old
124 // Out of sync. It may happen since we are completely asynchronous. Old
438 // Out of sync. It may happens since we are completely asynchronous. Old
  /external/chromium_org/chrome/browser/drive/
drive_uploader_unittest.cc 89 // InitiateUpload is an asynchronous function, so don't callback directly.
112 // InitiateUpload is an asynchronous function, so don't callback directly.
195 // ResumeUpload is an asynchronous function, so don't callback directly.
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.h 209 // Called after asynchronous initialization of a data source completed.
294 // TODO(scherkus): since SetPlaybackRate(0) is asynchronous and we don't want
297 // clock can creep forward a little bit while the asynchronous
  /external/chromium_org/net/quic/crypto/
quic_crypto_server_config.h 144 // without asynchronous operations.
154 // completion of an asynchronous operation.
167 // validate_chlo_result: Output from the asynchronous call to
  /external/chromium_org/ppapi/api/
ppb_message_loop.idl 19 * for asynchronous operations, you must run the message loop via Run().
26 * proxy object that can handle asynchronous destruction of the instance object.
80 * PP_BlockUntilComplete()). If you make any asynchronous calls, the callbacks
ppb_url_request_info.idl 124 * prefetched buffer of an asynchronous load. When exceeded, the browser will
138 * of an asynchronous load. When reached, the browser will resume loading if
  /external/chromium_org/ppapi/c/
ppb_message_loop.h 37 * for asynchronous operations, you must run the message loop via Run().
44 * proxy object that can handle asynchronous destruction of the instance object.
98 * PP_BlockUntilComplete()). If you make any asynchronous calls, the callbacks
ppb_url_request_info.h 128 * prefetched buffer of an asynchronous load. When exceeded, the browser will
141 * of an asynchronous load. When reached, the browser will resume loading if
  /external/chromium_org/ppapi/cpp/
message_loop.h 23 /// for asynchronous operations, you must run the message loop via Run().
30 /// proxy object that can handle asynchronous destruction of the instance
85 /// PP_BlockUntilComplete()). If you make any asynchronous calls, the callbacks
  /frameworks/base/docs/html/google/gcm/
ccs.jd 41 <p>The GCM Cloud Connection Server (CCS) allows third party servers to communicate with Android devices by establishing a persistent TCP connection with Google servers using the XMPP protocol. This communication is asynchronous and bidirectional.</p>
44 <li>The asynchronous nature of XMPP allows you to send more messages with fewer resources.</li>
63 <li>Asynchronous messaging
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 78 # Note to self: don't move the close()! Asynchronous servers shouldn't
80 # the double-error branch here, you'll break asynchronous servers by
120 Subclasses intended for use in asynchronous servers will
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 78 # Note to self: don't move the close()! Asynchronous servers shouldn't
80 # the double-error branch here, you'll break asynchronous servers by
120 Subclasses intended for use in asynchronous servers will
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.h 13 // thread running to execute asynchronous file operations.
248 // of the callbacks are done (e.g., asynchronous file operations). The
  /external/chromium/webkit/glue/
webmediaplayer_impl.h 313 // TODO(scherkus): since SetPlaybackRate(0) is asynchronous and we don't want
316 // clock can creep forward a little bit while the asynchronous
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwViewportTest.java 244 // Page scale updates are asynchronous. There is an issue that we can't
281 // Page scale updates are asynchronous. There is an issue that we can't
  /external/chromium_org/base/files/
file.h 35 // Note that this class does not provide any support for asynchronous IO, other
36 // than the ability to create asynchronous handles on Windows.
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.h 149 // asynchronous call to NetworkConfigurationHandler::GetProperties.
273 // True if an asynchronous activation request was dispatched to Shill
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
event_pages.html 150 <li>Similarly, other asynchronous HTML5 APIs like notifications and
159 instead. The newer method is asynchronous so that it can start the event
  /external/chromium_org/chrome/common/metrics/proto/
omnibox_event.proto 60 // because the default match might have come from an asynchronous
206 // the query. Providers which don't do any asynchronous processing
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_validator.h 182 // Posts an asynchronous calls to PerformValidation, which will eventually
277 // Kicks off asynchronous validation. |completion_callback| is invoked when
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc 124 // TODO(piman): Make this asynchronous (http://crbug.com/125248).
240 // TODO(piman): Make this asynchronous (http://crbug.com/125248).
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp_unittest.cc 209 // Verify that asynchronous writes are handled correctly.
326 // Verify that asynchronous writes are handled correctly.

Completed in 2015 milliseconds

<<21222324252627282930>>