Searched refs:sections (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp92 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
93 sections->push_back(entry);
145 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
147 assert(!sections->empty());
149 llvm::cast<OutputSectDesc>(sections->back());
155 sections->push_back(new Assignment(Assignment::OUTPUT_SECTION,
190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
191 sections->push_back(new OutputSectDesc(pName, pProlog));
200 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
202 assert(!sections
214 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
[all...]
H A DInputSectDesc.cpp59 for (StringList::const_iterator it = m_Spec.sections().begin(),
60 ie = m_Spec.sections().end(); it != ie; ++it) {
/frameworks/compile/mclinker/include/mcld/Script/
H A DInputSectDesc.h52 const StringList& sections() const { function in struct:mcld::InputSectDesc::Spec
/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/lib/Object/
H A DSectionMap.cpp44 StringList* sections = StringList::create(); local
45 sections->push_back(
47 m_Spec.m_pWildcardSections = sections;
326 StringList::const_iterator sect, sectEnd = pInput.spec().sections().end();
327 for (sect = pInput.spec().sections().begin(); sect != sectEnd; ++sect) {
/frameworks/base/core/java/android/widget/
H A DFastScroller.java943 final Object[] sections = mSections;
944 final int sectionCount = sections == null ? 0 : sections.length;
946 if (sections != null && sectionCount > 1) {
954 // try to account for missing sections (no names starting with..)
955 // It will compute the scroll space of surrounding empty sections
1064 final Object[] sections = mSections;
1066 if (sections != null && sectionIndex >= 0 && sectionIndex < sections.length) {
1067 final Object section = sections[sectionInde
[all...]

Completed in 309 milliseconds