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

  /external/protobuf/gtest/test/
gtest_xml_output_unittest.py 178 "%s was killed by signal %d" % (gtest_prog_name, p.signal))
189 def _TestXmlOutput(self, gtest_prog_name, expected_xml, expected_exit_code):
192 gtest_prog_name matches expected_xml, a string containing another
197 gtest_prog_name + "out.xml")
198 gtest_prog_path = gtest_test_utils.GetTestExecutablePath(gtest_prog_name)
204 "%s was killed by signal %d" % (gtest_prog_name, p.signal))
  /external/chromium/testing/gtest/test/
gtest_xml_output_unittest.py 196 "%s was killed by signal %d" % (gtest_prog_name, p.signal))
207 def _TestXmlOutput(self, gtest_prog_name, expected_xml, expected_exit_code):
210 gtest_prog_name matches expected_xml, a string containing another
215 gtest_prog_name + "out.xml")
216 gtest_prog_path = gtest_test_utils.GetTestExecutablePath(gtest_prog_name)
222 "%s was killed by signal %d" % (gtest_prog_name, p.signal))
  /external/gtest/test/
gtest_xml_output_unittest.py 196 "%s was killed by signal %d" % (gtest_prog_name, p.signal))
207 def _TestXmlOutput(self, gtest_prog_name, expected_xml, expected_exit_code):
210 gtest_prog_name matches expected_xml, a string containing another
215 gtest_prog_name + "out.xml")
216 gtest_prog_path = gtest_test_utils.GetTestExecutablePath(gtest_prog_name)
222 "%s was killed by signal %d" % (gtest_prog_name, p.signal))
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_xml_output_unittest.py 196 "%s was killed by signal %d" % (gtest_prog_name, p.signal))
207 def _TestXmlOutput(self, gtest_prog_name, expected_xml, expected_exit_code):
210 gtest_prog_name matches expected_xml, a string containing another
215 gtest_prog_name + "out.xml")
216 gtest_prog_path = gtest_test_utils.GetTestExecutablePath(gtest_prog_name)
222 "%s was killed by signal %d" % (gtest_prog_name, p.signal))

Completed in 28 milliseconds