Searched defs:terse_output (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/testing/gtest/samples/
H A Dsample9_unittest.cc111 bool terse_output = false; local
112 if (argc > 1 && strcmp(argv[1], "--terse_output") == 0 )
113 terse_output = true;
115 printf("%s\n", "Run this program with --terse_output to change the way "
120 // If we are given the --terse_output command line flag, suppresses the
122 if (terse_output) {
/external/protobuf/gtest/samples/
H A Dsample9_unittest.cc111 bool terse_output = false; local
112 if (argc > 1 && strcmp(argv[1], "--terse_output") == 0 )
113 terse_output = true;
115 printf("%s\n", "Run this program with --terse_output to change the way "
120 // If we are given the --terse_output command line flag, suppresses the
122 if (terse_output) {

Completed in 1048 milliseconds