Searched defs:randomSeed (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/tools/perf/page_sets/tough_animation_cases/resources/
H A Dperftesthelper.js12 var randomSeed = 3384413; variable
14 var temp = randomSeed;
22 randomSeed = temp;
23 return (randomSeed & 0xfffffff) / 0x10000000;
/external/aac/libAACdec/src/
H A Daacdec_pns.h109 INT *randomSeed; member in struct:__anon22
115 INT* randomSeed );
H A Daacdec_pns.cpp132 INT* currentSeed, INT* randomSeed)
140 pPnsData->randomSeed = randomSeed;
362 &pPnsData->randomSeed [pns_band]) ;
366 pPnsData->randomSeed [pns_band] = *pPnsData->currentSeed ;
129 CPns_InitPns( CPnsData *pPnsData, CPnsInterChannelData *pPnsInterChannelData, INT* currentSeed, INT* randomSeed) argument
/external/arduino/hardware/arduino/cores/arduino/
H A DWMath.cpp30 void randomSeed(unsigned int seed) function
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testFec/
H A Dtest_fec.cc129 const unsigned int randomSeed = static_cast<unsigned int>(time(NULL)); local
130 srand(randomSeed);
133 fprintf(randomSeedFile, "%u\n", randomSeed);
/external/deqp/modules/gles3/functional/
H A Des3fTextureFormatTests.cpp730 deUint32 randomSeed,
762 deUint32 randomSeed,
769 , m_randomSeed (randomSeed)
865 deUint32 randomSeed,
902 deUint32 randomSeed,
909 , m_randomSeed (randomSeed)
756 Compressed2DFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, tcu::CompressedTexture::Format format, deUint32 randomSeed, int width, int height) argument
896 CompressedCubeFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, tcu::CompressedTexture::Format format, deUint32 randomSeed, int width, int height) argument
/external/deqp/modules/gles31/functional/
H A Des31fTextureFilteringTests.cpp324 const deUint32 randomSeed = deStringHash(getName()) ^ deInt32Hash(m_caseNdx) ^ m_testCtx.getCommandLine().getBaseSeed(); local
325 const RandomViewport viewport (m_context.getRenderTarget(), viewportSize, viewportSize, randomSeed);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 424 milliseconds