Searched refs:_try_inspecting_local (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/tests/lldb/tests/testcases/ |
D | test_read_local.py | 37 def _try_inspecting_local(self, local_name, expected_output, member in TestReadLocal 149 self._try_inspecting_local('char_local', 153 self._try_inspecting_local('uchar_local', 156 self._try_inspecting_local('short_local', 159 self._try_inspecting_local('ushort_local', 162 self._try_inspecting_local('int_local', 165 self._try_inspecting_local('uint_local', 168 self._try_inspecting_local('float_local', 171 self._try_inspecting_local('long_local', 174 self._try_inspecting_local('ulong_local', [all …]
|
D | test_write_local_element.py | 35 def _try_inspecting_local(self, local_name, expected_output): member in TestWriteLocalElement 93 self._try_inspecting_local('char2_local', 99 self._try_inspecting_local('uchar2_local', 104 self._try_inspecting_local('short2_local', 109 self._try_inspecting_local('ushort2_local', 114 self._try_inspecting_local('int2_local', 119 self._try_inspecting_local('uint2_local', 124 self._try_inspecting_local('float2_local', 130 self._try_inspecting_local('long2_local', 136 self._try_inspecting_local('ulong2_local', [all …]
|