/system/linkerconfig/modules/tests/ |
D | section_test.cc | 133 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
|
D | apex_test.cc | 115 Section section("section", std::move(namespaces)); in TEST() local
|
/system/linkerconfig/modules/ |
D | configuration.cc | 42 for (auto& section : sections_) { in WriteConfig() local 48 for (auto& section : sections_) { in GetSection() local
|
/system/linkerconfig/contents/tests/configuration/include/ |
D | configurationtest.h | 37 inline void ValidateAllNamespacesAreVisible(const Section& section) { in ValidateAllNamespacesAreVisible() 59 inline void ValidateSection(const Section& section) { in ValidateSection()
|
/system/linkerconfig/contents/section/ |
D | recovery.cc | 31 Section section("recovery", std::move(namespaces)); in BuildRecoverySection() local
|
D | sectionbuilder.cc | 60 Section section(std::move(name), std::move(namespaces)); in BuildSection() local
|
/system/linkerconfig/contents/tests/configuration/ |
D | baseconfig_test.cc | 74 auto* section = config.GetSection("system"); in TEST() local 124 auto* section = config.GetSection("vendor"); in TEST() local
|
D | apexconfig_test.cc | 144 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/ |
D | system_links.cc | 44 void AddStandardSystemLinks(const Context& ctx, Section* section) { in AddStandardSystemLinks()
|
/system/unwinding/libunwindstack/tools/ |
D | unwind_reg_info.cpp | 67 void PrintRegInformation(DwarfSection* section, Memory* memory, uint64_t pc, uint8_t class_type, in PrintRegInformation() 204 DwarfSection* section = interface->eh_frame(); in GetInfo() local
|
D | unwind_info.cpp | 85 void DumpDwarfSection(Elf* elf, DwarfSection* section, uint64_t) { in DumpDwarfSection()
|
/system/media/camera/tests/ |
D | camera_metadata_tests_fake_vendor.h | 163 int section; in get_fakevendor_tag_count() local 177 int section; in get_fakevendor_tags() local
|
/system/unwinding/libunwindstack/tests/ |
D | VerifyBionicTerminationTest.cpp | 48 static DwarfLocationEnum GetReturnAddressLocation(uint64_t rel_pc, DwarfSection* section) { in GetReturnAddressLocation()
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | DwarfSection.h | 52 iterator(DwarfSection* section, size_t index) : index_(index) { in iterator()
|
/system/bpf/progs/include/test/ |
D | mock_bpf_helpers.h | 65 #define DEFINE_BPF_PROG(section, owner, group, name) int name argument
|
/system/extras/simpleperf/ |
D | record_file_reader.cpp | 241 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
|
D | cmd_dumprecord.cpp | 484 const auto& section = pair.second; in DumpFeatureSection() local
|
D | read_elf.cpp | 92 bool GetBuildIdFromNoteSection(const char* section, size_t section_size, BuildId* build_id) { in GetBuildIdFromNoteSection()
|
D | dso.cpp | 812 for (const auto& section : elf->GetSectionHeader()) { in ParseKernelStartAddr() local
|
D | ETMDecoder.cpp | 864 for (const auto& section : elf_->GetSectionHeader()) { in Init() local
|
/system/media/camera/docs/ |
D | metadata_helpers.py | 264 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
|
D | metadata_model.py | 491 def _construct_kinds(self, section): argument
|
/system/unwinding/libunwindstack/ |
D | ElfInterface.cpp | 474 DwarfSection* section = nullptr; in Step() local
|