Home
last modified time | relevance | path

Searched defs:test_params (Results 1 – 25 of 45) sorted by relevance

12

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/
H A Ddirty_log_perf_test.c128 struct test_params { struct
129 unsigned long iterations;
130 uint64_t phys_offset;
131 int wr_fract;
132 bool partition_vcpu_memory_access;
133 enum vm_mem_backing_src_type backing_src;
134 int slots;
H A Dmemslot_modification_stress_test.c89 struct test_params { struct
97 struct test_params *p = arg; in run_test() argument
H A Ddemand_paging_test.c270 struct test_params { struct
279 struct test_params *p = arg; in run_test() argument
H A Dkvm_page_table_test.c231 struct test_params { struct
240 struct test_params *p = arg; in pre_init_before_test() argument
H A Daccess_tracking_perf_test.c70 struct test_params { struct
72 enum vm_mem_backing_src_type backing_src;
75 uint64_t vcpu_memory_bytes;
78 int nr_vcpus;
H A Ddirty_log_test.c687 struct test_params { struct
695 struct test_params *p = arg; in run_test() argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dreuseport_bpf.c29 struct test_params { struct
30 int recv_family;
31 int send_family;
32 int protocol;
33 size_t recv_socks;
34 uint16_t recv_port;
35 uint16_t send_port_min;
/aosp_15_r20/external/google-fruit/tests/
H A Dfruit_test_common.py254 def _replace_using_test_params(s, test_params): argument
260 def _construct_final_source_code(setup_source_code, source_code, test_params): argument
283 test_params={}, argument
348 def expect_generic_compile_error(expected_error_regex, setup_source_code, source_code, test_params=… argument
393 test_params={}, argument
522 test_params={}, argument
585 def expect_success(setup_source_code, source_code, test_params={}, ignore_deprecation_warnings=Fals… argument
/aosp_15_r20/external/libgav1/src/
H A Dfilm_grain_test.cc1706 ConstructNoiseTestParam test_params(GetParam()); in TEST_P() local
1713 ConstructNoiseTestParam test_params(GetParam()); in TEST_P() local
1719 ConstructNoiseTestParam test_params(GetParam()); in TEST_P() local
1729 ConstructNoiseTestParam test_params(GetParam()); in TEST_P() local
1735 ConstructNoiseTestParam test_params(GetParam()); in TEST_P() local
1742 ConstructNoiseTestParam test_params(GetParam()); in TEST_P() local
1753 ConstructNoiseTestParam test_params(GetParam()); in TEST_P() local
1759 ConstructNoiseTestParam test_params(GetParam()); in TEST_P() local
1766 ConstructNoiseTestParam test_params(GetParam()); in TEST_P() local
1944 ConstructNoiseTestParam test_params(GetParam()); in TEST_P() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/
H A Dsaved_variable_loading_test.cc64 auto& test_params = GetParam(); in TEST_P() local
80 auto& test_params = GetParam(); in TEST_P() local
97 auto& test_params = GetParam(); in TEST_P() local
114 auto& test_params = GetParam(); in TEST_P() local
H A Dconstant_loading_test.cc54 auto& test_params = GetParam(); in TEST_P() local
/aosp_15_r20/external/pytorch/test/cpp_api_parity/
H A Dmodule_impl_check.py106 def run_python_forward_backward(unit_test_class, test_params): argument
157 def test_forward_backward(unit_test_class, test_params): argument
342 def generate_test_cpp_sources(test_params, template): argument
H A Dfunctional_impl_check.py76 def run_forward(unit_test_class, test_params): argument
100 def test_forward(unit_test_class, test_params): argument
280 def generate_test_cpp_sources(test_params, template): argument
/aosp_15_r20/external/autotest/server/cros/clique_lib/
H A Dclique_dut_control.py75 test_params=None, uid=""): argument
180 test_params=None): argument
360 def __init__(self, dut_objs, test_params=None): argument
522 conn_workers, test_params, num_runs=1): argument
/aosp_15_r20/external/federated-compute/fcp/secagg/server/
H A Ddistribution_utilities_test.cc66 const HypergeometricCDForPMFInstance& test_params = GetParam(); in TEST_P() local
98 const HypergeometricCDForPMFInstance& test_params = GetParam(); in TEST_P() local
130 const HypergeometricQuantileInstance& test_params = GetParam(); in TEST_P() local
H A Dgraph_parameter_finder_test.cc53 const HararyGraphParameterFinderParams& test_params = GetParam(); in TEST_P() local
93 const HararyGraphParameterFinderParams& test_params = GetParam(); in TEST_P() local
497 const HararyGraphParameterFinderParams& test_params = GetParam(); in TEST_P() local
/aosp_15_r20/system/authgraph/boringssl/src/
H A Dtests.rs279 let mut test_params = Vec::<(Label, Value)>::new(); in test_get_identity_with_root_key_in_incorrect_canonical_form() localVariable
306 let mut test_params = Vec::<(Label, Value)>::new(); in test_get_identity_with_root_key_in_correct_canonical_form() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dcholesky_test.cc227 auto test_params = GetParam(); in XLA_TEST_P() local
266 auto test_params = GetParam(); in XLA_TEST_P() local
/aosp_15_r20/external/webrtc/video/
H A Dquality_scaling_tests.cc83 const std::vector<TestParams>& test_params, in ScalingObserver()
173 const std::vector<TestParams>& test_params, in DownscalingObserver()
202 const std::vector<TestParams>& test_params, in UpscalingObserver()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/subgroups/
H A Dtest_subgroup_shuffle.cpp48 WorkGroupParams test_params(global_work_size, local_work_size); in test_subgroup_functions_shuffle() local
H A Dtest_subgroup_shuffle_relative.cpp50 WorkGroupParams test_params(global_work_size, local_work_size); in test_subgroup_functions_shuffle_relative() local
H A Dtest_subgroup_extended_types.cpp71 WorkGroupParams test_params(global_work_size, local_work_size); in test_subgroup_functions_extended_types() local
H A Dtest_subgroup_rotate.cpp74 WorkGroupParams test_params(global_work_size, local_work_size); in test_subgroup_functions_rotate() local
H A Dtest_subgroup_non_uniform_arithmetic.cpp139 WorkGroupParams test_params(global_work_size, local_work_size, 3); in test_subgroup_functions_non_uniform_arithmetic() local
/aosp_15_r20/external/coreboot/tests/commonlib/
H A Drational-test.c12 static const struct rational_test_param test_params[] = { variable

12