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

  /external/chromium_org/tools/perf/page_sets/tough_animation_cases/resources/
perftesthelper.js 12 var randomSeed = 3384413;
14 var temp = randomSeed;
22 randomSeed = temp;
23 return (randomSeed & 0xfffffff) / 0x10000000;
  /external/arduino/hardware/arduino/cores/arduino/
WMath.cpp 30 void randomSeed(unsigned int seed)
  /external/aac/libAACdec/src/
aacdec_pns.h 109 INT *randomSeed;
115 INT* randomSeed );
  /frameworks/base/core/java/android/util/
MathUtils.java 177 public static void randomSeed(long seed) {
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testFec/
test_fec.cc 129 const unsigned int randomSeed = static_cast<unsigned int>(time(NULL));
130 srand(randomSeed);
133 fprintf(randomSeedFile, "%u\n", randomSeed);
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 324 const deUint32 randomSeed = deStringHash(getName()) ^ deInt32Hash(m_caseNdx) ^ m_testCtx.getCommandLine().getBaseSeed();
325 const RandomViewport viewport (m_context.getRenderTarget(), viewportSize, viewportSize, randomSeed);
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java 323 private transient int randomSeed;
344 randomSeed = seedGenerator.nextInt() | 0x0100; // ensure nonzero
    [all...]

Completed in 4784 milliseconds