/external/python/cpython3/Lib/ |
D | _weakrefset.py | 155 def issubset(self, other): member in WeakSet 156 return self.data.issubset(ref(item) for item in other) 157 __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/protobuf/python/google/protobuf/internal/ |
D | message_factory_test.py | 114 ).issubset(set(messages.keys()))) 120 ).issubset(
|
/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/autotest/client/cros/cellular/pseudomodem/ |
D | sms.py | 70 if not keyset.issubset(cls._settable_props):
|
/external/minijail/tools/ |
D | generate_seccomp_policy.py | 80 if write_and_exec.issubset(set(p.strip() for p in
|
/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/server/site_tests/platform_ExternalUSBStress/ |
D | platform_ExternalUSBStress.py | 87 if diff_list.issubset(connected):
|
/external/tensorflow/tensorflow/python/layers/ |
D | utils.py | 284 if targets and targets.issubset(reachable):
|
/external/autotest/server/site_tests/firmware_FWupdate/ |
D | firmware_FWupdate.py | 44 if not set(('new_ec', 'new_bios')).issubset(set(dict_args)):
|
/external/tensorflow/tensorflow/contrib/training/python/training/ |
D | training.py | 419 if not global_update_ops.issubset(update_ops):
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | tf_utils.py | 138 if targets and targets.issubset(reachable):
|
/external/python/setuptools/setuptools/tests/ |
D | test_wheel.py | 136 assert install_tree.issubset(exp), (install_tree - exp)
|
/external/autotest/client/common_lib/cros/manual/ |
D | cfm_helper.py | 212 if not set(puts).issubset(set(usb_device_list.keys())):
|
/external/python/cpython3/Lib/test/ |
D | test_weakset.py | 143 self.assertTrue(set('a').issubset('abc')) 145 self.assertFalse(set('a').issubset('cbs'))
|
/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/autotest/server/site_tests/platform_ExternalUsbPeripherals/ |
D | platform_ExternalUsbPeripherals.py | 198 if not self.diff_list.issubset(on_now):
|
/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 | 294 if not set(m.keys()).issubset(locAxes):
|