Home
last modified time | relevance | path

Searched refs:stressTest (Results 1 – 8 of 8) sorted by relevance

/external/kotlinx.coroutines/gradle/
Dcompile-jvm-multiplatform.gradle29 def stressTest = project.properties['stressTest']
30 if (stressTest != null) systemProperties['stressTest'] = stressTest
Dcompile-jvm.gradle32 def stressTest = project.properties['stressTest']
33 if (stressTest != null) systemProperties['stressTest'] = stressTest
/external/skqp/tests/
DTextBlobCacheTest.cpp53 bool stressTest) { in text_blob_cache_inner() argument
59 if (stressTest) { in text_blob_cache_inner()
/external/kotlinx.coroutines/
Dbuild.gradle130 def stressTest = project.properties['stressTest']
134 systemProperty 'stressTest', stressTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/sync/
DSemaphoreStressTest.kt28 fun stressTest() = runBlocking(Dispatchers.Default) { in <lambda>() method in kotlinx.coroutines.sync.SemaphoreStressTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DSegmentQueueTest.kt66 fun stressTest() { in stressTest() method in kotlinx.coroutines.internal.SegmentQueueTest
/external/skia/tests/
DTextBlobCacheTest.cpp68 bool stressTest) { in text_blob_cache_inner() argument
74 if (stressTest) { in text_blob_cache_inner()
/external/kotlinx.coroutines/kotlinx-coroutines-core/
Dbuild.gradle220 jdk16Test.onlyIf { project.properties['stressTest'] != null }