Home
last modified time | relevance | path

Searched refs:Rule (Results 1 – 5 of 5) sorted by relevance

/system/sepolicy/tests/
Dpolicy.py135 def __TERuleMatch(self, Rule, **kwargs): argument
139 Rule.sctx not in kwargs['scontext']):
144 Rule.tctx not in kwargs['tcontext']):
149 not bool(set([Rule.tclass]) & kwargs['tclass'])):
154 not bool(Rule.perms & kwargs['perms'])):
202 for Rule in self.__Rules:
203 if self.__TERuleMatch(Rule, **kwargs):
204 yield Rule
211 for Rule in self.__ExpandedRules:
212 if self.__TERuleMatch(Rule, **kwargs):
[all …]
/system/sepolicy/build/soong/
Dcil_compat_map.go137 Rule: android.Cat,
146 Rule: combineMapsRule,
/system/tools/xsdc/build/
Dxsdc.go136 Rule: xsdcJavaRule,
152 Rule: xsdcCppRule,
/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DXmlParserTest.java22 import org.junit.Rule;
369 @Rule
/system/tools/hidl/build/
Dhidl_interface.go141 Rule: rule,
221 Rule: vtsRule,