Searched refs:Rule (Results 1 – 9 of 9) sorted by relevance
/system/sepolicy/tests/ |
D | policy.py | 135 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/ |
D | xsdc.go | 137 Rule: xsdConfigRule, 171 Rule: xsdcJavaRule, 187 Rule: xsdcCppRule,
|
/system/sepolicy/build/soong/ |
D | cil_compat_map.go | 137 Rule: android.Cat, 146 Rule: combineMapsRule,
|
/system/tools/hidl/build/ |
D | hidl_package_root.go | 81 Rule: currentTxtRule,
|
D | hidl_interface.go | 151 Rule: joinJsonObjectsToArrayRule, 195 Rule: zipLintRule, 301 Rule: lintRule, 317 Rule: inheritanceHierarchyRule, 331 Rule: rule, 413 Rule: vtsRule,
|
/system/bt/gd/packet/parser/ |
D | language_l.ll | 36 * Rule ordering is important in order to establist priority. Some
|
/system/tools/aidl/build/ |
D | aidl_interface.go | 359 Rule: aidlDirPrepareRule, 423 Rule: aidlJavaRule, 467 Rule: aidlCppRule, 609 Rule: aidlDumpApiRule, 667 Rule: aidlCheckApiRule, 703 Rule: aidlDiffApiRule, 733 Rule: aidlVerifyHashRule, 1579 Rule: aidlMetadataRule,
|
D | aidl_test.go | 572 ldRule := ctx.ModuleForTests("foo-cpp", nativeVariant).Rule("ld")
|
/system/tools/xsdc/tests/src/com/android/xsdc/tests/ |
D | XmlParserTest.java | 22 import org.junit.Rule; 369 @Rule
|