Searched defs:Element (Results 1 – 3 of 3) sorted by relevance
/tools/treble/split/ |
D | xml_diff.py | 20 Element = ET.Element variable 68 def element_string(e: Element) -> str: 72 def attribute_changes(e1: Element, e2: Element, 104 p1: Element, 105 p2: Element, 107 key_fn: Callable[[Element], str], 108 diff_fn: Callable[[Element, Element, Set[str]], Any]) -> ChangeMap:
|
D | manifest_diff.py | 28 Element = ET.Element variable 101 def subelement_file_changes(tag: str, p1: Element, p2: Element) -> ChangeMap: 121 def project_changes(p1: Element, p2: Element, 139 def compare_single_node_elements(manifest_e1: Element, manifest_e2: Element, 168 def compare_remote_elements(manifest_e1: Element, manifest_e2: Element,
|
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/ |
D | GameCoreConfigurationXmlParser.java | 108 private <T> List<T> parseList(Element element, String tagName, Function<Element, T> parser) { in parseList()
|