Home
last modified time | relevance | path

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

/external/chromium_org/net/websockets/
Dwebsocket_frame_test.cc280 static const char kTestInput[] = { in TEST() local
288 static const size_t kTestInputSize = arraysize(kTestInput) - 1; in TEST()
297 COMPILE_ASSERT(arraysize(kTestInput) == arraysize(kTestOutput), in TEST()
311 memcpy(aligned_scratch, kTestInput + frame_offset, aligned_len); in TEST()