HomeSort by relevance Sort by last modified time
    Searched refs:test_address (Results 1 - 7 of 7) sorted by null

  /system/bt/device/test/
interop_test.cc 24 RawAddress test_address; local
25 RawAddress::FromString("38:2c:4a:e6:67:89", test_address);
27 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address));
28 RawAddress::FromString("9c:df:03:12:34:56", test_address);
29 EXPECT_TRUE(interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &test_address));
33 RawAddress test_address; local
34 RawAddress::FromString("00:00:00:00:00:00", test_address);
36 interop_match_addr(INTEROP_DISABLE_LE_SECURE_CONNECTIONS, &test_address));
37 RawAddress::FromString("ff:ff:ff:ff:ff:ff", test_address);
38 EXPECT_FALSE(interop_match_addr(INTEROP_AUTO_RETRY_PAIRING, &test_address));
47 RawAddress test_address; local
    [all...]
  /external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
address.pass.cpp 20 void test_address() function
37 test_address<int>();
38 test_address<A>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/default.allocator/allocator.members/
address.pass.cpp 20 void test_address() function
37 test_address<int>();
38 test_address<A>();
  /system/bt/stack/test/rfcomm/
stack_rfcomm_test.cc 483 static const RawAddress test_address = GetTestAddress(0); local
488 ASSERT_NO_FATAL_FAILURE(ConnectServerL2cap(test_address, acl_handle, lcid));
490 test_address, server_handle, test_scn, test_mtu, acl_handle, lcid, 0));
504 static const RawAddress test_address = GetTestAddress(0); local
513 ASSERT_NO_FATAL_FAILURE(ConnectServerL2cap(test_address, acl_handle, lcid));
514 ASSERT_NO_FATAL_FAILURE(ConnectServerPort(test_address, server_handle_0,
528 ASSERT_NO_FATAL_FAILURE(ConnectServerPort(test_address, server_handle_1,
604 static const RawAddress test_address = GetTestAddress(0); local
607 test_address, test_uuid, test_scn, test_mtu, port_mgmt_cback_0,
610 ASSERT_NO_FATAL_FAILURE(ConnectClientPort(test_address, client_handle
625 static const RawAddress test_address = GetTestAddress(0); local
724 static const RawAddress test_address = GetTestAddress(0); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldProxyTest.java 27 public void test_address() { method in class:OldProxyTest
  /external/webrtc/webrtc/p2p/base/
stun_unittest.cc 535 rtc::IPAddress test_address(kIPv4TestAddress1);
537 kTestMessagePort4, test_address);
549 rtc::IPAddress test_address(kIPv4TestAddress1);
551 kTestMessagePort3, test_address);
560 rtc::IPAddress test_address(kIPv6TestAddress1);
564 kTestMessagePort2, test_address);
573 rtc::IPAddress test_address(kIPv6TestAddress1);
577 kTestMessagePort2, test_address);
584 rtc::IPAddress test_address(kIPv6TestAddress1);
592 kTestMessagePort1, test_address);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
ProxyTest.java 103 public void test_address() { method in class:ProxyTest

Completed in 727 milliseconds