OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:random1
(Results
1 - 4
of
4
) sorted by null
/external/google-tv-pairing-protocol/cpp/tests/polo/util/
poloutiltest.cc
77
uint8_t*
random1
= PoloUtil::GenerateRandomBytes(16);
local
78
ASSERT_TRUE(
random1
);
79
const std::string value1 = PoloUtil::BytesToHexString(
random1
, 16);
80
delete[]
random1
;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
RandomTest.java
235
Random
random1
= new Random();
local
239
random1
.setSeed(1337);
244
random1Values[i] =
random1
.nextLong();
/system/tpm/attestation/common/
crypto_utility_impl_test.cc
71
std::string
random1
;
local
72
EXPECT_TRUE(crypto_utility_->GetRandom(20, &
random1
));
75
EXPECT_NE(
random1
, random2);
/external/guava/guava-tests/test/com/google/common/hash/
HashTestUtils.java
457
Random
random1
= new Random(1L);
local
462
RandomHasherAction.pickAtRandom(
random1
).performAction(
random1
, ImmutableSet.of(hasher1));
Completed in 335 milliseconds