Home
last modified time | relevance | path

Searched refs:SOCK_NONBLOCK (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java1090 public static final int SOCK_NONBLOCK; field in OsConstants
1091 static { SOCK_NONBLOCK = 0; }
/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java71 assertEquals(OsConstants.O_NONBLOCK, OsConstants.SOCK_NONBLOCK); in testConstantsEqual()
/libcore/luni/src/main/java/android/system/
DOsConstants.java700 public static final int SOCK_NONBLOCK = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp536 initConstant(env, c, "SOCK_NONBLOCK", SOCK_NONBLOCK); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt505 field public static final int SOCK_NONBLOCK;