Home
last modified time | relevance | path

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

/tools/security/fuzzing/llm/tinyxml2_fuzzer/
Dgen_corpus.py5 def generate_random_string(length): function
12 tag = generate_random_string(random.randint(1, 10))
17 content = generate_random_string(random.randint(0, 20))
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_contacts_utils.py211 def generate_random_string(length=8, function
245 current_contact.first_name = generate_random_string(
247 current_contact.last_name = generate_random_string(
251 generate_random_string(random.randint(1, 19)),
252 generate_random_string(random.randint(1, 4)))
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/
DBtCarPbapTest.py303 bt_contacts_utils.generate_random_string())
310 current_contact.first_name = bt_contacts_utils.generate_random_string()
311 current_contact.last_name = bt_contacts_utils.generate_random_string()