Home
last modified time | relevance | path

Searched defs:expected_exit_code (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/testing/gtest/test/
Dgtest_xml_output_unittest.py242 def _GetXmlOutput(self, gtest_prog_name, expected_exit_code): argument
265 def _TestXmlOutput(self, gtest_prog_name, expected_xml, expected_exit_code): argument
/external/v8/testing/gtest/test/
Dgtest_xml_output_unittest.py262 def _GetXmlOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument
287 expected_exit_code, extra_args=None): argument
/external/googletest/googletest/test/
Dgtest_xml_output_unittest.py262 def _GetXmlOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument
287 expected_exit_code, extra_args=None): argument
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_xml_output_unittest.py262 def _GetXmlOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument
287 expected_exit_code, extra_args=None): argument
/external/protobuf/gtest/test/
Dgtest_xml_output_unittest.py189 def _TestXmlOutput(self, gtest_prog_name, expected_xml, expected_exit_code): argument
/external/libmojo/mojo/edk/test/
Dmojo_test_base.h70 int expected_exit_code = 0; in StartClientWithHandler() local