Home
last modified time | relevance | path

Searched refs:attribute_changes (Results 1 – 3 of 3) sorted by relevance

/tools/treble/split/
Dxml_diff_test.py26 changes = xml_diff.attribute_changes(e1, e2, set(['ignored']))
53 diff_fn=xml_diff.attribute_changes)
Dmanifest_diff.py118 diff_fn=xml_diff.attribute_changes)
134 attributes=xml_diff.attribute_changes(p1, p2, ignored_attrs),
162 attr_changes = xml_diff.attribute_changes(e1, e2, ignored_attrs)
186 diff_fn=xml_diff.attribute_changes)
Dxml_diff.py72 def attribute_changes(e1: Element, e2: Element, function