HomeSort by relevance Sort by last modified time
    Searched refs:ENOTCONN (Results 176 - 200 of 226) sorted by null

1 2 3 4 5 6 78 910

  /system/core/adb/
sysdeps_win32.cpp 573 ERR(ENOTCONN, "Transport endpoint is not connected");
650 case WSAENOTCONN: errno = ENOTCONN; break;
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 451 #define ENOTCONN_compat ENOTCONN
    [all...]
  /external/valgrind/include/vki/
vki-darwin.h 598 #define VKI_ENOTCONN ENOTCONN
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp 413 reply->setInt32("result", -ENOTCONN);
  /libcore/luni/src/test/java/libcore/io/
OsTest.java 477 if (OsConstants.ENOTCONN != expected.errno) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
macerrors.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macerrors.py     [all...]
  /external/webrtc/webrtc/base/
physicalsocketserver.cc 407 SetError(ENOTCONN);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 875 if (_errno == ENOTCONN || _errno == EDESTADDRREQ || _errno == EINVAL ||
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_client.c 339 if (_errno == ENOTCONN || _errno == EDESTADDRREQ || _errno == EINVAL ||
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 186 initConstant(env, c, "ENOTCONN", ENOTCONN);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 255 if e.errno != errno.ENOTCONN:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 255 if e.errno != errno.ENOTCONN:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 255 if e.errno != errno.ENOTCONN:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 255 if e.errno != errno.ENOTCONN:
    [all...]
  /external/libmicrohttpd/src/microhttpd/
daemon.c 1151 MHD_set_socket_errno_ (ENOTCONN);
1189 MHD_set_socket_errno_ (ENOTCONN);
    [all...]
  /external/v8/test/mjsunit/asm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]
  /external/curl/lib/vtls/
openssl.c 807 err == ENOTCONN)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DatagramChannelTest.java     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c     [all...]

Completed in 1500 milliseconds

1 2 3 4 5 6 78 910