Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/autoupdate_CatchBadSignatures/
Dautoupdate_CatchBadSignatures.py16 def _check_signature(self, expected_log_messages, member in autoupdate_CatchBadSignatures
50 self._check_signature(expected_log_messages,
66 self._check_signature(expected_log_messages,
/external/python/cpython2/Lib/test/
D_mock_backport.py106 def _check_signature(func, mock, skipfirst, instance=False): function
2147 _check_signature(spec, mock, is_type, instance)
2193 _check_signature(original, new, skipfirst=skipfirst)
/external/pdfium/third_party/pymock/
Dmock.py200 def _check_signature(func, mock, skipfirst, instance=False): function
2193 _check_signature(spec, mock, is_type, instance)
2241 _check_signature(original, new, skipfirst=skipfirst)
/external/python/mock/mock/
Dmock.py188 def _check_signature(func, mock, skipfirst, instance=False): function
2376 _check_signature(spec, mock, is_type, instance)
2428 _check_signature(original, new, skipfirst=skipfirst)
/external/python/cpython3/Lib/unittest/
Dmock.py113 def _check_signature(func, mock, skipfirst, instance=False): function
2638 _check_signature(spec, mock, is_type, instance)
2688 _check_signature(original, new, skipfirst=skipfirst)