HomeSort by relevance Sort by last modified time
    Searched defs:errcheck (Results 1 - 11 of 11) sorted by null

  /external/python/cpython2/Lib/ctypes/test/
test_slicing.py 110 def errcheck(result, func, args): function in function:SlicesTestCase.test_char_ptr_with_free
116 dll.my_strdup.errcheck = errcheck
121 del dll.my_strdup.errcheck
  /external/python/cpython3/Lib/ctypes/test/
test_slicing.py 104 def errcheck(result, func, args): function in function:SlicesTestCase.test_char_ptr_with_free
110 dll.my_strdup.errcheck = errcheck
115 del dll.my_strdup.errcheck
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_slicing.py 109 def errcheck(result, func, args): function in function:SlicesTestCase.test_char_ptr_with_free
115 dll.my_strdup.errcheck = errcheck
120 del dll.my_strdup.errcheck
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_slicing.py 109 def errcheck(result, func, args): function in function:SlicesTestCase.test_char_ptr_with_free
115 dll.my_strdup.errcheck = errcheck
120 del dll.my_strdup.errcheck
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_slicing.py 109 def errcheck(result, func, args): function in function:SlicesTestCase.test_char_ptr_with_free
115 dll.my_strdup.errcheck = errcheck
120 del dll.my_strdup.errcheck
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_slicing.py 109 def errcheck(result, func, args): function in function:SlicesTestCase.test_char_ptr_with_free
115 dll.my_strdup.errcheck = errcheck
120 del dll.my_strdup.errcheck
  /external/one-true-awk/
lib.c 660 double errcheck(double x, const char *s) function
  /external/python/cpython3/Modules/_ctypes/
ctypes.h 96 PyObject *errcheck; member in struct:__anon33244
_ctypes.c 3783 PyObject *errcheck; local
    [all...]
  /external/python/cpython2/Modules/_ctypes/
ctypes.h 136 PyObject *errcheck; member in struct:__anon32650
_ctypes.c 3892 PyObject *errcheck; local
    [all...]

Completed in 288 milliseconds