Home
last modified time | relevance | path

Searched refs:rule (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/
Dnetwork_settings.py554 rule = self.ssh.run("uci get firewall.@rule[%s].name" % i).stdout
555 new_rules_list.append(rule)
656 for rule in rules:
657 self.ssh.run("echo %s >> %s" % (rule, FIREWALL_CUSTOM_OPTION_PATH))
/tools/metalava/src/main/java/com/android/tools/metalava/
DIssues.kt265 val rule: String? constant in com.android.tools.metalava.Issues.Issue
281 rule: String
282 ) : this(defaultLevel, null, category, rule)
DReporter.kt372 if (it.rule != null && link != null) { in format()
373 sb.append(" [See ").append(link).append(it.rule) in format()
/tools/treble/split/
DREADME.md104 - Non-hermetic inputs used in the module build rule, such as timestamps. Can
105 be fixed by removing the timestamp from the build rule.
/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/
DSurfaceFlingerTest.java19 import androidx.test.rule.ActivityTestRule;
DChoreoTest.java19 import androidx.test.rule.ActivityTestRule;