OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
),
453
// 1) Performing a
synchronous
I/O operation. (Invoking Read() or Write()
462
// asynchronous. It is an error to perform
synchronous
I/O while stopped.
466
// case of
synchronous
I/O, this will be the same step as the I/O is initiated.
470
//
synchronous
. If it is, ERR_UNUEXPECTED will be returned indicating that a
471
//
synchronous
Read() or Write() could not be completed synchronously because of
487
//
synchronous
, so the call to Read() returns length. The current step is
497
//
synchronous
so the call to Write() returns length.
[
all
...]
/external/chromium_org/net/url_request/
url_request_unittest.cc
309
SYNCHRONOUS
, // No callback, returns specified return values.
395
// Values returned on blocking stages when mode is
SYNCHRONOUS
or
517
case
SYNCHRONOUS
:
558
case
SYNCHRONOUS
:
[
all
...]
/external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar
Completed in 41 milliseconds