HomeSort by relevance Sort by last modified time
    Searched defs:SYNCHRONOUS (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/sessions/
session_restore.h 24 // restore come in two variants, asynchronous or synchronous. The synchronous
38 SYNCHRONOUS = 1 << 2,
  /external/chromium_org/net/socket/
socket_test_util.h 56 SYNCHRONOUS
99 MockReadWrite() : mode(SYNCHRONOUS), result(0), data(NULL), data_len(0),
406 // 1) Performing a synchronous I/O operation. (Invoking Read() or Write()
415 // asynchronous. It is an error to perform synchronous I/O while stopped.
419 // case of synchronous I/O, this will be the same step as the I/O is initiated.
423 // synchronous. If it is, ERR_UNUEXPECTED will be returned indicating that a
424 // synchronous Read() or Write() could not be completed synchronously because of
440 // synchronous, so the call to Read() returns length. The current step is
450 // synchronous so the call to Write() returns length.
    [all...]
  /external/chromium_org/net/url_request/
url_request_unittest.cc 301 SYNCHRONOUS, // No callback, returns specified return values.
387 // Values returned on blocking stages when mode is SYNCHRONOUS or
509 case SYNCHRONOUS:
550 case SYNCHRONOUS:
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 210 milliseconds