HomeSort by relevance Sort by last modified time
    Searched defs:errno (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /external/libchrome/base/message_loop/
message_pump_libevent.cc 7 #include <errno.h>
281 DCHECK(nwrite == 1 || errno == EAGAIN)
282 << "[nwrite:" << nwrite << "] [errno:" << errno << "]"; local
  /external/libusb/msvc/
errno.h 2 * errno.h
19 * names given by strerror and the defines in the Cygnus errno.h. A lot
20 * of the names from the Cygnus errno.h are not represented, and a few
85 * Definitions of errno. For _doserrno, sys_nerr and * sys_errlist, see
89 #undef errno macro
90 extern int errno;
93 #define errno (*_errno()) macro
  /external/ltp/testcases/kernel/security/filecaps/
verify_caps_exec.c 37 #include <errno.h>
51 int errno; variable
128 if (ret == -1 && errno != EEXIST)
  /external/python/cpython2/Modules/zlib/
zutil.c 144 * errno. We define it as a global variable to simplify porting.
147 int errno = 0; variable
  /external/syslinux/com32/lib/zlib/
zutil.c 141 * errno. We define it as a global variable to simplify porting.
144 int errno = 0; variable
  /external/syslinux/core/include/
thread.h 27 int errno; member in struct:thread_stack
  /external/syslinux/dos/
errno.h 39 int errno; variable
  /frameworks/base/core/java/android/net/metrics/
ConnectStats.java 39 /** How many events resulted in a given errno. */
63 boolean addEvent(int errno, int latencyMs, String ipAddr) {
65 if (isSuccess(errno)) {
66 countConnect(errno, ipAddr);
67 countLatency(errno, latencyMs);
70 countError(errno);
75 private void countConnect(int errno, String ipAddr) {
77 if (!isNonBlocking(errno)) {
85 private void countLatency(int errno, int ms) {
86 if (isNonBlocking(errno)) {
132 String errno = OsConstants.errnoName(errnos.keyAt(i)); local
    [all...]
  /frameworks/base/services/net/java/android/net/netlink/
NetlinkSocket.java 73 final int errno = ((NetlinkErrorMessage) response).getNlMsgError().error; local
74 if (errno != 0) {
80 throw new ErrnoException(response.toString(), Math.abs(errno));
  /system/update_engine/
p2p_manager_unittest.cc 281 if (ea_size == -1 && errno == ENODATA) {
285 << "ea_size=" << ea_size << ", errno=" << errno; local
  /toolchain/binutils/binutils-2.27/zlib/
zutil.c 144 * errno. We define it as a global variable to simplify porting.
147 int errno = 0; variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
zutil.h 37 * errno. We define it as a global variable to simplify porting.
41 # define errno z_errno macro
43 extern int errno;
46 # include <errno.h>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
socket.py 94 import errno
96 errno = None variable
97 EBADF = getattr(errno, 'EBADF', 9)
98 EINTR = getattr(errno, 'EINTR', 4)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
socket.py 90 import errno
92 errno = None variable
93 EBADF = getattr(errno, 'EBADF', 9)
94 EINTR = getattr(errno, 'EINTR', 4)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zutil.h 37 * errno. We define it as a global variable to simplify porting.
41 # define errno z_errno macro
43 extern int errno;
46 # include <errno.h>
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
CrtWrapper.c 18 int errno = 0; variable
  /external/gptfdisk/
gptcl.cc 25 #include <errno.h>
223 cerr << "Error " << errno << " deleting partition!\n"; local
  /external/libpcap/
savefile.c 49 #include <errno.h>
263 errno_t errno; local
264 errno = fopen_s(&fp, filename, mode);
265 if (errno == 0)
303 pcap_strerror(errno));
332 pcap_snprintf(errbuf, PCAP_ERRBUF_SIZE, pcap_strerror(errno));
339 pcap_snprintf(errbuf, PCAP_ERRBUF_SIZE, pcap_strerror(errno));
386 pcap_strerror(errno));
  /external/ltp/testcases/kernel/syscalls/epoll/
epoll-ltp.c 61 TODO: change errno test code to build lists of possible errno values for
62 each erroneous parameter. Check that the errno value is in one
63 of the lists. Currently errno is not checked at all when multiple
88 #include <errno.h>
212 errno = 0;
222 if (errno != EINVAL) {
224 "epoll_create with negative set size didn't set errno to EINVAL");
240 if (errno != ENOMEM) {
262 errno = 0
486 PROTECT_REGION_START errno = 0; local
    [all...]
  /external/python/cpython2/Lib/
socket.py 94 import errno
96 errno = None variable
97 EBADF = getattr(errno, 'EBADF', 9)
98 EINTR = getattr(errno, 'EINTR', 4)
  /external/python/cpython3/Lib/
socket.py 56 import errno
58 errno = None variable
59 EBADF = getattr(errno, 'EBADF', 9)
60 EAGAIN = getattr(errno, 'EAGAIN', 11)
61 EWOULDBLOCK = getattr(errno, 'EWOULDBLOCK', 11)
  /frameworks/base/core/java/android/os/
SharedMemory.java 131 int errno = nSetProt(mFileDescriptor, prot); local
132 return errno == 0;
  /frameworks/base/core/java/com/android/server/
NetworkManagementSocketTagger.java 92 final int errno = native_tagSocketFd(fd, tag, uid); local
93 if (errno < 0) {
96 + uid + ") failed with errno" + errno);
114 final int errno = native_untagSocketFd(fd); local
115 if (errno < 0) {
116 Log.w(TAG, "untagSocket(" + fd.getInt$() + ") failed with errno " + errno);
128 final int errno = native_setCounterSet(counterSet, uid); local
129 if (errno < 0)
138 int errno = native_deleteTagData(0, uid); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
socket.py 90 import errno
92 errno = None variable
93 EBADF = getattr(errno, 'EBADF', 9)
94 EINTR = getattr(errno, 'EINTR', 4)
  /prebuilts/gdb/linux-x86/lib/python2.7/
socket.py 90 import errno
92 errno = None variable
93 EBADF = getattr(errno, 'EBADF', 9)
94 EINTR = getattr(errno, 'EINTR', 4)

Completed in 1460 milliseconds

12 3 4 5