/system/connectivity/shill/test-scripts/ |
D | debug-flimflam | 8 def element_signal(path, member): argument 9 if member == "ElementAdded": 11 elif member == "ElementRemoved": 13 elif member == "ElementUpdated":
|
/system/update_engine/common/ |
D | fake_prefs.cc | 48 FakePrefs::PrefConsts<string>::member = &FakePrefs::PrefValue::as_str; member in chromeos_update_engine::FakePrefs::PrefConsts<string> 54 int64_t FakePrefs::PrefValue::* const FakePrefs::PrefConsts<int64_t>::member = member in chromeos_update_engine::FakePrefs::PrefConsts<int64_t> 61 bool FakePrefs::PrefValue::* const FakePrefs::PrefConsts<bool>::member = member in chromeos_update_engine::FakePrefs::PrefConsts<bool> 131 values_[key].value.*(PrefConsts<T>::member) = value; in SetValue() 147 *value = it->second.value.*(PrefConsts<T>::member); in GetValue()
|
D | fake_prefs.h | 82 static T FakePrefs::PrefValue::* const member; variable
|
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/include/linux/kernel/ |
D | kernel.h | 31 …ntainer_of(ptr,type,member) ({ const typeof(((type *) 0)->member) * __mptr = (ptr); (type *) ((cha… argument
|
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/kernel/ |
D | kernel.h | 26 #define container_of(ptr, type, member) ({ \ argument 27 const typeof(((type *)0)->member) * __mptr = (ptr); \ 28 (type *)((char *)__mptr - offsetof(type, member)); })
|
/system/core/include/cutils/ |
D | list.h | 32 #define node_to_item(node, container, member) \ argument 33 (container *) (((char*) (node)) - offsetof(container, member))
|
/system/extras/f2fs_utils/ |
D | f2fs_sparseblock.c | 17 #define D_DISP_u32(ptr, member) \ argument 20 #member, le32_to_cpu((ptr)->member), le32_to_cpu((ptr)->member) ); \ 23 #define D_DISP_u64(ptr, member) \ argument 26 #member, le64_to_cpu((ptr)->member), le64_to_cpu((ptr)->member) ); \
|
/system/update_engine/ |
D | omaha_request_params.cc | 40 #define CALL_MEMBER_FN(object, member) ((object).*(member)) argument
|
/system/tools/aidl/ |
D | ast_cpp.cpp | 67 void ClassDecl::AddPublic(std::unique_ptr<Declaration> member) { in AddPublic() argument 68 public_members_.push_back(std::move(member)); in AddPublic() 71 void ClassDecl::AddPrivate(std::unique_ptr<Declaration> member) { in AddPrivate() argument 72 private_members_.push_back(std::move(member)); in AddPrivate()
|
D | aidl_language.cpp | 157 for (auto& member : *members) { in AidlInterface() 158 AidlMember* local = member.release(); in AidlInterface()
|
D | ast_cpp.h | 64 void AddPublic(std::unique_ptr<Declaration> member); 65 void AddPrivate(std::unique_ptr<Declaration> member);
|
/system/media/camera/docs/ |
D | metadata_helpers.py | 224 def get_children_by_throwing_away_kind(node, member='entries'): argument 249 return (i for i in getattr(combined_kind, member)) 251 def get_children_by_filtering_kind(section, kind_name, member='entries'): argument 266 return getattr(matched_kind, member)
|
/system/bt/doc/ |
D | style_guide.md | 115 Use C99 flexible arrays as the last member of a struct if the array needs 117 A flexible array member is writen as `array_name[]` without a specified size.
|
/system/media/audio_utils/ |
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 …]
|
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 …]
|
/system/connectivity/shill/ |
D | NETLINK_MESSAGES.txt | 75 b) Find the name of the command handler (in the |.doit| structure member)
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 1537 second column the data type of the member; and the third column a synopsis of the use of the elemen… 1708 … are used when referring a specific type. The “Type” column identifies the data type of the member. 1712 …ustrates a union in which a conditional null selector is allowed to indicate an empty union member. 2342 in a tagged structure, where the tag is the selector indicating which member of the union is 2692 under RAND terms from a TCG member. 10382 byte of data. The TPM2B_ is then defined as a union that contains a TPM2B (union member ‘b’) and the 10383 structure in the definition table (union member ‘t’). This union is used for internally generated s… 10384 so that there is a way to define a structure of the correct size (forced by the ‘t’ member) while g… 10385 to pass the structure generically as a ‘b’. Most function calls use the 't' member so that the comp…
|
D | raw_structures.txt | 1537 second column the data type of the member; and the third column a synopsis of the use of the elemen… 1708 … are used when referring a specific type. The “Type” column identifies the data type of the member. 1712 …ustrates a union in which a conditional null selector is allowed to indicate an empty union member. 2342 in a tagged structure, where the tag is the selector indicating which member of the union is 2690 under RAND terms from a TCG member. 10354 byte of data. The TPM2B_ is then defined as a union that contains a TPM2B (union member ‘b’) and the 10355 structure in the definition table (union member ‘t’). This union is used for internally generated s… 10356 so that there is a way to define a structure of the correct size (forced by the ‘t’ member) while g… 10357 to pass the structure generically as a ‘b’. Most function calls use the 't' member so that the comp…
|
D | raw_commands_fixed.txt | 17739 PCR referenced by pcrNum is not a member of a PCR policy group 17934 PCR referenced by pcrHandle is not a member of a PCR
|
D | raw_commands.txt | 17728 PCR referenced by pcrNum is not a member of a PCR policy group 17923 PCR referenced by pcrHandle is not a member of a PCR
|