Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-interpreter.cc91 bool should_print = in PrintRegisters() local
95 if (should_print) { in PrintRegisters()
/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/googletest/googlemock/test/
Dgmock-spec-builders_test.cc2123 void VerifyOutput(const std::string& output, bool should_print, in VerifyOutput() argument
2126 if (should_print) { in VerifyOutput()
2142 void TestExpectedCall(bool should_print) { in TestExpectedCall() argument
2153 should_print, in TestExpectedCall()
2164 should_print, in TestExpectedCall()
2173 void TestUninterestingCallOnNaggyMock(bool should_print) { in TestUninterestingCallOnNaggyMock() argument
2189 should_print, in TestUninterestingCallOnNaggyMock()
2201 should_print, in TestUninterestingCallOnNaggyMock()
Dgmock-internal-utils_test.cc405 bool should_print) { in TestLogWithSeverity() argument
410 if (should_print) { in TestLogWithSeverity()
/external/mesa3d/src/compiler/nir/
Dnir.h2387 static int should_print = -1; in should_print_nir() local
2388 if (should_print < 0) in should_print_nir()
2389 should_print = env_var_as_boolean("NIR_PRINT", false); in should_print_nir()
2391 return should_print; in should_print_nir()
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py1679 def PrintIndentifiers(filename, should_print): argument
1695 if should_print(node):
1703 def PrintAllIndentifiers(filenames, should_print): argument
1711 PrintIndentifiers(path, should_print)
/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)