Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_memoryview.py89 self._check_contents(tp, b, b"0bcdef")
91 self._check_contents(tp, b, b"012def")
93 self._check_contents(tp, b, b"012def")
95 self._check_contents(tp, b, b"abcdef")
99 self._check_contents(tp, b, b"cdedef")
102 self._check_contents(tp, b, b"ababcf")
285 def _check_contents(self, tp, obj, contents): member in BaseMemoryviewTests
295 def _check_contents(self, tp, obj, contents): member in BaseMemorySliceTests
312 def _check_contents(self, tp, obj, contents): member in BaseMemorySliceSliceTests
/external/python/cpython3/Lib/test/
Dtest_memoryview.py82 self._check_contents(tp, b, b"1bcdef")
84 self._check_contents(tp, b, b"0bcdef")
86 self._check_contents(tp, b, b"012def")
88 self._check_contents(tp, b, b"012def")
90 self._check_contents(tp, b, b"abcdef")
94 self._check_contents(tp, b, b"cdedef")
97 self._check_contents(tp, b, b"ababcf")
212 self._check_contents(tp, b, s.encode("utf-8"))
433 def _check_contents(self, tp, obj, contents): member in BaseMemoryviewTests
443 def _check_contents(self, tp, obj, contents): member in BaseMemorySliceTests
[all …]
/external/autotest/client/site_tests/enterprise_SmbProviderDaemon/
Denterprise_SmbProviderDaemon.py125 self._check_contents(data, read_data)
319 def _check_contents(self, data, read_data): member in enterprise_SmbProviderDaemon