Home
last modified time | relevance | path

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

/frameworks/base/tools/bit/
Daapt.cpp68 void FindElements(const string& ns, const string& name, vector<Element*>* result, bool recurse);
98 Element::FindElements(const string& ns, const string& name, vector<Element*>* result, bool recurse) in FindElements() function in Element
107 child->FindElements(ns, name, result, recurse); in FindElements()
249 root->FindElements("", "instrumentation", &instrumentation, true); in inspect_apk()
258 root->FindElements("", "activity", &activities, true); in inspect_apk()