Home
last modified time | relevance | path

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

12

/system/linkerconfig/modules/tests/
Dsection_test.cc134 Section section("test_section", std::move(namespaces)); in TEST() local
147 Section section("test_section", std::move(namespaces)); in TEST() local
164 Section section("section", std::move(namespaces)); in TEST() local
197 Section section("section", std::move(namespaces)); in TEST() local
216 Section section("section", std::move(namespaces)); in TEST() local
235 Section section("section", std::move(namespaces)); in TEST() local
258 Section section("section", std::move(namespaces)); in TEST() local
293 Section section("section", std::move(namespaces)); in TEST() local
Dapex_test.cc112 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/tests/configuration/
Dbaseconfig_test.cc76 auto* section = config.GetSection("system"); in TEST() local
124 auto* section = config.GetSection("vendor"); in TEST() local
Dapexconfig_test.cc143 auto* section = config.GetSection("com.android.vendor"); in TEST_F() local
187 auto section = config.GetSection("com.android.target"); in TEST_F() local
/system/linkerconfig/contents/section/
Drecovery.cc31 Section section("recovery", std::move(namespaces)); in BuildRecoverySection() local
Dsectionbuilder.cc61 Section section(std::move(name), std::move(namespaces)); in BuildSection() local
/system/unwinding/libunwindstack/tools/
Dunwind_reg_info.cpp75 void PrintRegInformation(DwarfSection* section, std::shared_ptr<Memory>&& memory, uint64_t pc, in PrintRegInformation()
213 DwarfSection* section = interface->eh_frame(); in GetInfo() local
Dunwind_info.cpp88 void DumpDwarfSection(Elf* elf, DwarfSection* section, uint64_t) { in DumpDwarfSection()
/system/linkerconfig/devicetest/src/android/linkerconfig/gts/utils/elements/
DConfiguration.java53 Section section = getSectionFromName(sectionName); in parseConfiguration() local
/system/linkerconfig/contents/common/
Dsystem_links.cc44 void AddStandardSystemLinks(const Context& ctx, Section* section) { in AddStandardSystemLinks()
/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/include/unwindstack/
DDwarfSection.h58 iterator(DwarfSection* section, size_t index) : index_(index) { in iterator()
/system/memory/libmeminfo/libelf64/
Dparse.cpp81 Elf64_Sc section; in ParseSections() local
/system/linkerconfig/devicetest/src/android/linkerconfig/gts/
DLinkerConfigTest.java102 private static void verifyVendorSection(Section section, Set<String> systemAvailableLibraries) { in verifyVendorSection()
/system/unwinding/libunwindstack/tests/
DVerifyBionicTerminationTest.cpp51 static DwarfLocationEnum GetReturnAddressLocation(uint64_t rel_pc, DwarfSection* section) { in GetReturnAddressLocation()
DElfInterfaceTest.cpp2038 auto section = elf.interface()->debug_frame(); in TEST_F() local
2105 auto section = elf.interface()->debug_frame(); in TEST_F() local
/system/extras/simpleperf/
Dread_elf.cpp91 bool GetBuildIdFromNoteSection(const char* section, size_t section_size, BuildId* build_id) { in GetBuildIdFromNoteSection()
212 const llvm::object::SectionRef& section) { in GetSectionName()
217 const llvm::object::SectionRef& section) { in GetSectionContents()
Drecord_file_reader.cpp242 bool RecordFileReader::ReadIdSection(const SectionDesc& section, std::vector<uint64_t>* ids) { in ReadIdSection()
472 SectionDesc section = it->second; in ReadFeatureSection() local
489 SectionDesc section = it->second; in ReadFeatureSection() local
Dcmd_dumprecord.cpp516 const auto& section = pair.second; in DumpFeatureSection() local
Ddso.cpp875 for (const auto& section : elf->GetSectionHeader()) { in ParseKernelStartAddr() local
/system/media/camera/docs/
Dmetadata_helpers.py293 def get_children_by_filtering_kind(section, kind_name, member='entries'): argument
1355 def any_visible(section, kind_name, visibilities): argument
1725 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.cpp543 DwarfSection* section = nullptr; in Step() local

12