Lines Matching refs:True

94         PTYFLAG = True if config.get("build_option").get("ptyflag").lower() == "true" else False
115 universal_newlines=True,
141 flag_res[flag_name]["flag"] = True
169 return True
177 return True
196 expect_dict["ninja"] = True
207 expect_dict["ccache"] = True
216 expect_dict = {"loader": True}
233 expect_dict["pycache"] = True
253 expect_dict["use_thin"] = True
254 expect_dict["ninja_build_target"] = True
257 expect_dict["ninja_build_target"] = True
263 expect_dict = {"ninja_args": True}
276 expect_dict["full_compilation_gn"] = True
277 expect_dict["full_compilation_ninja"] = True
308 expect_dict["build_example"] = True
322 expect_dict["build_platform"] = True
373 expect_dict["build_type_debug"] = True
375 expect_dict["build_type_none"] = True
378 expect_dict["build_type_profile"] = True
379 expect_dict["build_type_none"] = True
383 expect_dict["build_type_none"] = True
399 expect_dict["tracelog"] = True
400 expect_dict["ninja_v"] = True
417 expect_dict["notest"] = True
421 expect_dict["xts"] = True
456 partlist_flag = True if para_value.lower() == "true" else False
475 expect_dict["c_targets"] = True
476 expect_dict["c_overall"] = True
490 expect_dict["ccache_dir"] = True
491 expect_dict["ccache_summary"] = True
539 return True
560 file_flag = True
884 resolve_result, result, _ = self.get_common_spec_result(rom_option, cmd, ptyflag=True)
1025 … para_type="enable_pycache", ptyflag=True)
1030 check_file_flag = self.check_file_res(resolve_result, check_file_li, is_real_path=True)
1047 universal_newlines=True,
1051 while True:
1076 universal_newlines=True,
1081 while True:
1111 self.print_error_line(cmd_res, is_success=True)
1124 flag_res, expect_dict = self.get_common_flags(option, check_file=True)
1133 self.print_error_line(cmd_res, is_success=True)