Searched refs:tag (Results 1 – 18 of 18) sorted by relevance
/scripts/net/ |
A D | enumerate_http_status.py | 39 def handle_starttag(self, tag, attrs): argument 40 if tag == 'code': 44 def handle_endtag(self, tag): argument 45 if tag == 'code' and self.in_code_tag:
|
/scripts/build/ |
A D | parse_syscalls.py | 53 def tagged_struct_update(target_list, tag, contents): argument 54 regex = re.compile(tagged_struct_decl_template % tag, regex_flags) 63 for tag in struct_tags: 64 tagged_ret[tag] = [] 132 for tag in struct_tags: 133 tagged_struct_update(tagged_ret[tag], tag, contents)
|
A D | gen_iter_sections.py | 14 def get_tagged_items(filepath: str, tag: str) -> list: 16 return json.load(fp)[tag] 66 items = get_tagged_items(args.input, args.tag)
|
A D | gen_kobject_list.py | 415 if child.tag != "DW_TAG_member": 444 if child.tag != "DW_TAG_subrange_type": 550 if die.tag == "DW_TAG_structure_type": 552 elif die.tag == "DW_TAG_const_type": 554 elif die.tag == "DW_TAG_array_type": 556 elif die.tag == "DW_TAG_typedef": 558 elif die.tag == "DW_TAG_variable":
|
/scripts/ci/ |
A D | tags.yaml | 2 # twister tag. 7 # "tag" (the quotes are only needed for titles with special characters, 10 # List of paths and/or glob patterns giving the files in the tag, 21 # belong to the tag. The regular expression may match anywhere within 31 # Like 'files', but any matching files will be excluded from the tag. 35 # tag. 41 # 2. Keep tag entries sorted alphabetically
|
A D | test_plan.py | 336 tag = Tag() 337 tag.exclude = True 338 tag.name = t 342 tag._match_fn = _get_match_fn(x.get("files"), x.get("files-regex")) 346 tag._exclude_match_fn = \ 349 tags[tag.name] = tag 361 for tag in exclude_tags: 362 self.tag_options.extend(["-e", tag ])
|
/scripts/tests/twister_blackbox/ |
A D | test_printouts.py | 295 printed_tags = [tag.strip() for tag in out.split('- ')[1:]] 297 assert all([tag in printed_tags for tag in expected]) 298 assert all([tag in expected for tag in printed_tags]) 320 for tag in exclude_tags.split(): 321 args += ['--exclude-tag', tag] 356 for tag in exclude_tags.split(): 357 args += ['--exclude-tag', tag]
|
/scripts/coccinelle/ |
A D | same_identifier.cocci | 32 msg = "WARNING: Violation to rule 5.7 (Tag name should be unique) tag: {}".format(v) 53 msg = "WARNING: Violation to rule 5.7 (Tag name should be unique) tag: {}".format(v) 74 msg = "WARNING: Violation to rule 5.7 (Tag name should be unique) tag: {}".format(v)
|
A D | const_config_info.cocci | 13 // appears as a tag in non-device aggregate types.
|
/scripts/tests/twister/test_data/ |
A D | testsuite_incorrect_schema.yaml | 3 tag: demo incorrect_tag
|
/scripts/west_commands/ |
A D | bindesc.py | 161 for tag, value in descriptors.items(): 162 if tag in self.TAG_TO_NAME: 163 tag = self.TAG_TO_NAME[tag] 167 for tag in self.TAG_TO_NAME.values(): 322 def bindesc_get_type(tag): argument 323 return tag >> 12
|
/scripts/footprint/ |
A D | size_report | 81 if die.tag == 'DW_TAG_variable': 95 if die.tag == 'DW_TAG_subprogram': 330 if die.tag == 'DW_TAG_variable': 339 if die.tag == 'DW_TAG_subprogram': 467 if not die.tag == 'DW_TAG_subprogram': 482 if not (die_ptr.tag == 'DW_TAG_subprogram') or not (
|
/scripts/logging/dictionary/ |
A D | database_gen.py | 305 if die.tag == 'DW_TAG_base_type': 312 if die.tag == 'DW_TAG_const_type': 354 if die.tag == 'DW_TAG_variable' and ('DW_AT_type' in die.attributes
|
/scripts/gitlint/ |
A D | zephyr_commit_rules.py | 129 for tag in self.tags:
|
/scripts/west_commands/zspdx/ |
A D | walker.py | 264 for tag in zephyr_tags: 265 version = re.fullmatch(r'^v(?P<version>\d+\.\d+\.\d+)$', tag) 266 purl = self._build_purl(zephyr_url, tag)
|
/scripts/generate_usb_vif/ |
A D | generate_vif.py | 74 element_name = child.tag[len(prefix):]
|
/scripts/pylib/twister/twisterlib/ |
A D | harness.py | 620 if elem.tag == ReportStatus.SKIP: 622 elif elem.tag == ReportStatus.FAIL:
|
A D | testplan.py | 498 if tag_filter := self.options.tag: 759 tag_filter = self.options.tag
|
Completed in 24 milliseconds