HomeSort by relevance Sort by last modified time
    Searched refs:issubset (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/selinux/python/sepolicy/sepolicy/
booleans.py 39 for l in map(lambda y: y[sepolicy.TARGET], filter(lambda x: set(perm).issubset(x[sepolicy.PERMS]), allows)):
communicate.py 48 for l in map(lambda y: y[sepolicy.TARGET], filter(lambda x: set(perm).issubset(x[sepolicy.PERMS]), allows)):
network.py 30 for i in map(lambda y: y[sepolicy.TARGET], filter(lambda x: set(perm).issubset(x[sepolicy.PERMS]) and (not check_bools or x["enabled"]), allows)):
  /external/lisa/libs/utils/analysis/
functions_analysis.py 61 if not set(metrics).issubset(set(available_metrics)):
  /kernel/tests/devicetree/early_mount/
dt_early_mount_test.py 69 set(REQUIRED_FSTAB_PROPERTIES).issubset(properties),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
_weakrefset.py 157 def issubset(self, other): member in class:WeakSet
158 return self.data.issubset(ref(item) for item in other)
159 __le__ = issubset
  /external/python/cpython2/Lib/
_weakrefset.py 157 def issubset(self, other): member in class:WeakSet
158 return self.data.issubset(ref(item) for item in other)
159 __le__ = issubset
sets.py 289 def issubset(self, other): member in class:BaseSet
308 __le__ = issubset
313 return len(self) < len(other) and self.issubset(other)
  /external/python/cpython3/Lib/
_weakrefset.py 155 def issubset(self, other): member in class:WeakSet
156 return self.data.issubset(ref(item) for item in other)
157 __le__ = issubset
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_weakrefset.py 155 def issubset(self, other): member in class:WeakSet
156 return self.data.issubset(ref(item) for item in other)
157 __le__ = issubset
sets.py 289 def issubset(self, other): member in class:BaseSet
308 __le__ = issubset
313 return len(self) < len(other) and self.issubset(other)
  /prebuilts/gdb/linux-x86/lib/python2.7/
_weakrefset.py 155 def issubset(self, other): member in class:WeakSet
156 return self.data.issubset(ref(item) for item in other)
157 __le__ = issubset
sets.py 289 def issubset(self, other): member in class:BaseSet
308 __le__ = issubset
313 return len(self) < len(other) and self.issubset(other)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_weakrefset.py 155 def issubset(self, other): member in class:WeakSet
156 return self.data.issubset(ref(item) for item in other)
157 __le__ = issubset
sets.py 289 def issubset(self, other): member in class:BaseSet
308 __le__ = issubset
313 return len(self) < len(other) and self.issubset(other)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_weakrefset.py 155 def issubset(self, other): member in class:WeakSet
156 return self.data.issubset(ref(item) for item in other)
157 __le__ = issubset
sets.py 289 def issubset(self, other): member in class:BaseSet
308 __le__ = issubset
313 return len(self) < len(other) and self.issubset(other)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_weakrefset.py 172 def issubset(self, other): member in class:WeakSet
173 return self.data.issubset(ref(item) for item in other)
174 __lt__ = issubset
sets.py 289 def issubset(self, other): member in class:BaseSet
308 __le__ = issubset
313 return len(self) < len(other) and self.issubset(other)
  /external/autotest/client/cros/cellular/pseudomodem/
sms.py 70 if not keyset.issubset(cls._settable_props):
  /external/autotest/client/site_tests/platform_CryptohomeFio/
platform_CryptohomeFio.py 44 if not set(disk_configs).issubset(set(self.DISK_CONFIG_KEYS)):
  /test/framework/harnesses/host_controller/campaigns/
vts.py 42 if not set(_JOB_ATTR_LIST).issubset(kwargs):
  /test/vts-testcase/kernel/api/proc/
ProcFsFileTests.py 108 return self.REQUIRED_COLUMNS.issubset(result[0])
  /external/protobuf/python/google/protobuf/internal/
message_factory_test.py 114 ).issubset(set(messages.keys())))
120 ).issubset(
  /external/autotest/server/site_tests/platform_ExternalUSBStress/
platform_ExternalUSBStress.py 87 if diff_list.issubset(connected):

Completed in 727 milliseconds

1 2 3