Searched defs:testWith (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/ | ||
H A D | LockFreeLongCounterTest.kt | 11 private inline fun testWith(g: LockFreeLongCounter.() -> Long) { in testWith() method in kotlinx.atomicfu.test.LockFreeLongCounterTest |
/aosp_15_r20/external/python/cpython2/Lib/test/ | ||
D | test_compiler.py | 175 def testWith(self): member in CompilerTest |