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

  /external/chromium/testing/gtest/test/
gtest_xml_outfiles_test.py 114 output_file2 = os.path.join(self.output_dir_, output_file_name2)
115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2),
122 actual = minidom.parse(output_file2)
  /external/gtest/test/
gtest_xml_outfiles_test.py 114 output_file2 = os.path.join(self.output_dir_, output_file_name2)
115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2),
122 actual = minidom.parse(output_file2)
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_xml_outfiles_test.py 114 output_file2 = os.path.join(self.output_dir_, output_file_name2)
115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2),
122 actual = minidom.parse(output_file2)
  /external/protobuf/gtest/test/
gtest_xml_outfiles_test.py 114 output_file2 = os.path.join(self.output_dir_, output_file_name2)
115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2),
122 actual = minidom.parse(output_file2)

Completed in 1174 milliseconds