Home
last modified time | relevance | path

Searched refs:rid (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/seccomp/app/src/android/seccomp/cts/app/
DZygotePreload.java30 static private boolean testSetResUidGidBlocked(int rid, int eid, int sid, in testSetResUidGidBlocked() argument
32 boolean blocked = SeccompDeviceTest.testSetresuidBlocked(rid, eid, sid); in testSetResUidGidBlocked()
35 Log.e(TAG, "setresuid( " + Integer.toString(rid) + "," in testSetResUidGidBlocked()
42 blocked = SeccompDeviceTest.testSetresgidBlocked(rid, eid, sid); in testSetResUidGidBlocked()
45 Log.e(TAG, "setresguid( " + Integer.toString(rid) + "," in testSetResUidGidBlocked()
55 static private boolean testSetResUidGidBlocked(int rid, int eid, int sid) { in testSetResUidGidBlocked() argument
56 return testSetResUidGidBlocked(rid, eid, sid, true /*expectBlocked */, true /* log */); in testSetResUidGidBlocked()
59 static private boolean testSetResUidGidAllowed(int rid, int eid, int sid) { in testSetResUidGidAllowed() argument
60 return testSetResUidGidBlocked(rid, eid, sid, false /*expectBlocked */, true /* log */); in testSetResUidGidAllowed()
63 static private boolean testSetResUidGidAllowedNoLog(int rid, int eid, int sid) { in testSetResUidGidAllowedNoLog() argument
[all …]
/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java1803 private void doStagefrightTest(final int rid) throws Exception { in doStagefrightTest() argument
1804 doStagefrightTest(rid, null); in doStagefrightTest()
1834 private void doStagefrightTest(final int rid, CrashUtils.Config config) throws Exception { in doStagefrightTest() argument
1837 doStagefrightTestMediaPlayer(rid, config); in doStagefrightTest()
1838 doStagefrightTestMediaCodec(rid, config); in doStagefrightTest()
1839 doStagefrightTestMediaMetadataRetriever(rid, config); in doStagefrightTest()
1852 String rname = resources.getResourceEntryName(rid); in doStagefrightTest()
1854 verifyServer(rid, url); in doStagefrightTest()
1864 private void verifyServer(final int rid, final String uri) throws Exception { in verifyServer() argument
1870 .openRawResourceFd(rid); in verifyServer()
[all …]
/cts/common/device-side/bedstead/eventlib/
DAndroid.bp35 "mockito-target-minus-junit4", // TODO(scottjonathan): Remove once we can get rid of mocks