Home
last modified time | relevance | path

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

1234

/external/arm-trusted-firmware/
D.cz.json71 "sections": [ array
74 "sections": [ array
107 "sections": [ array
115 "sections": [ array
139 "sections": [ array
153 "sections": [ array
165 "sections": [ array
169 "sections": [ array
185 "sections": [ array
203 "sections": [ array
[all …]
D.commitlintrc.js19 function getScopes(sections) { argument
D.versionrc.js41 "sections": cz.sections, property
/external/arm-trusted-firmware/tools/conventional-changelog-tf-a/
Dindex.js56 const flattenSections = function (sections) { argument
71 const generateTemplateData = function (sections, notes) { argument
75 sections: generateTemplateData(section.sections, notes), property
105 const generateTemplateData = function (sections, commits) { argument
109 sections: generateTemplateData(section.sections, commits), property
/external/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_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
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
Djpeg_io.cc89 std::vector<Section> sections; in Parse() local
176 void WriteSections(const std::vector<Section>& sections, in WriteSections()
/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/bcc/src/cc/
Dbcc_debug.h24 SourceDebugger(llvm::Module *mod, sec_map_def &sections, in SourceDebugger()
/external/bcc/src/cc/includes/
Dbcc_debug.h24 SourceDebugger(llvm::Module *mod, sec_map_def &sections, in SourceDebugger()
/external/elfutils/src/
Delfcompress.c248 set_section (unsigned int *sections, size_t ndx) in set_section()
254 get_section (unsigned int *sections, size_t ndx) in get_section()
261 get_sections (unsigned int *sections, size_t shnum) in get_sections()
297 unsigned int *sections = NULL; in process_file() local
/external/google-breakpad/src/common/linux/
Delfutils-inl.h49 const typename ElfClass::Shdr* sections, in FindElfSectionByName()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/json/
DLdmlConfigFileReader.java19 final List<JSONSection> sections = new ArrayList<JSONSection>(); field in LdmlConfigFileReader
/external/swiftshader/src/System/
DConfigurator.hpp53 std::unordered_map<std::string, Section> sections; member in sw::Configurator
/external/libxml2/doc/examples/
Dindex.py18 sections = {} variable
/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/gfxstream-protocols/registry/vulkan/scripts/
DgenRef.py213 def refPageShell(pageName, pageDesc, fp, head_content = None, sections=None, tail_content=None, man… argument
1004 sections = [ variable
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DL.java25 private static String[] sections; field in L
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DDexPool.java60 private final BasePool<?, ?>[] sections = new BasePool<?, ?>[] { field in DexPool
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/pool/
DDexPool.java83 private final BasePool<?, ?>[] sections = new BasePool<?, ?>[] { field in DexPool
/external/jazzer-api/tests/src/test/java/com/example/
DCoverageFuzzer.java97 List<List<String>> sections = new ArrayList<>(4); in assertCoverageReport() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGenerateChangeChart.java58 EnumSet<SectionId> sections = EnumSet.noneOf(SectionId.class); in main() local
150 public static <T> String buildLinks(Set<T> sections) { in buildLinks()
/external/google-breakpad/src/common/dwarf/
Dfunctioninfo.h121 const SectionMap& sections, in CUFunctionInfoHandler()

1234