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

  /external/webrtc/webrtc/base/
helpers_unittest.cc 40 std::string random2; local
41 EXPECT_TRUE(CreateRandomString(256, &random2));
42 EXPECT_NE(random, random2);
43 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;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
RandomTest.java 236 Random random2 = new Random(); local
240 random2.setSeed(1337);
245 random2Values[i] = random2.nextLong();
  /system/tpm/attestation/common/
crypto_utility_impl_test.cc 73 std::string random2; local
74 EXPECT_TRUE(crypto_utility_->GetRandom(20, &random2));
75 EXPECT_NE(random1, random2);
  /prebuilts/go/darwin-x86/src/compress/bzip2/
bzip2_test.go 82 input: mustLoadFile("testdata/pass-random2.bz2"),
83 output: mustLoadFile("testdata/pass-random2.bin"),
  /prebuilts/go/linux-x86/src/compress/bzip2/
bzip2_test.go 82 input: mustLoadFile("testdata/pass-random2.bz2"),
83 output: mustLoadFile("testdata/pass-random2.bin"),
  /external/guava/guava-tests/test/com/google/common/hash/
HashTestUtils.java 458 Random random2 = new Random(2L); local
463 RandomHasherAction.pickAtRandom(random2).performAction(random2, ImmutableSet.of(hasher2));
  /external/eigen/unsupported/test/mpreal/
mpreal.h 481 friend const mpreal random2 (mp_size_t size, mp_exp_t exp);
2602 inline const mpreal random2 (mp_size_t size, mp_exp_t exp) function in namespace:mpfr
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 530 testing::internal::Random random2(testing::internal::Random::kMaxRange);
532 EXPECT_LT(random2.Generate(kRange), kRange) << " for iteration " << i;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
gmp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/
gmp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
gmp.h     [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc 664 testing::internal::Random random2(testing::internal::Random::kMaxRange);
666 EXPECT_LT(random2.Generate(kRange), kRange) << " for iteration " << i;
    [all...]
  /external/googletest/googletest/test/
gtest_unittest.cc 730 testing::internal::Random random2(testing::internal::Random::kMaxRange);
732 EXPECT_LT(random2.Generate(kRange), kRange) << " for iteration " << i;
    [all...]
  /external/v8/testing/gtest/test/
gtest_unittest.cc 730 testing::internal::Random random2(testing::internal::Random::kMaxRange);
732 EXPECT_LT(random2.Generate(kRange), kRange) << " for iteration " << i;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc 737 testing::internal::Random random2(testing::internal::Random::kMaxRange);
739 EXPECT_LT(random2.Generate(kRange), kRange) << " for iteration " << i;
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 746 testing::internal::Random random2(testing::internal::Random::kMaxRange);
748 EXPECT_LT(random2.Generate(kRange), kRange) << " for iteration " << i;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 746 testing::internal::Random random2(testing::internal::Random::kMaxRange);
748 EXPECT_LT(random2.Generate(kRange), kRange) << " for iteration " << i;
    [all...]

Completed in 2318 milliseconds