Searched refs:hasSections (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DInputSectDesc.h45 bool hasSections() const { function in struct:mcld::InputSectDesc::Spec
49 assert(hasSections());
/frameworks/compile/mclinker/lib/Script/
H A DInputSectDesc.cpp45 if (m_Spec.hasSections()) {
59 if (m_Spec.hasSections()) {
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp312 if (pInput.spec().hasSections()) {
/frameworks/base/core/java/android/widget/
H A DFastScroller.java1260 final boolean hasSections = sectionIndexer != null && mSections != null
1262 if (!hasSections || !mMatchDragPosition) {

Completed in 5387 milliseconds