Searched defs:io_mode (Results 1 – 4 of 4) sorted by relevance
| /external/zlib/src/contrib/iostream/ |
| D | zfstream.cpp | 19 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/ |
| D | zfstream.h | 191 std::ios_base::openmode io_mode; variable
|
| /external/chromium_org/chrome/browser/net/ |
| D | network_stats_unittest.cc | 108 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/ |
| D | socket_test_util.cc | 135 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()
|