HomeSort by relevance Sort by last modified time
    Searched refs:actual_frame (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
client_for_testing.py     [all...]
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 374 const WebSocketFrame& actual_frame = *(*actual_frames)[i]; local
376 if (actual_frame.header.final != (expected_frame.final == FINAL_FRAME)) {
378 << (actual_frame.header.final ? "" : "not ") << "final";
381 if (actual_frame.header.opcode != expected_frame.opcode) {
382 *listener << "the opcode is " << actual_frame.header.opcode;
385 if (actual_frame.header.masked != (expected_frame.masked == MASKED)) {
387 << (actual_frame.header.masked ? "masked" : "not masked");
392 if (actual_frame.header.payload_length != expected_length) {
394 << actual_frame.header.payload_length;
398 memcmp(actual_frame.data->data()
    [all...]
  /external/chromium_org/net/spdy/
spdy_framer_test.cc 581 const SpdyFrame& actual_frame,
585 reinterpret_cast<const unsigned char*>(actual_frame.data());
587 description, actual, actual_frame.size(), expected, expected_len);
592 const SpdyFrame& actual_frame) {
597 reinterpret_cast<const unsigned char*>(actual_frame.data()),
598 actual_frame.size());
    [all...]

Completed in 90 milliseconds