Home
last modified time | relevance | path

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

/frameworks/base/packages/DynamicSystemInstallationService/tests/src/com/android/dynsystem/
DKeyRevocationListTest.java62 KeyRevocationList blocklist; in testFromJsonString() local
63 blocklist = KeyRevocationList.fromJsonString(sBlocklistJsonString); in testFromJsonString()
64 Assert.assertNotNull(blocklist); in testFromJsonString()
65 Assert.assertFalse(blocklist.mEntries.isEmpty()); in testFromJsonString()
66 blocklist = KeyRevocationList.fromJsonString("{}"); in testFromJsonString()
67 Assert.assertNotNull(blocklist); in testFromJsonString()
68 Assert.assertTrue(blocklist.mEntries.isEmpty()); in testFromJsonString()
100 KeyRevocationList blocklist = KeyRevocationList.fromUrl(mockUrl); in testFromUrl() local
101 Assert.assertNotNull(blocklist); in testFromUrl()
102 Assert.assertFalse(blocklist.mEntries.isEmpty()); in testFromUrl()
[all …]
/frameworks/rs/tests/lldb/
Dconfig.py85 def blocklist(self): member in Config
Drun_tests.py177 self.blocklist = _choice(args.blocklist, config.blocklist)
725 and not item in state.blocklist):
DREADME.txt45 [--blocklist BLOCKLIST [BLOCKLIST ...]]
78 --blocklist BLOCKLIST [BLOCKLIST ...]
79 Provide a test blocklist for skipping specific tests.
80 To specify the blocklist from the command line the
81 following can be used: --blocklist test1.py test2.py
/frameworks/base/libs/androidfw/
DAndroid.bp106 blocklist: "libandroidfw_blocklist.txt",