Home
last modified time | relevance | path

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

/third_party/mesa3d/.gitlab-ci/lava/utils/
Dlog_follower.py217 def hide_sensitive_data(yaml_data, hide_tag="HIDEME"): argument
218 return "".join(line for line in yaml_data.splitlines(True) if hide_tag not in line)
/third_party/mesa3d/.gitlab-ci/tests/utils/
Dtest_lava_log.py161 yaml_data = yaml.safe_dump(input)
162 yaml_result = hide_sensitive_data(yaml_data, tag)
/third_party/libinput/tools/
Dlibinput-replay.py67 def check_udev_properties(yaml_data, uinput): argument
72 yaml_udev_section = fetch(yaml_data, "udev")