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

  /external/chromium_org/chrome/browser/prefs/
pref_hash_calculator_unittest.cc 78 static const char kSeed[] = "0123456789ABCDEF0123456789ABCDEF";
129 PrefHashCalculator(kSeed, kDeviceId).Validate(
135 PrefHashCalculator(kSeed, kDeviceId).Validate(
141 PrefHashCalculator(kSeed, kDeviceId).Validate(
147 PrefHashCalculator(kSeed, kDeviceId).Validate(
153 PrefHashCalculator(kSeed, kDeviceId).Validate(
159 PrefHashCalculator(kSeed, kDeviceId).Validate(
165 PrefHashCalculator(kSeed, kDeviceId).Validate(
180 PrefHashCalculator(kSeed, kDeviceId).Validate(
185 static const char kSeed[] =
    [all...]
  /external/chromium_org/chrome/browser/prefs/tracked/
tracked_preferences_migration_unittest.cc 128 new PrefHashStoreImpl(kSeed, kDeviceId, false)),
130 new PrefHashStoreImpl(kSeed, kDeviceId, true)),
176 pref_hash_store.reset(new PrefHashStoreImpl(kSeed, kDeviceId, false));
180 pref_hash_store.reset(new PrefHashStoreImpl(kSeed, kDeviceId, true));
197 new PrefHashStoreImpl(kSeed, kDeviceId, true));
200 PrefHashStoreImpl(kSeed, kDeviceId, true)
408 static const char kSeed[];
435 const char TrackedPreferencesMigrationTest::kSeed[] = "seed";
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleFilterFuzz.cpp 41 static const uint32_t kSeed = (uint32_t)(time(NULL));
42 static SkRandom gRand(kSeed);
435 printf("Fuzzing with %u\n", kSeed);
  /external/skia/samplecode/
SampleFilterFuzz.cpp 43 static const uint32_t kSeed = (uint32_t)(time(NULL));
44 static SkRandom gRand(kSeed);
439 printf("Fuzzing with %u\n", kSeed);
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc 737 const int kSeed = 123;
742 testing::internal::Random random(kSeed);
747 random.Reseed(kSeed);
    [all...]
  /external/gtest/test/
gtest_unittest.cc 744 const int kSeed = 123;
749 testing::internal::Random random(kSeed);
754 random.Reseed(kSeed);
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 534 const int kSeed = 123;
539 testing::internal::Random random(kSeed);
544 random.Reseed(kSeed);
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 753 const int kSeed = 123;
758 testing::internal::Random random(kSeed);
763 random.Reseed(kSeed);
    [all...]

Completed in 699 milliseconds