Home
last modified time | relevance | path

Searched refs:all_types (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
Dandroid_browser_finder_unittest.py60 all_types = set(
62 expected_types = all_types - set(('exact', 'reference'))
73 all_types = set(
75 expected_types = all_types - set(('exact',))
/external/selinux/secilc/docs/
Dcil_access_vector_rules.md71 (typeattribute all_types)
72 (typeattributeset all_types (all))
80 (allow all_types all_types (android_classes (set_2))) ; classmap/classmapping
83 ; (neverallow type_5 all_types (property_service (set)))
85 (allow type_1 all_types (property_service (set)))
228 (typeattribute all_types)
229 (typeattributeset all_types ((all)))
231 (neverallow type_3 all_types (property_service (set)))
423 (typeattribute all_types)
424 (typeattributeset all_types ((all)))
[all …]
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types_test.py586 all_types = unittest_pb2.TestAllTypes()
587 all_descriptor = all_types.DESCRIPTOR
588 all_types.repeated_string.append(u'\u00fc\ua71f')
590 msg.value.Pack(all_types)
594 all_types.SerializeToString())
601 self.assertEqual(all_types, unpacked_message)
606 msg.Pack(all_types)
/external/selinux/python/sepolicy/sepolicy/
D__init__.py101 all_types = None variable
133 global all_types
142 all_types = None
726 global all_types
727 if all_types is None:
728 all_types = [x['name'] for x in info(TYPE)]
729 return all_types
1131 global all_types
1150 all_types = None
Dmanpage.py129 all_types = sepolicy.info(sepolicy.TYPE)
131 for rec in all_types:
/external/selinux/gui/
Dpolgengui.py205 self.all_types = sepolicy.generate.get_all_types()
210 self.all_types = []
677 if name in self.all_types: