Home
last modified time | relevance | path

Searched defs:RandomString (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dtest_utils.cpp57 std::string RandomString(size_t length, std::function<char(void)> provider) { in RandomString() function
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp1970 struct RandomString { struct
1977 RandomString() : rng(std::random_device{}()), lengthDist(5, 10), charDist('a', 'a' + 10) {} in RandomString() function
1987 RandomString stringGenerator; in TEST_F() argument
/aosp12/art/libartbase/base/
H A Dhash_set_test.cc46 std::string RandomString(size_t len) { in RandomString() function in art::HashSetTest