HomeSort by relevance Sort by last modified time
    Searched refs:IdSet (Results 1 - 14 of 14) sorted by null

  /external/drm_hwcomposer/
separate_rects.h 89 struct IdSet {
93 IdSet() : bitset(0) {
96 IdSet(TId id) : bitset(0) {
116 bool operator==(const IdSet<TId> &rhs) const {
120 bool operator<(const IdSet<TId> &rhs) const {
124 IdSet<TId> operator|(const IdSet<TId> &rhs) const {
125 IdSet ret;
130 IdSet<TId> operator|(TId id) const {
131 IdSet<TId> ret
    [all...]
separate_rects.cpp 32 IdSet<TId> id_set;
65 std::ostream &operator<<(std::ostream &os, const IdSet<TUInt> &obj) {
66 int bits = IdSet<TUInt>::max_elements;
88 if (in.size() > IdSet<TId>::max_elements) {
105 std::vector<std::pair<TNum, IdSet<TId>>> active_regions;
186 IdSet<TId> active_set;
207 for (std::vector<std::pair<TNum, IdSet>>::iterator it =
234 for (typename std::vector<std::pair<TNum, IdSet<TId>>>::iterator it =
237 IdSet<TId> region_set = it->second;
245 typename std::vector<std::pair<TNum, IdSet<TId>>>::iterator next_it = it
    [all...]
  /external/selinux/python/sepolgen/tests/
test_access.py 33 self.assertTrue(isinstance(a.perms, refpolicy.IdSet))
139 b.perms = refpolicy.IdSet(["read"])
143 b.perms = refpolicy.IdSet(["read", "write", "append"])
146 b.perms = refpolicy.IdSet(["read", "append"])
180 self.assertEqual(av.perms, refpolicy.IdSet(["read", "write"]))
223 self.assertEqual(av.perms, refpolicy.IdSet(["read", "write"]))
238 a.add("$1", "foo", "file", refpolicy.IdSet(["read", "write"]))
239 a.add("$1", "bar", "file", refpolicy.IdSet(["read", "write"]))
240 a.add("what", "bar", "file", refpolicy.IdSet(["read", "write"]))
test_interfaces.py 50 self.assertEqual(p.obj_classes, refpolicy.IdSet(["file"]))
60 self.assertEqual(p.obj_classes, refpolicy.IdSet(["process"]))
70 self.assertEqual(p.obj_classes, refpolicy.IdSet(["dir"]))
80 self.assertEqual(p.obj_classes, refpolicy.IdSet(["dir"]))
test_refpolicy.py 26 s = refpolicy.IdSet(["read", "write", "getattr"])
32 s = refpolicy.IdSet()
  /external/selinux/python/sepolgen/src/sepolgen/
refpolicy.py 248 class IdSet(set):
348 self.perms = IdSet()
360 self.attributes = IdSet()
373 self.roleattributes = IdSet()
383 self.types = IdSet()
395 self.attributes = IdSet()
396 self.aliases = IdSet()
410 self.aliases = IdSet()
457 self.src_types = IdSet()
458 self.tgt_types = IdSet()
    [all...]
access.py 79 .perms - The permissions allowed to the object class. [IdSet]
89 self.perms = refpolicy.IdSet()
120 self.perms = refpolicy.IdSet(list[3:])
287 types = refpolicy.IdSet()
300 s = refpolicy.IdSet()
interfaces.py 41 self.obj_classes = refpolicy.IdSet()
446 new_perms = refpolicy.IdSet()
refparser.py 903 # be handled somewhat gracefully. Names returns an IdSet and care must
908 # times the list should be used to update an IdSet.
918 s = refpolicy.IdSet()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
refpolicy.py 248 class IdSet(set):
348 self.perms = IdSet()
360 self.attributes = IdSet()
373 self.roleattributes = IdSet()
383 self.types = IdSet()
395 self.attributes = IdSet()
396 self.aliases = IdSet()
410 self.aliases = IdSet()
457 self.src_types = IdSet()
458 self.tgt_types = IdSet()
    [all...]
access.py 79 .perms - The permissions allowed to the object class. [IdSet]
89 self.perms = refpolicy.IdSet()
120 self.perms = refpolicy.IdSet(list[3:])
287 types = refpolicy.IdSet()
300 s = refpolicy.IdSet()
interfaces.py 41 self.obj_classes = refpolicy.IdSet()
446 new_perms = refpolicy.IdSet()
refparser.py 903 # be handled somewhat gracefully. Names returns an IdSet and care must
908 # times the list should be used to update an IdSet.
918 s = refpolicy.IdSet()
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 200 milliseconds