/frameworks/av/include/media/stagefright/ |
D | MediaCodecList.h | 55 enum Section { enum 70 Section mCurrentSection; 71 Vector<Section> mPastSections;
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_framebuffer_target.txt | 63 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
|
D | EGL_ANDROID_recordable.txt | 62 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
|
D | EGL_ANDROID_native_fence_sync.txt | 86 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
|
D | EGL_ANDROID_blob_cache.txt | 100 Add a new subsection after Section 3.8, page 50 118 semantics of these callback functions are described in Section 3.9.1 (Cache
|
D | EGL_ANDROID_presentation_time.txt | 67 Add a new subsection before Section 3.9.4, page 53 (Posting Errors)
|
/frameworks/compile/mclinker/lib/Script/ |
D | ScriptParser.yy | 141 /* 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 …]
|
D | ScriptScanner.ll | 126 /* 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/ |
D | Relocation.cpp | 93 if (m_pSymInfo->type() == ResolveInfo::Section && in symValue() 156 if (m_pSymInfo->type() == ResolveInfo::Section) { in updateAddend()
|
/frameworks/compile/mclinker/unittests/ |
D | LinkerTest.cpp | 435 ".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/ |
D | ResolveInfo.h | 52 Section = 3, enumerator 272 static const uint32_t section_flag = Section << TYPE_OFFSET;
|
/frameworks/compile/mclinker/lib/LD/ |
D | SectionSymbolSet.cpp | 43 ResolveInfo::Section, in add()
|
D | ELFBinaryReader.cpp | 82 ResolveInfo::Section, in readBinary()
|
D | Relocator.cpp | 35 if (pReloc.symInfo()->type() == ResolveInfo::Section) { in partialScanRelocation()
|
D | ELFReaderIf.cpp | 33 if (llvm::ELF::SHN_ABS == pShndx && ResolveInfo::Section == result) { in getSymType()
|
D | ELFObjectReader.cpp | 130 ResolveInfo::Section == signature->type()) { in readSections()
|
D | ELFReader.cpp | 139 if (ResolveInfo::Section == ld_type) { in readSymbols() 664 if (ResolveInfo::Section == ld_type) { in readSymbols()
|
/frameworks/base/docs/html/design/building-blocks/ |
D | lists.jd | 27 <h4>Section Divider</h4>
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 420 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/ |
D | license-LGPL.txt | 164 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/ |
D | index.jd | 54 Document</a> (CDD), <i>Section 3.7. Virtual Machine Compatibility</i> gives the required minimum
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 519 if (pType == ResolveInfo::Section) { in addSymbolFromObject() 551 if (pType == ResolveInfo::Section) in addSymbolFromDynObj()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 139 ResolveInfo::Section, in initTargetSymbols() 289 return ResolveInfo::Section != pSym.type() || in hasEntryInStrTab()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 1842 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/ |
D | BitcodeReader.cpp | 2115 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()
|