Home
last modified time | relevance | path

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

/platform_testing/libraries/sts-common-util/host-side/tests/src/com/android/sts/common/util/
DTombstoneUtilsTest.java489 try (AutoCloseable a = in testWithAssertNoCrashesCatchesCrash()
546 try (AutoCloseable a = in testWithAssertNoCrashesForNoCrashPriorCrashes()
559 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/aupt-lib/src/android/support/test/aupt/
DDataCollector.java160 private long gcd(long a, long b) { in gcd()