HomeSort by relevance Sort by last modified time
    Searched defs:random2 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/base/
helpers_unittest.cc 49 std::string random2; local
50 EXPECT_TRUE(CreateRandomString(256, &random2));
51 EXPECT_NE(random, random2);
52 EXPECT_EQ(256U, random2.size());
  /external/google-tv-pairing-protocol/cpp/tests/polo/util/
poloutiltest.cc 82 uint8_t* random2 = PoloUtil::GenerateRandomBytes(16); local
83 ASSERT_TRUE(random2);
84 const std::string value2 = PoloUtil::BytesToHexString(random2, 16);
85 delete[] random2;
  /external/eigen/unsupported/test/mpreal/
mpreal.h 472 friend const mpreal random2 (mp_size_t size, mp_exp_t exp);
2471 inline const mpreal random2 (mp_size_t size, mp_exp_t exp) function in namespace:mpfr
    [all...]

Completed in 331 milliseconds