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

1 2 34 5

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.h 959 int BindTestErrno; ///< errno value if EslSocketBindTest fails
1004 int errno; ///< Error information for this socket member in struct:_ESL_SOCKET
    [all...]
  /external/gptfdisk/
gpt.cc 22 #include <errno.h>
749 cout << "\aNOTE: Write test failed with error number " << errno local
928 cerr << "Warning! Read error " << errno << "; strange behavior now likely!\\n"; local
966 cerr << "Warning! Read error " << errno << "! Misbehavior now likely!\\n"; local
1008 cerr << "Warning! Error " << errno << " reading partition table for CRC check!\\n"; local
1307 cerr << "Warning! Read error " << errno local
1345 cerr << "Warning! GPT main header not overwritten! Error is " << errno << "\\n"; local
1360 cerr << "Warning! GPT main partition table not overwritten! Error is " << errno << "\\n"; local
1370 << errno << "\\n"; local
1378 cerr << "Warning! GPT backup header not overwritten! Error is " << errno << "\\n"; local
1406 cerr << "Warning! MBR not overwritten! Error is " << errno << "!\\n"; local
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 29 #include <errno.h>
201 if (errno == ENOENT) {
215 path, strerror(errno));
216 if (errno == EACCES && mode == O_RDWR)
221 if (errno == EACCES)
223 if (errno == ENOENT)
339 usbi_dbg("monotonic clock doesn't work, errno %d", errno);
532 "open %s failed ret=%d errno=%d", filename, fd, errno); local
602 "read bConfigurationValue failed ret=%d errno=%d", r, errno); local
1309 usbi_err(HANDLE_CTX(handle), "getcap failed (%d)", errno); local
1483 "reset failed error %d errno %d", r, errno); local
1569 errno); local
1580 errno); local
1699 "disconnect-and-claim failed errno %d", errno); local
1773 "unrecognised discard errno %d", errno); local
1916 "submiturb failed error %d errno=%d", r, errno); local
2078 "submiturb failed error %d errno=%d", r, errno); local
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 26 #include <errno.h>
355 errno = 0;
380 /* MSVC 6 (Microsoft) leaves errno at 0 for bad mode strings,
389 if (errno == 0) /* bad mode string */
390 errno = EINVAL;
391 else if (errno == EINVAL) /* unknown, but not a mode string */
392 errno = ENOENT;
396 if (errno == EINVAL) {
401 v = Py_BuildValue("(isO)", errno, message, f->f_name);
455 errno = 0 local
    [all...]
  /external/python/cpython3/Modules/
selectmodule.c 268 errno = 0; local
272 if (errno != EINTR)
464 errno = ENOENT;
581 errno = 0; local
585 if (errno != EINTR)
930 errno = 0; local
934 if (errno != EINTR)
998 save_errno = errno;
1007 errno = devpoll_internal_close(self);
1008 if (errno < 0)
1552 errno = 0; local
2198 errno = 0; local
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 1950 int errno = socket.mSocket.bindListen(); local
2069 int errno = socket.mSocket.bindListen(); local
2091 int errno = socket.mSocket.bindListen(); local
2116 int errno = socket.mSocket.bindListen(); local
2141 int errno = socket.mSocket.bindListen(); local
2170 int errno = socket.mSocket.bindListen(); local
2219 int errno = socket.mSocket.bindListen(); local
2823 int errno = socket.mSocket.bindListen(); local
2873 int errno = socket.mSocket.bindListen(); local
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 144 #define errno (*__errno_location()) macro
680 errno = EINVAL;
    [all...]
  /external/kotlinc/lib/
kotlin-daemon-client.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.0/
kotlin-daemon-client-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.20/
kotlin-daemon-client-1.2.20.jar 
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
core.jar 
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 

Completed in 708 milliseconds

1 2 34 5