Lines Matching defs:get_path_to_expected
215 def get_path_to_expected(self):
231 expected_path = self.get_path_to_expected()
656 pa_expected_path = "".join([self.get_path_to_expected()[:self.get_path_to_expected().rfind(".txt")],
673 with open(self.get_path_to_expected(), 'r') as fp:
699 expected_path = self.get_path_to_expected()
921 pa_expected_path = "".join([self.get_path_to_expected()[:self.get_path_to_expected().rfind(".txt")],
978 expected_path = self.get_path_to_expected()
998 def get_path_to_expected(self):
1122 def get_path_to_expected(self):
1133 expected_path = self.get_path_to_expected()
1636 def get_path_to_expected(self, is_support=False, test_stage=""):
1690 compile_expected_path = self.get_path_to_expected(
1697 compile_expected_path = self.get_path_to_expected(self.is_support, "compile_cur_version_below_min_support")
1700 compile_expected_path = self.get_path_to_expected(self.is_support, "compile_target_version_below_cur")
1703 compile_expected_path = self.get_path_to_expected(self.is_support, "compile_discard")
1753 runtime_expect_path = self.get_path_to_expected(self.is_support, "runtime")
1881 def get_path_to_expected(
1918 path_expected = self.get_path_to_expected(is_support, "runtime", target_api_version, specific_api_version)
1921 return self.get_path_to_expected(is_support, "runtime", target_api_version)
1924 return self.get_path_to_expected(is_support, "compile")
1931 path_expected = self.get_path_to_expected(
1936 return self.get_path_to_expected(is_support, "compile", "", "", "asm")