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

/external/aac/libAACdec/src/
H A Daacdec_pns.h120 INT *randomSeed; member in struct:__anon200
124 INT *randomSeed);
H A Daacdec_pns.cpp140 INT *randomSeed) {
144 pPnsData->randomSeed = randomSeed;
343 &pPnsData->randomSeed[pns_band]);
345 pPnsData->randomSeed[pns_band] = *pPnsData->currentSeed;
139 CPns_UpdateNoiseState(CPnsData *pPnsData, INT *currentSeed, INT *randomSeed) argument
/external/guava/guava-tests/benchmark/com/google/common/math/
H A DLessThanBenchmark.java35 int randomSeed; field in class:LessThanBenchmark
49 Random random = new Random(randomSeed);
/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
H A Dtest_fec.cc128 const unsigned int randomSeed = static_cast<unsigned int>(time(NULL)); local
129 Random random(randomSeed);
132 fprintf(randomSeedFile, "%u\n", randomSeed);
/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp235 deUint32 randomSeed);
272 deUint32 randomSeed)
280 , m_rnd (randomSeed)
270 ASTCRenderer2D(Context& context, CompressedTexFormat format, deUint32 randomSeed) argument
H A Des3fTextureFormatTests.cpp767 deUint32 randomSeed,
799 deUint32 randomSeed,
806 , m_randomSeed (randomSeed)
902 deUint32 randomSeed,
940 deUint32 randomSeed,
947 , m_randomSeed (randomSeed)
793 Compressed2DFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, tcu::CompressedTexFormat format, deUint32 randomSeed, int width, int height) argument
934 CompressedCubeFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, tcu::CompressedTexFormat format, deUint32 randomSeed, int width, int height) argument
/external/deqp/modules/gles31/functional/
H A Des31fTextureFilteringTests.cpp330 const deUint32 randomSeed = deStringHash(getName()) ^ deInt32Hash(m_caseNdx) ^ m_testCtx.getCommandLine().getBaseSeed(); local
331 const RandomViewport viewport (m_context.getRenderTarget(), viewportSize, viewportSize, randomSeed);
/external/deqp/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.cpp275 void TestCaseBase::randomSeed(const glw::GLuint seed) function in class:glcts::TestCaseBase
/external/python/cpython2/Mac/Modules/qd/
H A D_Qdmodule.c5176 long randomSeed; local
5181 &randomSeed))
5183 SetQDGlobalsRandomSeed(randomSeed);
6935 PyDoc_STR("(long randomSeed) -> None")},
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 423 milliseconds