Searched refs:TEST_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
20 #define TEST_BUFFER_SIZE 10 macro128 char buffer[TEST_BUFFER_SIZE] = {"\x1\x2\x3\x4\x5\x6\x7\x0"}; in TEST_F()192 char buffer[TEST_BUFFER_SIZE] = {"\x1\x2\x3\x4\x5\x6\x7\x0"}; in TEST_F()262 char buffer[TEST_BUFFER_SIZE] = {"\x1\x2\x3\x4\x5\x6\x7\x0"}; in TEST_F()333 char buffer[TEST_BUFFER_SIZE] = {"\x1\x2\x3\x4\x5\x6\x7\x0"}; in TEST_F()404 char buffer[TEST_BUFFER_SIZE] = {"\x1\x2\x3\x4\x5\x6\x7\x0"}; in TEST_F()475 char buffer[TEST_BUFFER_SIZE] = {"\x1\x2\x3\x4\x5\x6\x7\x0"}; in TEST_F()539 char buffer[TEST_BUFFER_SIZE] = {"\x1\x2\x3\x4\x5\x6\x7\x0"}; in TEST_F()610 char buffer[TEST_BUFFER_SIZE] = {"\x1\x2\x3\x4\x5\x6\x7\x0"}; in TEST_F()681 char buffer[TEST_BUFFER_SIZE] = {"\x1\x2\x3\x4\x5\x6\x7\x0"}; in TEST_F()[all …]
98 private static final int TEST_BUFFER_SIZE = 1024; field in TcpSocketTrackerTest230 final ByteBuffer buffer = ByteBuffer.allocate(TEST_BUFFER_SIZE); in testEnoughBytesRemainForValidNlMsg()232 buffer.position(TEST_BUFFER_SIZE - StructNlMsgHdr.STRUCT_SIZE); in testEnoughBytesRemainForValidNlMsg()235 buffer.position(TEST_BUFFER_SIZE - StructNlMsgHdr.STRUCT_SIZE + 1); in testEnoughBytesRemainForValidNlMsg()238 buffer.position(TEST_BUFFER_SIZE); in testEnoughBytesRemainForValidNlMsg()