Home
last modified time | relevance | path

Searched refs:random1 (Results 1 – 2 of 2) sorted by relevance

/external/google-tv-pairing-protocol/cpp/tests/polo/util/
Dpoloutiltest.cc77 uint8_t* random1 = PoloUtil::GenerateRandomBytes(16); in TEST() local
78 ASSERT_TRUE(random1); in TEST()
79 const std::string value1 = PoloUtil::BytesToHexString(random1, 16); in TEST()
80 delete[] random1; in TEST()
/external/guava/guava-tests/test/com/google/common/hash/
DHashTestUtils.java457 Random random1 = new Random(1L); in assertIndependentHashers() local
462 RandomHasherAction.pickAtRandom(random1).performAction(random1, ImmutableSet.of(hasher1)); in assertIndependentHashers()