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 | 57 std::string RandomString(size_t length, std::function<char(void)> provider) { in RandomString() function
|
D | main.cpp | 898 std::string s = RandomString(FB_COMMAND_SZ + 1, rand_legal); in TEST_F() 904 std::string s1 = RandomString(10000, rand_legal); in TEST_F() 910 std::string s2 = RandomString(10000, rand_illegal); in TEST_F() 916 std::string s3 = RandomString(10000, rand_char); in TEST_F() 923 std::string s4 = RandomString(10 * 1024 * 1024, rand_legal); in TEST_F() 937 std::string rs = RandomString(10000, rand_char); in TEST_F() 959 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() argument 2003 RandomString stringGenerator; in TEST_F() argument
|