Home
last modified time | relevance | path

Searched refs:testRand (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/extras/tests/iptables/qtaguid/
H A DsocketTag.cpp193 fake_uid = testRand(); in SetUp()
194 fake_uid2 = testRand(); in SetUp()
195 valid_tag1 = ((uint64_t)my_pid << 48) | ((uint64_t)testRand() << 32); in SetUp()
196 valid_tag2 = ((uint64_t)my_pid << 48) | ((uint64_t)testRand() << 32); in SetUp()
/aosp12/system/extras/tests/lib/testUtil/include/
H A DtestUtil.h42 uint32_t testRand(void);
/aosp12/system/extras/tests/lib/testUtil/
H A DtestUtil.c180 uint32_t testRand(void) in testRand() function
209 uint32_t val = (mod <= lrand48maxVal) ? (uint32_t) lrand48() : testRand(); in testRandMod()
/aosp12/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp670 ? pixel : testRand()); in hwcTestFillColor()
723 pixel = testRand(); in hwcTestFillColorHBlend()