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

  /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/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
list_ports_windows.py 92 SetupDiGetClassDevs.errcheck = ValidHandle
  /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...]

Completed in 851 milliseconds