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

  /external/google-breakpad/src/testing/test/
gmock-internal-utils_test.cc 384 void TestLogWithSeverity(const string& verbosity, LogSeverity severity,
439 TestLogWithSeverity(kInfoVerbosity, kInfo, true);
440 TestLogWithSeverity(kInfoVerbosity, kWarning, true);
446 TestLogWithSeverity(kWarningVerbosity, kInfo, false);
447 TestLogWithSeverity(kWarningVerbosity, kWarning, true);
453 TestLogWithSeverity(kErrorVerbosity, kInfo, false);
454 TestLogWithSeverity(kErrorVerbosity, kWarning, false);
460 TestLogWithSeverity("invalid", kInfo, false);
461 TestLogWithSeverity("invalid", kWarning, true);
  /external/googletest/googlemock/test/
gmock-internal-utils_test.cc 405 void TestLogWithSeverity(const string& verbosity, LogSeverity severity,
483 TestLogWithSeverity(kInfoVerbosity, kInfo, true);
484 TestLogWithSeverity(kInfoVerbosity, kWarning, true);
490 TestLogWithSeverity(kWarningVerbosity, kInfo, false);
491 TestLogWithSeverity(kWarningVerbosity, kWarning, true);
497 TestLogWithSeverity(kErrorVerbosity, kInfo, false);
498 TestLogWithSeverity(kErrorVerbosity, kWarning, false);
504 TestLogWithSeverity("invalid", kInfo, false);
505 TestLogWithSeverity("invalid", kWarning, true);
  /external/v8/testing/gmock/test/
gmock-internal-utils_test.cc 404 void TestLogWithSeverity(const string& verbosity, LogSeverity severity,
482 TestLogWithSeverity(kInfoVerbosity, kInfo, true);
483 TestLogWithSeverity(kInfoVerbosity, kWarning, true);
489 TestLogWithSeverity(kWarningVerbosity, kInfo, false);
490 TestLogWithSeverity(kWarningVerbosity, kWarning, true);
496 TestLogWithSeverity(kErrorVerbosity, kInfo, false);
497 TestLogWithSeverity(kErrorVerbosity, kWarning, false);
503 TestLogWithSeverity("invalid", kInfo, false);
504 TestLogWithSeverity("invalid", kWarning, true);

Completed in 319 milliseconds