Home
last modified time | relevance | path

Searched defs:sections (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
DScriptFile.cpp90 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addEntryPoint() local
149 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addAssignment() local
190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in enterOutputSectDesc() local
199 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in leaveOutputSectDesc() local
212 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addInputSectDesc() local
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
DXmpDepthDecode.java134 List<Section> sections = parse(is, true, skipExtendedContent); in read() local
198 List<Section> sections = new ArrayList<Section>(); in parse() local
345 private static XMPMeta parseFirstValidXMPSection(List<Section> sections) { in parseFirstValidXMPSection()
371 private static boolean checkExtendedSectionExists(List<Section> sections, in checkExtendedSectionExists()
390 private static XMPMeta parseExtendedXMPSections(List<Section> sections, in parseExtendedXMPSections()
/frameworks/compile/mclinker/include/mcld/Script/
DInputSectDesc.h48 const StringList& sections() const { in sections() function
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp47 StringList* sections = StringList::create(); in Input() local
/frameworks/av/camera/
DVendorTagDescriptor.cpp364 SortedVector<String8> sections; in createDescriptorFromOps() local
/frameworks/base/core/java/android/widget/
DFastScroller.java992 final Object[] sections = mSections; in scrollTo() local
1113 final Object[] sections = mSections; in transitionPreviewLayout() local