Home
last modified time | relevance | path

Searched defs:customize (Results 1 – 17 of 17) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DAbstractLincheckTest.kt13 open fun <O: Options<O, *>> O.customize(isStressTest: Boolean): O = this method in kotlinx.coroutines.AbstractLincheckTest
14 open fun ModelCheckingOptions.customize(isStressTest: Boolean): ModelCheckingOptions = this method in kotlinx.coroutines.AbstractLincheckTest
15 open fun StressOptions.customize(isStressTest: Boolean): StressOptions = this method in kotlinx.coroutines.AbstractLincheckTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/lincheck/
DMutexLincheckTest.kt25 override fun <O : Options<O, *>> O.customize(isStressTest: Boolean): O = method in kotlinx.coroutines.lincheck.MutexLincheckTest
28 override fun ModelCheckingOptions.customize(isStressTest: Boolean) = method in kotlinx.coroutines.lincheck.MutexLincheckTest
DSemaphoreLincheckTest.kt25 override fun <O : Options<O, *>> O.customize(isStressTest: Boolean): O = method
30 override fun ModelCheckingOptions.customize(isStressTest: Boolean) = method
DSegmentListRemoveLincheckTest.kt30 override fun <O : Options<O, *>> O.customize(isStressTest: Boolean): O = this in customize() method in kotlinx.coroutines.lincheck.SegmentListRemoveLincheckTest
41 override fun ModelCheckingOptions.customize(isStressTest: Boolean) = method in kotlinx.coroutines.lincheck.SegmentListRemoveLincheckTest
DLockFreeTaskQueueLincheckTest.kt30 override fun <O : Options<O, *>> O.customize(isStressTest: Boolean): O = in close() method in kotlinx.coroutines.lincheck.AbstractLockFreeTaskQueueWithoutRemoveLincheckTest
35 override fun ModelCheckingOptions.customize(isStressTest: Boolean) = in customize() method in kotlinx.coroutines.lincheck.AbstractLockFreeTaskQueueWithoutRemoveLincheckTest
DSegmentQueueLincheckTest.kt42 override fun ModelCheckingOptions.customize(isStressTest: Boolean) = method in kotlinx.coroutines.lincheck.SegmentQueueLincheckTest
DLockFreeListLincheckTest.kt51 override fun ModelCheckingOptions.customize(isStressTest: Boolean) = method in kotlinx.coroutines.lincheck.LockFreeListLincheckTest
DChannelsLincheckTest.kt119 override fun <O : Options<O, *>> O.customize(isStressTest: Boolean): O = in <lambda>() method in kotlinx.coroutines.lincheck.ChannelLincheckTestBase
/external/rust/crates/protobuf-codegen/src/
Dlib.rs94 mod customize; module
240 let mut customize = customize.clone(); in gen_file() localVariable
378 let customize = Customize::parse_from_parameter(r.parameter).expect("parse options"); in protoc_gen_rust_main() localVariable
Dfile_and_mod.rs8 pub customize: Customize, field
Denums.rs60 customize: Customize, field
94 let mut customize = customize.clone(); in new() localVariable
Dextensions.rs15 customize: Customize, field
Dmessage.rs49 customize: Customize, field
58 let mut customize = customize.clone(); in new() localVariable
Doneof.rs132 customize: Customize, field
/external/python/cpython3/Lib/idlelib/
Drunscript.py112 def run_module_event(self, event, *, customize=False): argument
/external/curl/tests/
Dftpserver.pl2791 sub customize { subroutine
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs441 pub(crate) customize: Customize, field
450 let mut customize = customize.clone(); in parse() localVariable