Home
last modified time | relevance | path

Searched defs:io_mode (Results 1 – 4 of 4) sorted by relevance

/external/zlib/src/contrib/iostream/
Dzfstream.cpp19 int io_mode ) { in open()
61 int io_mode ) { in attach()
261 void gzfilestream_common::attach( int fd, int io_mode ) { in attach()
270 void gzfilestream_common::open( const char *name, int io_mode ) { in open()
297 gzifstream::gzifstream( const char *name, int io_mode ) : in gzifstream()
303 gzifstream::gzifstream( int fd, int io_mode ) : in gzifstream()
317 gzofstream::gzofstream( const char *name, int io_mode ) : in gzofstream()
323 gzofstream::gzofstream( int fd, int io_mode ) : in gzofstream()
/external/zlib/src/contrib/iostream3/
Dzfstream.h191 std::ios_base::openmode io_mode; variable
/external/chromium_org/chrome/browser/net/
Dnetwork_stats_unittest.cc108 net::IoMode io_mode) { in TestStart()
142 net::IoMode io_mode) { in MakeDelayedMockData()
197 net::IoMode io_mode) { in TestStartOneTest()
/external/chromium_org/net/socket/
Dsocket_test_util.cc135 MockConnect::MockConnect(IoMode io_mode, int r) : mode(io_mode), result(r) { in MockConnect()
141 MockConnect::MockConnect(IoMode io_mode, int r, IPEndPoint addr) : in MockConnect()