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

1 2

  /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)):
  /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)
  /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)):
  /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):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Fd.py 180 if set(compLocList).issubset(FvList):
  /external/autotest/server/site_tests/firmware_FWupdate/
firmware_FWupdate.py 44 if not set(('new_ec', 'new_bios')).issubset(set(dict_args)):
  /external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
platform_ExternalUsbPeripherals.py 186 if not self.diff_list.issubset(on_now):
  /external/autotest/client/site_tests/power_Consumption/
power_Consumption.py 534 if set(weights).issubset(set(keyvals)):

Completed in 522 milliseconds

1 2