Home
last modified time | relevance | path

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

/system/extras/tests/iptables/qtaguid/
DsocketTag.cpp200 fake_uid = testRand(); in SetUp()
201 fake_uid2 = testRand(); in SetUp()
202 valid_tag1 = ((uint64_t)my_pid << 48) | ((uint64_t)testRand() << 32); in SetUp()
203 valid_tag2 = ((uint64_t)my_pid << 48) | ((uint64_t)testRand() << 32); in SetUp()
/system/extras/tests/include/
DtestUtil.h42 uint32_t testRand(void);
/system/extras/tests/lib/testUtil/
DtestUtil.c182 uint32_t testRand(void) in testRand() function
211 uint32_t val = (mod <= lrand48maxVal) ? (uint32_t) lrand48() : testRand(); in testRandMod()