Home
last modified time | relevance | path

Searched defs:section (Results 1 – 23 of 23) sorted by relevance

/system/linkerconfig/modules/tests/
Dsection_test.cc133 Section section("test_section", std::move(namespaces)); in TEST() local
146 Section section("test_section", std::move(namespaces)); in TEST() local
163 Section section("section", std::move(namespaces)); in TEST() local
192 Section section("section", std::move(namespaces)); in TEST() local
211 Section section("section", std::move(namespaces)); in TEST() local
230 Section section("section", std::move(namespaces)); in TEST() local
254 Section section("section", std::move(namespaces)); in TEST() local
Dapex_test.cc115 Section section("section", std::move(namespaces)); in TEST() local
/system/linkerconfig/modules/
Dconfiguration.cc42 for (auto& section : sections_) { in WriteConfig() local
48 for (auto& section : sections_) { in GetSection() local
/system/linkerconfig/contents/tests/configuration/include/
Dconfigurationtest.h37 inline void ValidateAllNamespacesAreVisible(const Section& section) { in ValidateAllNamespacesAreVisible()
59 inline void ValidateSection(const Section& section) { in ValidateSection()
/system/linkerconfig/contents/section/
Drecovery.cc31 Section section("recovery", std::move(namespaces)); in BuildRecoverySection() local
Dsectionbuilder.cc60 Section section(std::move(name), std::move(namespaces)); in BuildSection() local
/system/linkerconfig/contents/tests/configuration/
Dbaseconfig_test.cc74 auto* section = config.GetSection("system"); in TEST() local
124 auto* section = config.GetSection("vendor"); in TEST() local
Dapexconfig_test.cc144 auto* section = config.GetSection("com.android.vendor"); in TEST_F() local
188 auto section = config.GetSection("com.android.target"); in TEST_F() local
/system/linkerconfig/contents/common/
Dsystem_links.cc44 void AddStandardSystemLinks(const Context& ctx, Section* section) { in AddStandardSystemLinks()
/system/unwinding/libunwindstack/tools/
Dunwind_reg_info.cpp67 void PrintRegInformation(DwarfSection* section, Memory* memory, uint64_t pc, uint8_t class_type, in PrintRegInformation()
204 DwarfSection* section = interface->eh_frame(); in GetInfo() local
Dunwind_info.cpp85 void DumpDwarfSection(Elf* elf, DwarfSection* section, uint64_t) { in DumpDwarfSection()
/system/media/camera/tests/
Dcamera_metadata_tests_fake_vendor.h163 int section; in get_fakevendor_tag_count() local
177 int section; in get_fakevendor_tags() local
/system/unwinding/libunwindstack/tests/
DVerifyBionicTerminationTest.cpp48 static DwarfLocationEnum GetReturnAddressLocation(uint64_t rel_pc, DwarfSection* section) { in GetReturnAddressLocation()
/system/unwinding/libunwindstack/include/unwindstack/
DDwarfSection.h52 iterator(DwarfSection* section, size_t index) : index_(index) { in iterator()
/system/bpf/progs/include/test/
Dmock_bpf_helpers.h65 #define DEFINE_BPF_PROG(section, owner, group, name) int name argument
/system/extras/simpleperf/
Drecord_file_reader.cpp241 bool RecordFileReader::ReadIdSection(const SectionDesc& section, std::vector<uint64_t>* ids) { in ReadIdSection()
425 SectionDesc section = it->second; in ReadFeatureSection() local
442 SectionDesc section = it->second; in ReadFeatureSection() local
Dcmd_dumprecord.cpp484 const auto& section = pair.second; in DumpFeatureSection() local
Dread_elf.cpp92 bool GetBuildIdFromNoteSection(const char* section, size_t section_size, BuildId* build_id) { in GetBuildIdFromNoteSection()
Ddso.cpp812 for (const auto& section : elf->GetSectionHeader()) { in ParseKernelStartAddr() local
DETMDecoder.cpp864 for (const auto& section : elf_->GetSectionHeader()) { in Init() local
/system/media/camera/docs/
Dmetadata_helpers.py264 def get_children_by_filtering_kind(section, kind_name, member='entries'): argument
1325 def any_visible(section, kind_name, visibilities): argument
1603 def find_first_older_used_hal_version(section, hal_major_version, hal_minor_version): argument
Dmetadata_model.py491 def _construct_kinds(self, section): argument
/system/unwinding/libunwindstack/
DElfInterface.cpp474 DwarfSection* section = nullptr; in Step() local