Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/prebuilts/patch_hiperf/
Dfile_ex.h29 bool StringExistsInFile(const std::string& fileName, const std::string& subStr, bool caseSensitive …
30 int CountStrInFile(const std::string& fileName, const std::string& subStr, bool caseSensitive = tru…
/developtools/hiperf/src/
Dsubcommand_record.cpp1345 for (auto subStr : subStrs) { in GetCountFromFile() local
1347 std::vector<std::string> vSubstr = StringSplit(subStr, "-"); in GetCountFromFile()
1360 for (auto subStr : subStrs) { in GetCpuDescFromFile() local
1361 if (subStr.find("model name") == std::string::npos) { in GetCpuDescFromFile()
1365 std::vector<std::string> vSubstr = StringSplit(subStr, ": "); in GetCpuDescFromFile()
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts989 const subStr: string = content.substring(item.start, item.end); constant
990 const insert: string = subStr.replace(/(\s)\$(\.)/g, (origin, item1, item2) => {