Searched refs:EndWith (Results 1 – 8 of 8) sorted by relevance
| /developtools/smartperf_host/trace_streamer/src/base/ |
| D | string_help.h | 26 bool EndWith(const std::string& str, const std::string& res);
|
| D | string_help.cpp | 36 bool EndWith(const std::string& str, const std::string& res) in EndWith() function
|
| /developtools/profiler/host/smartperf/trace_streamer/src/base/ |
| D | string_help.h | 35 bool EndWith(const std::string& str, const std::string& res);
|
| D | string_help.cpp | 123 bool EndWith(const std::string& str, const std::string& res) in EndWith() function
|
| /developtools/profiler/host/smartperf/trace_streamer/src/ |
| D | main.cpp | 111 if (EndWith(line, ";") || EndWith(line, ";\r\n")) { in LoadQueryFile()
|
| /developtools/smartperf_host/trace_streamer/src/ |
| D | main.cpp | 111 if (EndWith(line, ";") || EndWith(line, ";\r\n")) { in LoadQueryFile()
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_mem_parser.cpp | 175 if (EndWith(path, iter.first)) { in ParseSmapsBlockType() 188 if (EndWith(path, ".so")) { in ParseSmapsBlockType() 203 …if ((EndWith(path, ".jar")) || (EndWith(path, ".apk")) || (EndWith(path, ".vdex")) || (EndWith(pat… in ParseSmapsBlockType() 204 (EndWith(path, ".oat")) || (path.find("dex") != std::string::npos)) { in ParseSmapsBlockType()
|
| /developtools/smartperf_host/trace_streamer/src/parser/ |
| D | print_event_parser.cpp | 133 EndWith(comm, onLauncherVsyncEvent_) && // the comm is taskName in ParseStartEvent()
|