Home
last modified time | relevance | path

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

12345

/external/clang/test/CodeGenObjCXX/
Dlvalue-reference-getter.mm13 - (SetSection&)sections; method
17 - (SetSection&) sections { method
/external/llvm-project/clang/test/CodeGenObjCXX/
Dlvalue-reference-getter.mm13 - (SetSection&)sections; method
17 - (SetSection&) sections { method
/external/deqp-deps/amber/src/vkscript/
Dsection_parser_test.cc32 auto sections = p.Sections(); in TEST_F() local
46 auto sections = p.Sections(); in TEST_F() local
61 auto sections = p.Sections(); in TEST_F() local
96 auto sections = p.Sections(); in TEST_F() local
135 auto sections = p.Sections(); in TEST_F() local
150 auto sections = p.Sections(); in TEST_F() local
/external/dynamic_depth/internal/xmpmeta/
Dxmp_parser.cc78 bool ParseFirstValidXMPSection(const std::vector<Section>& sections, in ParseFirstValidXMPSection()
115 string GetExtendedXmpSections(const std::vector<Section>& sections, in GetExtendedXmpSections()
162 bool ParseExtendedXmpSections(const std::vector<Section>& sections, in ParseExtendedXmpSections()
196 const std::vector<Section> sections = Parse(parse_options, file); in ExtractXmpMeta() local
Dxmp_writer.cc175 std::vector<Section>* sections) { in InsertStandardXMPSection()
205 std::vector<Section>* sections) { in InsertExtendedXMPSections()
231 std::vector<Section>* sections) { in UpdateSections()
297 std::vector<Section> sections = Parse(parse_options, input_jpeg_stream); in WriteLeftEyeAndXmpMeta() local
Djpeg_io.cc89 std::vector<Section> sections; in Parse() local
176 void WriteSections(const std::vector<Section>& sections, in WriteSections()
/external/autotest/client/site_tests/webstore_SanityTest/
Dwebstore_SanityTest.py23 sections = ['Featured', 'More recommendations'] variable in webstore_SanityTest
/external/swiftshader/src/Common/
DConfigurator.hpp61 std::vector<Section> sections; member in sw::Configurator
/external/swiftshader/src/System/
DConfigurator.hpp61 std::vector<Section> sections; member in sw::Configurator
/external/google-breakpad/src/common/linux/
Delfutils-inl.h49 const typename ElfClass::Shdr* sections, in FindElfSectionByName()
/external/bcc/src/cc/includes/
Dbcc_debug.h22 std::map<std::string, std::tuple<uint8_t *, uintptr_t>> &sections, in SourceDebugger()
/external/bcc/src/cc/
Dbcc_debug.h22 std::map<std::string, std::tuple<uint8_t *, uintptr_t>> &sections, in SourceDebugger()
/external/libabigail/src/
Dabg-ini.cc1640 sections_type& sections) in priv()
1651 sections_type& sections) in config()
1683 config::set_sections(const sections_type& sections) in set_sections()
1701 config::sections_type& sections) in read_sections()
1728 config::sections_type& sections) in read_sections()
1749 config::sections_type sections; in read_config() local
1768 config::sections_type sections; in read_config() local
1881 write_sections(const config::sections_type& sections, in write_sections()
1903 write_sections(const config::sections_type& sections, in write_sections()
/external/llvm-project/lld/ELF/
DInputFiles.cpp317 ArrayRef<InputSectionBase *> sections = s->file->getSections(); in getDILineInfo() local
350 static const Elf_Shdr *findSection(ArrayRef<Elf_Shdr> sections, uint32_t type) { in findSection()
367 ArrayRef<Elf_Shdr> sections = CHECK(obj.sections(), this); in init() local
422 StringRef ObjFile<ELFT>::getShtGroupSignature(ArrayRef<Elf_Shdr> sections, in getShtGroupSignature()
499 ArrayRef<Elf_Shdr> sections = CHECK(this->getObj().sections(), this); in initializeJustSymbols() local
527 static void handleSectionGroup(ArrayRef<InputSectionBase *> sections, in handleSectionGroup()
1405 static uint64_t getAlignment(ArrayRef<typename ELFT::Shdr> sections, in getAlignment()
1439 ArrayRef<Elf_Shdr> sections = CHECK(obj.sections(), this); in parse() local
1820 ArrayRef<typename ELFT::Shdr> sections = CHECK(obj.sections(), this); in parse() local
/external/icing/icing/util/
Dtokenized-document.h57 const std::vector<TokenizedSection>& sections() const { in sections() function
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DL.java14 private static String[] sections; field in L
/external/llvm-project/lldb/source/Core/
DDynamicLoader.cpp127 const SectionList *sections = GetSectionListFromModule(module); in UnloadSectionsCommon() local
140 SectionList *sections = nullptr; in GetSectionListFromModule() local
/external/libxml2/doc/examples/
Dindex.py18 sections = {} variable
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DDynamicLoaderHexagonDYLD.cpp222 const SectionList *sections = GetSectionListFromModule(module); in UpdateLoadedSections() local
253 const SectionList *sections = GetSectionListFromModule(module); in UnloadSections() local
545 SectionList *sections = nullptr; in GetSectionListFromModule() local
/external/adhd/cras/src/server/
Dcras_alsa_ucm_section.c25 void ucm_section_free_list(struct ucm_section *sections) in ucm_section_free_list()
/external/elfutils/libdwfl/
Dderelocate.c284 struct dwfl_relocation *sections = mod->reloc_info; in dwfl_module_relocation_info() local
336 struct dwfl_relocation *sections = mod->reloc_info; in find_section() local
/external/rust/crates/gdbstub/examples/armv4t/
Demu.rs37 let sections = elf_header in new() localVariable
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DDexPool.java60 private final BasePool<?, ?>[] sections = new BasePool<?, ?>[] { field in DexPool
/external/google-breakpad/src/common/dwarf/
Dfunctioninfo.h121 const SectionMap& sections, in CUFunctionInfoHandler()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateChangeChart.java57 EnumSet<SectionId> sections = EnumSet.noneOf(SectionId.class); in main() local
149 public static <T> String buildLinks(Set<T> sections) { in buildLinks()

12345