Lines Matching refs:tc_attribute
123 tc_attribute, tc_value, plat_attribute, plat_value, expected_discards): argument
129 if tc_attribute is None and plat_attribute is None:
148 if tc_attribute == "toolchain_allow":
150 if tc_attribute == "platform_allow":
152 if tc_attribute == "toolchain_exclude":
154 if tc_attribute == "platform_exclude":
156 if tc_attribute == "arch_exclude":
158 if tc_attribute == "arch_allow":
160 if tc_attribute == "skip":
162 if tc_attribute == "tags":
164 if tc_attribute == "min_flash":
166 if tc_attribute == "min_ram":
172 if tc_attribute == "build_on_all":
180 elif tc_attribute is None and plat_attribute is None: