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

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

Completed in 735 milliseconds