Home
last modified time | relevance | path

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

/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strlen/
H A D1-1.c29 static char *random_string(int len) in random_string() function
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strcpy/
H A D1-1.c31 static char *random_string(int len) in random_string() function
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strncpy/
H A D1-1.c33 static char *random_string(int len) in random_string() function
H A D2-1.c34 static char *random_string(int len) in random_string() function
/aosp_15_r20/external/tink/cc/internal/
H A Dtest_file_util.cc54 std::string random_string = subtle::Random::GetRandomBytes(/*length=*/16); in GetTestFileNamePrefix() local
/aosp_15_r20/external/autotest/server/site_tests/firmware_SysfsVPD/
H A Dfirmware_SysfsVPD.py13 def random_string(length, chars): function
/aosp_15_r20/test/dittosuite/src/
H A Dtracer.cpp25 std::string random_string(int len) { in random_string() function
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strchr/
H A D1-1.c40 static char *random_string(int len, int char_pos) in random_string() function
/aosp_15_r20/external/pigweed/pw_tokenizer/py/
H A Dgenerate_hash_test_data.py152 def random_string(size): function
/aosp_15_r20/external/libxkbcommon/test/
H A Datom.c38 random_string(char **str_out, size_t *len_out) in random_string() function
/aosp_15_r20/external/libchrome/base/
H A Drand_util_unittest.cc61 std::string random_string = base::RandBytesAsString(1); in TEST() local
/aosp_15_r20/external/pigweed/pw_kvs/
H A Dkey_value_store_map_test.cc109 auto random_string = [&](size_t length) { in Test_RandomValidInputs() local
/aosp_15_r20/external/cronet/base/
H A Drand_util_unittest.cc157 std::string random_string = base::RandBytesAsString(1); in TEST() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py4977 def random_string(size): function