Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dtest_utils.h49 int random_int(int start, int end);
Dtest_utils.cpp52 int random_int(int start, int end) { in random_int() function
Dmain.cpp629 int r = random_int(0, 2); in TEST_F()