HomeSort by relevance Sort by last modified time
    Searched full:read_errors_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/protocol/
connection_tester.h 64 int read_errors_; member in class:remoting::protocol::StreamConnectionTester
100 int read_errors_; member in class:remoting::protocol::DatagramConnectionTester
connection_tester.cc 28 read_errors_(0) {
42 EXPECT_EQ(0, read_errors_);
120 read_errors_++;
143 read_errors_(0),
160 EXPECT_EQ(0, read_errors_);
238 read_errors_++;
  /external/chromium_org/jingle/glue/
pseudotcp_adapter_unittest.cc 176 read_errors_(0) {}
185 EXPECT_EQ(0, read_errors_);
273 read_errors_++;
296 int read_errors_; member in class:jingle_glue::__anon8603::TCPChannelTester

Completed in 2233 milliseconds