Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 18 of 18) sorted by relevance

/scripts/net/
A Denumerate_http_status.py39 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 Dparse_syscalls.py53 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 Dgen_iter_sections.py14 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 Dgen_kobject_list.py415 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 Dtags.yaml2 # 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 Dtest_plan.py336 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 Dtest_printouts.py295 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 Dsame_identifier.cocci32 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 Dconst_config_info.cocci13 // appears as a tag in non-device aggregate types.
/scripts/tests/twister/test_data/
A Dtestsuite_incorrect_schema.yaml3 tag: demo incorrect_tag
/scripts/west_commands/
A Dbindesc.py161 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 Dsize_report81 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 Ddatabase_gen.py305 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 Dzephyr_commit_rules.py129 for tag in self.tags:
/scripts/west_commands/zspdx/
A Dwalker.py264 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 Dgenerate_vif.py74 element_name = child.tag[len(prefix):]
/scripts/pylib/twister/twisterlib/
A Dharness.py620 if elem.tag == ReportStatus.SKIP:
622 elif elem.tag == ReportStatus.FAIL:
A Dtestplan.py498 if tag_filter := self.options.tag:
759 tag_filter = self.options.tag

Completed in 24 milliseconds