Searched refs:subStr (Results 1 – 3 of 3) 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/hiperf/src/ |
| D | subcommand_record.cpp | 1345 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/ |
| D | ets_checker.ts | 989 const subStr: string = content.substring(item.start, item.end); constant 990 const insert: string = subStr.replace(/(\s)\$(\.)/g, (origin, item1, item2) => {
|