Home
last modified time | relevance | path

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

12

/frameworks/av/include/media/stagefright/
DMediaCodecList.h55 enum Section { enum
70 Section mCurrentSection;
71 Vector<Section> mPastSections;
/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
DEGL_ANDROID_presentation_time.txt67 Add a new subsection before Section 3.9.4, page 53 (Posting Errors)
/frameworks/compile/mclinker/lib/Script/
DScriptParser.yy141 /* Input Section Description */
149 /* Output Section Data */
156 /* Output Section Discarding */
158 /* Output Section Keywords */
161 /* Output Section Attributes */
162 /* Output Section Type */
168 /* Output Section LMA */
172 /* Output Section Constraint */
373 /* Output Section Attributes */
470 an input section description (see Input Section)
[all …]
DScriptScanner.ll126 /* Input Section Description */
134 /* Output Section Data */
141 /* Output Section Discarding */
143 /* Output Section Keywords */
146 /* Output Section Attributes */
147 /* Output Section Type */
153 /* Output Section LMA */
157 /* Output Section Constraint */
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp93 if (m_pSymInfo->type() == ResolveInfo::Section && in symValue()
156 if (m_pSymInfo->type() == ResolveInfo::Section) { in updateAddend()
/frameworks/compile/mclinker/unittests/
DLinkerTest.cpp435 ".text", ResolveInfo::Section, in TEST_F()
439 ".data", ResolveInfo::Section, in TEST_F()
443 ".bss", ResolveInfo::Section, in TEST_F()
447 ".ARM.attributes", ResolveInfo::Section, in TEST_F()
/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h52 Section = 3, enumerator
272 static const uint32_t section_flag = Section << TYPE_OFFSET;
/frameworks/compile/mclinker/lib/LD/
DSectionSymbolSet.cpp43 ResolveInfo::Section, in add()
DELFBinaryReader.cpp82 ResolveInfo::Section, in readBinary()
DRelocator.cpp35 if (pReloc.symInfo()->type() == ResolveInfo::Section) { in partialScanRelocation()
DELFReaderIf.cpp33 if (llvm::ELF::SHN_ABS == pShndx && ResolveInfo::Section == result) { in getSymType()
DELFObjectReader.cpp130 ResolveInfo::Section == signature->type()) { in readSections()
DELFReader.cpp139 if (ResolveInfo::Section == ld_type) { in readSymbols()
664 if (ResolveInfo::Section == ld_type) { in readSymbols()
/frameworks/base/docs/html/design/building-blocks/
Dlists.jd27 <h4>Section Divider</h4>
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp420 if (ResolveInfo::Section == pInfo.type() || NULL == pInfo.outSymbol()) in addSymbolToOutput()
566 ResolveInfo::Section == info->type() && in scanRelocations()
763 ResolveInfo::Section == info->type() && in relocation()
830 ResolveInfo::Section == info->type() && in normalSyncRelocationResult()
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt164 distribute such modifications or work under the terms of Section 1
228 derivative of it, under Section 2) in object code or executable form
250 Section 6 states terms for distribution of such executables.
264 Library will still fall under Section 6.)
267 distribute the object code for the work under the terms of Section 6.
268 Any executables containing that work also fall under Section 6,
/frameworks/base/docs/html/training/displaying-bitmaps/
Dindex.jd54 Document</a> (CDD), <i>Section 3.7. Virtual Machine Compatibility</i> gives the required minimum
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp519 if (pType == ResolveInfo::Section) { in addSymbolFromObject()
551 if (pType == ResolveInfo::Section) in addSymbolFromDynObj()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp139 ResolveInfo::Section, in initTargetSymbols()
289 return ResolveInfo::Section != pSym.type() || in hasEntryInStrTab()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1842 std::string Section; in ParseModule() local
1846 Section = SectionTable[Record[5]-1]; in ParseModule()
1864 if (!Section.empty()) in ParseModule()
1865 NewGV->setSection(Section); in ParseModule()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2115 std::string Section; in ParseModule() local
2119 Section = SectionTable[Record[5]-1]; in ParseModule()
2137 if (!Section.empty()) in ParseModule()
2138 NewGV->setSection(Section); in ParseModule()

12