Home
last modified time | relevance | path

Searched refs:Rule (Results 1 – 18 of 18) sorted by relevance

/system/sepolicy/tests/
Dpolicy.py150 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/
Daidl_gen_rule.go126 Rule: aidlDirPrepareRule,
137 Rule: android.Phony,
184 Rule: aidlJavaRule,
196 Rule: aidlRustRule,
240 Rule: aidlCppRule,
Daidl_mapping.go60 Rule: aidlDumpMappingsRule,
Daidl_interface_metadata_singleton.go123 Rule: aidlMetadataRule,
Daidl_rust_source_provider.go78 Rule: aidlRustGlueRule,
Daidl_api.go137 Rule: aidlDumpApiRule,
273 Rule: aidlCheckApiRule,
331 Rule: aidlVerifyHashRule,
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestVersionedInterface.java31 import org.junit.Rule;
59 @Rule public ExpectedException expectedException = ExpectedException.none();
/system/apex/tests/src/com/android/tests/apex/
DApexE2EBaseHostTest.java37 import org.junit.Rule;
60 @Rule
DApexdHostTest.java35 import org.junit.Rule;
56 @Rule
DApexRollbackTests.java36 import org.junit.Rule;
50 @Rule
DSharedLibsApexTest.java30 import org.junit.Rule;
45 @Rule
/system/sepolicy/build/soong/
Dcil_compat_map.go137 Rule: android.Cat,
146 Rule: combineMapsRule,
Dcompat_cil.go91 Rule: android.Cat,
/system/tools/xsdc/build/
Dxsdc.go153 Rule: xsdConfigRule,
207 Rule: xsdcJavaRule,
239 Rule: xsdcCppRule,
/system/tools/hidl/build/
Dhidl_package_root.go83 Rule: currentTxtRule,
Dhidl_interface.go151 Rule: joinJsonObjectsToArrayRule,
195 Rule: zipLintRule,
299 Rule: lintRule,
315 Rule: inheritanceHierarchyRule,
329 Rule: rule,
411 Rule: vtsRule,
/system/bt/gd/packet/parser/
Dlanguage_l.ll44 * Rule ordering is important in order to establist priority. Some
/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DXmlParserTest.java22 import org.junit.Rule;