Home
last modified time | relevance | path

Searched refs:member (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/tools/aapt2/java/
DClassDefinition.cpp44 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()
DClassDefinition.h222 Result AddMember(std::unique_ptr<ClassMember> member);
/frameworks/compile/mclinker/lib/LD/
DGNUArchiveReader.cpp196 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 …]
DArchive.cpp229 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/
DDeprecatedMemberTest.cs42 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/
Dinstructions.cpp42 MemberDecorateInst *Instruction::memberDecorate(int member, Decoration decor) { in memberDecorate() argument
48 MemberDecorateInst *decorInst = new MemberDecorateInst(this, member, decor); in memberDecorate()
Dinstructions.h74 MemberDecorateInst *memberDecorate(int member, Decoration);
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dserializable.h128 #define PDX_MEMBER_POINTER(type, member) \
129 ::android::pdx::rpc::MemberPointer<decltype(&type::member), &type::member>
/frameworks/native/libs/input/tests/
DStructLayout_test.cpp22 #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/
Dmessage.c57 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/
DC2Param.h1412 #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/
Dlayer_info.rsh20 // This data member is only used for PixelFormatF32.
Dlayer_info_fast.rsh20 // This data member is only used for PixelFormatF32.
/frameworks/hardware/interfaces/sensorservice/1.0/
DREADME10 ISensorMangaer includes member functions that adapts the ASensorManager_*
69 IEventQueue includes member functions that adapts some of the
/frameworks/rs/script_api/
Drs_object_types.spec157 graphical data formats and represent vectors with per vector member sizes which are treated
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.cpp26 #define container_of(ptr, type, member) \ argument
27 (type *)((char*)(ptr) - offsetof(type, member))
/frameworks/base/core/proto/android/stats/dnsresolver/
Ddns_resolver.proto82 NS_T_MG = 8; // Mail group member.
/frameworks/wilhelm/doc/
DDoxyfile66 # 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/
DDoxyfile88 # 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 …]
DDoxyfile.orig88 # 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/
DDoxyfile80 # 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/
DDoxyfile.orig96 # 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 …]
DDoxyfile96 # 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/
Ddoxygen.config96 # 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/
Dvk_xml.tmpl320 …<member>{{Node "XML.Type" $f}} <name>{{$f.Name}}</name>{{Macro "XML.ArrayPostfix" $f}}</mem…

12