Searched refs:kMsg2 (Results 1 – 2 of 2) sorted by relevance
/external/chromium/net/socket/ |
D | deterministic_socket_data_unittest.cc | 16 static const char kMsg2[] = "\012345678\0"; variable 17 static const int kLen2 = arraysize(kMsg2); 211 MockRead(false, kMsg2, kLen2, 1), // Sync Read in TEST_F() 214 MockRead(false, kMsg2, kLen2, 4), // Sync Read in TEST_F() 225 AssertSyncReadEquals(kMsg2, kLen2); in TEST_F() 228 AssertSyncReadEquals(kMsg2, kLen2); in TEST_F() 247 MockRead(true, kMsg2, kLen2, 1), // Async Read in TEST_F() 250 MockRead(true, kMsg2, kLen2, 4), // Async Read in TEST_F() 259 AssertAsyncReadEquals(kMsg2, kLen2); in TEST_F() 262 AssertAsyncReadEquals(kMsg2, kLen2); in TEST_F() [all …]
|
/external/chromium/net/spdy/ |
D | spdy_proxy_client_socket_unittest.cc | 43 static const char kMsg2[] = "\012345678\0"; variable 298 AssertSyncReadEquals(kMsg2, kLen2); in AssertAsyncWriteWithReadsSucceeds() 556 scoped_ptr<spdy::SpdyFrame> msg2(ConstructBodyFrame(kMsg2, kLen2)); in TEST_F() 574 AssertAsyncWriteSucceeds(kMsg2, kLen2); in TEST_F() 642 scoped_ptr<spdy::SpdyFrame> msg2(ConstructBodyFrame(kMsg2, kLen2)); in TEST_F() 659 AssertSyncReadEquals(kMsg2, kLen2); in TEST_F() 670 scoped_ptr<spdy::SpdyFrame> msg2(ConstructBodyFrame(kMsg2, kLen2)); in TEST_F() 685 AssertSyncReadEquals(kMsg2, kLen2); in TEST_F() 724 scoped_ptr<spdy::SpdyFrame> msg2(ConstructBodyFrame(kMsg2, kLen2)); in TEST_F() 744 AssertSyncReadEquals(kMsg2, kLen2); in TEST_F() [all …]
|