Home
last modified time | relevance | path

Searched defs:test_tcp (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveStressDataTest.py47 def stress_test_upload(self, test_tcp=True): argument
102 def stress_test_download(self, test_tcp=True): argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dsetget_sockopt.c41 static void test_tcp(int family) in test_tcp() function
H A Dtc_redirect.c282 static void test_tcp(int family, const char *addr, __u16 port) in test_tcp() function
/aosp_15_r20/external/pytorch/test/distributed/elastic/
H A Dtest_control_plane.py155 def test_tcp(self) -> None: member in WorkerServerTest