Home
last modified time | relevance | path

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 DLockFreeLongCounterTest.kt11 private inline fun testWith(g: LockFreeLongCounter.() -> Long) { in testWith() method in kotlinx.atomicfu.test.LockFreeLongCounterTest
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_compiler.py175 def testWith(self): member in CompilerTest