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

1 2

  /external/jemalloc/test/integration/
aligned_alloc.c 27 assert_false(p != NULL || get_errno() != EINVAL,
34 assert_false(p != NULL || get_errno() != EINVAL,
55 assert_false(p != NULL || get_errno() != ENOMEM,
68 assert_false(p != NULL || get_errno() != ENOMEM,
80 assert_false(p != NULL || get_errno() != ENOMEM,
108 buferror(get_errno(), buf, sizeof(buf));
posix_memalign.c 102 buferror(get_errno(), buf, sizeof(buf));
  /external/python/cpython2/Lib/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/python/cpython3/Lib/ctypes/test/
test_errno.py 23 self.assertEqual(get_errno(), errno.ENOENT)
26 self.assertEqual(get_errno(), 32)
39 self.assertEqual(get_errno(), 0)
45 self.assertEqual(get_errno(), 32)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
OobRx.c 55 RetVal = GET_ERRNO;
76 RetVal = GET_ERRNO;
86 RetVal = GET_ERRNO;
99 RetVal = GET_ERRNO;
119 RetVal = GET_ERRNO;
134 RetVal = GET_ERRNO;
173 RetVal = GET_ERRNO;
203 RetVal = GET_ERRNO;
OobRx.h 34 #define GET_ERRNO WSAGetLastError ( )
63 #define GET_ERRNO errno
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
OobTx.c 54 RetVal = GET_ERRNO;
97 RetVal = GET_ERRNO;
120 RetVal = GET_ERRNO;
135 RetVal = GET_ERRNO;
160 RetVal = GET_ERRNO;
186 RetVal = GET_ERRNO;
210 RetVal = GET_ERRNO;
OobTx.h 32 #define GET_ERRNO WSAGetLastError ( )
57 #define GET_ERRNO errno
  /external/elfutils/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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Rx/
RawIp4Rx.c 48 RetVal = GET_ERRNO;
68 RetVal = GET_ERRNO;
79 RetVal = GET_ERRNO;
156 RetVal = GET_ERRNO;
RawIp4Rx.h 34 #define GET_ERRNO WSAGetLastError ( )
62 #define GET_ERRNO errno
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Tx/
RawIp4Tx.c 48 RetVal = GET_ERRNO;
91 RetVal = GET_ERRNO;
126 RetVal = GET_ERRNO;
RawIp4Tx.h 32 #define GET_ERRNO WSAGetLastError ( )
57 #define GET_ERRNO errno
  /external/jemalloc/include/jemalloc/internal/
util.h 133 int get_errno(void);
330 get_errno(void)
private_symbols.txt 270 get_errno
private_namespace.h 270 #define get_errno JEMALLOC_N(get_errno) macro
    [all...]
  /system/core/init/
result.h 136 int get_errno() const { return errno_; } function in class:android::init::Error
165 Result(Error&& error) : contents_(std::in_place_index_t<1>(), error.str(), error.get_errno()) {}
  /external/jemalloc/test/unit/
util.c 61 err = get_errno();
145 err = get_errno();
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_time.py 107 errno = ctypes.get_errno()
  /external/jemalloc/src/
pages.c 94 buferror(get_errno(), buf, sizeof(buf));
util.c 454 assert(uwidth != UINTMAX_MAX || get_errno() !=
477 assert(uprec != UINTMAX_MAX || get_errno() !=

Completed in 1029 milliseconds

1 2