/aosp14/frameworks/base/tools/aapt/ |
H A D | AaptXml.cpp | 26 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 D | AaptXml.h | 61 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 D | XmlFlattener_test.cpp | 85 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 D | RequiresPermissionChecker.java | 136 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 D | UidChecker.java | 55 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 D | EfficientStringsChecker.java | 111 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 D | BinderIdentityChecker.java | 65 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() 101 private static Tree nextStatement(Tree tree, VisitorState state) { in nextStatement()
|
H A D | TargetSdkChecker.java | 78 public Description matchBinary(BinaryTree tree, VisitorState state) { in matchBinary()
|
H A D | RethrowFromSystemChecker.java | 84 public Description matchTry(TryTree tree, VisitorState state) { in matchTry()
|
H A D | ClientSidePermissionCheckChecker.java | 75 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation()
|
H A D | HideInCommentsChecker.java | 65 public Description matchCompilationUnit(CompilationUnitTree tree, VisitorState state) { in matchCompilationUnit() 115 private Map<Integer, Tree> findJavadocableTrees(CompilationUnitTree tree) { in findJavadocableTrees()
|
H A D | PendingIntentMutabilityChecker.java | 69 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation()
|
H A D | EfficientXmlChecker.java | 228 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() 323 public Description matchNewClass(NewClassTree tree, VisitorState state) { in matchNewClass()
|
H A D | CompatChangeChecker.java | 116 public Description matchBinary(BinaryTree tree, VisitorState state) { in matchBinary()
|
H A D | ContextUserIdChecker.java | 87 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation()
|
H A D | EfficientParcelableChecker.java | 75 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation()
|
H A D | EfficientCollectionsChecker.java | 58 public Description matchNewClass(NewClassTree tree, VisitorState state) { in matchNewClass()
|
/aosp14/frameworks/base/tools/aapt2/tools/ |
H A D | public_attr_map.py | 26 tree = None variable 28 tree = ET.parse(f) variable
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | DominatorTree_test.cpp | 43 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 D | json_importer.cpp | 30 ISerNode::Ptr tree; in ImportAsTree() local 63 if (auto tree = ImportAsTree(input)) { in Import() local
|
H A D | json_exporter.cpp | 27 auto tree = exp.Export(object); in Export() local
|
/aosp14/frameworks/base/cmds/idmap2/libidmap2/ |
H A D | XmlParser.cpp | 28 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 D | crypto_x509_certificate_test_part3.cpp | 397 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 D | cert_manager_status.c | 282 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 D | ui_event.cpp | 37 void UIEvent::GetSimplifiedInspectorTree(std::string& tree) in GetSimplifiedInspectorTree()
|