/external/python/cpython3/Lib/ |
D | _weakrefset.py | 156 def issubset(self, other): member in WeakSet 157 return self.data.issubset(ref(item) for item in other) 158 __le__ = issubset
|
/external/python/cpython2/Lib/ |
D | _weakrefset.py | 157 def issubset(self, other): member in WeakSet 158 return self.data.issubset(ref(item) for item in other) 159 __le__ = issubset
|
D | sets.py | 289 def issubset(self, other): member in BaseSet 308 __le__ = issubset 313 return len(self) < len(other) and self.issubset(other)
|
/external/selinux/python/sepolicy/sepolicy/ |
D | booleans.py | 38 …for l in map(lambda y: y[sepolicy.TARGET], filter(lambda x: set(perm).issubset(x[sepolicy.PERMS]),…
|
D | communicate.py | 47 …for l in map(lambda y: y[sepolicy.TARGET], filter(lambda x: set(perm).issubset(x[sepolicy.PERMS]),…
|
D | network.py | 29 …for i in map(lambda y: y[sepolicy.TARGET], filter(lambda x: set(perm).issubset(x[sepolicy.PERMS]) …
|
D | manpage.py | 999 set(['open', 'write']).issubset(x['permlist']) and 1209 …set(['ioctl', 'read', 'getattr', 'execute', 'execute_no_trans', 'open']).issubset(set(x['permlist'…
|
/external/freetype/builds/meson/ |
D | process_ftoption_h.py | 89 assert cmdline_options.issubset(
|
/external/autotest/client/site_tests/platform_CryptohomeFio/ |
D | platform_CryptohomeFio.py | 44 if not set(disk_configs).issubset(set(self.DISK_CONFIG_KEYS)):
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | sms.py | 70 if not keyset.issubset(cls._settable_props):
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_squeeze_op.py | 119 if set(range(0, input.ragged_rank + 1)).issubset(set(ragged_dims)):
|
/external/autotest/client/cros/enterprise/ |
D | policy.py | 45 return received_keys.issubset(set(data.keys()))
|
/external/autotest/server/site_tests/platform_ExternalUSBStress/ |
D | platform_ExternalUSBStress.py | 87 if diff_list.issubset(connected):
|
/external/python/setuptools/setuptools/tests/ |
D | test_wheel.py | 136 assert install_tree.issubset(exp), (install_tree - exp)
|
/external/minijail/tools/ |
D | generate_seccomp_policy.py | 158 if write_and_exec.issubset(set(p.strip() for p in
|
/external/autotest/client/common_lib/cros/manual/ |
D | cfm_helper.py | 203 if not set(puts).issubset(set(usb_device_list.keys())):
|
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/ |
D | platform_ExternalUsbPeripherals.py | 198 if not self.diff_list.issubset(on_now):
|
/external/python/cpython2/Lib/test/ |
D | test_weakset.py | 163 self.assertTrue(set('a').issubset('abc')) 165 self.assertFalse(set('a').issubset('cbs'))
|
D | test_hashlib.py | 119 issubset(hashlib.algorithms_available))
|
/external/python/cpython3/Lib/test/ |
D | test_weakset.py | 144 self.assertTrue(set('a').issubset('abc')) 146 self.assertFalse(set('a').issubset('cbs'))
|
/external/adhd/scripts/ |
D | ini_editor.py | 536 not set(self.args.board).issubset(set(all_boards)))):
|
/external/autotest/client/site_tests/power_Consumption/ |
D | power_Consumption.py | 532 if set(weights).issubset(set(keyvals)):
|
/external/fonttools/Lib/fontTools/varLib/ |
D | models.py | 291 if not set(prev_region.keys()).issubset(locAxes):
|
/external/python/pyasn1/pyasn1/codec/ber/ |
D | decoder.py | 631 if not namedTypes.requiredComponents.issubset(seenIndices): 818 if not namedTypes.requiredComponents.issubset(seenIndices):
|
/external/autotest/server/cros/servo/ |
D | chrome_cr50.py | 596 bid_is_erased = set(bid).issubset({'', 'ffffffff'})
|