Home
last modified time | relevance | path

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

/aosp_15_r20/tools/security/fuzzing/llm/tinyxml2_fuzzer/
H A 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))
/aosp_15_r20/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)))
/aosp_15_r20/external/google-auth-library-java/scripts/
H A Ddownscoping-with-cab-setup.sh57 function generate_random_string () { function
64 generate_random_string
H A Dworkloadidentityfederation-setup.sh96 function generate_random_string () { function
103 generate_random_string
/aosp_15_r20/external/python/google-auth-library-python/scripts/
Dsetup_external_accounts.sh57 function generate_random_string () { function
64 generate_random_string
/aosp_15_r20/external/autotest/client/tools/
H A Dcrash_handler.py25 def generate_random_string(length): function
220 core_dir_name = 'core.%s' % generate_random_string(4)
/aosp_15_r20/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()
/aosp_15_r20/external/autotest/client/common_lib/
H A Dsoftware_manager.py31 def generate_random_string(length): function
441 section_name = 'software_manager' + '_' + generate_random_string(4)
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/test/
H A DInMemoryFileSystemTests.mm73 std::string generate_random_string(size_t length) {
252 Content content(name, generate_random_string(config.file_base_length * (i + 1)));