HomeSort by relevance Sort by last modified time
    Searched defs:Section (Results 1 - 25 of 230) sorted by null

1 2 3 4 5 6 7 8 910

  /external/catch2/include/internal/
catch_section.cpp 15 Section::Section( SectionInfo const& info )
22 Section::~Section() {
32 // This indicates whether the section should be executed or not
33 Section::operator bool() const {
catch_section.h 20 class Section : NonCopyable {
22 Section( SectionInfo const& info );
23 ~Section();
25 // This indicates whether the section should be executed or not
41 if( Catch::Section const& INTERNAL_CATCH_UNIQUE_NAME( catch_internal_Section ) = Catch::SectionInfo( CATCH_INTERNAL_LINEINFO, __VA_ARGS__ ) ) \
46 if( Catch::Section const& INTERNAL_CATCH_UNIQUE_NAME( catch_internal_Section ) = Catch::SectionInfo( CATCH_INTERNAL_LINEINFO, (Catch::ReusableStringStream() << __VA_ARGS__).str() ) ) \
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DebugSubsectionVisitor.cpp 55 DebugCrossModuleExportsSubsectionRef Section;
56 if (auto EC = Section.initialize(Reader))
58 return V.visitCrossModuleExports(Section, State);
61 DebugCrossModuleImportsSubsectionRef Section;
62 if (auto EC = Section.initialize(Reader))
64 return V.visitCrossModuleImports(Section, State);
67 DebugSymbolsSubsectionRef Section;
68 if (auto EC = Section.initialize(Reader))
70 return V.visitSymbols(Section, State);
73 DebugStringTableSubsectionRef Section;
    [all...]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h 19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section,
24 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
27 static const DWARFSectionKind Section = DW_SECT_INFO;
DWARFTypeUnit.h 22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section,
27 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
33 static const DWARFSectionKind Section = DW_SECT_TYPES;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h 20 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section,
26 : DWARFUnit(Context, Section, Header, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
34 static const DWARFSectionKind Section = DW_SECT_INFO;
DWARFDataExtractor.h 19 /// A DataExtractor (typically for an in-memory copy of an object-file section)
20 /// plus a relocation map for that section, if there is one.
23 const DWARFSection *Section = nullptr;
26 /// Constructor for the normal case of extracting data from a DWARF section.
28 DWARFDataExtractor(const DWARFObject &Obj, const DWARFSection &Section,
30 : DataExtractor(Section.Data, IsLittleEndian, AddressSize), Obj(&Obj),
31 Section(&Section) {}
55 size_t size() const { return Section == nullptr ? 0 : Section->Data.size();
    [all...]
DWARFTypeUnit.h 28 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section,
34 : DWARFUnit(Context, Section, Header, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
41 static const DWARFSectionKind Section = DW_SECT_TYPES;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DIASectionContrib.h 50 CComPtr<IDiaSectionContrib> Section;
  /art/dexlayout/
dex_container.h 27 // section and a data section.
33 class Section {
35 virtual ~Section() {}
55 // Vector backed section.
56 class VectorSection : public Section {
80 virtual Section* GetMainSection() = 0;
81 virtual Section* GetDataSection() = 0;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Section.py 2 # section base class
24 ## section base class
27 class Section (SectionClassObject):
93 # @param ModuleName Which module this section belongs to
94 # @param SecNum Index of section
95 # @param KeyStringList Filter for inputs of section generation
96 # @param FfsInf FfsInfStatement object that contains this section data
104 # Generate compressed section
114 if FileType in Section.SectFileType.keys() :
122 Suffix = Section.SectionType.get(FileType)
    [all...]
  /external/mesa3d/src/util/
merge_driinfo.py 55 class Section(object):
57 Represent a config section description as:
75 section = None
88 if section is None:
89 print('{}:{}: no open section'
93 section = None
98 if section is not None:
108 section = Section(m.group(1))
109 sections.append(section)
    [all...]
  /external/skia/src/sksl/ir/
SkSLSection.h 16 * A section declaration (e.g. @body { body code here })..
18 struct Section : public ProgramElement {
19 Section(int offset, String name, String arg, String text)
26 return std::unique_ptr<ProgramElement>(new Section(fOffset, fName, fArgument, fText));
  /external/skqp/src/sksl/ir/
SkSLSection.h 16 * A section declaration (e.g. @body { body code here })..
18 struct Section : public ProgramElement {
19 Section(int offset, String name, String arg, String text)
26 return std::unique_ptr<ProgramElement>(new Section(fOffset, fName, fArgument, fText));
  /external/swiftshader/src/Common/
Configurator.hpp 55 struct Section
61 std::vector<Section> sections;
  /external/swiftshader/src/System/
Configurator.hpp 55 struct Section
61 std::vector<Section> sections;
  /build/soong/symbol_inject/
symbol_inject.go 126 // Find the next symbol (n the same section with a higher address
129 if file.Symbols[n].Section != symbol.Section {
144 end = symbol.Section.Size
154 offset := symbol.Section.Offset + symbol.Addr
166 Sections []*Section
171 Addr uint64 // Address of the symbol inside the section.
173 Section *Section
176 type Section struct
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DecClassObject.py 34 Section = {TAB_UNKNOWN.upper() : MODEL_UNKNOWN,
114 self.RecordSet[Section[Key]] = []
184 # Find a new section tab
185 # First insert previous section items
186 # And then parse the content of the new section
190 # Insert items data of previous section
192 Model = Section[CurrentSection.upper()]
196 # Parse the new section
210 EdkLogger.error("Parser", PARSER_ERROR, "Different section names '%s' and '%s' are found in one section definition, this is not allowed." % (CurrentSection, ItemList[0]), File=Filename, Line=LineNo, Rai (…)
    [all...]
  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/
FindPeiCore.c 42 EFI_COMMON_SECTION_HEADER *Section;
97 Section = (EFI_COMMON_SECTION_HEADER*)(UINTN) CurrentAddress;
99 if (IS_SECTION2 (Section)) {
100 Size = SECTION2_SIZE (Section);
105 Size = SECTION_SIZE (Section);
119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) {
121 if (IS_SECTION2 (Section)) {
122 *SecCoreImageBase = (PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) Section + sizeof (EFI_COMMON_SECTION_HEADER2));
124 *SecCoreImageBase = (PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) Section + sizeof (EFI_COMMON_SECTION_HEADER));
    [all...]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
FindPeiCore.c 42 EFI_COMMON_SECTION_HEADER *Section;
97 Section = (EFI_COMMON_SECTION_HEADER*)(UINTN) CurrentAddress;
99 if (IS_SECTION2 (Section)) {
100 Size = SECTION2_SIZE (Section);
105 Size = SECTION_SIZE (Section);
119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) {
121 if (IS_SECTION2 (Section)) {
122 *SecCoreImageBase = (PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) Section + sizeof (EFI_COMMON_SECTION_HEADER2));
124 *SecCoreImageBase = (PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) Section + sizeof (EFI_COMMON_SECTION_HEADER));
    [all...]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/
FindPeiCore.c 42 EFI_COMMON_SECTION_HEADER *Section;
97 Section = (EFI_COMMON_SECTION_HEADER*)(UINTN) CurrentAddress;
99 if (IS_SECTION2 (Section)) {
100 Size = SECTION2_SIZE (Section);
105 Size = SECTION_SIZE (Section);
119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) {
121 if (IS_SECTION2 (Section)) {
122 *SecCoreImageBase = (PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) Section + sizeof (EFI_COMMON_SECTION_HEADER2));
124 *SecCoreImageBase = (PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) Section + sizeof (EFI_COMMON_SECTION_HEADER));
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/
FindPeiCore.c 42 EFI_COMMON_SECTION_HEADER *Section;
97 Section = (EFI_COMMON_SECTION_HEADER*)(UINTN) CurrentAddress;
99 if (IS_SECTION2 (Section)) {
100 Size = SECTION2_SIZE (Section);
105 Size = SECTION_SIZE (Section);
119 if (Section->Type == EFI_SECTION_PE32 || Section->Type == EFI_SECTION_TE) {
121 if (IS_SECTION2 (Section)) {
122 *SecCoreImageBase = (PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) Section + sizeof (EFI_COMMON_SECTION_HEADER2));
124 *SecCoreImageBase = (PHYSICAL_ADDRESS) (UINTN) ((UINT8 *) Section + sizeof (EFI_COMMON_SECTION_HEADER));
    [all...]
  /external/dynamic_depth/includes/xmpmeta/
jpeg_io.h 12 // Contains the data for a section in a JPEG file.
14 struct Section {
16 Section() = default;
17 explicit Section(const string& buffer);
19 // Returns true if the section's marker matches an APP1 marker.
34 // section matching the section_header will be returned. If not set
35 // (the default), all the sections that math the section header will be
45 std::vector<Section> Parse(const ParseOptions& options,
49 void WriteSections(const std::vector<Section>& sections,
  /external/icu/icu4c/source/i18n/
number_roundingutils.h 17 enum Section {
34 * @param section Whether the part of the quantity to the right of the rounding magnitude is
45 getRoundingDirection(bool isEven, bool isNegative, Section section, RoundingMode roundingMode,
65 switch (section) {
78 switch (section) {
91 switch (section) {
  /external/llvm/lib/MC/
ConstantPools.cpp 50 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) {
51 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section);
59 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) {
60 return ConstantPools[Section];
63 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section,
66 Streamer.SwitchSection(Section);
74 MCSection *Section = CPI.first;
77 emitConstantPool(Streamer, Section, CP);
82 MCSection *Section = Streamer.getCurrentSection().first;
83 if (ConstantPool *CP = getConstantPool(Section)) {
    [all...]

Completed in 517 milliseconds

1 2 3 4 5 6 7 8 910