Searched refs:stressTest (Results 1 – 8 of 8) sorted by relevance
29 def stressTest = project.properties['stressTest']30 if (stressTest != null) systemProperties['stressTest'] = stressTest
32 def stressTest = project.properties['stressTest']33 if (stressTest != null) systemProperties['stressTest'] = stressTest
53 bool stressTest) { in text_blob_cache_inner() argument59 if (stressTest) { in text_blob_cache_inner()
130 def stressTest = project.properties['stressTest']134 systemProperty 'stressTest', stressTest
28 fun stressTest() = runBlocking(Dispatchers.Default) { in <lambda>() method in kotlinx.coroutines.sync.SemaphoreStressTest
66 fun stressTest() { in stressTest() method in kotlinx.coroutines.internal.SegmentQueueTest
68 bool stressTest) { in text_blob_cache_inner() argument74 if (stressTest) { in text_blob_cache_inner()
220 jdk16Test.onlyIf { project.properties['stressTest'] != null }