| /external/trusty/arm-trusted-firmware/ |
| D | changelog.yaml | 85 subsections: 88 subsections: 158 subsections: 171 subsections: 218 subsections: 241 subsections: 254 subsections: 267 subsections: 277 subsections: 287 subsections: [all …]
|
| D | .commitlintrc.js | 38 function getScopes(subsections) { argument 39 return subsections.flatMap(subsection => { 41 const subscopes = getScopes(subsection.subsections || []); 48 const scopes = getScopes(changelog.subsections).sort(); /* Sort alphabetically */
|
| D | .versionrc.js | 47 function getSections(subsections) { argument 48 return subsections.flatMap(subsection => { 53 "sections": getSections(subsection.subsections || []), 60 const sections = getSections(changelog.subsections);
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
| D | ModuleDebugStream.cpp | 77 if (auto EC = SubsectionsReader.readArray(Subsections, in reloadSerialize() 122 ModuleDebugStreamRef::subsections() const { in subsections() function in ModuleDebugStreamRef 123 return make_range(Subsections.begin(), Subsections.end()); in subsections() 135 for (const auto &SS : subsections()) { in findChecksumsSubsection()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/ |
| D | ModuleDebugStream.cpp | 78 if (auto EC = SubsectionsReader.readArray(Subsections, in reloadSerialize() 123 ModuleDebugStreamRef::subsections() const { in subsections() function in ModuleDebugStreamRef 124 return make_range(Subsections.begin(), Subsections.end()); in subsections() 136 for (const auto &SS : subsections()) { in findChecksumsSubsection()
|
| D | InputFile.cpp | 120 DebugSubsectionArray &Subsections) { in isDebugSSection() argument 125 cantFail(Reader.readArray(Subsections, Reader.bytesRemaining())); in isDebugSSection() 174 Subsections = SS; in SymbolGroup() 186 Subsections = SS; in updateDebugS() 212 Subsections = DebugStream->getSubsectionsArray(); in initializeForPdb() 213 SC.initialize(Subsections); in initializeForPdb()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | ModuleDebugStream.h | 61 iterator_range<DebugSubsectionIterator> subsections() const; 63 return Subsections; in getSubsectionsArray() 89 codeview::DebugSubsectionArray Subsections; variable
|
| D | InputFile.h | 108 return Subsections; in getDebugSubsections() 125 codeview::DebugSubsectionArray Subsections; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | ModuleDebugStream.h | 58 iterator_range<DebugSubsectionIterator> subsections() const; 60 return Subsections; in getSubsectionsArray() 86 codeview::DebugSubsectionArray Subsections; variable
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | StringsAndChecksums.h | 25 // If no subsections are known about initially, we find as much as we can. 31 // If both subsections are given, we don't need to find anything. 88 // If no subsections are known about initially, we find as much as we can.
|
| D | DebugSubsectionRecord.h | 55 /// Use this to copy existing subsections directly from source to destination. 56 /// For example, line table subsections in an object file only need to be
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | StringsAndChecksums.h | 23 // If no subsections are known about initially, we find as much as we can. 29 // If both subsections are given, we don't need to find anything. 86 // If no subsections are known about initially, we find as much as we can.
|
| D | DebugSubsectionRecord.h | 59 /// Use this to copy existing subsections directly from source to destination. 60 /// For example, line table subsections in an object file only need to be
|
| /external/python/cpython3/Lib/test/ |
| D | cfgparser.3 | 41 are they subsections = False 42 if you want subsections = use XML
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | CodeViewYAMLDebugSections.cpp | 748 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, in toCodeViewSubsectionList() argument 751 if (Subsections.empty()) in toCodeViewSubsectionList() 754 for (const auto &SS : Subsections) { in toCodeViewSubsectionList() 910 DebugSubsectionArray Subsections; in fromDebugS() local 911 Err(Reader.readArray(Subsections, Reader.bytesRemaining())); in fromDebugS() 915 for (const auto &SS : Subsections) { in fromDebugS() 924 // String Table and Checksums subsections don't use the allocator. in initializeStringsAndChecksums()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
| D | CodeViewYAMLDebugSections.cpp | 748 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, in toCodeViewSubsectionList() argument 751 if (Subsections.empty()) in toCodeViewSubsectionList() 754 for (const auto &SS : Subsections) { in toCodeViewSubsectionList() 910 DebugSubsectionArray Subsections; in fromDebugS() local 911 Err(Reader.readArray(Subsections, Reader.bytesRemaining())); in fromDebugS() 915 for (const auto &SS : Subsections) { in fromDebugS() 924 // String Table and Checksums subsections don't use the allocator. in initializeStringsAndChecksums()
|
| /external/llvm/test/MC/MachO/ARM/ |
| D | no-subsections-reloc.s | 5 @ When not using subsections-via-symbols, references to non-local symbols
|
| /external/arm-trusted-firmware/tools/conventional-changelog-tf-a/ |
| D | index.js | 58 const subsections = flattenSections(section.sections || []); 60 return [section].concat(subsections);
|
| /external/trusty/arm-trusted-firmware/tools/conventional-changelog-tf-a/ |
| D | index.js | 58 const subsections = flattenSections(section.sections || []); 60 return [section].concat(subsections);
|
| /external/llvm/test/CodeGen/X86/ |
| D | 2008-12-02-dagcombine-3.ll | 2 ; RUN: llc < %s -march=x86 | grep sub | grep -v subsections | count 1
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/audio/ |
| D | Ac3Util.java | 226 // Parse the bitstream ID for AC-3 and E-AC-3 (see subsections 4.3, E.1.2 and E.1.3.1.6). in parseAc3SyncframeInfo() 456 // Parse the bitstream ID for AC-3 and E-AC-3 (see subsections 4.3, E.1.2 and E.1.3.1.6). 477 // Parse the bitstream ID for AC-3 and E-AC-3 (see subsections 4.3, E.1.2 and E.1.3.1.6). in parseAc3SyncframeAudioSampleCount() 519 // subsections 2.2 and 4.2.1. The syncword ends 0xBA for TrueHD or 0xBB for MLP. in parseTrueHdSyncframeAudioSampleCount()
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/audio/ |
| D | Ac3Util.java | 230 // Parse the bitstream ID for AC-3 and E-AC-3 (see subsections 4.3, E.1.2 and E.1.3.1.6). in parseAc3SyncframeInfo() 460 // Parse the bitstream ID for AC-3 and E-AC-3 (see subsections 4.3, E.1.2 and E.1.3.1.6). 481 // Parse the bitstream ID for AC-3 and E-AC-3 (see subsections 4.3, E.1.2 and E.1.3.1.6). in parseAc3SyncframeAudioSampleCount() 523 // subsections 2.2 and 4.2.1. The syncword ends 0xBA for TrueHD or 0xBB for MLP. in parseTrueHdSyncframeAudioSampleCount()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
| D | GOFF.h | 24 // \brief Subsections of the primary C_CODE section in the object file.
|
| /external/elfutils/libasm/ |
| D | asm_end.c | 82 various subsections and fill in the content. */ in binary_end() 353 /* Only sections, not subsections, can be registered in binary_end() 354 as member of a group. The subsections get in binary_end()
|
| /external/trusty/arm-trusted-firmware/docs/process/ |
| D | commit-style.rst | 111 subsections: 115 subsections:
|