Searched refs:Rule (Results 1 – 22 of 22) sorted by relevance
/system/sepolicy/tests/ |
D | policy.py | 212 def __TERuleMatch(self, Rule, **kwargs): argument 216 Rule.sctx not in kwargs['scontext']): 221 Rule.tctx not in kwargs['tcontext']): 226 not bool(set([Rule.tclass]) & kwargs['tclass'])): 231 not bool(Rule.perms & kwargs['perms'])): 283 for Rule in self.__Rules: 284 if self.__TERuleMatch(Rule, **kwargs): 285 yield Rule 292 for Rule in self.__ExpandedRules: 293 if self.__TERuleMatch(Rule, **kwargs): [all …]
|
D | apex_sepolicy_tests.py | 90 Rule = AllowPerm | ResolveType | NotAnyOf variable 111 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/tests/java/src/android/aidl/tests/ |
D | ServiceManagerNativeTests.java | 40 import org.junit.Rule; 63 @Rule public ExpectedException expectedException = ExpectedException.none();
|
D | TestVersionedInterface.java | 31 import org.junit.Rule; 59 @Rule public ExpectedException expectedException = ExpectedException.none();
|
D | TrunkStableTests.java | 35 import org.junit.Rule; 48 @Rule public ExpectedException expectedException = ExpectedException.none();
|
/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/build/ |
D | aidl_gen_rule.go | 156 Rule: aidlDirPrepareRule, 166 Rule: android.Phony, 260 Rule: aidlJavaRule, 273 Rule: aidlRustRule, 322 Rule: aidlCppRule,
|
D | aidl_rust_source_provider.go | 78 Rule: aidlRustGlueRule,
|
D | aidl_interface_metadata_singleton.go | 145 Rule: aidlMetadataRule,
|
D | aidl_api.go | 166 Rule: aidlDumpApiRule,
|
/system/sepolicy/build/soong/ |
D | cil_compat_map.go | 126 Rule: android.Cat, 135 Rule: combineMapsRule,
|
D | bug_map.go | 66 Rule: android.Cat,
|
D | compat_cil.go | 86 Rule: android.Cat,
|
/system/tools/hidl/build/ |
D | hidl_interface.go | 139 Rule: joinJsonObjectsToArrayRule, 177 Rule: zipLintRule, 275 Rule: lintRule, 291 Rule: inheritanceHierarchyRule, 305 Rule: rule,
|
D | hidl_package_root.go | 83 Rule: currentTxtRule,
|
/system/tools/xsdc/build/ |
D | xsdc.go | 152 Rule: xsdConfigRule,
|
/system/tools/xsdc/tests/src/com/android/xsdc/tests/ |
D | XmlParserTest.java | 22 import org.junit.Rule;
|