Home
last modified time | relevance | path

Searched defs:ignoreLimit (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/platform_testing/libraries/health/rules/src/android/platform/test/rule/
H A DLimitDevicesRule.kt67 annotation class IgnoreLimit(val ignoreLimit: Boolean) constant in android.platform.test.rule.IgnoreLimit
149 private fun Description.ignoreLimit(): Boolean = in allowedDevices() method in android.platform.test.rule.LimitDevicesRule
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
H A Danimation.js68 _tickCurrentTime: function(newTime, ignoreLimit) { argument