Home
last modified time | relevance | path

Searched refs:AssertSyncReadEquals (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/socket/
Ddeterministic_socket_data_unittest.cc35 void AssertSyncReadEquals(const char* data, int len);
107 void DeterministicSocketDataTest::AssertSyncReadEquals(const char* data, in AssertSyncReadEquals() function in net::DeterministicSocketDataTest
205 AssertSyncReadEquals(kMsg1, kLen1); in TEST_F()
224 AssertSyncReadEquals(kMsg1, kLen1); in TEST_F()
225 AssertSyncReadEquals(kMsg2, kLen2); in TEST_F()
226 AssertSyncReadEquals(kMsg3, kLen3); in TEST_F()
227 AssertSyncReadEquals(kMsg3, kLen3); in TEST_F()
228 AssertSyncReadEquals(kMsg2, kLen2); in TEST_F()
229 AssertSyncReadEquals(kMsg3, kLen3); in TEST_F()
230 AssertSyncReadEquals(kMsg1, kLen1); in TEST_F()
[all …]
/external/chromium/net/spdy/
Dspdy_proxy_client_socket_unittest.cc75 void AssertSyncReadEquals(const char* data, int len);
233 void SpdyProxyClientSocketTest::AssertSyncReadEquals(const char* data, in AssertSyncReadEquals() function in net::SpdyProxyClientSocketTest
298 AssertSyncReadEquals(kMsg2, kLen2); in AssertAsyncWriteWithReadsSucceeds()
631 AssertSyncReadEquals(kMsg1, kLen1); in TEST_F()
656 AssertSyncReadEquals(kMsg1, kLen1); in TEST_F()
659 AssertSyncReadEquals(kMsg2, kLen2); in TEST_F()
684 AssertSyncReadEquals(kMsg1, kLen1); in TEST_F()
685 AssertSyncReadEquals(kMsg2, kLen2); in TEST_F()
712 AssertSyncReadEquals(kMsg33, kLen33); in TEST_F()
740 AssertSyncReadEquals(kMsg1, kLen1); in TEST_F()
[all …]