Searched refs:should_print (Results 1 – 5 of 5) sorted by relevance
/external/google-breakpad/src/testing/test/ |
D | gmock-spec-builders_test.cc | 1961 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()
|
D | gmock-internal-utils_test.cc | 385 bool should_print) { in TestLogWithSeverity() argument 390 if (should_print) { in TestLogWithSeverity()
|
/external/gmock/test/ |
D | gmock-spec-builders_test.cc | 2039 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()
|
D | gmock-internal-utils_test.cc | 379 bool should_print) { in TestLogWithSeverity() argument 384 if (should_print) { in TestLogWithSeverity()
|
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
D | ast.py | 1666 def PrintIndentifiers(filename, should_print): argument 1682 if should_print(node): 1690 def PrintAllIndentifiers(filenames, should_print): argument 1698 PrintIndentifiers(path, should_print)
|