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

  /external/chromium/third_party/libjingle/source/talk/base/
helpers.cc 48 class RandomGenerator {
50 virtual ~RandomGenerator() {}
59 class SecureRandomGenerator : public RandomGenerator {
103 class SecureRandomGenerator : public RandomGenerator {
133 class SecureRandomGenerator : public RandomGenerator {
167 class TestRandomGenerator : public RandomGenerator {
199 static scoped_ptr<RandomGenerator> g_rng(new SecureRandomGenerator());
  /external/valgrind/unittest/
old_test_suite.cc 62 class RandomGenerator {
64 RandomGenerator(int seed) { srand(seed); }
194 RandomGenerator rnd(shuffle_seed);
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 55 milliseconds