| /external/swiftshader/third_party/LLVM/include/llvm/Support/ |
| D | COFF.h | 41 struct header { struct 42 uint16_t Machine; 43 uint16_t NumberOfSections; 44 uint32_t TimeDateStamp; 45 uint32_t PointerToSymbolTable; 46 uint32_t NumberOfSymbols; 47 uint16_t SizeOfOptionalHeader; 48 uint16_t Characteristics; 145 struct section { struct 146 char Name[NameSize]; [all …]
|
| /external/bcc/src/cc/ |
| D | bcc_elf.c | 86 static int do_note_segment(Elf_Scn *section, int elf_class, in do_note_segment() 128 Elf_Scn *section = NULL; in listprobes() local 138 GElf_Shdr header; in listprobes() local 152 GElf_Shdr header; in listprobes() local 187 static int list_in_scn(Elf *e, Elf_Scn *section, size_t stridx, size_t symsize, in list_in_scn() 227 Elf_Scn *section = NULL; in listsymbols() local 230 GElf_Shdr header; in listsymbols() local 251 Elf_Scn *section = NULL; in get_section_elf_data() local 252 GElf_Shdr header; in get_section_elf_data() local 509 Elf_Scn *section = NULL; in bcc_elf_get_text_scn_info() local [all …]
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | COFF.h | 60 struct header { struct 61 uint16_t Machine; 62 int32_t NumberOfSections; 63 uint32_t TimeDateStamp; 64 uint32_t PointerToSymbolTable; 65 uint32_t NumberOfSymbols; 66 uint16_t SizeOfOptionalHeader; 67 uint16_t Characteristics; 240 struct section { struct 241 char Name[NameSize]; [all …]
|
| /external/llvm/include/llvm/Support/ |
| D | COFF.h | 55 struct header { struct 56 uint16_t Machine; 57 int32_t NumberOfSections; 58 uint32_t TimeDateStamp; 59 uint32_t PointerToSymbolTable; 60 uint32_t NumberOfSymbols; 61 uint16_t SizeOfOptionalHeader; 62 uint16_t Characteristics; 235 struct section { struct 236 char Name[NameSize]; [all …]
|
| /external/google-breakpad/src/common/dwarf/ |
| D | dwarf2reader_cfi_unittest.cc | 90 #define PERHAPS_WRITE_DEBUG_FRAME_FILE(name, section) \ argument 92 #define PERHAPS_WRITE_EH_FRAME_FILE(name, section) \ argument 95 #define PERHAPS_WRITE_DEBUG_FRAME_FILE(name, section) argument 96 #define PERHAPS_WRITE_EH_FRAME_FILE(name, section) argument 197 CFISection section(kBigEndian, 8); in TEST_F() local 222 CFISection section(kLittleEndian, 4); in TEST_F() local 247 CFISection section(kBigEndian, 8); in TEST_F() local 271 CFISection section(kBigEndian, 8); in TEST_F() local 298 CFISection section(kLittleEndian, 4); in TEST_F() local 319 CFISection section(kBigEndian, 4); in TEST_F() local [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
| D | COFF.h | 66 struct header { struct 67 uint16_t Machine; 68 int32_t NumberOfSections; 69 uint32_t TimeDateStamp; 70 uint32_t PointerToSymbolTable; 71 uint32_t NumberOfSymbols; 72 uint16_t SizeOfOptionalHeader; 73 uint16_t Characteristics; 271 struct section { struct 272 char Name[NameSize]; [all …]
|
| /external/deqp/modules/gles3/stress/ |
| D | es3sSyncTests.cpp | 165 …std::string header = "Case iteration " + de::toString(m_iterNdx+1) + " / " + de::toString(NUM_C… in iterate() local 166 tcu::ScopedLogSection section (log, header, header); in iterate() local
|
| /external/skqp/src/sksl/ |
| D | SkSLHCodeGenerator.cpp | 135 const Section* section = fSectionAndParameterHelper.getSection(CONSTRUCTOR_PARAMS_SECTION); in writeExtraConstructorParams() local 204 void HCodeGenerator::failOnSection(const char* section, const char* msg) { in failOnSection() 310 Token header = parser.nextRawToken(); in GetHeader() local
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fSyncTests.cpp | 177 …std::string header = "Case iteration " + de::toString(m_iterNdx+1) + " / " + de::toString(NUM… in iterate() local 178 const tcu::ScopedLogSection section (log, header, header); in iterate() local
|
| /external/skia/src/sksl/ |
| D | SkSLHCodeGenerator.cpp | 138 const Section* section = fSectionAndParameterHelper.getSection(CONSTRUCTOR_PARAMS_SECTION); in writeExtraConstructorParams() local 207 void HCodeGenerator::failOnSection(const char* section, const char* msg) { in failOnSection() 326 Token header = parser.nextRawToken(); in GetHeader() local
|
| /external/perf_data_converter/src/quipper/ |
| D | perf_reader.cc | 96 perf_event_header header; in CheckNoEventHeaderPadding() local 151 bool ReadPerfEventHeader(DataReader* data, struct perf_event_header* header) { in ReadPerfEventHeader() 166 bool ReadPerfFileSection(DataReader* data, struct perf_file_section* section) { in ReadPerfFileSection() 293 struct perf_file_header header; in WriteToPointerWithoutCheckingSize() local 301 struct perf_file_header header; in GetSize() local 769 perf_event_header header; in ReadDataSection() local 811 for (struct perf_file_section& section : sections) { in ReadMetadata() local 933 DataReader* data, const perf_event_header& header) { in ReadBuildIDMetadataWithoutHeader() 1264 perf_event_header header; in ReadPipedData() local 1384 bool PerfReader::WriteHeader(const struct perf_file_header& header, in WriteHeader() [all …]
|
| D | test_perf_data.h | 73 const struct perf_file_header& header() const { return header_; } in header() function 182 SelfT& WithIds(const perf_file_section& section) { in WithIds()
|
| /external/v8/src/ |
| D | gdb-jit.cc | 182 virtual void WriteBody(Writer::Slot<THeader> header, Writer* writer) { in WriteBody() 243 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() 321 virtual void WriteBody(Writer::Slot<Header> header, Writer* w) { in WriteBody() 338 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() 369 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() 399 virtual void PopulateHeader(Writer::Slot<Header> header) { in PopulateHeader() 441 virtual void WriteBody(Writer::Slot<Header> header, Writer* w) { in WriteBody() 464 void ELFSection::PopulateHeader(Writer::Slot<ELFSection::Header> header, in PopulateHeader() 479 size_t AddSection(MachOSection* section) { in AddSection() 485 Writer::Slot<MachOHeader> header = WriteHeader(w); in Write() local [all …]
|
| /external/kmod/libkmod/ |
| D | libkmod-elf.c | 59 } section; member 61 uint16_t section; /* index of the strings section */ member 67 } header; member 373 static int elf_find_section(const struct kmod_elf *elf, const char *section) in elf_find_section() 398 int kmod_elf_get_section(const struct kmod_elf *elf, const char *section, const void **buf, uint64_… in kmod_elf_get_section() 429 int kmod_elf_get_strings(const struct kmod_elf *elf, const char *section, char ***array) in kmod_elf_get_strings() 571 int kmod_elf_strip_section(struct kmod_elf *elf, const char *section) in kmod_elf_strip_section()
|
| /external/google-breakpad/src/common/linux/ |
| D | dump_symbols.cc | 168 const Phdr& header = program_headers[i]; in GetLoadingAddress() local 248 const Shdr* section = §ions[i]; in LoadDwarf() local 319 const typename ElfClass::Shdr* section, in LoadDwarfCFI() 527 void LoadedSection(const string §ion) { in LoadedSection()
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fGeometryShaderTests.cpp | 2854 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "RenderToTexture", "Render to layered text… in iterate() local 2866 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "VerifyLayers", "Verify layers 0 and 1"); in iterate() local 2880 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "VerifyLayer", "Verify layer " + de::toS… in iterate() local 2895 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "VerifyLayer", "Verify layer " + de::toS… in iterate() local 3012 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "RenderToTextureShader", "Create layered r… in initRenderShader() local 3032 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "TextureSamplerShader", "Create shader sam… in initSamplerShader() local 3923 const char* header; member 3980 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Case", m_cases[ndx].description); in iterate() local 3994 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "NoGeometryShader", "No geometry shader… in iterate() local 4006 …const tcu::ScopedLogSection section (m_testCtx.getLog(), "NotLinkedProgram", "Shader program no… in iterate() local [all …]
|
| /external/owasp/sanitizer/empiricism/ |
| D | canned-data.js | 61 "header": true, property 104 "section": true, property 5048 "header": [ property 8356 "section": [ property 14779 "header": [ property 18504 "section": [ property 20853 "header": { property 21029 "section": { property 21555 "header": [ property 21704 "section": [ property [all …]
|
| /external/cldr/tools/java/org/unicode/cldr/util/ |
| D | VettingViewer.java | 1041 String header = headerRow.toString(); in generateSummaryHtmlErrorTables() local 1056 private void writeSummaryTable(Appendable output, String header, Level desiredLevel, in writeSummaryTable() 1537 SectionId section = entry0.getKey().get0(); in writeTables() local 1541 String header = pathInfo.codeOutput.getHeader(); in writeTables() local 1552 SectionId section = entry0.getKey().get0(); in writeTables() local 1571 String header = pathInfo.codeOutput.getHeader(); in writeTables() local
|
| /external/google-styleguide/ |
| D | javaguide.css | 65 header, selector 69 section, selector
|
| /external/icu/icu4c/source/tools/makeconv/ |
| D | gencnvex.c | 124 _MBCSHeader header={ { 0, 0, 0, 0 }, 0, 0, 0, 0, 0, 0, 0 }; in CnvExtWrite() local 421 uint32_t *section; in generateToUTable() local
|
| /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
| D | TestPathHeader.java | 507 final SectionId section = sectionAndPages.getKey(); in Test00AFile() local 574 String header = entry.getHeader(); in TestMetazones() local 1063 final String section = item.getKey(); in TestZ() local
|
| /external/mesa3d/src/gallium/drivers/r600/ |
| D | evergreen_compute.c | 262 Elf_Scn *section = NULL; in r600_elf_read() local 412 const struct pipe_llvm_program_header *header; in evergreen_create_compute_state() local
|
| /external/python/httplib2/doc/html/ |
| D | searchindex.js | 1 …ent:1,liter:1,everi:1,string:1,fals:1,unfamiliar:1,proxy_typ:1,veri:1,affect:1,tri:1,force_excepti… property
|
| D | searchindex.json | 1 …ry."],{"all":[1],"code":[1],"chain":[1],"suno":[1],"go":[1],"follow":[1],"privat":[1],"tt":[1],"re… array
|
| /external/okhttp/website/static/ |
| D | bootstrap-combined.min.css | 9 …izing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:… selector
|