Home
last modified time | relevance | path

Searched defs:sections (Results 1 – 16 of 16) sorted by relevance

/system/linkerconfig/modules/include/linkerconfig/
Dconfiguration.h32 explicit Configuration(std::vector<Section> sections, in Configuration()
/system/linkerconfig/contents/configuration/
Dlegacy.cc29 std::vector<Section> sections; in CreateLegacyConfiguration() local
Drecovery.cc35 std::vector<Section> sections; in CreateRecoveryConfiguration() local
Dapexconfig.cc30 std::vector<Section> sections; in CreateApexConfiguration() local
Dbaseconfig.cc41 std::vector<Section> sections; in CreateBaseConfiguration() local
/system/linkerconfig/modules/tests/
Dconfiguration_test.cc119 std::vector<Section> sections; in TEST() local
/system/linkerconfig/devicetest/src/android/linkerconfig/gts/utils/elements/
DConfiguration.java29 public Map<String, Section> sections = new HashMap<>(); field in Configuration
/system/memory/libmeminfo/libelf64/
Dwriter.cpp70 void Elf64Writer::WriteSections(const std::vector<Elf64_Sc>& sections, in WriteSections()
/system/memory/libmeminfo/libelf64/include/libelf64/
Delf64.h76 std::vector<Elf64_Sc> sections; variable
/system/linkerconfig/contents/tests/configuration/include/
Dmodules.h52 std::map<std::string, Section> sections; member
/system/core/fs_mgr/libdm/
Ddm_target.cpp209 auto sections = android::base::Split(text, " "); in ParseStatusText() local
/system/media/camera/docs/
Dmetadata_helpers.py1464 def get_api_level_to_keys(sections, metadata, kind): argument
1483 def get_api_level_to_session_characteristic_keys(sections): argument
Dmetadata_model.py667 def __init__(self, name, parent, sections=[]): argument
676 def sections(self): member in OuterNamespace
/system/extras/simpleperf/
Dread_elf_test.cpp280 std::vector<ElfSection> sections = elf->GetSectionHeader(); in TEST() local
Dread_elf.cpp395 std::vector<ElfSection> sections(section_headers.size()); in GetSectionHeader() local
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h826 struct pkvm_module_section sections; member