Lines Matching refs:name
162 "[~][^]substring[$] [...] of name to run.\n"
164 "~ causes a matching name to always be skipped\n"
165 "^ requires the start of the name to match\n"
166 "$ requires the end of the name to match\n"
168 "If a name does not match any list entry,\n"
270 "Timings might not be accurate.\n", this->config.name.c_str());
491 #define CPU_CONFIG(name, backend, color, alpha) \
492 if (config->getBackend().equals(name)) { \
497 return Config{SkString(name), \
781 SkString name = SkOSPath::Basename(path.c_str());
786 return new RecordingBench(name.c_str(), pic.get(), FLAGS_bbh);
796 SkString name = SkOSPath::Basename(path.c_str());
801 return new DeserializePictureBench(name.c_str(), std::move(data));
822 SkString name = SkOSPath::Basename(path.c_str());
825 return new SKPBench(name.c_str(), pic.get(), fClip, fScales[fCurrentScale],
855 SkString name = SkOSPath::Basename(path.c_str());
858 return new SKPAnimationBench(name.c_str(), pic.get(), fClip, std::move(animation),
870 SkString name = SkOSPath::Basename(path.c_str());
873 return new MSKPBench(std::move(name), std::move(player));
1287 const char* config = target->config.name.c_str();
1302 TRACE_EVENT2("skia", "Benchmark", "name", TRACE_STR_COPY(bench->getUniqueName()),
1382 log.appendString("name", bench->getName());