Searched refs:kExpectedAddress (Results 1 – 2 of 2) sorted by relevance
/external/openscreen/platform/impl/ |
D | socket_address_posix_unittest.cc | 37 const unsigned char kExpectedAddress[16] = {1, 2, 3, 4, 5, 6, 7, 8, in TEST() local 40 testing::ElementsAreArray(kExpectedAddress)); in TEST() 65 const unsigned char kExpectedAddress[16] = {1, 2, 3, 4, 5, 6, 7, 8, in TEST() local 73 memcpy(&address.sin6_addr.s6_addr, kExpectedAddress, 16); in TEST() 85 testing::ElementsAreArray(kExpectedAddress)); in TEST()
|
/external/google-breakpad/src/common/ |
D | stabs_reader_unittest.cc | 568 const uint32_t kExpectedAddress = 0x9000; in TEST_F() local 571 .Stab(N_SECT, 1, 0, kExpectedAddress, kExpectedFunctionName); in TEST_F() 577 kExpectedAddress)) in TEST_F()
|