Searched defs:sections (Results 1 - 25 of 41) sorted by relevance

12

/external/autotest/client/site_tests/webstore_SanityTest/
H A Dwebstore_SanityTest.py23 sections = ['Featured', 'More recommendations'] variable in class:webstore_SanityTest
30 for section in self.sections:
/external/swiftshader/src/Common/
H A DConfigurator.hpp61 std::vector<Section> sections; member in class:sw::Configurator
/external/google-breakpad/src/common/linux/
H A Delfutils-inl.h49 const typename ElfClass::Shdr* sections,
54 assert(sections != NULL);
62 const char* section_name = section_names + sections[i].sh_name;
63 if (sections[i].sh_type == section_type &&
66 return sections + i;
46 FindElfSectionByName( const char* name, typename ElfClass::Word section_type, const typename ElfClass::Shdr* sections, const char* section_names, const char* names_end, int nsection) argument
H A Delfutils.cc60 const Shdr* sections = local
62 const Shdr* section_names = sections + elf_header->e_shstrndx;
69 sections, names, names_end,
H A Ddump_symbols.cc242 // Build a map of the ELF file's sections.
243 const Shdr* sections = local
246 const Shdr* section_names = sections + elf_header->e_shstrndx;
248 const Shdr* section = &sections[i];
525 // Keeps track of which sections have been loaded so sections don't
580 std::set<string> loaded_sections_; // Tracks the Loaded ELF sections
605 const Shdr* sections = local
607 const Shdr* section_names = sections + elf_header->e_shstrndx;
619 sections, name
[all...]
/external/adhd/cras/src/server/
H A Dcras_alsa_ucm_section.c27 void ucm_section_free_list(struct ucm_section *sections) argument
30 DL_FOREACH(sections, section) {
31 DL_DELETE(sections, section);
H A Dcras_alsa_ucm.c748 struct ucm_section *sections = NULL; local
841 DL_APPEND(sections, dev_sec);
847 return sections;
852 ucm_section_free_list(sections);
/external/libxml2/doc/examples/
H A Dindex.py18 sections = {} variable
94 global sections
137 if sections.has_key(section):
138 sections[section].append(filename)
140 sections[section] = [filename]
203 global sections
205 output.write(" <sections>\n")
206 keys = sections.keys()
210 info = sections[section]
216 output.write(" </sections>\
[all...]
/external/google-breakpad/src/common/dwarf/
H A Dfunctioninfo.h118 const SectionMap& sections,
123 linehandler_(linehandler), sections_(sections),
112 CUFunctionInfoHandler(std::vector<SourceFileInfo>* files, std::vector<string>* dirs, LineMap* linemap, FunctionMap* offset_to_funcinfo, FunctionMap* address_to_funcinfo, CULineInfoHandler* linehandler, const SectionMap& sections, ByteReader* reader) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DDexPool.java60 private final Markable[] sections = new Markable[] { field in class:DexPool
104 for (Markable section: sections) {
115 for (Markable section: sections) {
/external/elfutils/libdwfl/
H A Dderelocate.c189 possible target sections we care about. */
274 struct dwfl_relocation *sections = mod->reloc_info; local
276 if (idx >= sections->count)
280 *shndxp = elf_ndxscn (sections->refs[idx].scn);
282 return sections->refs[idx].name;
326 struct dwfl_relocation *sections = mod->reloc_info; local
328 /* The sections are sorted by address, so we can use binary search. */
329 size_t l = 0, u = sections->count;
333 if (*addr < sections->refs[idx].start)
335 else if (*addr > sections
[all...]
/external/python/cpython2/Lib/
H A DConfigParser.py3 A setup file consists of sections, lead by a "[section]" header,
33 sections()
248 def sections(self): member in class:RawConfigParser
467 The sections in setup file contains a title line at the top,
508 # So sections can't start with a continuation line
/external/llvm/include/llvm/Object/
H A DObjectFile.h68 /// sections in the object file.
256 section_iterator_range sections() const { function in class:llvm::object::ObjectFile
H A DELF.h114 Elf_Shdr_Range sections() const { function in class:llvm::object::ELFFile
370 // Get string table sections.
/external/selinux/libsepol/src/
H A Dmodule.c375 size_t ** offsets, uint32_t * sections)
401 nsec = *sections = le32_to_cpu(buf[2]);
404 ERR(file->handle, "too many sections (%u) in module package",
457 /* Flags for which sections have been seen during parsing of module package. */
507 "found multiple file contexts sections in module package (at section %u)",
534 "found multiple seuser sections in module package (at section %u)",
557 "found multiple user_extra sections in module package (at section %u)",
582 "found multiple netfilter contexts sections in module package (at section %u)",
609 "found multiple module sections in module package (at section %u)",
698 "found multiple file contexts sections i
373 module_package_read_offsets(sepol_module_package_t * mod, struct policy_file *file, size_t ** offsets, uint32_t * sections) argument
[all...]
/external/adhd/cras/src/tests/
H A Dalsa_ucm_unittest.cc69 static const char *sections[] = { "Speaker", "Comment for Dev1", local
74 fake_list["_devices/HiFi"] = sections;
228 const char *sections[] = { "Sec1", "Comment for Sec1", local
231 fake_list["Identifier"] = sections;
660 const char *sections[] = { "Sec1", "Comment for Sec1", "Sec2", local
665 fake_list["Identifier"] = sections;
677 const char *sections[] = { "Sec1 Suffix1", "Comment for Sec1", local
679 fake_list["Identifier"] = sections;
1119 struct ucm_section* sections; local
1188 sections
1271 struct ucm_section* sections; local
1300 struct ucm_section* sections; local
[all...]
H A Dalsa_card_unittest.cc703 struct ucm_section *sections = NULL; local
710 DL_APPEND(sections, section);
716 DL_APPEND(sections, section);
726 DL_APPEND(sections, section);
732 DL_APPEND(sections, section);
737 DL_APPEND(sections, section);
739 return sections;
H A Dalsa_mixer_unittest.cc1359 struct ucm_section *sections = NULL; local
1371 DL_APPEND(sections, section);
1376 DL_APPEND(sections, section);
1381 DL_APPEND(sections, section);
1385 DL_APPEND(sections, section);
1390 DL_APPEND(sections, section);
1394 DL_APPEND(sections, section);
1395 ASSERT_NE(sections, (struct ucm_section *)NULL);
1429 section = sections;
1457 sections_ = sections;
[all...]
/external/elfutils/src/
H A Delfcompress.c275 /* Which sections match and need to be (un)compressed. */
276 unsigned int *sections = NULL; local
278 /* How many sections are we talking about? */
284 sections[ndx / WORD_BITS] |= (1U << (ndx % WORD_BITS));
289 return (sections[ndx / WORD_BITS] & (1U << (ndx % WORD_BITS))) != 0;
322 free (sections);
376 /* How many sections are we talking about? */
379 error (0, 0, "Couldn't get number of sections in %s: %s",
386 error (0, 0, "ELF file %s has no sections", fname);
390 sections
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.cpp1018 IMAGE_SECTION_HEADER sections[2]; member in struct:__anon8466
1156 uprv_strncpy((char *)objHeader.sections[0].Name, ".drectve", 8);
1157 objHeader.sections[0].SizeOfRawData=length;
1158 objHeader.sections[0].PointerToRawData=IMAGE_SIZEOF_FILE_HEADER+2*IMAGE_SIZEOF_SECTION_HEADER;
1159 objHeader.sections[0].Characteristics=IMAGE_SCN_LNK_INFO|IMAGE_SCN_LNK_REMOVE|IMAGE_SCN_ALIGN_1BYTES;
1162 uprv_strncpy((char *)objHeader.sections[1].Name, ".rdata", 6);
1163 objHeader.sections[1].SizeOfRawData=size;
1164 objHeader.sections[1].PointerToRawData=IMAGE_SIZEOF_FILE_HEADER+2*IMAGE_SIZEOF_SECTION_HEADER+length;
1165 objHeader.sections[1].Characteristics=IMAGE_SCN_CNT_INITIALIZED_DATA|IMAGE_SCN_ALIGN_16BYTES|IMAGE_SCN_MEM_READ;
1181 T_FileStream_write(out, &objHeader, objHeader.sections[
[all...]
/external/python/cpython3/Lib/
H A Dconfigparser.py3 A configuration file consists of sections, lead by a "[section]" header,
27 objects for the list of sections, for the options within a section, and
70 sections()
98 in the section. If the used dictionary type preserves order, sections
449 `zc.buildout'. Enables interpolation between sections."""
587 # Compiled regular expression for matching sections
644 def sections(self): member in class:RawConfigParser
730 preserves order, sections and their keys will be added in order.
867 for key in self.sections():
1076 # So sections ca
[all...]
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc438 const GElf_Shdr *sections = local
/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp117 typedef std::vector<std::unique_ptr<COFFSection>> sections; typedef in class:__anon14099::WinCOFFObjectWriter
126 sections Sections;
273 report_fatal_error("two sections have the same comdat");
381 report_fatal_error("conflicting sections for symbol");
808 "PE COFF object files can't have more than 2147483647 sections");
891 // Fixup associative COMDAT sections.
997 sections::iterator i, ie;
/external/swiftshader/third_party/LLVM/lib/MC/
H A DWinCOFFObjectWriter.cpp126 typedef std::vector<COFFSection*> sections; typedef in class:__anon22757::WinCOFFObjectWriter
134 sections Sections;
328 for (sections::iterator I = Sections.begin(), E = Sections.end(); I != E; ++I)
736 for (sections::iterator i = Sections.begin(),
840 sections::iterator i, ie;
/external/kotlinc/lib/
H A Dkotlin-source-sections-compiler-plugin.jar ... MANIFEST.MF META-INF/kotlin-source-sections-compiler-plugin.kotlin_module org/ org/jetbrains/ org ...

Completed in 7252 milliseconds

12