Home
last modified time | relevance | path

Searched refs:Section (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DXmpDepthDecode.java127 private static class Section { class in XmpDepthDecode
134 List<Section> sections = parse(is, true, skipExtendedContent); in read()
196 private static List<Section> parse(InputStream is, boolean readMetaOnly, in parse()
198 List<Section> sections = new ArrayList<Section>(); in parse()
223 Section section = new Section(); in parse()
284 private static Section readSection(InputStream is, int length, in readSection()
287 Section section = new Section(); in readSection()
299 Section section = new Section(); in readSection()
307 Section section = new Section(); in readSection()
345 private static XMPMeta parseFirstValidXMPSection(List<Section> sections) { in parseFirstValidXMPSection()
[all …]
/frameworks/base/cmds/incidentd/src/
DSection.h31 class Section
37 Section(int id);
38 virtual ~Section();
48 class FileSection : public Section
63 class WorkerThreadSection : public Section
77 class CommandSection : public Section
DSection.cpp30 Section::Section(int i) in Section() function in Section
35 Section::~Section() in ~Section()
40 Section::WriteHeader(ReportRequestSet* requests, size_t size) const in WriteHeader()
81 :Section(id) in WorkerThreadSection()
208 :Section(id) in CommandSection()
Dsection_list.h25 extern const Section* SECTION_LIST[];
Dsection_list.cpp24 const Section* SECTION_LIST[] = {
DReporter.cpp213 for (const Section** section=SECTION_LIST; *section; section++) { in runReport()
/frameworks/native/opengl/specs/
DEGL_ANDROID_framebuffer_target.txt63 Section 3.4, Configuration Management, add a row to Table 3.1.
71 Section 3.4, Configuration Management, add a row to Table 3.4.
78 Section 3.4, Configuration Management, add a paragraph at the end of the
86 Section 3.4.1, Querying Configurations, change the last paragraph as follow
DEGL_ANDROID_recordable.txt62 Section 3.4, Configuration Management, add a row to Table 3.1.
69 Section 3.4, Configuration Management, add a row to Table 3.4.
76 Section 3.4, Configuration Management, add a paragraph at the end of the
84 Section 3.4.1, Querying Configurations, change the last paragraph as follow
DEGL_ANDROID_native_fence_sync.txt86 Add the following after the sixth paragraph of Section 3.8.1 (Sync
112 Modify Section 3.8.1 (Sync Objects), added by KHR_fence_sync, starting at
147 Modify the list of eglCreateSyncKHR errors in Section 3.8.1 (Sync Objects),
180 Modify table 3.cc in Section 3.8.1 (Sync Objects), added by KHR_fence_sync
191 Modify the second paragraph description of eglDestroySyncKHR in Section
200 Add the following after the last paragraph of Section 3.8.1 (Sync
DEGL_ANDROID_blob_cache.txt100 Add a new subsection after Section 3.8, page 50
118 semantics of these callback functions are described in Section 3.9.1 (Cache
/frameworks/av/include/media/vndk/xmlparser/1.0/
DMediaCodecsXmlParser.h78 enum Section { enum
91 Section mCurrentSection;
93 Vector<Section> mPastSections;
/frameworks/av/media/libstagefright/include/
DMediaCodecList.h91 enum Section { enum
107 Section mCurrentSection;
109 Vector<Section> mPastSections;
/frameworks/compile/mclinker/lib/Script/
DScriptParser.yy144 /* Input Section Description */
152 /* Output Section Data */
159 /* Output Section Discarding */
161 /* Output Section Keywords */
164 /* Output Section Attributes */
165 /* Output Section Type */
171 /* Output Section LMA */
175 /* Output Section Constraint */
384 /* Output Section Attributes */
481 an input section description (see Input Section)
[all …]
DScriptScanner.ll133 /* Input Section Description */
141 /* Output Section Data */
148 /* Output Section Discarding */
150 /* Output Section Keywords */
153 /* Output Section Attributes */
154 /* Output Section Type */
160 /* Output Section LMA */
164 /* Output Section Constraint */
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp87 if (m_pSymInfo->type() == ResolveInfo::Section && in symValue()
144 if (m_pSymInfo->type() == ResolveInfo::Section) { in updateAddend()
/frameworks/compile/mclinker/unittests/
DLinkerTest.cpp440 ResolveInfo::Section, in TEST_F()
449 ResolveInfo::Section, in TEST_F()
458 ResolveInfo::Section, in TEST_F()
467 ResolveInfo::Section, in TEST_F()
/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h53 Section = 3, enumerator
246 static const uint32_t section_flag = Section << TYPE_OFFSET;
/frameworks/base/cmds/incidentd/
DAndroid.mk24 src/Section.cpp \
/frameworks/compile/mclinker/lib/LD/
DSectionSymbolSet.cpp40 ResolveInfo::Section, in add()
DRelocator.cpp34 if (pReloc.symInfo()->type() == ResolveInfo::Section) { in partialScanRelocation()
DELFBinaryReader.cpp72 ResolveInfo::Section, in readBinary()
DELFReaderIf.cpp34 if (pShndx == llvm::ELF::SHN_ABS && result == ResolveInfo::Section) { in getSymType()
DELFObjectReader.cpp126 ResolveInfo::Section == signature->type()) { in readSections()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp446 if (ResolveInfo::Section == pInfo.type() || pInfo.outSymbol() == NULL) in addSymbolToOutput()
602 ResolveInfo::Section == info->type() && in scanRelocations()
806 ResolveInfo::Section == info->type() && in relocation()
890 ResolveInfo::Section == info->type() && in normalSyncRelocationResult()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp507 if (pType == ResolveInfo::Section) { in addSymbolFromObject()
537 if (pType == ResolveInfo::Section) in addSymbolFromDynObj()
609 ResolveInfo::Section, in CreateLocalSymbol()

12