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 57 SYNCHRONOUS
101 : mode(SYNCHRONOUS),
454 // 1) Performing a synchronous I/O operation. (Invoking Read() or Write()
463 // asynchronous. It is an error to perform synchronous I/O while stopped.
467 // case of synchronous I/O, this will be the same step as the I/O is initiated.
471 // synchronous. If it is, ERR_UNUEXPECTED will be returned indicating that a
472 // synchronous Read() or Write() could not be completed synchronously because of
488 // synchronous, so the call to Read() returns length. The current step is
498 // synchronous so the call to Write() returns length.
    [all...]
  /external/chromium_org/net/url_request/
url_request_unittest.cc 310 SYNCHRONOUS, // No callback, returns specified return values.
397 // Values returned on blocking stages when mode is SYNCHRONOUS or
522 case SYNCHRONOUS:
563 case SYNCHRONOUS:
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1102 milliseconds