Searched refs:Attr (Results 1 – 3 of 3) sorted by relevance
/system/sepolicy/tests/ |
D | policy.py | 108 def AssertPathTypesDoNotHaveAttr(self, MatchPrefix, DoNotMatchPrefix, Attr, ExcludedTypes = []): argument 110 TypesPol = self.QueryTypeAttribute(Attr, True) - set(ExcludedTypes) 124 ret += "\"" + Attr + "\" attribute.\n" 132 def AssertGenfsFilesystemTypesHaveAttr(self, Filesystem, Attr): argument 133 TypesPol = self.QueryTypeAttribute(Attr, True) 141 ret += "\"" + Attr + "\" attribute: " 149 def AssertPathTypesHaveAttr(self, MatchPrefix, DoNotMatchPrefix, Attr, ExcludedTypes = []): argument 151 TypesPol = self.QueryTypeAttribute(Attr, True) | set(ExcludedTypes) 166 ret += "\"" + Attr + "\" attribute.\n"
|
/system/extras/simpleperf/ |
D | MapRecordReader.h | 39 const perf_event_attr& Attr() { return attr_; } in Attr() function
|
D | MapRecordReader.cpp | 179 auto r = ReadRecordFromBuffer(map_record_reader_.Attr(), header.type, buffer.data(), in ReadMapRecords()
|