Home
last modified time | relevance | path

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

/frameworks/base/ravenwood/runtime-test/test/com/android/ravenwood/runtimetest/
DOsConstantsTest.java104 assertEquals(25, OsConstants.CAP_SYS_TIME); in test_CAP_constants()
147 assertEquals(0, CAP_TO_INDEX(OsConstants.CAP_SYS_TIME)); in test_CAP_TO_INDEX()
188 assertEquals(1 << 25, CAP_TO_MASK(OsConstants.CAP_SYS_TIME)); in test_CAP_TO_MASK()
/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java644 OsConstants.CAP_SYS_TIME, in forkSystemServer()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java230 public static final int CAP_SYS_TIME = placeholder(); field in OsConstants
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp144 initConstant(env, c, "CAP_SYS_TIME", CAP_SYS_TIME); in OsConstants_initConstants()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27699 field public static final int CAP_SYS_TIME;