Home
last modified time | relevance | path

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

/aosp12/system/bt/osi/test/
H A Drand_test.cc9 TEST_F(RandTest, test_rand) { in TEST_F() argument
/aosp12/art/runtime/gc/space/
H A Dlarge_object_space_test.cc60 size_t request_size = test_rand(&rand_seed) % max_allocation_size; in LargeObjectTest()
78 std::swap(requests[j], requests[test_rand(&rand_seed) % requests.size()]); in LargeObjectTest()
H A Dspace_test.h136 static inline size_t test_rand(size_t* seed) { in test_rand() function
184 alloc_size = test_rand(&rand_seed) % static_cast<size_t>(-object_size); in SizeFootPrintGrowthLimitAndTrimBody()