Home
last modified time | relevance | path

Searched refs:GetTypes (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Devent_type.cpp71 const std::set<EventType>& GetTypes() { in GetTypes() function in simpleperf::EventTypeFinder
80 const auto& types = GetTypes(); in FindType()
154 for (auto& type : GetTypes()) { in ToString()
399 for (const auto& type : scoped_finder_->GetTypes()) { in ForEachType()
406 for (const auto& type : finder->GetTypes()) { in ForEachType()
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/
H A Dtest_generator.py519 def GetTypes(self): member in Model