Searched refs:RandomString (Results 1 – 4 of 4) sorted by relevance
| /system/core/fastboot/fuzzy_fastboot/ |
| D | test_utils.h | 78 std::string RandomString(size_t length, std::function<char(void)> provider);
|
| D | test_utils.cpp | 59 std::string RandomString(size_t length, std::function<char(void)> provider) { in RandomString() function
|
| D | main.cpp | 899 std::string s = RandomString(FB_COMMAND_SZ + 1, rand_legal); in TEST_F() 905 std::string s1 = RandomString(10000, rand_legal); in TEST_F() 911 std::string s2 = RandomString(10000, rand_illegal); in TEST_F() 917 std::string s3 = RandomString(10000, rand_char); in TEST_F() 924 std::string s4 = RandomString(10 * 1024 * 1024, rand_legal); in TEST_F() 938 std::string rs = RandomString(10000, rand_char); in TEST_F() 960 std::string rs = RandomString(10, rand_illegal); in TEST_F()
|
| /system/tools/hidl/test/hidl_test/ |
| D | hidl_test_client.cpp | 1986 struct RandomString { struct 1993 RandomString() : rng(std::random_device{}()), lengthDist(5, 10), charDist('a', 'a' + 10) {} in RandomString() function 2003 RandomString stringGenerator; in TEST_F() argument
|