Home
last modified time | relevance | path

Searched defs:expectedRule (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/parser/
H A DRuleBinaryParserTest.java121 Rule expectedRule = in testBinaryStream_validCompoundFormula_noIndexing() local
160 Rule expectedRule = in testBinaryString_validCompoundFormula_notConnector_noIndexing() local
205 Rule expectedRule = in testBinaryString_validCompoundFormula_andConnector_noIndexing() local
253 Rule expectedRule = in testBinaryString_validCompoundFormula_orConnector_noIndexing() local
292 Rule expectedRule = in testBinaryString_validAtomicFormula_stringValue_noIndexing() local
325 Rule expectedRule = in testBinaryString_validAtomicFormula_hashedValue_noIndexing() local
356 Rule expectedRule = in testBinaryString_validAtomicFormula_integerValue_noIndexing() local
384 Rule expectedRule = in testBinaryString_validAtomicFormula_booleanValue_noIndexing() local
/aosp12/frameworks/base/tools/split-select/
H A DSplitSelector_test.cpp65 Rule expectedRule(test::AndRule() in TEST() local
/aosp12/system/netd/tests/
H A Dtest_utils.cpp76 const std::string& expectedRule) { in iptablesRuleExists()
H A Dbinder_test.cpp1231 const std::string& expectedRule, const char* table) { in iptablesIdleTimerInterfaceRuleExists()
1863 const std::string& expectedRule, in iptablesNetworkPermissionIptablesRuleExists()
2435 const std::string& expectedRule) { in iptablesFirewallInterfaceFirstRuleExists()
2455 const std::string& expectedRule) { in iptablesFirewallInterfaceRuleExists()
/aosp12/system/netd/server/
H A DTrafficControllerTest.cpp223 void expectUidOwnerMapValues(const std::vector<uint32_t>& appUids, uint8_t expectedRule, in expectUidOwnerMapValues()