/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
|
/ndk/sources/host-tools/nawk-20071023/ |
proto.h | 145 extern double errcheck(double, const char *);
|
run.c | 1039 i = errcheck(pow(i, j), "pow"); 1133 xf = errcheck(pow(xf, yf), "pow"); [all...] |
lib.c | 650 double errcheck(double x, const char *s) function
|
/external/clang/bindings/python/clang/ |
cindex.py | [all...] |