Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dtracing.cpp346 std::vector<std::string> strs = Split(data, "\n"); in ParseTracingFormat() local
633 std::vector<std::string> strs = Split(event.name, ":"); in GetFieldNamesForTracepointEvent() local
Dcmd_report.cpp605 std::vector<std::string> strs = Split(value.str_value, ","); in ParseOptions() local
621 std::vector<std::string> strs = Split(value.str_value, ","); in ParseOptions() local
665 if (auto strs = options.PullStringValues("--pids"); !strs.empty()) { in ParseOptions() local
Dcmd_monitor.cpp376 std::vector<std::string> strs = android::base::Split(value.str_value, ","); in ParseOptions() local
Dutils.cpp430 std::optional<std::set<pid_t>> GetPidsFromStrings(const std::vector<std::string>& strs, in GetPidsFromStrings()
Devent_type.cpp132 std::vector<std::string> strs = android::base::Split(name, ":"); in FindType() local
DRecordFilter.cpp397 if (auto strs = options.PullStringValues(prefix + "pid"); !strs.empty()) { in ParseOptions() local
Dcmd_record.cpp1188 if (auto strs = options.PullStringValues("-p"); !strs.empty()) { in ParseOptions() local
1299 std::vector<std::string> strs = android::base::Split(value.str_value, ","); in ParseOptions() local
Dcmd_report_test.cpp194 const std::vector<std::string>& strs) { in AllItemsWithString()
Dcmd_stat.cpp795 if (auto strs = options.PullStringValues("-p"); !strs.empty()) { in ParseOptions() local
Denvironment.cpp1130 std::vector<std::string> strs = android::base::Split(line, ":"); in ProcessLines() local
/system/connectivity/wificond/tests/
Dnl80211_attribute_unittest.cpp257 std::vector<std::string> strs; in TEST() local