Home
last modified time | relevance | path

Searched defs:a (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/sts-common-util/host-side/tests/src/com/android/sts/common/util/
DTombstoneUtilsTest.java529 try (AutoCloseable a = in testWithAssertNoCrashesCatchesCrash()
586 try (AutoCloseable a = in testWithAssertNoCrashesForNoCrashPriorCrashes()
599 try (AutoCloseable a = in testWithAssertNoCrashesForNoCrashNoPriorCrashes()
/platform_testing/libraries/metrics-helper/tests/src/android/support/test/metricshelper/
DMetricsAssertsTest.java41 private LogMaker a; field in MetricsAssertsTest
/platform_testing/libraries/flicker/src/android/tools/common/datatypes/
DColor.kt29 class Color private constructor(val r: Float, val g: Float, val b: Float, val a: Float) : constant in android.tools.common.datatypes.Color
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DDataCollector.java160 private long gcd(long a, long b) { in gcd()