Home
last modified time | relevance | path

Searched refs:CAP_NET_RAW (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java89 assertEquals(13, OsConstants.CAP_NET_RAW); in test_CAP_constants()
132 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_NET_RAW)); in test_CAP_TO_INDEX()
173 assertEquals(1 << 13, CAP_TO_MASK(OsConstants.CAP_NET_RAW)); in test_CAP_TO_MASK()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java162 public static final int CAP_NET_RAW; field in OsConstants
163 static { CAP_NET_RAW = 0; }
/libcore/luni/src/main/java/android/system/
DOsConstants.java213 public static final int CAP_NET_RAW = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp110 initConstant(env, c, "CAP_NET_RAW", CAP_NET_RAW); in OsConstants_initConstants()
/libcore/expectations/
Dknownfailures.txt1449 description: "OsTest.test_PacketSocketAddress needs CAP_NET_RAW",
/libcore/api/
Dcurrent.txt197 field public static final int CAP_NET_RAW;