Home
last modified time | relevance | path

Searched refs: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
63 if test_tcp:
102 def stress_test_download(self, test_tcp=True): argument
118 if test_tcp:
210 return self.stress_test_upload(test_tcp=False)
215 return self.stress_test_download(test_tcp=False)
/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
117 test_tcp(AF_INET6); in test_setget_sockopt()
118 test_tcp(AF_INET); in test_setget_sockopt()
H A Dtc_redirect.c282 static void test_tcp(int family, const char *addr, __u16 port) in test_tcp() function
341 test_tcp(AF_INET, IP4_DST, IP4_PORT); in test_connectivity()
343 test_tcp(AF_INET6, IP6_DST, IP6_PORT); in test_connectivity()
/aosp_15_r20/external/pytorch/test/distributed/elastic/
H A Dtest_control_plane.py155 def test_tcp(self) -> None: member in WorkerServerTest