Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dstring_utils_test.cpp47 std::string RandomString(int len) in RandomString() function in __anon9c4db0260111::StringUtilsTest
121 std::string str = RandomString(STR_MAX_SIZE);
125 std::string target = RandomString(RandomInt(1, STR_MAX_SIZE));
173 std::string str = RandomString(STR_MAX_SIZE);
177 std::string target = RandomString(RandomInt(1, static_cast<int>(str.size())));
207 std::string str = RandomString(STR_MAX_SIZE);
249 parts.push_back(RandomString(RandomInt(1, STR_MAX_SIZE)));
288 parts.push_back(RandomString(RandomInt(1, STR_MAX_SIZE)));
Dftrace_data_reader_test.cpp43 std::string data = RandomString(dataSize_); in SetUp()
63 std::string RandomString(int len) in RandomString() function in __anon1e8dd7df0111::FtraceDataReaderTest
Dprintk_formats_parser_test.cpp135 std::string RandomString(int len) in RandomString() function in __anon830a253e0111::PrintkFormatsParserTest
210 std::string symbol = RandomString(RandomInt(1, SYMBOL_MAX_SIZE));