Searched refs:members (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | internals.md | 31 …alue types. This is possible by using `union`. Each `Value` contains two members: `union Data data… 58 | `Member* members` | Pointer to array of members (owned) |4 |8 | 59 | `SizeType size` | Number of members |4 |4 | 60 | `SizeType capacity` | Capacity of members |4 |4 | 262 object -> { members } 266 members -> non-empty-members | ε 267 non-empty-members -> member addition-members 268 addition-members -> ε | , non-empty-members 273 Note that left factoring is applied to non-terminals `values` and `members` 288 | members | ε STRING | [all …]
|
D | tutorial.md | 138 Similar to array, we can access all object members by iterator: 239 Array/object compares their elements/members in order. They are equal if and only if their whole su… 432 …e pairs (members). Each key must be a string value. To modify an object, either add or remove memb… 462 For removing members, there are several choices: 467 …eMember(MemberIterator)`: similar to the above but it preserves order of members (linear time comp… 468 …aseMember(MemberIterator first, MemberIterator last)`: remove a range of members, preserves order … 470 …then the last element is moved to that position. So the order of the remaining members are changed.
|
D | Doxyfile.in | 97 # descriptions after the members that are listed in the file and class 141 # inherited members of a class in the documentation of that class as if those 142 # members were ordinary class members. Constructors, destructors and assignment 252 # members will be omitted, etc. 350 # member in the group (if any) for the other members of the group. By default 351 # all members of a group must be documented explicitly. 416 # class members and static file members will be hidden unless the 418 # Note: This will also disable the warnings about undocumented members that are 424 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class will 430 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal [all …]
|
D | faq.md | 277 …neat short-string optimization. Thank you for all other contributors and community members as well. 285 …It is basically due to personal issues, such as getting new family members. Also, Milo Yip has spe…
|
D | sax.md | 126 …. An object in JSON is a set of name-value pairs. If the object contains members it first calls `K…
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | document.h | 585 Allocator::Free(data_.o.members); 882 … MemberBegin() const { RAPIDJSON_ASSERT(IsObject()); return ConstMemberIterator(data_.o.members); } 885 …nst { RAPIDJSON_ASSERT(IsObject()); return ConstMemberIterator(data_.o.members + data_.o.size); } 888 … MemberBegin() { RAPIDJSON_ASSERT(IsObject()); return MemberIterator(data_.o.members); } 891 … { RAPIDJSON_ASSERT(IsObject()); return MemberIterator(data_.o.members + data_.o.size); } 1001 … o.members = reinterpret_cast<Member*>(allocator.Malloc(o.capacity * sizeof(Member))); 1006 …o.members = reinterpret_cast<Member*>(allocator.Realloc(o.members, oldCapacity * sizeof(Member), o… 1009 o.members[o.size].name.RawAssign(name); 1010 o.members[o.size].value.RawAssign(value); 1189 RAPIDJSON_ASSERT(data_.o.members != 0); [all …]
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 66 # include brief member descriptions after the members that are listed in 108 # inherited members of a class in the documentation of that class as if those 109 # members were ordinary class members. Constructors, destructors and assignment 197 # of all members will be omitted, etc. 263 # member in the group (if any) for the other members of the group. By default 264 # all members of a group must be documented explicitly. 308 # Private class members and static file members will be hidden unless 313 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 318 # If the EXTRACT_STATIC tag is set to YES all static members of a file 336 # If this flag is set to YES, the members of anonymous namespaces will be [all …]
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 66 # include brief member descriptions after the members that are listed in 108 # inherited members of a class in the documentation of that class as if those 109 # members were ordinary class members. Constructors, destructors and assignment 197 # of all members will be omitted, etc. 263 # member in the group (if any) for the other members of the group. By default 264 # all members of a group must be documented explicitly. 308 # Private class members and static file members will be hidden unless 313 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 318 # If the EXTRACT_STATIC tag is set to YES all static members of a file 336 # If this flag is set to YES, the members of anonymous namespaces will be [all …]
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupEditorFragment.java | 681 private void addExistingMembers(List<Member> members) { in addExistingMembers() argument 685 mListToDisplay.addAll(members); in addExistingMembers() 693 mAutoCompleteAdapter.updateExistingMembersList(members); in addExistingMembers()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|