Searched refs:all_types (Results 1 – 6 of 6) sorted by relevance
60 all_types = set(62 expected_types = all_types - set(('exact', 'reference'))73 all_types = set(75 expected_types = all_types - set(('exact',))
71 (typeattribute all_types)72 (typeattributeset all_types (all))80 (allow all_types all_types (android_classes (set_2))) ; classmap/classmapping83 ; (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 …]
586 all_types = unittest_pb2.TestAllTypes()587 all_descriptor = all_types.DESCRIPTOR588 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)
101 all_types = None variable133 global all_types142 all_types = None726 global all_types727 if all_types is None:728 all_types = [x['name'] for x in info(TYPE)]729 return all_types1131 global all_types1150 all_types = None
129 all_types = sepolicy.info(sepolicy.TYPE)131 for rec in all_types:
205 self.all_types = sepolicy.generate.get_all_types()210 self.all_types = []677 if name in self.all_types: