Home
last modified time | relevance | path

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

12

/external/rust/crates/protobuf-codegen/src/customize/
Dctx.rs50 fn customize(&self, callback: &dyn CustomizeCallback) -> Customize; in customize() method
54 fn customize(&self, callback: &dyn CustomizeCallback) -> Customize { in customize() method
60 fn customize(&self, callback: &dyn CustomizeCallback) -> Customize { in customize() method
66 fn customize(&self, callback: &dyn CustomizeCallback) -> Customize { in customize() method
72 fn customize(&self, callback: &dyn CustomizeCallback) -> Customize { in customize() method
78 fn customize(&self, callback: &dyn CustomizeCallback) -> Customize { in customize() method
89 fn customize(&self, callback: &dyn CustomizeCallback) -> Customize { in customize() method
/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/
DSemaphoreLincheckTest.kt25 override fun <O : Options<O, *>> O.customize(isStressTest: Boolean): O = method
28 override fun ModelCheckingOptions.customize(isStressTest: Boolean) = method
DLockFreeTaskQueueLincheckTest.kt30 override fun <O : Options<O, *>> O.customize(isStressTest: Boolean): O = in close() method in kotlinx.coroutines.lincheck.AbstractLockFreeTaskQueueWithoutRemoveLincheckTest
33 override fun ModelCheckingOptions.customize(isStressTest: Boolean) = in close() method in kotlinx.coroutines.lincheck.AbstractLockFreeTaskQueueWithoutRemoveLincheckTest
DMutexLincheckTest.kt40 override fun <O : Options<O, *>> O.customize(isStressTest: Boolean): O = method in kotlinx.coroutines.lincheck.MutexLincheckTest
DChannelsLincheckTest.kt166 override fun <O : Options<O, *>> O.customize(isStressTest: Boolean) = in customize() method in ChannelLincheckTestBase
169 override fun ModelCheckingOptions.customize(isStressTest: Boolean) = in customize() method in ChannelLincheckTestBase
/external/rust/crates/protobuf-codegen/src/
Dprotoc_gen_rust.rs11 let customize = Customize::parse_from_parameter(r.parameter).expect("parse options"); in protoc_gen_rust_main() localVariable
Dlib.rs136 mod customize; module
/external/rust/crates/protobuf-codegen/2.27.1/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/rust/crates/protobuf-codegen/src/gen/
Dfile_and_mod.rs7 pub customize: Customize, field
Dall.rs38 let customize = CustomizeElemCtx { in gen_all() localVariable
Dfile.rs49 let customize = parent_customize.child(&customize_from_proto, file_descriptor); in gen_file() localVariable
Dextensions.rs21 customize: Customize, field
Denums.rs60 customize: CustomizeElemCtx<'a>, field
73 let customize = customize.child( in new() localVariable
Doneof.rs169 customize: CustomizeElemCtx<'a>, field
179 let customize = parent_customize.child(&Customize::default(), &oneof.oneof); in parse() localVariable
Dmessage.rs68 customize: CustomizeElemCtx<'a>, field
86 let customize = parent_customize.child( in new() localVariable
/external/rust/crates/protobuf-codegen/src/codegen/
Dmod.rs51 customize: Customize, field
198 pub fn customize(&mut self, customize: Customize) -> &mut Self { in customize() method
/external/python/cpython3/Lib/idlelib/
Drunscript.py112 def run_module_event(self, event, *, customize=False): argument
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DOnDemandAllocatingPoolLincheckTest.kt54 override fun <O : Options<O, *>> O.customize(isStressTest: Boolean): O = method in OnDemandAllocatingPool3LincheckTest
/external/curl/tests/
Dftpserver.pl2797 sub customize { subroutine

12