Searched refs:Rule (Results 1 – 18 of 18) sorted by relevance
/system/sepolicy/tests/ |
D | policy.py | 150 def __TERuleMatch(self, Rule, **kwargs): argument 154 Rule.sctx not in kwargs['scontext']): 159 Rule.tctx not in kwargs['tcontext']): 164 not bool(set([Rule.tclass]) & kwargs['tclass'])): 169 not bool(Rule.perms & kwargs['perms'])): 217 for Rule in self.__Rules: 218 if self.__TERuleMatch(Rule, **kwargs): 219 yield Rule 226 for Rule in self.__ExpandedRules: 227 if self.__TERuleMatch(Rule, **kwargs): [all …]
|
/system/tools/aidl/build/ |
D | aidl_gen_rule.go | 126 Rule: aidlDirPrepareRule, 137 Rule: android.Phony, 184 Rule: aidlJavaRule, 196 Rule: aidlRustRule, 240 Rule: aidlCppRule,
|
D | aidl_mapping.go | 60 Rule: aidlDumpMappingsRule,
|
D | aidl_interface_metadata_singleton.go | 123 Rule: aidlMetadataRule,
|
D | aidl_rust_source_provider.go | 78 Rule: aidlRustGlueRule,
|
D | aidl_api.go | 137 Rule: aidlDumpApiRule, 273 Rule: aidlCheckApiRule, 331 Rule: aidlVerifyHashRule,
|
/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/apex/tests/src/com/android/tests/apex/ |
D | ApexE2EBaseHostTest.java | 37 import org.junit.Rule; 60 @Rule
|
D | ApexdHostTest.java | 35 import org.junit.Rule; 56 @Rule
|
D | ApexRollbackTests.java | 36 import org.junit.Rule; 50 @Rule
|
D | SharedLibsApexTest.java | 30 import org.junit.Rule; 45 @Rule
|
/system/sepolicy/build/soong/ |
D | cil_compat_map.go | 137 Rule: android.Cat, 146 Rule: combineMapsRule,
|
D | compat_cil.go | 91 Rule: android.Cat,
|
/system/tools/xsdc/build/ |
D | xsdc.go | 153 Rule: xsdConfigRule, 207 Rule: xsdcJavaRule, 239 Rule: xsdcCppRule,
|
/system/tools/hidl/build/ |
D | hidl_package_root.go | 83 Rule: currentTxtRule,
|
D | hidl_interface.go | 151 Rule: joinJsonObjectsToArrayRule, 195 Rule: zipLintRule, 299 Rule: lintRule, 315 Rule: inheritanceHierarchyRule, 329 Rule: rule, 411 Rule: vtsRule,
|
/system/bt/gd/packet/parser/ |
D | language_l.ll | 44 * Rule ordering is important in order to establist priority. Some
|
/system/tools/xsdc/tests/src/com/android/xsdc/tests/ |
D | XmlParserTest.java | 22 import org.junit.Rule;
|