Searched refs:denylisted (Results 1 – 4 of 4) sorted by relevance
166 denylisted = status.get('denylisted')170 logger.info(' Denylisted: %s', str(denylisted))171 if adb_status == 'device' and not denylisted:
62 denylisted for evaluation. 1762 images are denylisted in ILSVRC dataset.
138 bool denylisted = false; member367 GetItem(inst)->denylisted = true; in Denylist()1361 if (item->denylisted) { in AnyDenylistedOrNonRematerializable()1491 if (next_item == nullptr || next_item->denylisted || !next_item->placed || in PickRematerializationCandidates()
3664 def denylisted(serial): function3678 devices = [cls(x, **kwargs) for x in device_arg if not denylisted(x)]3683 if not denylisted(serial):