Searched defs:sections (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DInputSectDesc.h48 const StringList& sections() const { function in struct:mcld::InputSectDesc::Spec
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp173 ALOGE("%s: Incorrect number of sections defined, received %zu, needs %d.",
364 SortedVector<String8> sections; local
387 sections.add(sectionString);
398 desc->mSections = sections;
405 ssize_t index = sections.indexOf(sectionString);
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp47 StringList* sections = StringList::create(); local
48 sections->push_back(
50 m_Spec.m_pWildcardSections = sections;
313 StringList::const_iterator sect, sectEnd = pInput.spec().sections().end();
314 for (sect = pInput.spec().sections().begin(); sect != sectEnd; ++sect) {
/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp90 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
91 sections->push_back(entry);
149 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
151 assert(!sections->empty());
153 llvm::cast<OutputSectDesc>(sections->back());
159 sections->push_back(new Assignment(Assignment::OUTPUT_SECTION,
190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
191 sections->push_back(new OutputSectDesc(pName, pProlog));
199 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
201 assert(!sections
212 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
[all...]
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DXmpDepthDecode.java125 // JPEG file is composed of many sections and image data. This class is used
134 List<Section> sections = parse(is, true, skipExtendedContent);
135 if (sections == null) {
139 XMPMeta xmpMeta = parseFirstValidXMPSection(sections);
155 if (!checkExtendedSectionExists(sections, extensionName)) {
163 XMPMeta xmpExtended = parseExtendedXMPSections(sections, extensionName);
188 * and XMP sections (with marker M_APP1) and ignore others; otherwise, keep
189 * all sections. The last section with image data will have -1 length.
193 * @param skipExtendedContent Whether to skip the content of extended sections
198 List<Section> sections
345 parseFirstValidXMPSection(List<Section> sections) argument
371 checkExtendedSectionExists(List<Section> sections, String sectionName) argument
390 parseExtendedXMPSections(List<Section> sections, String sectionName) argument
[all...]

Completed in 189 milliseconds