/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | XmpDepthDecode.java | 127 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/ |
D | Section.h | 31 class Section 37 Section(int id); 38 virtual ~Section(); 48 class FileSection : public Section 63 class WorkerThreadSection : public Section 77 class CommandSection : public Section
|
D | Section.cpp | 30 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()
|
D | section_list.h | 25 extern const Section* SECTION_LIST[];
|
D | section_list.cpp | 24 const Section* SECTION_LIST[] = {
|
D | Reporter.cpp | 213 for (const Section** section=SECTION_LIST; *section; section++) { in runReport()
|
/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
|
/frameworks/av/include/media/vndk/xmlparser/1.0/ |
D | MediaCodecsXmlParser.h | 78 enum Section { enum 91 Section mCurrentSection; 93 Vector<Section> mPastSections;
|
/frameworks/av/media/libstagefright/include/ |
D | MediaCodecList.h | 91 enum Section { enum 107 Section mCurrentSection; 109 Vector<Section> mPastSections;
|
/frameworks/compile/mclinker/lib/Script/ |
D | ScriptParser.yy | 144 /* 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 …]
|
D | ScriptScanner.ll | 133 /* 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/ |
D | Relocation.cpp | 87 if (m_pSymInfo->type() == ResolveInfo::Section && in symValue() 144 if (m_pSymInfo->type() == ResolveInfo::Section) { in updateAddend()
|
/frameworks/compile/mclinker/unittests/ |
D | LinkerTest.cpp | 440 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/ |
D | ResolveInfo.h | 53 Section = 3, enumerator 246 static const uint32_t section_flag = Section << TYPE_OFFSET;
|
/frameworks/base/cmds/incidentd/ |
D | Android.mk | 24 src/Section.cpp \
|
/frameworks/compile/mclinker/lib/LD/ |
D | SectionSymbolSet.cpp | 40 ResolveInfo::Section, in add()
|
D | Relocator.cpp | 34 if (pReloc.symInfo()->type() == ResolveInfo::Section) { in partialScanRelocation()
|
D | ELFBinaryReader.cpp | 72 ResolveInfo::Section, in readBinary()
|
D | ELFReaderIf.cpp | 34 if (pShndx == llvm::ELF::SHN_ABS && result == ResolveInfo::Section) { in getSymType()
|
D | ELFObjectReader.cpp | 126 ResolveInfo::Section == signature->type()) { in readSections()
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 446 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/ |
D | IRBuilder.cpp | 507 if (pType == ResolveInfo::Section) { in addSymbolFromObject() 537 if (pType == ResolveInfo::Section) in addSymbolFromDynObj() 609 ResolveInfo::Section, in CreateLocalSymbol()
|