Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dmultiprocess_message_pipe_unittest.cc747 VerifyEcho(h, "in an interstellar burst"); in TEST_P()
748 VerifyEcho(h, "i am back to save the universe"); in TEST_P()
749 VerifyEcho(h, std::string(10 * 1024 * 1024, 'o')); in TEST_P()
779 VerifyEcho(p0, "and you may ask yourself"); in TEST_P()
780 VerifyEcho(p0, "where does that highway go?"); in TEST_P()
781 VerifyEcho(p0, std::string(20 * 1024 * 1024, 'i')); in TEST_P()
851 VerifyEcho(echo_proxy_a, "i came here for an argument"); in TEST_P()
852 VerifyEcho(echo_proxy_a, "shut your festering gob"); in TEST_P()
853 VerifyEcho(echo_proxy_a, "mumble mumble mumble"); in TEST_P()
855 VerifyEcho(echo_proxy_b, "wubalubadubdub"); in TEST_P()
[all …]
/external/libchrome/mojo/core/test/
Dmojo_test_base.h116 static void VerifyEcho(MojoHandle mp, const std::string& message);
Dmojo_test_base.cc193 void MojoTestBase::VerifyEcho(MojoHandle mp, const std::string& message) { in VerifyEcho() function in mojo::core::test::MojoTestBase