/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/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 34 VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in createTree() 40 VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in createTreeFromCopy() 71 VectorDrawable::Group* newGroup = new VectorDrawable::Group(); in createEmptyGroup() 76 VectorDrawable::Group* srcGroup = reinterpret_cast<VectorDrawable::Group*>(srcGroupPtr); in createGroup() 77 VectorDrawable::Group* newGroup = new VectorDrawable::Group(*srcGroup); in createGroup() 89 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in addChild() 169 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in getGroupProperties() 178 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in updateGroupProperties() 202 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in getRotation() 207 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in setRotation() [all …]
|
D | android_graphics_drawable_AnimatedVectorDrawable.cpp | 109 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, IDiagnostics* diag) { in IsGroupValid() 65 std::vector<T>& GetOrCreateGroup(std::string label, Group<T>* group) { in GetOrCreateGroup() 87 ComparisonChain& Add(const Group<T>& groups, const Maybe<std::string>& lhs, in Add() 152 Group<Abi> abi_groups; 153 Group<android::ConfigDescription> screen_density_groups; 154 Group<android::ConfigDescription> locale_groups; 155 Group<DeviceFeature> device_feature_groups; 156 Group<GlTexture> gl_texture_groups;
|
/frameworks/base/libs/hwui/tests/unit/ |
D | SkiaDisplayListTests.cpp | 112 VectorDrawableRoot vectorDrawable(new VectorDrawable::Group()); in TEST() 158 VectorDrawableRoot cleanVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST() 171 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST() 229 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST() 253 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST() 273 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST() 294 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST() 315 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST() 333 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST() 348 VectorDrawableRoot dirtyVD(new VectorDrawable::Group()); in RENDERTHREAD_SKIA_PIPELINE_TEST()
|
/frameworks/base/libs/hwui/ |
D | VectorDrawable.cpp | 270 Group::Group(const Group& group) : Node(group) { in Group() function in android::uirenderer::VectorDrawable::Group 274 void Group::draw(SkCanvas* outCanvas, bool useStagingData) { in draw() 289 void Group::dump() { in dump() 298 void Group::syncProperties() { in syncProperties() 311 void Group::getLocalMatrix(SkMatrix* outMatrix, const GroupProperties& properties) { in getLocalMatrix() 322 void Group::addChild(Node* child) { in addChild() 329 bool Group::GroupProperties::copyProperties(float* outProperties, int length) const { in copyProperties() 344 float Group::GroupProperties::getPropertyValue(int propertyId) const { in getPropertyValue() 368 void Group::GroupProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue() 397 bool Group::isValidProperty(int propertyId) { in isValidProperty() [all …]
|
D | VectorDrawable.h | 381 class ANDROID_API Group : public Node { 447 Group(const Group& group); 448 Group() {} in Group() function 503 explicit Tree(Group* rootNode) : mRootNode(rootNode) { in Tree() 508 Tree(const Tree* copy, Group* rootNode) : Tree(rootNode) { in Tree() 706 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/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/compile/mclinker/include/mcld/LD/ |
D | Group.h | 17 class Group {};
|
D | LDFileFormat.h | 41 Group, enumerator
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | FieldType.cs | 79 Group, enumerator
|
D | FieldDescriptor.cs | 154 case FieldDescriptorProto.Types.Type.Group: in GetFieldTypeFromProtoType() 155 return FieldType.Group; in GetFieldTypeFromProtoType()
|
/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/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/ |
D | unittest_extension_nano.proto | 34 optional group Group = 1 { field
|
/frameworks/wilhelm/src/ |
D | README.txt | 2 and multimedia for Android based on Khronos Group OpenSL ES and OpenMAX AL 1.0.1.
|
/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/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
D | cube.vert | 2 * Copyright (c) 2015-2016 The Khronos Group Inc.
|
D | cube.frag | 2 * Copyright (c) 2015-2016 The Khronos Group Inc.
|
/frameworks/wilhelm/include/SLES/ |
D | NOTICE | 1 Copyright (c) 2007-2009 The Khronos Group Inc.
|
/frameworks/wilhelm/include/OMXAL/ |
D | NOTICE | 1 Copyright (c) 2007-2010 The Khronos Group Inc.
|
/frameworks/native/opengl/include/KHR/ |
D | NOTICE | 1 Copyright (c) 2008-2009 The Khronos Group Inc.
|
/frameworks/native/opengl/include/EGL/ |
D | NOTICE | 1 Copyright (c) 2007-2017 The Khronos Group Inc.
|