Searched refs:get_match_result (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/build/test/example/ |
H A D | test_build_option.py | 571 result = self.get_match_result(cmd, "target_cpu", cpu_para) 582 result = self.get_match_result(cmd, "ccache", ccache_para) 617 result = self.get_match_result(cmd, "build_target", build_target) 628 result = self.get_match_result(cmd, "ninja_args", ninja_args) 650 result = self.get_match_result(cmd, "strict_mode", strict_mode) 694 result = self.get_match_result(cmd, "build_xts", build_xts) 735 result = self.get_match_result(cmd, "build_type", build_type) 746 result = self.get_match_result(cmd, "log_level", log_level) 768 result = self.get_match_result(cmd, "test", test) 779 result = self.get_match_result(cmd, "gn_args", gn_args) [all …]
|