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

  /external/webkit/Source/WebCore/svg/
SVGFETurbulenceElement.h 61 DECLARE_ANIMATED_NUMBER(Seed, seed)
SVGFETurbulenceElement.cpp 36 DEFINE_ANIMATED_NUMBER(SVGFETurbulenceElement, SVGNames::seedAttr, Seed, seed)
102 return turbulence->setSeed(seed());
173 baseFrequencyY(), numOctaves(), seed(), stitchTiles() == SVG_STITCHTYPE_STITCH);
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 35 static cl::opt<unsigned> SeedCL("seed",
36 cl::desc("Seed used for randomness"), cl::init(0));
62 Random(unsigned _seed):Seed(_seed) {}
67 uint32_t Val = Seed + 0x000b07a1;
68 Seed = (Val * 0x3c7c0ac1);
70 return Seed & 0x7ffff;
92 unsigned Seed;
688 // Pick an initial seed value
  /external/v8/test/mjsunit/
function-prototype.js 66 // Seed the GetPrototypeOf function to enable the fast case
  /tools/motodev/src/plugins/android/
plugin.properties 62 Monkey_Option_Seed_Description=Seed value for pseudo-random number generator. If you re-run the Monkey with the same seed value, it will generate the same sequence of events.
86 Monkey_Option_Seed_Label=seed
  /external/openfst/src/include/fst/
randgen.h 52 UniformArcSelector(int seed = time(0)) { srand(seed); }
75 LogProbArcSelector(int seed = time(0)) { srand(seed); }
117 FastLogProbArcSelector(int seed = time(0))
118 : LogProbArcSelector<A>(seed),
119 seed_(seed) {}
132 int Seed() const { return seed_; }
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
gbemu.js     [all...]

Completed in 294 milliseconds