Home
last modified time | relevance | path

Searched refs:Rule (Results 1 – 9 of 9) 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/tools/xsdc/build/
Dxsdc.go137 Rule: xsdConfigRule,
171 Rule: xsdcJavaRule,
187 Rule: xsdcCppRule,
/system/sepolicy/build/soong/
Dcil_compat_map.go137 Rule: android.Cat,
146 Rule: combineMapsRule,
/system/tools/hidl/build/
Dhidl_package_root.go81 Rule: currentTxtRule,
Dhidl_interface.go151 Rule: joinJsonObjectsToArrayRule,
195 Rule: zipLintRule,
301 Rule: lintRule,
317 Rule: inheritanceHierarchyRule,
331 Rule: rule,
413 Rule: vtsRule,
/system/bt/gd/packet/parser/
Dlanguage_l.ll36 * Rule ordering is important in order to establist priority. Some
/system/tools/aidl/build/
Daidl_interface.go359 Rule: aidlDirPrepareRule,
423 Rule: aidlJavaRule,
467 Rule: aidlCppRule,
609 Rule: aidlDumpApiRule,
667 Rule: aidlCheckApiRule,
703 Rule: aidlDiffApiRule,
733 Rule: aidlVerifyHashRule,
1579 Rule: aidlMetadataRule,
Daidl_test.go572 ldRule := ctx.ModuleForTests("foo-cpp", nativeVariant).Rule("ld")
/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DXmlParserTest.java22 import org.junit.Rule;
369 @Rule