Home
last modified time | relevance | path

Searched defs:stressTest (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/buildSrc/src/main/kotlin/
H A Dkotlin-jvm-conventions.gradle.kts36 val stressTest = project.properties["stressTest"] in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
H A DAbstractLincheckTest.kt23 fun stressTest() = StressOptions() method
/aosp_15_r20/external/kotlinx.coroutines/
H A Dbuild.gradle.kts59 val stressTest = project.properties["stressTest"] in <lambda>() constant
/aosp_15_r20/art/test/141-class-unload/src/
H A DMain.java93 private static void stressTest(Constructor<?> constructor) throws Exception { in stressTest() method in Main
/aosp_15_r20/external/skia/tests/
H A DTextBlobCacheTest.cpp94 bool stressTest) { in text_blob_cache_inner()