Lines Matching refs:get_match_result

571         result = self.get_match_result(cmd, "target_cpu", cpu_para)
582 result = self.get_match_result(cmd, "ccache", ccache_para)
599 result = self.get_match_result(cmd, "rename_last_log", rename_last_log_para)
617 result = self.get_match_result(cmd, "build_target", build_target)
628 result = self.get_match_result(cmd, "ninja_args", ninja_args)
639 result = self.get_match_result(cmd, "full_compilation", full_compilation)
650 result = self.get_match_result(cmd, "strict_mode", strict_mode)
661 result = self.get_match_result(cmd, "scalable_build", scalable_build)
672 result = self.get_match_result(cmd, "build_example", build_example)
683 result = self.get_match_result(cmd, "build_platform_name", build_platform_name)
694 result = self.get_match_result(cmd, "build_xts", build_xts)
725 result = self.get_match_result(cmd, "load_test_config", load_test_config)
735 result = self.get_match_result(cmd, "build_type", build_type)
746 result = self.get_match_result(cmd, "log_level", log_level)
757 result = self.get_match_result(cmd, "build_only_gn", build_only_gn)
768 result = self.get_match_result(cmd, "test", test)
779 result = self.get_match_result(cmd, "gn_args", gn_args)
790 result = self.get_match_result(cmd, "fast_rebuild", fast_rebuild)
801 result = self.get_match_result(cmd, "keep_ninja_going", going_option)
908 result = self.get_match_result(cmd, "stat_ccache", ccache_option)
955 result = self.get_match_result(cmd, "compute_overlap_rate", overlap_option)
1010 result = self.get_match_result(cmd, "skip_partlist_check", partlist_option)
1103 def get_match_result(self, cmd, para_type, para_value, ptyflag=PTYFLAG): member in TestBuildOption