/frameworks/base/tools/aapt2/java/ |
D | ClassDefinition.cpp | 44 ClassDefinition::Result ClassDefinition::AddMember(std::unique_ptr<ClassMember> member) { in AddMember() argument 46 auto iter = indexed_members_.find(member->GetName()); in AddMember() 63 indexed_members_[member->GetName()] = ordered_members_.size(); in AddMember() 64 ordered_members_.push_back(std::move(member)); in AddMember() 69 for (const std::unique_ptr<ClassMember>& member : ordered_members_) { in empty() local 70 if (member != nullptr && !member->empty()) { in empty() 91 for (const std::unique_ptr<ClassMember>& member : ordered_members_) { in Print() local 95 if (member != nullptr) { in Print() 96 member->Print(final, printer); in Print()
|
D | ClassDefinition.h | 222 Result AddMember(std::unique_ptr<ClassMember> member);
|
/frameworks/compile/mclinker/lib/LD/ |
D | GNUArchiveReader.cpp | 196 Input* member = NULL; in readMemberHeader() local 200 member = pArchiveRoot.getMemberFile( in readMemberHeader() 223 member = pArchiveRoot.getMemberFile( in readMemberHeader() 227 return member; in readMemberHeader() 353 Input* member = NULL; in includeMember() local 360 member = readMemberHeader( in includeMember() 362 assert(member != NULL); in includeMember() 364 if (Input::Archive == member->type()) { in includeMember() 365 cur_archive = member; in includeMember() 375 pArchive.inputs().insert(parent->lastPos, *(parent->move), *member); in includeMember() [all …]
|
D | Archive.cpp | 229 Input* member = NULL; in getMemberFile() local 231 member = m_Builder.createInput(pName, pPath, Input::Unknown, pFileOffset); in getMemberFile() 232 assert(member != NULL); in getMemberFile() 233 member->setMemArea(pArchiveFile.memArea()); in getMemberFile() 234 m_Builder.setContext(*member); in getMemberFile() 236 member = m_Builder.createInput(pName, pPath, Input::Unknown); in getMemberFile() 237 assert(member != NULL); in getMemberFile() 238 if (!m_Builder.setMemory(*member, in getMemberFile() 241 error(diag::err_cannot_open_input) << member->name() << member->path(); in getMemberFile() 244 m_Builder.setContext(*member); in getMemberFile() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/ |
D | DeprecatedMemberTest.cs | 42 private static void AssertIsDeprecated(MemberInfo member) in AssertIsDeprecated() argument 44 Assert.NotNull(member); in AssertIsDeprecated() 45 …Assert.IsTrue(member.IsDefined(typeof(ObsoleteAttribute), false), "Member not obsolete: " + member… in AssertIsDeprecated()
|
/frameworks/rs/rsov/compiler/spirit/ |
D | instructions.cpp | 42 MemberDecorateInst *Instruction::memberDecorate(int member, Decoration decor) { in memberDecorate() argument 48 MemberDecorateInst *decorInst = new MemberDecorateInst(this, member, decor); in memberDecorate()
|
D | instructions.h | 74 MemberDecorateInst *memberDecorate(int member, Decoration);
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | serializable.h | 128 #define PDX_MEMBER_POINTER(type, member) \ 129 ::android::pdx::rpc::MemberPointer<decltype(&type::member), &type::member>
|
/frameworks/native/libs/input/tests/ |
D | StructLayout_test.cpp | 22 #define CHECK_OFFSET(type, member, expected_offset) \ argument 23 static_assert((offsetof(type, member) == (expected_offset)), "")
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | message.c | 57 zval* message_get_property(zval* object, zval* member, int type, in message_get_property() argument 61 CHECK_TYPE(member, IS_STRING); in message_get_property() 64 field = upb_msgdef_ntofz(self->descriptor->msgdef, Z_STRVAL_P(member)); in message_get_property()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Param.h | 1412 #define DESCRIBE_C2FIELD(member, name) \ 1413 C2FieldDescriptor(&((_type*)(nullptr))->member, name), 1415 #define C2FIELD(member, name) _C2FIELD(member, name, __C2_GENERATE_GLOBAL_VARS__) 1417 #define _C2FIELD(member, name, enabled) __C2FIELD(member, name, enabled) 1418 #define __C2FIELD(member, name, enabled) DESCRIBE_C2FIELD##enabled(member, name) 1419 #define DESCRIBE_C2FIELD__C2_GENERATE_GLOBAL_VARS__(member, name)
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | layer_info.rsh | 20 // This data member is only used for PixelFormatF32.
|
D | layer_info_fast.rsh | 20 // This data member is only used for PixelFormatF32.
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | README | 10 ISensorMangaer includes member functions that adapts the ASensorManager_* 69 IEventQueue includes member functions that adapts some of the
|
/frameworks/rs/script_api/ |
D | rs_object_types.spec | 157 graphical data formats and represent vectors with per vector member sizes which are treated
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OutputStream.cpp | 26 #define container_of(ptr, type, member) \ argument 27 (type *)((char*)(ptr) - offsetof(type, member))
|
/frameworks/base/core/proto/android/stats/dnsresolver/ |
D | dns_resolver.proto | 82 NS_T_MG = 8; // Mail group member.
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 66 # include brief member descriptions after the members that are listed in 73 # the brief description of a member or function before the detailed description. 159 # member inherits the documentation from any documented member that it 165 # a new page for each member. If set to NO, the documentation of a member will 251 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 253 # member in the group (if any) for the other members of the group. By default 258 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of 269 # with name TypeT. When disabled the typedef will appear as a member of a file, 403 # alphabetically by member name. If set to NO the members will appear in 410 # by member name. If set to NO (the default) the members will appear in
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member 96 # description of a member or function before the detailed description 194 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the 195 # documentation from any documented member that it re-implements. 201 # new page for each member. If set to NO, the documentation of a member will be 327 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 329 # member in the group (if any) for the other members of the group. By default 335 # Set the SUBGROUPING tag to YES to allow class member groups of the same type 368 # with name TypeT. When disabled the typedef will appear as a member of a file, 506 # grouped member an include statement to the documentation, telling the reader [all …]
|
D | Doxyfile.orig | 88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member 96 # description of a member or function before the detailed description 194 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the 195 # documentation from any documented member that it re-implements. 201 # new page for each member. If set to NO, the documentation of a member will be 327 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 329 # member in the group (if any) for the other members of the group. By default 335 # Set the SUBGROUPING tag to YES to allow class member groups of the same type 368 # with name TypeT. When disabled the typedef will appear as a member of a file, 506 # grouped member an include statement to the documentation, telling the reader [all …]
|
/frameworks/native/docs/ |
D | Doxyfile | 80 # include brief member descriptions after the members that are listed in 87 # the brief description of a member or function before the detailed description. 185 # member inherits the documentation from any documented member that it 191 # a new page for each member. If set to NO, the documentation of a member will 301 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 303 # member in the group (if any) for the other members of the group. By default 308 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of 335 # with name TypeT. When disabled the typedef will appear as a member of a file, 485 # alphabetically by member name. If set to NO the members will appear in 492 # by member name. If set to NO (the default) the members will appear in [all …]
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 104 # description of a member or function before the detailed description 212 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the 213 # documentation from any documented member that it re-implements. 219 # page for each member. If set to NO, the documentation of a member will be part 357 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 359 # member in the group (if any) for the other members of the group. By default 372 # Set the SUBGROUPING tag to YES to allow class member groups of the same type 405 # with name TypeT. When disabled the typedef will appear as a member of a file, 550 # grouped member an include statement to the documentation, telling the reader [all …]
|
D | Doxyfile | 96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 104 # description of a member or function before the detailed description 212 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the 213 # documentation from any documented member that it re-implements. 219 # page for each member. If set to NO, the documentation of a member will be part 357 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 359 # member in the group (if any) for the other members of the group. By default 372 # Set the SUBGROUPING tag to YES to allow class member groups of the same type 405 # with name TypeT. When disabled the typedef will appear as a member of a file, 550 # grouped member an include statement to the documentation, telling the reader [all …]
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 104 # description of a member or function before the detailed description 212 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the 213 # documentation from any documented member that it re-implements. 219 # page for each member. If set to NO, the documentation of a member will be part 348 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 350 # member in the group (if any) for the other members of the group. By default 363 # Set the SUBGROUPING tag to YES to allow class member groups of the same type 396 # with name TypeT. When disabled the typedef will appear as a member of a file, 541 # grouped member an include statement to the documentation, telling the reader [all …]
|
/frameworks/native/vulkan/api/templates/ |
D | vk_xml.tmpl | 320 …<member>{{Node "XML.Type" $f}} <name>{{$f.Name}}</name>{{Macro "XML.ArrayPostfix" $f}}</mem…
|