Home
last modified time | relevance | path

Searched refs:setSeed (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/modules/svg/src/
DSkSVGFeTurbulence.cpp20 this->setSeed(SkSVGAttributeParser::parse<SkSVGNumberType>("seed", name, value)) || in parseAndSetAttribute()
/third_party/skia/include/utils/
DSkRandom.h124 void setSeed(uint32_t seed) { init(seed); } in setSeed() function
/third_party/skia/tests/
DPoint3Test.cpp109 random.setSeed(1234); in test_normalize()
DStreamTest.cpp398 valueSource.setSeed(kSeed); // reseed. in DEF_TEST()
DPathOpsBuilderConicTest.cpp82 r.setSeed(col * 100000000 + row * 10000000 + rot * 1000000 + trial); in setupOne()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_security_cryptoFramework.js81 setSeed: function (...args) { method
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DUnicodeMapTest.java326 random.setSeed(12345); // reproducible results in TestUnicodeMapRandom()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DUnicodeMapTest.java329 random.setSeed(12345); // reproducible results in TestUnicodeMapRandom()