Searched refs:kErrorLength (Results 1 – 5 of 5) sorted by relevance
/external/cronet/net/third_party/quiche/src/quiche/quic/tools/ |
D | quic_simple_server_stream_test.cc | 51 const size_t kErrorLength = strlen(QuicSimpleServerStream::kErrorResponseBody); variable 374 EXPECT_CALL(session_, WritevData(_, kErrorLength, _, FIN, _, _)); in TEST_P() 422 EXPECT_CALL(session_, WritevData(_, kErrorLength, _, FIN, _, _)); in TEST_P() 454 EXPECT_CALL(session_, WritevData(_, kErrorLength, _, FIN, _, _)); in TEST_P() 598 EXPECT_CALL(session_, WritevData(_, kErrorLength, _, FIN, _, _)); in TEST_P()
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | restest.cpp | 26 static const int32_t kErrorLength = 5; variable 422 string.setTo(true, kErrorUChars, kErrorLength); in testTag()
|
D | restsnew.cpp | 59 static const int32_t kErrorLength = 5; variable 774 string.setTo(true, kErrorUChars, kErrorLength); in testTag()
|
/external/icu/icu4c/source/test/intltest/ |
D | restest.cpp | 26 static const int32_t kErrorLength = 5; variable 422 string.setTo(true, kErrorUChars, kErrorLength); in testTag()
|
D | restsnew.cpp | 59 static const int32_t kErrorLength = 5; variable 774 string.setTo(true, kErrorUChars, kErrorLength); in testTag()
|