Home
last modified time | relevance | path

Searched refs:EndWith (Results 1 – 8 of 8) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/base/
Dstring_help.h26 bool EndWith(const std::string& str, const std::string& res);
Dstring_help.cpp36 bool EndWith(const std::string& str, const std::string& res) in EndWith() function
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dstring_help.h35 bool EndWith(const std::string& str, const std::string& res);
Dstring_help.cpp123 bool EndWith(const std::string& str, const std::string& res) in EndWith() function
/developtools/profiler/host/smartperf/trace_streamer/src/
Dmain.cpp111 if (EndWith(line, ";") || EndWith(line, ";\r\n")) { in LoadQueryFile()
/developtools/smartperf_host/trace_streamer/src/
Dmain.cpp111 if (EndWith(line, ";") || EndWith(line, ";\r\n")) { in LoadQueryFile()
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_mem_parser.cpp175 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/
Dprint_event_parser.cpp133 EndWith(comm, onLauncherVsyncEvent_) && // the comm is taskName in ParseStartEvent()