/aosp_15_r20/external/trusty/arm-trusted-firmware/ |
D | changelog.yaml | 85 subsections: 88 subsections: 165 subsections: 178 subsections: 225 subsections: 256 subsections: 269 subsections: 282 subsections: 292 subsections: 302 subsections: [all …]
|
D | .commitlintrc.js | 37 function getScopes(subsections) { argument 38 return subsections.flatMap(subsection => { 40 const subscopes = getScopes(subsection.subsections || []); 47 const scopes = getScopes(changelog.subsections).sort(); /* Sort alphabetically */
|
D | .versionrc.cjs | 47 function getSections(subsections) { 48 return subsections.flatMap(subsection => { 53 "sections": getSections(subsection.subsections || []), 60 const sections = getSections(changelog.subsections);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/ |
H A 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()
|
H A 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()
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/bhttp/ |
D | ResponseControlData.java | 73 byte[][] subSections = informativeResponse.knownLengthSerialize(); in knownLengthSerialize() 74 System.arraycopy(subSections, 0, result, pos, subSections.length); in knownLengthSerialize() 75 pos += subSections.length; in knownLengthSerialize()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.h | 61 iterator_range<DebugSubsectionIterator> subsections() const; 63 return Subsections; in getSubsectionsArray() 89 codeview::DebugSubsectionArray Subsections; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | ModuleDebugStream.h | 61 iterator_range<DebugSubsectionIterator> subsections() const; 63 return Subsections; in getSubsectionsArray() 89 codeview::DebugSubsectionArray Subsections; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.h | 61 iterator_range<DebugSubsectionIterator> subsections() const; 63 return Subsections; in getSubsectionsArray() 89 codeview::DebugSubsectionArray Subsections; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.h | 61 iterator_range<DebugSubsectionIterator> subsections() const; 63 return Subsections; in getSubsectionsArray() 89 codeview::DebugSubsectionArray Subsections; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | ModuleDebugStream.h | 58 iterator_range<DebugSubsectionIterator> subsections() const; 60 return Subsections; in getSubsectionsArray() 86 codeview::DebugSubsectionArray Subsections; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/Native/ |
D | ModuleDebugStream.h | 61 iterator_range<DebugSubsectionIterator> subsections() const; 63 return Subsections; in getSubsectionsArray() 89 codeview::DebugSubsectionArray Subsections; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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.
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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.
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A 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.
|
H A 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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.
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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.
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A 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.
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/audio/ |
H A 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()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/audio/ |
H A 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()
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | cfgparser.3 | 41 are they subsections = False 42 if you want subsections = use XML
|