Searched refs:blocklist (Results 1 – 5 of 5) sorted by relevance
62 KeyRevocationList blocklist; in testFromJsonString() local63 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() local101 Assert.assertNotNull(blocklist); in testFromUrl()102 Assert.assertFalse(blocklist.mEntries.isEmpty()); in testFromUrl()[all …]
85 def blocklist(self): member in Config
177 self.blocklist = _choice(args.blocklist, config.blocklist)725 and not item in state.blocklist):
45 [--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 the81 following can be used: --blocklist test1.py test2.py
106 blocklist: "libandroidfw_blocklist.txt",