Searched defs:Root (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/preload/
H A DRoot.java36 * Root of our data model.
38 public class Root implements Serializable { class in inherits:Serializable
149 * Reads Root from a file.
151 static Root fromFile(String fileName)
157 Root root = (Root) oin.readObject();
/frameworks/base/tools/localize/
H A DXMLHandler.h181 inline XMLNode* Root() const { return m_root; } function in class:NodeHandler

Completed in 75 milliseconds