Home
last modified time | relevance | path

Searched refs:matched_tf_error_log (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/atest/
Datest_utils_unittest.py463 atest_utils.matched_tf_error_log(matched_content))
466 atest_utils.matched_tf_error_log(not_matched_content))
Datest_utils.py871 if matched_tf_error_log(line.decode()):
877 def matched_tf_error_log(content): function