Searched refs:ParseActionFile (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/metrics/actions/
H A Dextract_actions_test.py141 actions, actions_dict, comments = extract_actions.ParseActionFile(
167 # Since there are two description tags, the function ParseActionFile will
170 _, _ = extract_actions.ParseActionFile(current_xml)
181 # Since there are two obsolete tags, the function ParseActionFile will
184 _, _ = extract_actions.ParseActionFile(current_xml)
H A Dextract_actions.py633 def ParseActionFile(file_content): function
784 actions, actions_dict, comment_nodes = ParseActionFile(original_xml)

Completed in 175 milliseconds