Home
last modified time | relevance | path

Searched refs:issubset (Results 1 – 16 of 16) sorted by relevance

/external/selinux/policycoreutils/sepolicy/sepolicy/
Dbooleans.py42 …for l in map(lambda y: y[sepolicy.TARGET], filter(lambda x: set(perm).issubset(x[sepolicy.PERMS]),…
Dcommunicate.py50 …for l in map(lambda y: y[sepolicy.TARGET], filter(lambda x: set(perm).issubset(x[sepolicy.PERMS]),…
Dnetwork.py32 …for i in map(lambda y: y[sepolicy.TARGET], filter(lambda x: set(perm).issubset(x[sepolicy.PERMS]),…
D__init__.py82 …for i in map(lambda y: (y), filter(lambda x: set(perm).issubset(x[PERMS]) and x['boolean'], allows…
/external/autotest/site_utils/deploy_autotest/
Dcommon_util.py50 if not set(parsed_args.servers).issubset(set(VALID_TARGETS)):
/external/chromium-trace/catapult/third_party/Paste/paste/util/
Dintset.py344 issubset = _make_function("issubset","bool", variable in IntSet
502 print(x.issubset(x))
503 print(y.issubset(x))
/external/autotest/client/site_tests/platform_CryptohomeFio/
Dplatform_CryptohomeFio.py38 if not set(disk_configs).issubset(set(self.DISK_CONFIG_KEYS)):
/external/autotest/client/cros/cellular/pseudomodem/
Dsms.py70 if not keyset.issubset(cls._settable_props):
/external/autotest/server/site_tests/platform_ExternalUSBStress/
Dplatform_ExternalUSBStress.py87 if diff_list.issubset(connected):
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
Dset.py239 def issubset(self, other): member in Set
/external/autotest/server/site_tests/firmware_FWupdate/
Dfirmware_FWupdate.py44 if not set(('new_ec', 'new_bios')).issubset(set(dict_args)):
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
Dplatform_ExternalUsbPeripherals.py170 if not self.diff_list.issubset(on_now):
/external/autotest/client/site_tests/power_Consumption/
Dpower_Consumption.py521 if set(weights).issubset(set(keyvals)):
/external/v8/tools/
Drun-tests.py498 if not set(VARIANTS).issubset(ALL_VARIANTS):
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
Delement.py1248 return classes.issubset(candidate.get('class', []))
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dboto_translation.py376 get_fields.issubset(key_http_fields)):