Home
last modified time | relevance | path

Searched defs:RandomString (Results 1 – 13 of 13) sorted by relevance

/external/icing/icing/testing/
Drandom-string.h38 std::string RandomString(const std::string_view alphabet, size_t len, in RandomString() function
/external/llvm-libc/test/src/math/smoke/
Dnanf_test.cpp38 TEST_F(LlvmLibcNanfTest, RandomString) { in TEST_F() argument
Dnan_test.cpp39 TEST_F(LlvmLibcNanTest, RandomString) { in TEST_F() argument
Dnanf128_test.cpp47 TEST_F(LlvmLibcNanf128Test, RandomString) { in TEST_F() argument
Dnanl_test.cpp62 TEST_F(LlvmLibcNanlTest, RandomString) { in TEST_F() argument
/external/leveldb/util/
Dtestutil.cc14 Slice RandomString(Random* rnd, int len, std::string* dst) { in RandomString() function
/external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/testing/
Dutils.cc741 std::string RandomString(int n, std::uniform_int_distribution<int>* distr_u8, in RandomString() function
/external/perfetto/src/tracing/service/
Dzlib_compressor_unittest.cc72 std::string RandomString(size_t size) { in RandomString() function
/external/grpc-grpc/test/core/transport/test_suite/
Dtest.cc109 std::string TransportTest::RandomString(int min_length, int max_length, in RandomString() function in grpc_core::TransportTest
/external/grpc-grpc/test/core/slice/
Dslice_test.cc313 std::string RandomString(size_t length) { in RandomString() function
/external/tensorflow/tensorflow/core/lib/strings/
Dordered_code_test.cc35 string RandomString(random::SimplePhilox* rnd, size_t len) { in RandomString() function
/external/tensorflow/tensorflow/core/lib/io/
Dtable_test.cc43 static StringPiece RandomString(random::SimplePhilox* rnd, int len, in RandomString() function
/external/leveldb/db/
Ddb_test.cc30 static std::string RandomString(Random* rnd, int len) { in RandomString() function