OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
196
fake_uid =
testRand
();
197
fake_uid2 =
testRand
();
198
valid_tag1 = ((uint64_t)my_pid << 48) | ((uint64_t)
testRand
() << 32);
199
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
669
? pixel :
testRand
());
722
pixel =
testRand
();
[
all
...]
Completed in 52 milliseconds