HomeSort by relevance Sort by last modified time
    Searched defs:FormatDeathTestOutput (Results 1 - 6 of 6) sorted by null

  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 491 static ::std::string FormatDeathTestOutput(const ::std::string& output) {
541 << " Error msg:\n" << FormatDeathTestOutput(error_message);
545 << " Error msg:\n" << FormatDeathTestOutput(error_message);
549 << " Error msg:\n" << FormatDeathTestOutput(error_message);
559 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
564 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
    [all...]
  /external/gtest/src/
gtest-death-test.cc 493 static ::std::string FormatDeathTestOutput(const ::std::string& output) {
543 << " Error msg:\n" << FormatDeathTestOutput(error_message);
547 << " Error msg:\n" << FormatDeathTestOutput(error_message);
551 << " Error msg:\n" << FormatDeathTestOutput(error_message);
561 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
566 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 456 static ::std::string FormatDeathTestOutput(const ::std::string& output) {
506 << " Error msg:\n" << FormatDeathTestOutput(error_message);
510 << " Error msg:\n" << FormatDeathTestOutput(error_message);
514 << " Error msg:\n" << FormatDeathTestOutput(error_message);
524 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
529 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 453 static ::std::string FormatDeathTestOutput(const ::std::string& output) {
503 << " Error msg:\n" << FormatDeathTestOutput(error_message);
507 << " Error msg:\n" << FormatDeathTestOutput(error_message);
511 << " Error msg:\n" << FormatDeathTestOutput(error_message);
521 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
526 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 493 static ::std::string FormatDeathTestOutput(const ::std::string& output) {
543 << " Error msg:\n" << FormatDeathTestOutput(error_message);
547 << " Error msg:\n" << FormatDeathTestOutput(error_message);
551 << " Error msg:\n" << FormatDeathTestOutput(error_message);
561 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
566 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 493 static ::std::string FormatDeathTestOutput(const ::std::string& output) {
543 << " Error msg:\n" << FormatDeathTestOutput(error_message);
547 << " Error msg:\n" << FormatDeathTestOutput(error_message);
551 << " Error msg:\n" << FormatDeathTestOutput(error_message);
561 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
566 << "Actual msg:\n" << FormatDeathTestOutput(error_message);
    [all...]

Completed in 41 milliseconds