Home
last modified time | relevance | path

Searched defs:tree (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/tools/aapt/
DAaptXml.cpp26 static String8 getStringAttributeAtIndex(const ResXMLTree& tree, ssize_t attrIndex, in getStringAttributeAtIndex()
48 static int32_t getIntegerAttributeAtIndex(const ResXMLTree& tree, ssize_t attrIndex, in getIntegerAttributeAtIndex()
69 ssize_t indexOfAttribute(const ResXMLTree& tree, uint32_t attrRes) { in indexOfAttribute()
79 String8 getAttribute(const ResXMLTree& tree, const char* ns, in getAttribute()
88 String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) { in getAttribute()
96 String8 getResolvedAttribute(const ResTable& resTable, const ResXMLTree& tree, in getResolvedAttribute()
139 int32_t getIntegerAttribute(const ResXMLTree& tree, const char* ns, in getIntegerAttribute()
148 int32_t getIntegerAttribute(const ResXMLTree& tree, uint32_t attrRes, int32_t defValue, in getIntegerAttribute()
157 int32_t getResolvedIntegerAttribute(const ResTable& resTable, const ResXMLTree& tree, in getResolvedIntegerAttribute()
179 void getResolvedResourceAttribute(const ResTable& resTable, const ResXMLTree& tree, in getResolvedResourceAttribute()
DAaptXml.h61 inline int32_t getIntegerAttribute(const android::ResXMLTree& tree, const char* ns, in getIntegerAttribute()
79 inline int32_t getIntegerAttribute(const android::ResXMLTree& tree, uint32_t attrRes, in getIntegerAttribute()
99 const android::ResXMLTree& tree, uint32_t attrRes, in getResolvedIntegerAttribute()
DCommand.cpp217 ResXMLTree tree; in doList() local
232 static void printResolvedResourceAttribute(const ResTable& resTable, const ResXMLTree& tree, in printResolvedResourceAttribute()
314 static void printCompatibleScreens(ResXMLTree& tree, String8* outError) { in printCompatibleScreens()
415 ResXMLTree tree; in getNfcAidCategories() local
813 ResXMLTree tree(dynamicRefTable); in doDump() local
846 ResXMLTree tree(dynamicRefTable); in doDump() local
864 ResXMLTree tree(dynamicRefTable); in doDump() local
DResource.cpp1071 static ssize_t extractPlatformBuildVersion(const ResTable& table, ResXMLTree& tree, Bundle* bundle)… in extractPlatformBuildVersion()
1149 ResXMLTree tree; in extractPlatformBuildVersion() local
3005 ResXMLTree tree; in writeProguardForAndroidManifest() local
3135 ResXMLTree tree; in writeProguardForXml() local
/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener_test.cpp86 android::ResXMLTree tree; in TEST_F() local
145 android::ResXMLTree tree; in TEST_F() local
166 android::ResXMLTree tree; in TEST_F() local
183 android::ResXMLTree tree; in TEST_F() local
198 android::ResXMLTree tree; in TEST_F() local
232 auto tree = android::ResXMLTree(std::move(dynamic_ref_table)); in TEST_F() local
258 android::ResXMLTree tree; in TEST_F() local
300 android::ResXMLTree tree; in TEST_F() local
369 android::ResXMLTree tree; in TEST_F() local
462 android::ResXMLTree tree; in TEST_F() local
[all …]
/frameworks/base/tools/aapt2/tools/
Dpublic_attr_map.py26 tree = None variable
28 tree = ET.parse(f) variable
/frameworks/base/tools/aapt2/
DDominatorTree_test.cpp43 std::string ToString(DominatorTree* tree) { in ToString()
81 DominatorTree tree(configs); in TEST() local
102 DominatorTree tree(configs); in TEST() local
137 DominatorTree tree(configs); in TEST() local
165 DominatorTree tree(configs); in TEST() local
/frameworks/base/cmds/idmap2/include/idmap2/
DXmlParser.h114 explicit iterator(const ResXMLTree& tree) : tree_(tree), iter_(Node(tree)) { in iterator()
116 iterator(const ResXMLTree& tree, const Node& node) in iterator()
/frameworks/base/cmds/idmap2/libidmap2/
DXmlParser.cpp28 ResXMLParser::ResXMLPosition get_tree_position(const T& tree) { in get_tree_position()
34 XmlParser::Node::Node(const ResXMLTree& tree) : Node(tree, get_tree_position(tree)) { in Node()
36 XmlParser::Node::Node(const ResXMLTree& tree, const ResXMLParser::ResXMLPosition& pos) in Node()
/frameworks/base/tools/aapt2/cmd/
DConvert_test.cpp55 android::ResXMLTree tree; in TEST_F() local
93 android::ResXMLTree tree; in TEST_F() local
DLink_test.cpp45 android::ResXMLTree tree; in TEST_F() local
71 android::ResXMLTree tree; in TEST_F() local
DDump.cpp334 android::ResXMLTree tree; in Dump() local
/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
DRethrowFromSystemChecker.java67 public Description matchCatch(CatchTree tree, VisitorState state) { in matchCatch()
DTargetSdkChecker.java76 public Description matchBinary(BinaryTree tree, VisitorState state) { in matchBinary()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp33 VectorDrawable::Tree* tree = new VectorDrawable::Tree(rootGroup); in createTree() local
40 VectorDrawable::Tree* tree = new VectorDrawable::Tree(treeToCopy, rootGroup); in createTreeFromCopy() local
93 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in setAllowCaching() local
98 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in setAntiAlias() local
107 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in draw() local
120 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in setTreeViewportSize() local
125 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in setRootAlpha() local
130 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in getRootAlpha() local
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp99 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(vectorDrawablePtr); in setVectorDrawableTarget() local
140 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(nativePtr); in createRootAlphaPropertyHolder() local
/frameworks/base/services/core/java/com/android/server/pm/permission/
DBasePermission.java289 @NonNull PermissionInfo info, @NonNull BasePermission tree) { in addToTree()
309 final BasePermission tree = findPermissionTree(permissionTrees, name); in updateDynamicPermission() local
361 final BasePermission tree = findPermissionTree(permissionTrees, p.getName()); in createOrUpdate() local
/frameworks/base/tools/aapt2/optimize/
DResourceDeduper.cpp98 DominatorTree tree(entry->values); in DedupeEntry() local
/frameworks/base/core/java/android/content/pm/parsing/component/
DParsedPermission.java39 boolean tree; field in ParsedPermission
/frameworks/base/libs/hwui/
DPropertyValuesHolder.h151 RootAlphaPropertyValuesHolder(VectorDrawable::Tree* tree, float startValue, float endValue) in RootAlphaPropertyValuesHolder()
/frameworks/native/opengl/tools/glgen2/registry/
Dgenheaders.py97 tree = etree.parse(regFilename) variable
Dreg.py691 def loadElementTree(self, tree): argument
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaRecordingCanvas.cpp165 void SkiaRecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
/frameworks/base/core/java/android/util/apk/
DVerityBuilder.java101 ByteBuffer tree = slice(output, 0, merkleTreeSize); in generateVerityTreeInternal() local
/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp278 ResXMLTree tree; in Inflate() local

12