• Home
  • Raw
  • Download

Lines Matching full:trying

26 …   throw arm::pipe::InvalidArgumentException("Trying to register a category with an invalid name");  in RegisterCategory()
33 "Trying to register a category already registered (\"{}\")", in RegisterCategory()
59 … throw arm::pipe::InvalidArgumentException("Trying to register a device with an invalid name"); in RegisterDevice()
66 "Trying to register a device already registered (\"{}\")", in RegisterDevice()
78 fmt::format("Trying to connect a device (name: \"{}\") to an invalid " in RegisterDevice()
89 fmt::format("Trying to connect a device (name: \"{}\") to a parent category that " in RegisterDevice()
121 …throw arm::pipe::InvalidArgumentException("Trying to register a counter set with an invalid name"); in RegisterCounterSet()
128 … fmt::format("Trying to register a counter set already registered (\"{}\")", counterSetName)); in RegisterCounterSet()
143 fmt::format("Trying to connect a counter set (UID: {}) to an invalid " in RegisterCounterSet()
154 fmt::format("Trying to connect a counter set (UID: {}) to a parent category " in RegisterCounterSet()
196 …throw arm::pipe::InvalidArgumentException("Trying to register a counter with an invalid parent cat… in RegisterCounter()
202 … throw arm::pipe::InvalidArgumentException("Trying to register a counter with an invalid class"); in RegisterCounter()
208 …throw arm::pipe::InvalidArgumentException("Trying to register a counter with an invalid interpolat… in RegisterCounter()
214 …throw arm::pipe::InvalidArgumentException("Trying to register a counter with an invalid multiplier… in RegisterCounter()
221 … throw arm::pipe::InvalidArgumentException("Trying to register a counter with an invalid name"); in RegisterCounter()
228 …throw arm::pipe::InvalidArgumentException("Trying to register a counter with an invalid descriptio… in RegisterCounter()
235 … throw arm::pipe::InvalidArgumentException("Trying to register a counter with a invalid units"); in RegisterCounter()
243 … fmt::format("Trying to connect a counter to a category that is not registered (name: \"{}\")", in RegisterCounter()
261 fmt::format("Trying to register a counter to category \"{}\" with a name that " in RegisterCounter()
276 fmt::format("Trying to connect a counter to a counter set that is " in RegisterCounter()
527 … fmt::format("Trying to connect a counter to a device that is not registered (device UID {})", in GetNumberOfCores()