Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dtracing.cpp338 std::vector<std::string> strs = Split(data, "\n"); in ParseTracingFormat() local
624 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.cpp381 std::vector<std::string> strs = android::base::Split(*value.str_value, ","); in ParseOptions() local
DRecordFilter.cpp251 if (auto strs = options.PullStringValues(prefix + "pid"); !strs.empty()) { in ParseOptions() local
Dutils.cpp430 std::optional<std::set<pid_t>> GetPidsFromStrings(const std::vector<std::string>& strs, in GetPidsFromStrings()
Dcmd_stat.cpp695 if (auto strs = options.PullStringValues("-p"); !strs.empty()) { in ParseOptions() local
Devent_type.cpp133 std::vector<std::string> strs = android::base::Split(name, ":"); in FindType() local
Dcmd_record.cpp1108 if (auto strs = options.PullStringValues("-p"); !strs.empty()) { in ParseOptions() local
1203 std::vector<std::string> strs = android::base::Split(*value.str_value, ","); in ParseOptions() local
Dcmd_report_test.cpp180 const std::vector<std::string>& strs) { in AllItemsWithString()
/system/connectivity/wificond/tests/
Dnl80211_attribute_unittest.cpp257 std::vector<std::string> strs; in TEST() local