Searched refs:_check_retval_ (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_checkretval.py6 def _check_retval_(value): member in class:CHECKED
9 _check_retval_ = staticmethod(_check_retval_) variable in class:CHECKED
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_checkretval.py6 def _check_retval_(value): member in class:CHECKED
9 _check_retval_ = staticmethod(_check_retval_) variable in class:CHECKED
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
H A D__init__.py408 # _check_retval_ is called with the function's result when it
412 # The _check_retval_ method is implemented in C, so that the
417 _check_retval_ = _check_HRESULT variable in class:.HRESULT
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
H A D__init__.py408 # _check_retval_ is called with the function's result when it
412 # The _check_retval_ method is implemented in C, so that the
417 _check_retval_ = _check_HRESULT variable in class:.HRESULT

Completed in 154 milliseconds