Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/net/
Dreuseport_bpf.c31 struct test_params { struct
32 int recv_family;
33 int send_family;
34 int protocol;
35 size_t recv_socks;
36 uint16_t recv_port;
37 uint16_t send_port_min;
/external/google-fruit/tests/
Dfruit_test_common.py244 def _replace_using_test_params(s, test_params): argument
250 def _construct_final_source_code(setup_source_code, source_code, test_params): argument
273 test_params={}, argument
339 def expect_generic_compile_error(expected_error_regex, setup_source_code, source_code, test_params=… argument
384 test_params={}, argument
513 test_params={}, argument
576 def expect_success(setup_source_code, source_code, test_params={}, ignore_deprecation_warnings=Fals… argument
/external/autotest/server/cros/clique_lib/
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
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcholesky_test.cc186 auto test_params = GetParam(); in XLA_TEST_P() local
Dprng_test.cc92 auto test_params = GetParam(); in XLA_TEST_P() local
/external/u-boot/arch/arm/mach-aspeed/ast2500/
Dsdram_ast2500.c118 const u32 test_params = SDRAM_TEST_EN in ast2500_ddr_cbr_test() local
/external/igt-gpu-tools/tests/i915/
Dgem_reset_stats.c693 static void test_params(void) in test_params() function
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dactivity_test.py418 def test_params(self): member in ActivityAnalyzerTest