Home
last modified time | relevance | path

Searched refs:Group (Results 1 – 25 of 62) sorted by relevance

123

/frameworks/compile/mclinker/tools/mcld/
DOptions.td18 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/
Dandroid_graphics_drawable_VectorDrawable.cpp34 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 …]
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp109 VectorDrawable::Group* group = reinterpret_cast<VectorDrawable::Group*>(nativePtr); in createGroupPropertyHolder()
/frameworks/base/tools/aapt2/configuration/
DConfigurationParser.internal.h48 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/
DSkiaDisplayListTests.cpp112 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/
DVectorDrawable.cpp270 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 …]
DVectorDrawable.h381 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;
DPropertyValuesHolder.h90 GroupPropertyValuesHolder(VectorDrawable::Group* ptr, int propertyId, float startValue, in GroupPropertyValuesHolder()
98 VectorDrawable::Group* mGroup;
/frameworks/base/core/proto/android/app/
Dnotification_channel_group.proto31 // 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/
DGroup.h17 class Group {};
DLDFileFormat.h41 Group, enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs79 Group, enumerator
DFieldDescriptor.cs154 case FieldDescriptorProto.Types.Type.Group: in GetFieldTypeFromProtoType()
155 return FieldType.Group; in GetFieldTypeFromProtoType()
/frameworks/native/opengl/include/GLES/
DNOTICE1 Copyright (c) 2017 The Khronos Group Inc.
15 Copyright (c) 2013-2017 The Khronos Group Inc.
/frameworks/native/opengl/include/GLES2/
DNOTICE1 Copyright (c) 2017 The Khronos Group Inc.
15 Copyright (c) 2013-2017 The Khronos Group Inc.
/frameworks/native/opengl/include/GLES3/
DNOTICE4 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/
Dunittest_extension_nano.proto34 optional group Group = 1 { field
/frameworks/wilhelm/src/
DREADME.txt2 and multimedia for Android based on Khronos Group OpenSL ES and OpenMAX AL 1.0.1.
/frameworks/opt/telephony/proto/src/
DcarrierId.proto71 // [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/
Dcube.vert2 * Copyright (c) 2015-2016 The Khronos Group Inc.
Dcube.frag2 * Copyright (c) 2015-2016 The Khronos Group Inc.
/frameworks/wilhelm/include/SLES/
DNOTICE1 Copyright (c) 2007-2009 The Khronos Group Inc.
/frameworks/wilhelm/include/OMXAL/
DNOTICE1 Copyright (c) 2007-2010 The Khronos Group Inc.
/frameworks/native/opengl/include/KHR/
DNOTICE1 Copyright (c) 2008-2009 The Khronos Group Inc.
/frameworks/native/opengl/include/EGL/
DNOTICE1 Copyright (c) 2007-2017 The Khronos Group Inc.

123