/frameworks/base/tools/aapt/ |
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()
|
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()
|
D | Command.cpp | 217 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 811 ResXMLTree tree(dynamicRefTable); in doDump() local 844 ResXMLTree tree(dynamicRefTable); in doDump() local 862 ResXMLTree tree(dynamicRefTable); in doDump() local
|
/frameworks/base/tools/aapt2/format/binary/ |
D | XmlFlattener_test.cpp | 86 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 android::ResXMLTree tree(&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/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/java/com/google/protobuf/util/ |
D | FieldMaskTreeTest.java | 41 FieldMaskTree tree = new FieldMaskTree(); in testAddFieldPath() local 66 FieldMaskTree tree = new FieldMaskTree(FieldMaskUtil.fromString("foo,bar.baz,bar.quz")); in testMergeFromFieldMask() local 73 FieldMaskTree tree = new FieldMaskTree(FieldMaskUtil.fromString("foo,bar.baz,bar.quz")); in testIntersectFieldPath() local
|
/frameworks/base/tools/aapt2/tools/ |
D | public_attr_map.py | 26 tree = None variable 28 tree = ET.parse(f) variable
|
/frameworks/base/tools/aapt2/ |
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
|
/frameworks/base/tools/aapt2/cmd/ |
D | Link_test.cpp | 44 android::ResXMLTree tree; in TEST_F() local 72 android::ResXMLTree tree; in TEST_F() local
|
D | Convert_test.cpp | 55 android::ResXMLTree tree; in TEST_F() local 93 android::ResXMLTree tree; in TEST_F() local
|
D | Dump.cpp | 328 android::ResXMLTree tree; in Dump() local
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | field_mask_util.cc | 475 FieldMaskTree tree; in ToCanonicalForm() local 483 FieldMaskTree tree; in Union() local 492 FieldMaskTree tree, intersection; in Intersect() local 523 FieldMaskTree tree; in MergeMessageTo() local 531 FieldMaskTree tree; in TrimMessage() local
|
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 35 VectorDrawable::Tree* tree = new VectorDrawable::Tree(rootGroup); in createTree() local 42 VectorDrawable::Tree* tree = new VectorDrawable::Tree(treeToCopy, rootGroup); in createTreeFromCopy() local 95 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in setAllowCaching() local 100 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in setAntiAlias() local 109 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in draw() local 122 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in setTreeViewportSize() local 127 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in setRootAlpha() local 132 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in getRootAlpha() local
|
D | android_graphics_drawable_AnimatedVectorDrawable.cpp | 102 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(vectorDrawablePtr); in setVectorDrawableTarget() local 143 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(nativePtr); in createRootAlphaPropertyHolder() local
|
/frameworks/base/tools/aapt2/optimize/ |
D | ResourceDeduper.cpp | 97 DominatorTree tree(entry->values); in DedupeEntry() local
|
/frameworks/base/services/core/java/com/android/server/pm/permission/ |
D | BasePermission.java | 295 @NonNull PermissionInfo info, @NonNull BasePermission tree) { in addToTree() 316 final BasePermission tree = findPermissionTree(permissionTrees, name); in updateDynamicPermission() local 359 final BasePermission tree = findPermissionTree(permissionTrees, p.info.name); in createOrUpdate() local
|
D | PermissionManagerService.java | 810 final BasePermission tree = mSettings.enforcePermissionTree(info.name, callingUid); in addDynamicPermission() local 841 final BasePermission tree = mSettings.enforcePermissionTree(permName, callingUid); in removeDynamicPermission() local 2933 private int calculateCurrentPermissionFootprintLocked(BasePermission tree) { in calculateCurrentPermissionFootprintLocked() 2942 private void enforcePermissionCapLocked(PermissionInfo info, BasePermission tree) { in enforcePermissionCapLocked()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | map.h | 818 Tree* tree = static_cast<Tree*>(m_->table_[bucket_index_]); in SearchFrom() local 844 Tree* tree = static_cast<Tree*>(m_->table_[bucket_index_]); variable 919 Tree* tree = static_cast<Tree*>(table_[b]); in clear() local 1005 Tree* tree = static_cast<Tree*>(table_[b]); in erase() local 1040 Tree* tree = static_cast<Tree*>(table_[b]); in FindHelper() local 1175 Tree* tree = static_cast<Tree*>(table[index]); in TransferTree() local 1222 Tree* tree = tree_allocator.allocate(1); in TreeConvert() local 1237 size_type CopyListToTree(size_type b, Tree* tree) { in CopyListToTree() 1307 void DestroyTree(Tree* tree) { in DestroyTree()
|
D | text_format.h | 436 void WriteLocationsTo(ParseInfoTree* tree) { in WriteLocationsTo()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | TextFormatParseInfoTreeTest.java | 69 TextFormatParseInfoTree tree = rootBuilder.build(); in testBuildEmptyParseTree() local
|
D | TextFormatTest.java | 1068 TextFormatParseInfoTree tree = treeBuilder.build(); in testParseInfoTreeBuilding() local 1110 TextFormatParseInfoTree tree, in assertLocation()
|
/frameworks/base/libs/hwui/ |
D | PropertyValuesHolder.h | 151 RootAlphaPropertyValuesHolder(VectorDrawable::Tree* tree, float startValue, float endValue) in RootAlphaPropertyValuesHolder()
|
/frameworks/native/opengl/tools/glgen2/registry/ |
D | genheaders.py | 97 tree = etree.parse(regFilename) variable
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/ |
D | FieldMaskUtil.java | 260 FieldMaskTree tree = new FieldMaskTree(mask1); in intersection() local
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaRecordingCanvas.cpp | 153 void SkiaRecordingCanvas::drawVectorDrawable(VectorDrawableRoot* tree) { in drawVectorDrawable()
|
/frameworks/base/core/java/android/util/apk/ |
D | VerityBuilder.java | 122 ByteBuffer tree = slice(output, 0, merkleTreeSize); in generateVerityTreeInternal() local
|