/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 18 Group<DynamicGroup>, 24 Group<DynamicGroup>, 28 Group<DynamicGroup>, 32 Group<DynamicGroup>, 35 Group<DynamicGroup>, 39 Group<DynamicGroup>, 43 Group<DynamicGroup>, 47 Group<DynamicGroup>, 51 Group<DynamicGroup>, 54 Group<DynamicGroup>, [all …]
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 32 VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in createTree() 38 VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in createTreeFromCopy() 69 VectorDrawable::Group* newGroup = new VectorDrawable::Group(); in createEmptyGroup() 74 VectorDrawable::Group* srcGroup = reinterpret_cast<VectorDrawable::Group*>(srcGroupPtr); in createGroup() 75 VectorDrawable::Group* newGroup = new VectorDrawable::Group(*srcGroup); in createGroup() 87 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in addChild() 168 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in getGroupProperties() 177 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in updateGroupProperties() 201 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in getRotation() 206 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in setRotation() [all …]
|
D | android_graphics_drawable_AnimatedVectorDrawable.cpp | 106 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(nativePtr); in createGroupPropertyHolder()
|
/frameworks/base/tools/aapt2/configuration/ |
D | ConfigurationParser.internal.h | 48 using Group = Entry<OrderedEntry<T>>; variable 51 bool IsGroupValid(const Group<T>& group, const std::string& name, android::IDiagnostics* diag) { in IsGroupValid() 66 std::vector<T>& GetOrCreateGroup(std::string label, Group<T>* group) { in GetOrCreateGroup() 88 ComparisonChain& Add(const Group<T>& groups, const std::optional<std::string>& lhs, in Add() 154 Group<Abi> abi_groups; 155 Group<android::ConfigDescription> screen_density_groups; 156 Group<android::ConfigDescription> locale_groups; 157 Group<DeviceFeature> device_feature_groups; 158 Group<GlTexture> gl_texture_groups;
|
/frameworks/base/libs/hwui/ |
D | VectorDrawable.cpp | 272 Group::Group(const Group& group) : Node(group) { in Group() function in android::uirenderer::VectorDrawable::Group 276 void Group::draw(SkCanvas* outCanvas, bool useStagingData) { in draw() 291 void Group::dump() { in dump() 300 void Group::syncProperties() { in syncProperties() 313 void Group::getLocalMatrix(SkMatrix* outMatrix, const GroupProperties& properties) { in getLocalMatrix() 324 void Group::addChild(Node* child) { in addChild() 331 bool Group::GroupProperties::copyProperties(float* outProperties, int length) const { in copyProperties() 346 float Group::GroupProperties::getPropertyValue(int propertyId) const { in getPropertyValue() 370 void Group::GroupProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue() 399 bool Group::isValidProperty(int propertyId) { in isValidProperty() [all …]
|
D | VectorDrawable.h | 382 class Group : public Node { 448 Group(const Group& group); 449 Group() {} in Group() function 504 explicit Tree(Group* rootNode) : mRootNode(rootNode) { in Tree() 509 Tree(const Tree* copy, Group* rootNode) : Tree(rootNode) { in Tree() 674 std::unique_ptr<Group> mRootNode;
|
D | PropertyValuesHolder.h | 90 GroupPropertyValuesHolder(VectorDrawable::Group* ptr, int propertyId, float startValue, in GroupPropertyValuesHolder() 98 VectorDrawable::Group* mGroup;
|
/frameworks/base/libs/hwui/tests/unit/ |
D | SkiaDisplayListTests.cpp | 110 VectorDrawableRoot vectorDrawable(new VectorDrawable::Group()); in TEST() 182 VectorDrawableRoot cleanVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST() 195 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST() 252 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST() 276 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST() 296 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST() 317 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST() 338 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST() 356 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST() 371 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_TEST()
|
D | VectorDrawableTests.cpp | 366 VectorDrawable::Group group; in TEST() 367 VectorDrawable::Group::GroupProperties* properties = group.mutateProperties(); in TEST()
|
/frameworks/base/core/proto/android/app/ |
D | notification_channel_group.proto | 31 // Notification Channel Group ID. Provided by the app. 33 // User-visible Notification Channel Group name. 35 // User-visible Notification Channel Group description.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/data/repository/ |
D | ActiveNotificationListRepository.kt | 73 is Key.Group -> groups[key.key] in get() 82 data class Group(val key: String) : Key() class in com.android.systemui.statusbar.notification.data.repository.ActiveNotificationsStore.Key 107 renderList.add(Key.Group(group.key)) in addNotifGroup()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | Group.h | 17 class Group {};
|
D | LDFileFormat.h | 41 Group, enumerator
|
/frameworks/native/opengl/include/GLES/ |
D | NOTICE | 1 Copyright (c) 2017 The Khronos Group Inc. 15 Copyright (c) 2013-2017 The Khronos Group Inc.
|
/frameworks/native/opengl/include/GLES2/ |
D | NOTICE | 1 Copyright (c) 2017 The Khronos Group Inc. 15 Copyright (c) 2013-2017 The Khronos Group Inc.
|
/frameworks/native/opengl/include/GLES3/ |
D | NOTICE | 4 Copyright (c) 2017 The Khronos Group Inc. 18 Copyright (c) 2013-2017 The Khronos Group Inc.
|
/frameworks/wilhelm/src/ |
D | README.txt | 2 and multimedia for Android based on Khronos Group OpenSL ES and OpenMAX AL 1.0.1.
|
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/ |
D | ViewerConfigProtoBuilder.kt | 41 configBuilder.addGroups(ProtoLogViewerConfig.Group.newBuilder() in <lambda>()
|
/frameworks/opt/telephony/proto/src/ |
D | carrierId.proto | 71 // [Optional] Group Identifier Level1 for a GSM phone. Read from subscription EF_GID1. 75 // [Optional] Group Identifier Level2 for a GSM phone. Read from subscription EF_GID2.
|
/frameworks/native/opengl/include/KHR/ |
D | NOTICE | 1 Copyright (c) 2008-2009 The Khronos Group Inc.
|
/frameworks/wilhelm/include/SLES/ |
D | NOTICE | 1 Copyright (c) 2007-2009 The Khronos Group Inc.
|
/frameworks/native/opengl/include/EGL/ |
D | NOTICE | 1 Copyright (c) 2007-2017 The Khronos Group Inc.
|
/frameworks/wilhelm/include/OMXAL/ |
D | NOTICE | 1 Copyright (c) 2007-2010 The Khronos Group Inc.
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFReaderIf.cpp | 116 if (sect_hdr->kind() == LDFileFormat::Group) in getSymFragmentRef()
|
/frameworks/base/core/xsd/schema/ |
D | current.txt | 114 public class Group { 115 ctor public Group(); 180 method public java.util.List<com.android.xml.permission.configfile.Group> getGroup_optional();
|