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

  /external/libchrome/mojo/core/
multiprocess_message_pipe_unittest.cc 747 VerifyEcho(h, "in an interstellar burst");
748 VerifyEcho(h, "i am back to save the universe");
749 VerifyEcho(h, std::string(10 * 1024 * 1024, 'o'));
779 VerifyEcho(p0, "and you may ask yourself");
780 VerifyEcho(p0, "where does that highway go?");
781 VerifyEcho(p0, std::string(20 * 1024 * 1024, 'i'));
    [all...]
  /external/libchrome/mojo/core/test/
mojo_test_base.h 116 static void VerifyEcho(MojoHandle mp, const std::string& message);
mojo_test_base.cc 193 void MojoTestBase::VerifyEcho(MojoHandle mp, const std::string& message) {

Completed in 70 milliseconds