Home
last modified time | relevance | path

Searched defs:test_opts (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/
H A Dtests.rs338 let test_opts = TestOpts { time_options, ..TestOpts::new() }; in report_time_test_template() localVariable
382 let test_opts = TestOpts { time_options: Some(time_options), ..TestOpts::new() }; in time_test_failure_template() localVariable
H A Dcli.rs284 let test_opts = TestOpts { in parse_opts_impl() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Dtests.rs338 let test_opts = TestOpts { time_options, ..TestOpts::new() }; in report_time_test_template() localVariable
382 let test_opts = TestOpts { time_options: Some(time_options), ..TestOpts::new() }; in time_test_failure_template() localVariable
H A Dcli.rs284 let test_opts = TestOpts { in parse_opts_impl() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/test/src/
H A Dtests.rs338 let test_opts = TestOpts { time_options, ..TestOpts::new() }; in report_time_test_template() localVariable
382 let test_opts = TestOpts { time_options: Some(time_options), ..TestOpts::new() }; in time_test_failure_template() localVariable
H A Dcli.rs284 let test_opts = TestOpts { in parse_opts_impl() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/test/src/
H A Dtests.rs338 let test_opts = TestOpts { time_options, ..TestOpts::new() }; in report_time_test_template() localVariable
382 let test_opts = TestOpts { time_options: Some(time_options), ..TestOpts::new() }; in time_test_failure_template() localVariable
H A Dcli.rs284 let test_opts = TestOpts { in parse_opts_impl() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Dtests.rs338 let test_opts = TestOpts { time_options, ..TestOpts::new() }; in report_time_test_template() localVariable
382 let test_opts = TestOpts { time_options: Some(time_options), ..TestOpts::new() }; in time_test_failure_template() localVariable
H A Dcli.rs284 let test_opts = TestOpts { in parse_opts_impl() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/bencher/
Dmacros.rs40 let mut test_opts = TestOpts::default(); localVariable
/aosp_15_r20/external/tpm2-tss/test/integration/
H A Dsapi-test-options.c111 get_test_opts_from_env(test_opts_t * test_opts) in get_test_opts_from_env()
/aosp_15_r20/external/libevent/test/
H A Dregress_http.c4660 #define HTTP_RET_N(title, name, test_opts, arg) \ argument
4662 #define HTTP_N(title, name, test_opts, arg) \ argument
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_alloc_unittest.cc321 PartitionTestOptions test_opts) { in InitializeTestRoot()
336 PartitionTestOptions test_opts) { in CreateCustomTestRoot()