Searched defs:a (Results 1 – 4 of 4) sorted by relevance
24 class Color(r: Float, g: Float, b: Float, val a: Float) : Color3(r, g, b) { constant
529 try (AutoCloseable a = in testWithAssertNoCrashesCatchesCrash()586 try (AutoCloseable a = in testWithAssertNoCrashesForNoCrashPriorCrashes()599 try (AutoCloseable a = in testWithAssertNoCrashesForNoCrashNoPriorCrashes()
41 private LogMaker a; field in MetricsAssertsTest
160 private long gcd(long a, long b) { in gcd()