Home
last modified time | relevance | path

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

/external/ltp/utils/sctp/testlib/
Dsctputil.c236 int expected_msg_flags, uint16_t expected_stream, in test_check_buf_data() argument
256 if ((0 == expected_stream) && (0 == expected_ppid)) in test_check_buf_data()
262 expected_stream, expected_ppid); in test_check_buf_data()
264 if (sinfo->sinfo_stream != expected_stream) in test_check_buf_data()
267 expected_stream, sinfo->sinfo_stream); in test_check_buf_data()
279 int expected_msg_flags, uint16_t expected_stream, in test_check_msg_data() argument
301 expected_stream, expected_ppid); in test_check_msg_data()
/external/libchrome/base/
Dunguessable_token_unittest.cc89 std::string expected_stream = "(1234567890ABCDEFFEDCBA0987654321)"; in TEST() local
92 EXPECT_EQ(expected_stream, stream.str()); in TEST()
102 std::string expected_stream = "(00000000000001230000000000000ABC)"; in TEST() local
105 EXPECT_EQ(expected_stream, stream.str()); in TEST()