Home
last modified time | relevance | path

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

123

/aosp14/frameworks/base/tools/aapt/
H A 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()
H A 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()
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DXmlFlattener_test.cpp85 android::ResXMLTree tree; in TEST_F() local
144 android::ResXMLTree tree; in TEST_F() local
165 android::ResXMLTree tree; in TEST_F() local
182 android::ResXMLTree tree; in TEST_F() local
197 android::ResXMLTree tree; in TEST_F() local
257 android::ResXMLTree tree; in TEST_F() local
299 android::ResXMLTree tree; in TEST_F() local
368 android::ResXMLTree tree; in TEST_F() local
461 android::ResXMLTree tree; in TEST_F() local
484 android::ResXMLTree tree; in TEST_F() local
[all …]
/aosp14/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
H A DRequiresPermissionChecker.java136 public Description matchMethod(MethodTree tree, VisitorState state) { in matchMethod()
203 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation()
293 public void addConstValue(Tree tree) { in addConstValue()
301 private static ExpressionTree findArgumentByParameterName(MethodInvocationTree tree, in findArgumentByParameterName()
313 private static Name resolveName(ExpressionTree tree) { in resolveName()
323 private static ParsedRequiresPermission parseIntentAction(NewClassTree tree) { in parseIntentAction()
333 private static ParsedRequiresPermission parseIntentAction(MethodInvocationTree tree) { in parseIntentAction()
391 MethodInvocationTree tree, VisitorState state) { in parseBroadcastTargetRequiresPermission()
414 MethodInvocationTree tree, VisitorState state) { in parseRequiresPermissionRecursively()
H A DUidChecker.java55 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation()
60 public Description matchNewClass(NewClassTree tree, VisitorState state) { in matchNewClass()
65 List<? extends ExpressionTree> args, Tree tree) { in matchArguments()
112 public static Flavor getFlavor(ExpressionTree tree) { in getFlavor()
H A DEfficientStringsChecker.java111 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation()
159 public Description matchNewClass(NewClassTree tree, VisitorState state) { in matchNewClass()
170 public Description matchCompoundAssignment(CompoundAssignmentTree tree, VisitorState state) { in matchCompoundAssignment()
H A DBinderIdentityChecker.java65 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation()
101 private static Tree nextStatement(Tree tree, VisitorState state) { in nextStatement()
H A DTargetSdkChecker.java78 public Description matchBinary(BinaryTree tree, VisitorState state) { in matchBinary()
H A DRethrowFromSystemChecker.java84 public Description matchTry(TryTree tree, VisitorState state) { in matchTry()
H A DClientSidePermissionCheckChecker.java75 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation()
H A DHideInCommentsChecker.java65 public Description matchCompilationUnit(CompilationUnitTree tree, VisitorState state) { in matchCompilationUnit()
115 private Map<Integer, Tree> findJavadocableTrees(CompilationUnitTree tree) { in findJavadocableTrees()
H A DPendingIntentMutabilityChecker.java69 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation()
H A DEfficientXmlChecker.java228 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation()
323 public Description matchNewClass(NewClassTree tree, VisitorState state) { in matchNewClass()
H A DCompatChangeChecker.java116 public Description matchBinary(BinaryTree tree, VisitorState state) { in matchBinary()
H A DContextUserIdChecker.java87 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation()
H A DEfficientParcelableChecker.java75 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation()
H A DEfficientCollectionsChecker.java58 public Description matchNewClass(NewClassTree tree, VisitorState state) { in matchNewClass()
/aosp14/frameworks/base/tools/aapt2/tools/
H A Dpublic_attr_map.py26 tree = None variable
28 tree = ET.parse(f) variable
/aosp14/frameworks/base/tools/aapt2/
H A 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
189 DominatorTree tree(configs); in TEST() local
217 DominatorTree tree(configs); in TEST() local
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Djson_importer.cpp30 ISerNode::Ptr tree; in ImportAsTree() local
63 if (auto tree = ImportAsTree(input)) { in Import() local
H A Djson_exporter.cpp27 auto tree = exp.Export(object); in Export() local
/aosp14/frameworks/base/cmds/idmap2/libidmap2/
H A 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()
154 XmlParser::XmlParser(std::unique_ptr<ResXMLTree> tree) : tree_(std::move(tree)) { in XmlParser()
158 auto tree = std::make_unique<ResXMLTree>(); in Create() local
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_certificate_test_part3.cpp397 GENERAL_SUBTREE *tree = reinterpret_cast<GENERAL_SUBTREE *>sk_GENERAL_SUBTREE_new_null(); variable
442 GENERAL_SUBTREE *tree = reinterpret_cast<GENERAL_SUBTREE *>sk_GENERAL_SUBTREE_new_null(); variable
477 GENERAL_SUBTREE *tree = reinterpret_cast<GENERAL_SUBTREE *>sk_GENERAL_SUBTREE_new_null(); variable
512 GENERAL_SUBTREE *tree = reinterpret_cast<GENERAL_SUBTREE *>sk_GENERAL_SUBTREE_new_null(); variable
568 GENERAL_SUBTREE *tree = reinterpret_cast<GENERAL_SUBTREE *>sk_GENERAL_SUBTREE_new_null(); variable
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_status.c282 static int32_t LoadTreeStatus(struct RbTree *tree, pthread_rwlock_t *treeLock, uint8_t *buf, uint32… in LoadTreeStatus()
335 struct RbTree *tree = &g_trees[storeIndex]; in LoadStatus() local
357 static int32_t EncodeTree(struct RbTree *tree, uint8_t **bufptr, uint32_t *size) in EncodeTree()
404 struct RbTree *tree = &g_trees[storeIndex]; in WriteStatus() local
458 struct RbTree *tree = &g_trees[storeIndex]; in DestroyTree() local
552 static int32_t SetCertStatusNode(const struct CmContext *ctx, struct RbTree *tree, in SetCertStatusNode()
599 static int32_t SetUserCertStatusNode(const struct CertStatus *valInfo, struct RbTree *tree, in SetUserCertStatusNode()
679 struct RbTree *tree, struct TreeNode tempPara, const char *fn) in CertManagerFindMatchedFile()
713 static int32_t CertManagerStatus(const struct CmContext *context, struct RbTree *tree, in CertManagerStatus()
808 struct RbTree *tree = &g_trees[storeIndex]; in CertManagerStatusFile() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_event.cpp37 void UIEvent::GetSimplifiedInspectorTree(std::string& tree) in GetSimplifiedInspectorTree()

123