Home
last modified time | relevance | path

Searched refs:subStr (Results 1 – 4 of 4) 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/profiler/host/smartperf/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.cpp1228 for (auto subStr : subStrs) { in GetCountFromFile() local
1230 std::vector<std::string> vSubstr = StringSplit(subStr, "-"); in GetCountFromFile()
1243 for (auto subStr : subStrs) { in GetCpuDescFromFile() local
1244 if (subStr.find("model name") == std::string::npos) { in GetCpuDescFromFile()
1248 std::vector<std::string> vSubstr = StringSplit(subStr, ": "); in GetCpuDescFromFile()
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts703 const subStr: string = content.substring(item.start, item.end); constant
704 const insert: string = subStr.replace(/(\s)\$(\.)/g, (origin, item1, item2) => {