HomeSort by relevance Sort by last modified time
    Searched refs:testRand (Results 1 - 4 of 4) sorted by null

  /system/extras/tests/include/
testUtil.h 42 uint32_t testRand(void);
  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 193 fake_uid = testRand();
194 fake_uid2 = testRand();
195 valid_tag1 = ((uint64_t)my_pid << 48) | ((uint64_t)testRand() << 32);
196 valid_tag2 = ((uint64_t)my_pid << 48) | ((uint64_t)testRand() << 32);
  /system/extras/tests/lib/testUtil/
testUtil.c 181 uint32_t testRand(void)
208 // number of random bits, otherwise use testRand().
210 uint32_t val = (mod <= lrand48maxVal) ? (uint32_t) lrand48() : testRand();
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 670 ? pixel : testRand());
723 pixel = testRand();
    [all...]

Completed in 81 milliseconds