OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_rand
(Results
1 - 5
of
5
) sorted by null
/system/bt/osi/test/
rand_test.cc
9
TEST_F(RandTest,
test_rand
) {
/external/clang/test/Analysis/
security-syntax-checks-no-emit.c
19
void
test_rand
()
function
/art/runtime/gc/space/
large_object_space_test.cc
52
size_t request_size =
test_rand
(&rand_seed) % max_allocation_size;
70
std::swap(requests[j], requests[
test_rand
(&rand_seed) % requests.size()]);
space_test.h
135
static inline size_t
test_rand
(size_t* seed) {
function in namespace:art::gc::space
183
alloc_size =
test_rand
(&rand_seed) % static_cast<size_t>(-object_size);
/external/eigen/test/
rand.cpp
57
void
test_rand
()
function
Completed in 265 milliseconds