Home
last modified time | relevance | path

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

/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
DClassValueMap.java16 protected abstract T computeValue(Class<?> type); in computeValue() method in ClassValueMap
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DClassValueMap.java14 protected abstract T computeValue(Class<?> type); in computeValue() method in ClassValueMap
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DExample.kt4 suspend fun computeValue(): String = coroutineScope { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DExceptionsConstructor.kt110 override fun computeValue(type: Class<*>?): Ctor { in computeValue() method