Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/gradle/
Dcompile-jvm-multiplatform.gradle37 def stressTest = project.properties['stressTest']
38 if (stressTest != null) systemProperties['stressTest'] = stressTest
Dcompile-jvm.gradle31 def stressTest = project.properties['stressTest']
32 if (stressTest != null) systemProperties['stressTest'] = stressTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DCoroutineSchedulerStressTest.kt43 stressTest(CommonPool) in testExternalTasksSubmission()
48 stressTest(dispatcher) in testInternalTasksSubmission()
85 private fun stressTest(submissionInitiator: CoroutineDispatcher) { in stressTest() method
/external/skqp/tests/
DTextBlobCacheTest.cpp53 bool stressTest) { in text_blob_cache_inner() argument
59 if (stressTest) { in text_blob_cache_inner()
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_standard_test.cc245 VoEStressTest stressTest(test_manager); in run_auto_test() local
246 result = stressTest.DoTest(); in run_auto_test()
/external/kotlinx.coroutines/
Dbuild.gradle109 def stressTest = project.properties['stressTest']
113 systemProperty 'stressTest', stressTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/sync/
DSemaphoreStressTest.kt30 fun stressTest() = runTest { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DSegmentQueueTest.kt57 fun stressTest() { in stressTest() method in kotlinx.coroutines.internal.SegmentQueueTest
/external/skia/tests/
DTextBlobCacheTest.cpp55 bool stressTest) { in text_blob_cache_inner() argument
61 if (stressTest) { in text_blob_cache_inner()
/external/kotlinx.coroutines/kotlinx-coroutines-core/
Dbuild.gradle102 jdk16Test.onlyIf { project.properties['stressTest'] != null }