Searched refs:tree (Results 51 - 61 of 61) sorted by relevance

123

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
H A DXmlEditor.java32 import org.antlr.v4.runtime.tree.TerminalNode;
/frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
H A DXMLParser.java7 import org.antlr.v4.runtime.tree.*;
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java3855 + " is not allowed to add to permission tree "
3859 throw new SecurityException("No permission tree found for " + permName);
3898 int calculateCurrentPermissionFootprintLocked(BasePermission tree) { argument
3901 if (perm.uid == tree.uid) {
3908 void enforcePermissionCapLocked(PermissionInfo info, BasePermission tree) { argument
3911 if (tree.uid != Process.SYSTEM_UID) {
3912 final int curTreeSize = calculateCurrentPermissionFootprintLocked(tree);
3914 throw new SecurityException("Permission tree size cap exceeded");
3923 BasePermission tree = checkPermissionTreeLP(info.name);
3929 enforcePermissionCapLocked(info, tree);
[all...]
/frameworks/base/libs/hwui/
H A DDisplayListOp.h1113 DrawVectorDrawableOp(VectorDrawableRoot* tree, const SkRect& bounds) argument
1114 : DrawOp(nullptr), mTree(tree), mDst(bounds) {}
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs179 <li><a href="<?cs var:toroot ?>guide/topics/manifest/permission-tree-element.html">&lt;permission-tree&gt;</a></li>
/frameworks/base/include/androidfw/
H A DResourceTypes.h568 * XML tree header. This appears at the front of an XML tree,
580 * Basic XML tree node. A single item in the XML document. Extended info
595 * Extended XML tree node for CDATA tags -- includes the CDATA string.
608 * Extended XML tree node for namespace start/end nodes.
621 * Extended XML tree node for element start/end nodes.
635 * Extended XML tree node for start tags -- includes attribute
689 ResXMLParser(const ResXMLTree& tree);
/frameworks/base/tools/aapt/
H A DResourceTable.cpp131 ResXMLTree tree; local
132 tree.setTo(target->getData(), target->getSize());
133 printXMLBlock(&tree);
5104 // Append all namespace declarations that we've seen on this branch in the XML tree
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
H A DBindingExpressionParser.java7 import org.antlr.v4.runtime.tree.*;
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java144 private static final String TAG_PERMISSION_TREE = "permission-tree";
1461 // Only search the tree when the tag is directly below <manifest>
2623 "<permission-tree>", sa, true /*nameRequired*/,
2642 outError[0] = "<permission-tree> name has less than three segments: "
2650 perm.tree = true;
2652 if (!parseAllMetaData(res, parser, "<permission-tree>", perm,
2725 * Parse the {@code application} XML tree at the current parse location in a
3195 * Parse the {@code application} XML tree at the current parse location in a
5273 public boolean tree; field in class:PackageParser.Permission
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1016 ResXMLParser::ResXMLParser(const ResXMLTree& tree) argument
1017 : mTree(tree), mEventCode(BAD_DOCUMENT)
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 799 milliseconds

123