Home
last modified time | relevance | path

Searched refs:should_print (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/testing/test/
Dgmock-spec-builders_test.cc1961 void VerifyOutput(const String& output, bool should_print, in VerifyOutput() argument
1964 if (should_print) { in VerifyOutput()
1980 void TestExpectedCall(bool should_print) { in TestExpectedCall() argument
1991 should_print, in TestExpectedCall()
2002 should_print, in TestExpectedCall()
2011 void TestUninterestingCall(bool should_print) { in TestUninterestingCall() argument
2019 should_print, in TestUninterestingCall()
2031 should_print, in TestUninterestingCall()
Dgmock-internal-utils_test.cc385 bool should_print) { in TestLogWithSeverity() argument
390 if (should_print) { in TestLogWithSeverity()
/external/gmock/test/
Dgmock-spec-builders_test.cc2039 void VerifyOutput(const std::string& output, bool should_print, in VerifyOutput() argument
2042 if (should_print) { in VerifyOutput()
2058 void TestExpectedCall(bool should_print) { in TestExpectedCall() argument
2069 should_print, in TestExpectedCall()
2080 should_print, in TestExpectedCall()
2089 void TestUninterestingCallOnNaggyMock(bool should_print) { in TestUninterestingCallOnNaggyMock() argument
2097 should_print, in TestUninterestingCallOnNaggyMock()
2109 should_print, in TestUninterestingCallOnNaggyMock()
Dgmock-internal-utils_test.cc379 bool should_print) { in TestLogWithSeverity() argument
384 if (should_print) { in TestLogWithSeverity()
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py1666 def PrintIndentifiers(filename, should_print): argument
1682 if should_print(node):
1690 def PrintAllIndentifiers(filenames, should_print): argument
1698 PrintIndentifiers(path, should_print)