/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ftplib.py | 11 import errno namespace 285 if err.args[0] == errno.ECONNABORTED:
|
test_subprocess.py | 7 import errno namespace 542 if e.errno != errno.EMFILE: 629 if c.exception.errno not in (errno.ENOENT, errno.EACCES): [all...] |
test_support.py | 7 import errno namespace 252 if error.errno != errno.ENOENT: 260 if e.errno not in (errno.ENOENT, errno.ESRCH): 855 captured_errnos = [getattr(errno, name, num) 861 n = getattr(err, 'errno', None) [all...] |
test_multiprocessing.py | 18 import errno namespace [all...] |
test_socket.py | 6 import errno namespace 633 if err.errno == socket.EAI_SERVICE: 673 # Our signal handlers clobber the C errno by calling a math function [all...] |
test_tarfile.py | 8 import errno namespace 887 # this should not raise OSError: [Errno 17] File exists [all...] |
test_io.py | 34 import errno namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
xmlrpclib.py | 143 import errno namespace [all...] |
tarfile.py | 49 import errno namespace [all...] |
/external/chromium_org/chrome/test/functional/ |
perf.py | 27 import errno namespace 159 if err.errno == errno.ESRCH: [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
base.py | 34 import errno namespace 399 if e.errno in [errno.ENOENT, errno.EACCES, errno.ECHILD]: [all...] |
/external/chromium_org/third_party/libusb/src/libusb/os/ |
linux_usbfs.c | 29 #include <errno.h> 201 path, strerror(errno)); 202 if (errno == EACCES && mode == O_RDWR) 207 if (errno == EACCES) 209 if (errno == ENOENT) 317 usbi_dbg("monotonic clock doesn't work, errno %d", errno); 510 "open %s failed ret=%d errno=%d", filename, fd, errno); local 529 if (errno == ENOENT) 580 "read bConfigurationValue failed ret=%d errno=%d", r, errno); local 1288 usbi_err(HANDLE_CTX(handle), "getcap failed (%d)", errno); local 1454 "reset failed error %d errno %d", r, errno); local 1594 "disconnect-and-claim failed errno %d", errno); local 1668 "unrecognised discard errno %d", errno); local 1805 "submiturb failed error %d errno=%d", r, errno); local 1968 "submiturb failed error %d errno=%d", r, errno); local [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | 94 #define errno (*__errno_location()) macro 667 errno = EINVAL; [all...] |
/external/netperf/ |
netlib.h | 267 /* +*+ SAF Sorry about the hacks with errno; NT made me do it :( 269 WinNT does define an errno. 275 code that sets errno is likely to be overwriting the address of this 277 through errno. 281 assignment to errno. But on NT this calls SetLastError. 283 I also define errno (now only used on right side of assignments) 287 XENIX errors that errno covers. So on NT this is redefined to be 301 /* from public\sdk\inc\crt\errno.h */ 304 #ifdef errno 306 /*#define errno (*_errno()) * 307 #undef errno macro 309 #define errno macro [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAdapter.java | 1122 int errno = socket.mSocket.bindListen(); local 1235 int errno = socket.mSocket.bindListen(); local 1256 int errno = socket.mSocket.bindListen(); local 1278 int errno = socket.mSocket.bindListen(); local 1299 int errno = socket.mSocket.bindListen(); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tarfile.py | 49 import errno namespace [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_multiprocessing.py | 18 import errno namespace [all...] |
test_socket.py | 6 import errno namespace 633 if err.errno == socket.EAI_SERVICE: 673 # Our signal handlers clobber the C errno by calling a math function [all...] |
test_tarfile.py | 8 import errno namespace 887 # this should not raise OSError: [Errno 17] File exists [all...] |
test_io.py | 34 import errno namespace [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
os_unix.c | 121 #include <errno.h> 209 int lastErrno; /* The unix errno from last I/O error */ 479 do{ rc = osOpen(z,f,m); }while( rc<0 && errno==EINTR ); 561 savedErrno = errno; 581 errno = savedErrno; 593 do{ rc = osFtruncate(h,sz); }while( rc<0 && errno==EINTR ); 598 ** This routine translates a standard POSIX errno code into something 613 ** the value of errno as the first argument. Since a system call has failed, 614 ** errno should be non-zero. 616 ** Despite this, if errno really is zero, we still don't want to retur 5909 sqlite3_snprintf(sizeof(errmsg), errmsg, "create failed (%d)", errno); local 5913 sqlite3_snprintf(sizeof(errmsg), errmsg, "write failed (%d)", errno); local 5917 sqlite3_snprintf(sizeof(errmsg), errmsg, "rename failed (%d)", errno); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar | |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | 30065 sqlite3_snprintf(sizeof(errmsg), errmsg, "create failed (%d)", errno); local 30069 sqlite3_snprintf(sizeof(errmsg), errmsg, "write failed (%d)", errno); local 30073 sqlite3_snprintf(sizeof(errmsg), errmsg, "rename failed (%d)", errno); local [all...] |
/external/robolectric/lib/main/ |
sqlite-jdbc-3.7.2.jar | |
/external/sqlite/dist/orig/ |
sqlite3.c | 31039 sqlite3_snprintf(sizeof(errmsg), errmsg, "create failed (%d)", errno); local 31043 sqlite3_snprintf(sizeof(errmsg), errmsg, "write failed (%d)", errno); local 31047 sqlite3_snprintf(sizeof(errmsg), errmsg, "rename failed (%d)", errno); local [all...] |