Home
last modified time | relevance | path

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

/external/llvm-project/debuginfo-tests/dexter/dex/command/commands/
DDexExpectWatchBase.py131 def _check_watch_order(self, actual_watches, expected_values): argument
136 actual_values = [w.expected_value for w in actual_watches]
155 differences.append(actual_watches[index])
160 differences.append(actual_watches[index])