Searched refs:subStr (Results 1 – 4 of 4) sorted by relevance
| /developtools/smartperf_host/trace_streamer/prebuilts/patch_hiperf/ |
| D | file_ex.h | 29 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/ |
| D | file_ex.h | 29 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/ |
| D | subcommand_record.cpp | 1228 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/ |
| D | ets_checker.ts | 703 const subStr: string = content.substring(item.start, item.end); constant 704 const insert: string = subStr.replace(/(\s)\$(\.)/g, (origin, item1, item2) => {
|