Home
last modified time | relevance | path

Searched defs:test_addr (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/webrtc/api/transport/
H A Dstun_unittest.cc857 rtc::SocketAddress test_addr(test_ip, kTestMessagePort2); in TEST_F() local
870 rtc::SocketAddress test_addr(test_ip, kTestMessagePort2); in TEST_F() local
906 rtc::SocketAddress test_addr(test_ip, kTestMessagePort2); in TEST_F() local
934 rtc::SocketAddress test_addr(test_ip, kTestMessagePort4); in TEST_F() local
962 rtc::SocketAddress test_addr(test_ip, kTestMessagePort1); in TEST_F() local
991 rtc::SocketAddress test_addr(test_ip, kTestMessagePort3); in TEST_F() local
1676 rtc::SocketAddress test_addr(test_ip, kTestMessagePort2); in TEST_F() local
1690 rtc::SocketAddress test_addr(test_ip, kTestMessagePort2); in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/serde_cbor/tests/
Dser.rs195 let test_addr: Ipv4Addr = from_slice(&vec).unwrap(); in test_ip_addr() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/types/test/
Draw_address_unittest.cc23 static const char* test_addr = "12:34:56:78:9a:bc"; variable
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Daddress_unittest.cc30 static const char* test_addr = "bc:9a:78:56:34:12"; variable
/aosp_15_r20/external/grpc-grpc/test/core/iomgr/
H A Dtcp_server_posix_test.cc87 } test_addr; typedef
/aosp_15_r20/external/grpc-grpc/test/cpp/naming/
H A Daddress_sorting_test.cc67 grpc_resolved_address TestAddressToGrpcResolvedAddress(TestAddress test_addr) { in TestAddressToGrpcResolvedAddress()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dmigrate.rs1133 let test_addr = "00:11:22:33:44:55"; in test_convert_from_bluez_device() localVariable
/aosp_15_r20/external/webrtc/rtc_base/
H A Dsocket_unittest.cc1001 SocketAddress test_addr(dest, 2345); in UdpReadyToSend() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_mps.py1956 def test_addr(self): member in TestMPS
9217 def test_addr(self, device="mps", dtype=torch.float32): member in TestLinalgMPS