HomeSort by relevance Sort by last modified time
    Searched full:get_errno (Results 1 - 25 of 26) sorted by null

1 2

  /external/jemalloc/test/integration/
aligned_alloc.c 16 assert_false(p != NULL || get_errno() != EINVAL,
23 assert_false(p != NULL || get_errno() != EINVAL,
44 assert_false(p != NULL || get_errno() != ENOMEM,
57 assert_false(p != NULL || get_errno() != ENOMEM,
69 assert_false(p != NULL || get_errno() != ENOMEM,
96 buferror(get_errno(), buf, sizeof(buf));
posix_memalign.c 90 buferror(get_errno(), buf, sizeof(buf));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_errno.py 24 self.assertEqual(get_errno(), errno.ENOENT)
27 self.assertEqual(get_errno(), 32)
40 self.assertEqual(get_errno(), 0)
46 self.assertEqual(get_errno(), 32)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_errno.py 24 self.assertEqual(get_errno(), errno.ENOENT)
27 self.assertEqual(get_errno(), 32)
40 self.assertEqual(get_errno(), 0)
46 self.assertEqual(get_errno(), 32)
  /external/elfutils/src/tests/
run-allfcts-multi.sh 37 # static inline int get_errno (void) { return errno; }
38 # int main () { return is_error (get_errno ()); }
50 /tmp/test-offset-loop.c:6:get_errno
  /external/bison/lib/
get-errno.h 18 extern int get_errno (void);
get-errno.c 33 get_errno (void) function
  /external/jemalloc/include/jemalloc/internal/
util.h 125 int get_errno(void);
256 get_errno(void) function
private_symbols.txt 241 get_errno
private_unnamespace.h 241 #undef get_errno macro
private_namespace.h 241 #define get_errno JEMALLOC_N(get_errno) macro
  /external/lldb/examples/interposing/darwin/fd_interposing/
FDInterposing.cpp 284 get_errno() const function in class:fd_interposing::Errno
674 description_sp->printf("pid=%i: socket (domain = %i, type = %i, protocol = %i) => fd=%i errno = %i", pid, domain, type, protocol, fd, fd_errno.get_errno());
680 save_backtrace (fd, fd_errno.get_errno(), description_sp, true);
707 save_backtrace (fds[0], err_errno.get_errno(), description_sp, true);
709 save_backtrace (fds[1], err_errno.get_errno(), description_sp, true);
745 save_backtrace (fd, fd_errno.get_errno(), description_sp, true);
770 save_backtrace (fd, fd_errno.get_errno(), description_sp, true);
796 save_backtrace (fd, fd_errno.get_errno(), description_sp, true);
821 save_backtrace (fd, fd_errno.get_errno(), description_sp, true);
846 save_backtrace (fd, fd_errno.get_errno(), description_sp, true)
    [all...]
  /external/jemalloc/test/unit/
util.c 40 err = get_errno();
122 err = get_errno();
  /external/jemalloc/src/
chunk_mmap.c 84 buferror(get_errno(), buf, sizeof(buf));
util.c 444 assert(uwidth != UINTMAX_MAX || get_errno() !=
467 assert(uprec != UINTMAX_MAX || get_errno() !=
jemalloc.c 959 if (get_errno() != 0 || (uintptr_t)end -\
990 if (get_errno() != 0 || (uintptr_t)end -\
    [all...]
  /system/extras/tests/net_test/
csocket.py 49 errno = ctypes.get_errno()
  /external/bison/src/
files.c 114 error (EXIT_FAILURE, get_errno (),
134 error (EXIT_FAILURE, get_errno (), _("cannot close file"));
output.c 595 error (EXIT_FAILURE, get_errno (),
605 error (EXIT_FAILURE, get_errno (),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_ctypes.so 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 144 from _ctypes import get_errno, set_errno namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 144 from _ctypes import get_errno, set_errno namespace
  /external/sonivox/arm-fm-22k/bin/
arm-fm-22k 
  /prebuilts/misc/linux-x86/bison/
bison 
  /external/sonivox/arm-hybrid-22k/bin/
arm-hybrid-22k 

Completed in 650 milliseconds

1 2