Home
last modified time | relevance | path

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

/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java794 public static final int MSG_TRUNC; field in OsConstants
795 static { MSG_TRUNC = 0; }
/libcore/luni/src/main/java/android/system/
DOsConstants.java468 public static final int MSG_TRUNC = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp401 initConstant(env, c, "MSG_TRUNC", MSG_TRUNC); in OsConstants_initConstants()
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java901 int temp_rc = Os.recvmsg(recvFd, recvmsgHdr, OsConstants.MSG_TRUNC);
/libcore/api/
Dcurrent.txt407 field public static final int MSG_TRUNC;