Home
last modified time | relevance | path

Searched defs:caps (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_capability_manager_test.cpp63 …std::vector<ProfilerPluginCapability> caps = ProfilerCapabilityManager::GetInstance().GetCapabilit… variable
119 …std::vector<ProfilerPluginCapability> caps = ProfilerCapabilityManager::GetInstance().GetCapabilit… variable
132 std::vector<ProfilerPluginCapability> caps; variable
/developtools/profiler/tools/smaps_show/src/
Dmain.rs244 let caps = regex_head.captures(&file_context[vm[0]..vm[1]]).unwrap(); in read_smaps() localVariable