Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/android/system/
DOsConstantsTest.java104 assertEquals(28, OsConstants.CAP_LEASE); in test_CAP_constants()
147 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_LEASE)); in test_CAP_TO_INDEX()
188 assertEquals(1 << 28, CAP_TO_MASK(OsConstants.CAP_LEASE)); in test_CAP_TO_MASK()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java138 public static final int CAP_LEASE; field in OsConstants
139 static { CAP_LEASE = 0; }
/libcore/luni/src/main/java/android/system/
DOsConstants.java205 public static final int CAP_LEASE = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp102 initConstant(env, c, "CAP_LEASE", CAP_LEASE); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt189 field public static final int CAP_LEASE;