OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:random2
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
helpers_unittest.cc
54
std::string
random2
;
local
55
EXPECT_TRUE(CreateRandomString(256, &
random2
));
56
EXPECT_NE(random,
random2
);
57
EXPECT_EQ(256U,
random2
.size());
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
RandomTest.java
252
Random
random2
= new Random();
local
253
assertFalse(random1.nextLong() ==
random2
.nextLong());
/external/eigen/unsupported/test/mpreal/
mpreal.h
458
friend const mpreal
random2
(mp_size_t size, mp_exp_t exp);
2340
inline const mpreal
random2
(mp_size_t size, mp_exp_t exp)
function in namespace:mpfr
[
all
...]
Completed in 384 milliseconds