Searched refs:members (Results 1 – 17 of 17) sorted by relevance
/system/tools/hidl/docs/src/writer/elements/ |
D | CompoundElement.kt | 32 declarationParser.members.forEachIndexed { i, arg -> in <lambda>() 35 if (i < declarationParser.members.size-1) sb.append("; ") in <lambda>() 44 if (declarationParser.members.isNotEmpty()) { in <lambda>() 52 declarationParser.members.forEach { arg -> in <lambda>()
|
D | EnumElement.kt | 35 if (declarationParser.members.isNotEmpty()) { in <lambda>() 43 declarationParser.members.forEach { arg -> in <lambda>()
|
/system/iorap/src/common/ |
D | introspection.h | 98 constexpr auto members = introspect_members(type_c<std::decay_t<T>>); 102 for_each(members, [&fun, &self](auto&& type) mutable { 119 constexpr auto members = introspect_members(type_c<std::decay_t<T>>); 123 for_each(members, [&fun, &self](auto&& type) mutable {
|
/system/tools/hidl/docs/src/parser/elements/declarations/ |
D | CompoundDeclarationParser.kt | 32 var members = mutableListOf<IMemberDeclaration>() //defined below variable 80 this.members.add(CompoundMemberDeclaration( in parseTokens() 90 this.members.add(MemberDeclaration( in parseTokens() 98 this.members.add(MemberDeclaration( in parseTokens()
|
D | EnumDeclarationParser.kt | 31 var members = mutableListOf<EnumMember>() variable 83 this.members.add(member) in parseTokens()
|
/system/update_engine/ |
D | pylintrc | 144 # Tells whether missing members accessed in mixin class should be ignored. A 146 ignore-mixin-members=yes 159 # List of members which are set dynamically and missed by pylint inference 162 generated-members=
|
/system/media/audio_utils/ |
D | Doxyfile | 89 # descriptions after the members that are listed in the file and class 123 # inherited members of a class in the documentation of that class as if those 124 # members were ordinary class members. Constructors, destructors and assignment 234 # members will be omitted, etc. 329 # member in the group (if any) for the other members of the group. By default 330 # all members of a group must be documented explicitly. 395 # class members and static file members will be hidden unless the 397 # Note: This will also disable the warnings about undocumented members that are 403 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class will 409 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal [all …]
|
D | Doxyfile.orig | 89 # descriptions after the members that are listed in the file and class 123 # inherited members of a class in the documentation of that class as if those 124 # members were ordinary class members. Constructors, destructors and assignment 234 # members will be omitted, etc. 329 # member in the group (if any) for the other members of the group. By default 330 # all members of a group must be documented explicitly. 395 # class members and static file members will be hidden unless the 397 # Note: This will also disable the warnings about undocumented members that are 403 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class will 409 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal [all …]
|
/system/tools/aidl/ |
D | aidl_language.cpp | 686 std::vector<std::unique_ptr<AidlMember>>* members, in AidlInterface() argument 689 for (auto& member : *members) { in AidlInterface() 706 delete members; in AidlInterface()
|
D | aidl_language.h | 605 bool oneway_, std::vector<std::unique_ptr<AidlMember>>* members,
|
/system/chre/pal/doc/ |
D | Doxyfile | 97 # descriptions after the members that are listed in the file and class 131 # inherited members of a class in the documentation of that class as if those 132 # members were ordinary class members. Constructors, destructors and assignment 242 # members will be omitted, etc. 340 # member in the group (if any) for the other members of the group. By default 341 # all members of a group must be documented explicitly. 413 # class members and static file members will be hidden unless the 415 # Note: This will also disable the warnings about undocumented members that are 421 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will 427 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal [all …]
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 97 # descriptions after the members that are listed in the file and class 131 # inherited members of a class in the documentation of that class as if those 132 # members were ordinary class members. Constructors, destructors and assignment 242 # members will be omitted, etc. 340 # member in the group (if any) for the other members of the group. By default 341 # all members of a group must be documented explicitly. 413 # class members and static file members will be hidden unless the 415 # Note: This will also disable the warnings about undocumented members that are 421 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will 427 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal [all …]
|
/system/chre/host/msm/daemon/generated/ |
D | chre_slpi_skel.c | 372 const Type * const *members; member
|
D | chre_slpi_stub.c | 372 const Type * const *members; member
|
/system/chre/ |
D | README.md | 193 mPrefix on class members and so on. Style rules that are not specified in the
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 132 // Some class members have been omitted for clarity.
|
/system/extras/power_profile/camera_avg/ |
D | LICENSE | 348 available to the public including in ways that members of the
|