/external/rust/crates/protobuf-codegen/src/customize/ |
D | ctx.rs | 50 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/ |
D | AbstractLincheckTest.kt | 13 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/ |
D | SemaphoreLincheckTest.kt | 25 override fun <O : Options<O, *>> O.customize(isStressTest: Boolean): O = method 28 override fun ModelCheckingOptions.customize(isStressTest: Boolean) = method
|
D | LockFreeTaskQueueLincheckTest.kt | 30 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
|
D | MutexLincheckTest.kt | 40 override fun <O : Options<O, *>> O.customize(isStressTest: Boolean): O = method in kotlinx.coroutines.lincheck.MutexLincheckTest
|
D | ChannelsLincheckTest.kt | 166 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/ |
D | protoc_gen_rust.rs | 11 let customize = Customize::parse_from_parameter(r.parameter).expect("parse options"); in protoc_gen_rust_main() localVariable
|
D | lib.rs | 136 mod customize; module
|
/external/rust/crates/protobuf-codegen/2.27.1/src/ |
D | lib.rs | 94 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
|
D | file_and_mod.rs | 8 pub customize: Customize, field
|
D | enums.rs | 60 customize: Customize, field 94 let mut customize = customize.clone(); in new() localVariable
|
D | extensions.rs | 15 customize: Customize, field
|
D | message.rs | 49 customize: Customize, field 58 let mut customize = customize.clone(); in new() localVariable
|
D | oneof.rs | 132 customize: Customize, field
|
/external/rust/crates/protobuf-codegen/src/gen/ |
D | file_and_mod.rs | 7 pub customize: Customize, field
|
D | all.rs | 38 let customize = CustomizeElemCtx { in gen_all() localVariable
|
D | file.rs | 49 let customize = parent_customize.child(&customize_from_proto, file_descriptor); in gen_file() localVariable
|
D | extensions.rs | 21 customize: Customize, field
|
D | enums.rs | 60 customize: CustomizeElemCtx<'a>, field 73 let customize = customize.child( in new() localVariable
|
D | oneof.rs | 169 customize: CustomizeElemCtx<'a>, field 179 let customize = parent_customize.child(&Customize::default(), &oneof.oneof); in parse() localVariable
|
D | message.rs | 68 customize: CustomizeElemCtx<'a>, field 86 let customize = parent_customize.child( in new() localVariable
|
/external/rust/crates/protobuf-codegen/src/codegen/ |
D | mod.rs | 51 customize: Customize, field 198 pub fn customize(&mut self, customize: Customize) -> &mut Self { in customize() method
|
/external/python/cpython3/Lib/idlelib/ |
D | runscript.py | 112 def run_module_event(self, event, *, customize=False): argument
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/ |
D | OnDemandAllocatingPoolLincheckTest.kt | 54 override fun <O : Options<O, *>> O.customize(isStressTest: Boolean): O = method in OnDemandAllocatingPool3LincheckTest
|
/external/curl/tests/ |
D | ftpserver.pl | 2797 sub customize { subroutine
|