Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/tests/testcases/
Dtest_write_local_element.py35 def _try_inspecting_local(self, local_name, expected_output): argument
45 self.try_command('expr ' + local_name, expected_output)
47 def _try_modifying_local(self, local_name, new_value, expected_output, argument
69 expected_output,
72 expected_output,
Dtest_write_global_element.py36 def _try_inspecting_global(self, global_name, expected_output): argument
46 self.try_command('expr ' + global_name, expected_output)
48 def _try_modifying_global(self, global_name, new_value, expected_output, argument
70 expected_output,
73 expected_output,
Dtest_write_local.py36 expected_output, expected_output_regex=None): argument
61 expected_output,
64 expected_output,
Dtest_write_global.py37 expected_output, expected_output_regex=None): argument
61 expected_output,
64 expected_output,
Dtest_read_local.py37 def _try_inspecting_local(self, local_name, expected_output, argument
55 expected_output,
59 expected_output,
Dtest_read_global.py36 def _try_inspecting_global(self, global_name, expected_output, argument
54 expected_output,
58 expected_output,