Searched refs:Section (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/base/cmds/incidentd/src/
H A Dsection_list.cpp24 const Section* SECTION_LIST[] = {
H A Dsection_list.h20 #include "Section.h"
25 extern const Section* SECTION_LIST[];
H A DSection.h31 class Section class
37 Section(int id);
38 virtual ~Section();
46 * Section that reads in a file.
48 class FileSection : public Section
63 class WorkerThreadSection : public Section
75 * Section that forks and execs a command, and puts stdout as the section.
77 class CommandSection : public Section
90 * Section that calls dumpsys on a system service.
H A DSection.cpp19 #include "Section.h"
30 Section::Section(int i) function in class:Section
35 Section::~Section()
40 Section::WriteHeader(ReportRequestSet* requests, size_t size) const
81 :Section(id)
208 :Section(id)
H A DReporter.cpp213 for (const Section** section=SECTION_LIST; *section; section++) {
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DXmpDepthDecode.java127 private static class Section { class in class:XmpDepthDecode
134 List<Section> sections = parse(is, true, skipExtendedContent);
196 private static List<Section> parse(InputStream is, boolean readMetaOnly,
198 List<Section> sections = new ArrayList<Section>();
223 Section section = new Section();
284 private static Section readSection(InputStream is, int length,
287 Section section = new Section();
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h91 enum Section { enum in struct:android::MediaCodecList
107 Section mCurrentSection;
109 Vector<Section> mPastSections;
/frameworks/av/include/media/vndk/xmlparser/1.0/
H A DMediaCodecsXmlParser.h78 enum Section { enum in class:android::MediaCodecsXmlParser
91 Section mCurrentSection;
93 Vector<Section> mPastSections;
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodecList.h91 enum Section { enum in struct:android::MediaCodecList
107 Section mCurrentSection;
109 Vector<Section> mPastSections;
/frameworks/av/media/libstagefright/include/
H A DMediaCodecList.h91 enum Section { enum in struct:android::MediaCodecList
107 Section mCurrentSection;
109 Vector<Section> mPastSections;
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp87 if (m_pSymInfo->type() == ResolveInfo::Section &&
144 if (m_pSymInfo->type() == ResolveInfo::Section) {
/frameworks/compile/mclinker/lib/LD/
H A DRelocator.cpp34 if (pReloc.symInfo()->type() == ResolveInfo::Section) {
H A DSectionSymbolSet.cpp40 ResolveInfo::Section,
51 // insert the symbol to the Section to Symbol hash map
H A DELFBinaryReader.cpp72 ResolveInfo::Section,
H A DELFReaderIf.cpp34 if (pShndx == llvm::ELF::SHN_ABS && result == ResolveInfo::Section) {
H A DELFObjectReader.cpp126 ResolveInfo::Section == signature->type()) {
H A DELFReader.cpp134 if (ResolveInfo::Section == ld_type) {
135 // Section symbol's st_name is the section index.
634 if (ResolveInfo::Section == ld_type) {
635 // Section symbol's st_name is the section index.
/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp440 ResolveInfo::Section,
449 ResolveInfo::Section,
458 ResolveInfo::Section,
467 ResolveInfo::Section,
/frameworks/base/cmds/incidentd/
H A DAndroid.mk24 src/Section.cpp \
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h53 Section = 3, enumerator in enum:mcld::ResolveInfo::Type
246 static const uint32_t section_flag = Section << TYPE_OFFSET;
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp446 if (ResolveInfo::Section == pInfo.type() || pInfo.outSymbol() == NULL)
602 ResolveInfo::Section == info->type() &&
806 ResolveInfo::Section == info->type() &&
890 ResolveInfo::Section == info->type() &&
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp507 if (pType == ResolveInfo::Section) {
537 if (pType == ResolveInfo::Section)
609 ResolveInfo::Section,
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp151 ResolveInfo::Section,
338 return ResolveInfo::Section != pSym.type() || m_pGpDispSymbol == &pSym;
377 Elf64_Half section; // Section header index of section affected,
H A DMipsRelocator.cpp679 if (ResolveInfo::Section == rsym->type())
735 if (pReloc.symInfo()->type() == ResolveInfo::Section)
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp838 if (pReloc.symInfo()->type() == ResolveInfo::Section)
1507 if (pReloc.symInfo()->type() == ResolveInfo::Section)

Completed in 324 milliseconds

12