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

/frameworks/av/camera/
H A DVendorTagDescriptor.cpp81 SortedVector<String8> sections; local
104 sections.add(sectionString);
115 desc->mSections = sections;
122 ssize_t index = sections.indexOf(sectionString);
216 ALOGE("%s: Incorrect number of sections defined, received %zu, needs %d.",
/frameworks/compile/mclinker/include/mcld/Script/
H A DInputSectDesc.h48 const StringList& sections() const { function in struct:mcld::InputSectDesc::Spec
/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...]

Completed in 161 milliseconds