Home
last modified time | relevance | path

Searched defs:random_string (Results 1 – 11 of 11) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strlen/
D1-1.c29 static char *random_string(int len) in random_string() function
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strcpy/
D1-1.c31 static char *random_string(int len) in random_string() function
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strncpy/
D1-1.c33 static char *random_string(int len) in random_string() function
D2-1.c34 static char *random_string(int len) in random_string() function
/external/pigweed/pw_tokenizer/py/
Dgenerate_hash_test_data.py131 random_string = lambda size: bytes( function
/external/autotest/server/site_tests/firmware_SysfsVPD/
Dfirmware_SysfsVPD.py13 def random_string(length, chars): function
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strchr/
D1-1.c40 static char *random_string(int len, int char_pos) in random_string() function
/external/libxkbcommon/test/
Datom.c38 random_string(char **str_out, size_t *len_out) in random_string() function
/external/libchrome/base/
Drand_util_unittest.cc61 std::string random_string = base::RandBytesAsString(1); in TEST() local
/external/pigweed/pw_kvs/
Dkey_value_store_map_test.cc109 auto random_string = [&](size_t length) { in Test_RandomValidInputs() local
/external/cronet/base/
Drand_util_unittest.cc112 std::string random_string = base::RandBytesAsString(1); in TEST() local