Searched refs:Rule (Results 1 – 20 of 20) sorted by relevance
/system/sepolicy/tests/ |
D | policy.py | 164 def __TERuleMatch(self, Rule, **kwargs): argument 168 Rule.sctx not in kwargs['scontext']): 173 Rule.tctx not in kwargs['tcontext']): 178 not bool(set([Rule.tclass]) & kwargs['tclass'])): 183 not bool(Rule.perms & kwargs['perms'])): 235 for Rule in self.__Rules: 236 if self.__TERuleMatch(Rule, **kwargs): 237 yield Rule 244 for Rule in self.__ExpandedRules: 245 if self.__TERuleMatch(Rule, **kwargs): [all …]
|
D | apex_sepolicy_tests.py | 68 Rule = AllowRead variable 82 def check_rule(pol, path: str, tcontext: str, rule: Rule) -> List[str]: argument
|
/system/apex/tests/src/com/android/tests/apex/host/ |
D | MaxSdkTests.java | 31 import org.junit.Rule; 47 @Rule
|
D | ApkInApexTests.java | 31 import org.junit.Rule; 54 @Rule
|
/system/tools/aidl/build/ |
D | aidl_gen_rule.go | 143 Rule: aidlDirPrepareRule, 153 Rule: android.Phony, 215 Rule: aidlJavaRule, 227 Rule: aidlRustRule, 270 Rule: aidlCppRule,
|
D | aidl_rust_source_provider.go | 78 Rule: aidlRustGlueRule,
|
D | aidl_interface_metadata_singleton.go | 142 Rule: aidlMetadataRule,
|
D | aidl_api.go | 161 Rule: aidlDumpApiRule,
|
/system/apex/tests/src/com/android/tests/apex/ |
D | ApexE2EBaseHostTest.java | 35 import org.junit.Rule; 55 @Rule
|
D | ApexRollbackTests.java | 36 import org.junit.Rule; 50 @Rule
|
D | ApexdHostTest.java | 35 import org.junit.Rule; 56 @Rule
|
D | SharedLibsApexTest.java | 30 import org.junit.Rule; 46 @Rule
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestVersionedInterface.java | 31 import org.junit.Rule; 59 @Rule public ExpectedException expectedException = ExpectedException.none();
|
/system/sepolicy/build/soong/ |
D | cil_compat_map.go | 113 Rule: android.Cat, 122 Rule: combineMapsRule,
|
D | bug_map.go | 66 Rule: android.Cat,
|
D | compat_cil.go | 74 Rule: android.Cat,
|
/system/tools/xsdc/build/ |
D | xsdc.go | 174 Rule: xsdConfigRule, 236 Rule: xsdcJavaRule, 277 Rule: xsdcCppRule,
|
/system/tools/hidl/build/ |
D | hidl_interface.go | 144 Rule: joinJsonObjectsToArrayRule, 188 Rule: zipLintRule, 285 Rule: lintRule, 301 Rule: inheritanceHierarchyRule, 315 Rule: rule,
|
D | hidl_package_root.go | 83 Rule: currentTxtRule,
|
/system/tools/xsdc/tests/src/com/android/xsdc/tests/ |
D | XmlParserTest.java | 22 import org.junit.Rule;
|